* {margin:0;padding:0;}

/* Body */

.gbody{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
background:#0047a0 url(img/layout/bg.gif) center top repeat;
margin-top:0pt;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
font-size:small;
text-align: center;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.cleaner {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  display: block;
}

#wrapper {
  background:transparent url(img/layout/bg-header.png) center top repeat-x;
}

#wrapper2 {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#header {
  padding: 38px 0 15px;
}



h1{
  display: none;

}



#header p {
  padding-top: 8px;
  color: #dee9f7;
  font-size: 100%;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #c2d9f7;
}

#content {
  background-color: white;
}

#menu {
  background: #003173 url(img/layout/bg-menu.gif) left top repeat-x;
  position: relative;
  zoom: 1;
}

#menu a strong {
  color: #003173;
  border-bottom: #003173 dotted 1px;
}

#menu a {
  display: block;
  float: left;
  padding: 13px 20px 13px 20px;
  color: #e5ecf6;
  font-size: 110%;
  text-decoration: none;
  background: transparent;
}

#menu a:hover {
  color: #e5ecf6;
  text-decoration: none;
  background: #5483be;
}

#inside {
  padding: 10px 13px;
}

#footer {
  padding: 10px 0;
  line-height: 140%;
  text-align: right;
  color: #cbd9ed;/*#e5ecf6;*/
}
#footer a {
  padding: 10px 0;
  line-height: 140%;
  text-align: right;
  color: #cbd9ed;/*#e5ecf6;*/
}

#inside p {
  line-height: 150%;
  text-align: left;
  margin-top: 1em;
  padding: 0 0.5em 0.5em;
}

#inside ul.pre {
  margin: 0 0 10px;
  margin-left: 3em;
}

.popUp{
padding:3pt;
}

/* Common: generic tables */

td{
text-align:left;
}


table.forums, table.forumsmb {
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
width:100%;
display:table;
color:#000;
border-collapse:collapse;
text-align:center;
margin-left:auto;
margin-right:auto;
} 

table.forumsmb{
margin-bottom:12pt;
}

.tbTransparent, .tbTransparentmb{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
width:100%;
background:transparent;
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align:top;
}

.tbTransparentmb{
margin-bottom:3pt;
}

.tbTransparentCell{
text-align:left;
line-height:15pt;
vertical-align:top;
}

tr.underlined td {
  border-bottom: 1px solid #902d1f;
  padding-bottom: 5px;
}

/* Common: image */

img {
border:0px;
}

/* Common: hyperlinks */

A:link {
color:#494949; text-decoration:underline;
}
A:active {
color:#494949; text-decoration:none;
}
A:visited {
color:#494949; text-decoration:underline;
}
A:hover {
color:#888; text-decoration:none;
}

/* Common: $l_sepr */

.sepr{
color:#D2C7C7;
}

/* Common: regular SPAN text */

.txtNr{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
text-decoration:none;
font-size:9pt;
}

/* Common: small SPAN text with low importance  */

.txtSm{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
text-decoration:none;
font-size:8pt;
color:#696969;
}

.txtSm A:link, .txtSm A:active, .txtSm A:visited{
color: #00365F;
}

/* Common: list */

.limbb, UL{
list-style:circle;
font-size:9pt;
margin-left:10pt;
padding-left:10pt;
margin:1pt;
line-height:15pt;
}

/* Common: page navigation link */

.navCell{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:8pt;
border:1px #DBDBDB solid;
background-color:#e7e7df;
padding-left:2pt;
padding-right:2pt;
padding-top:1pt;
padding-bottom:1pt;
margin-top:1pt;
}

/* Common: <FORM> */

.formStyle{
margin: 0px;
}

/* Common: dropdowns */

.selectTxt {
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:9pt;
background-color:#fff;
}

/* Common: button */

.inputButton {
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:9pt;
color:#fff;
border: 1px solid #D9DFEA;
padding:2px 12px 3px 12px;
text-align:center;
background-color:#73A05C;
position:relative;
vertical-align:baseline;
cursor: pointer;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
box-sizing: content-box;
}

.inputButton:hover{
border-color: #61864F;
}

/* Common: TEXTAREA, INPUT TEXT fields */

.textForm {
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
background:#fff;
border-bottom:#B7B7B7 1px solid;
border-left:#B7B7B7 1px solid;
border-right:#B7B7B7 1px solid;
border-top:#B7B7B7 1px solid;
font-size:10pt;
padding:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
box-sizing: content-box;
}

/* Common: navigation captions at the top of pages */

td.caption3 {
padding:3px;
font-size:9pt;
font-weight:bold;
line-height:11pt;
vertical-align:middle;
width:100%;
color: #888;
}

td.caption3 a { color: #888; }
td.caption3 a:hover { color: #aaa; }

/* Common: graphic icon cell */

td.icon{
padding:5px;
text-align:center;
vertical-align:middle;
width:20px;
height:20px;
}

/* Common: table row with swapped colors */

td.caption1, td.captionx1 {
border:1px white solid;
/*font-size:9pt;*/
line-height:15pt;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
text-align:left;
}

td.captionx1 {
  background-color: #b33826;
  color: white;
}

/* Common: no-wrapping for text */
.noWrap{
white-space:nowrap;
}

/* Common: swapped cell #1 */

.tbCel1{
/*background-color:#EEEEEE;*/
background: #f5f5f5 url(img/layout/bgc-silver-1.gif) center top repeat-x;
}

/* Common: swapped cell #2 */

.tbCel2{
/*background-color:#e4e4e4;*/
background: #e9e9e9 url(img/layout/bgc-silver-2.gif) center bottom repeat-x;
}

/* Rating Specials */
.plusRating{
background: #e7facd;
}
.plusplusRating{
background: #cff399;
}
.minusRating{
background: #ffdfdd;
}
.minusminusRating{
background: #fcbab1;
}


/* Common: table with 2 columns / left column's cell; generic table title's caption */

td.caption4, td.tbClCp {
font-family:tahoma,verdana,arial,sans-serif;
text-transform:uppercase;
padding:5px;
font-size: 8pt;
color:#333333;
line-height:15px;
vertical-align:top;
border:1px #B7B7B7 solid;
background-color:#E7E7E7;
}

td.caption4{
text-align:center;
}

td.tbClCp{
text-align:right;
}

/* Common: centered text in the row */
td.txtC{
text-align:center;
}

/* Common: left aligned text in the row */
td.txtL{
text-align:left;
}

/* Common: right aligned text in the row */
td.txtR{
text-align:right;
}

/* Common: table with 2 columns; right column's cell */

td.caption5 {
padding:4px;
background-color:#F4F4F4;
font-size:10pt;
line-height:13pt;
}

/* Front Page: desktop table */

table.forumCol{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
width:100%;
text-align:left;
color:#000;
display:table;
border-collapse:collapse;
margin-bottom:12pt;
}

/* Front page: colorful legend */

span.latest,span.replies,span.author{
padding-left:2px;
padding-right:2px;
}

span.replies{
background-color:#F0F7FC;
}

span.author{
background-color:#FFFFF2;
}

span.latest{
background-color:/*#EEFBEA*/#f4f0ef;
}

/* Front Page, Topics listing, Messages: <H1> heading */

/*.headingTitle{
font-weight:bold;
font-size:130%;
color:#84291c;
margin-top:10pt;
margin-bottom:7pt;
}*/

h2 {
font-weight:bold;
font-size:150%;
color:#902d1f;
margin-top:1em;
}

/* Front Page, Topics listing, Messages: swapped cell column #1 */

tr.tbCel1 td.replies{
background:#F3F4F6;
}

tr.tbCel1 td.author{
background:#EFEFEF;
}

tr.tbCel1 td.latest{
background:/*#ECEFEC*/#f4f0ef;
}

td.author, td.latest{
font-size:8pt;
}

/* Front page: Recent Topics icon */
td.rdficon{
background-color:#F9F9F9;
text-align:center;
vertical-align:middle;
padding-right:2pt;
}

/* Front Page, Topics listing, Messages: swapped cell column #2 */

tr.tbCel2 td.replies{
background:#E6E9EB;
}

tr.tbCel2 td.author{
background:/*#E7E7DF*/#e7e7e7;
}

tr.tbCel2 td.latest{
background:/*#E2E6E2*/#ece8e8;
}

/* Front Page: views number */

.views{
color:#9F9F9F;
}

/* Front Page: supertitle */

.groupTitle{
background-color: #b33826;
color: white;
text-transform:uppercase;
font-size:9pt;
padding:4pt;
padding-left:3pt;
padding-right:3pt;
border-bottom:1px #9c3121 solid;
}

/* Front Page: Group title link */
.groupTitle A:link, .groupTitle A:active, .groupTitle A:visited{
color:#F0F0E3;
font-weight:bold;
}

/* Front Page: forum title */

td.forumTitle{
font-size:9pt;
padding: 4pt 2pt 4pt 3pt;
border:0;
background: #e9e9e9 url(img/layout/bgc-silver-2.gif) center bottom repeat-x;
line-height:14pt;
}

/* Front Page: forum title hyperlink */

td.forumTitle A{
font-weight:normal;
color:#002244;
text-decoration:underline;
background:none;
}

td.forumTitle A:hover{
text-decoration:none;
}

/* Front Page: forum description */
.fdesc, .fdescNum{
padding: 3px 3pt 5px;
font-size:8pt;
line-height:11pt;
vertical-align:top;
background-color: #fbfbfb;
}

/* Front Page: forum counts */

.fdescNum{
color:#696969;
}

.fdescNum strong{
color:#333;
}

/* Messages: username */

.username{
font-size:10pt;
font-weight:bold;
}

.username A:hover, .groupTitle A:hover{
background:#003173;
color:#F0F0E3;
text-decoration:none;
}

/* Messages: text, hyperlink */

.postedText{
font-family:Verdana, Georgia, Times;
font-size:10pt;
line-height:13pt;
padding: 10pt;
}

.postedText A:link, .postedText A:active, .postedText A:visited, .postedText A:hover{
color:#002244;
font-weight:bold;
}

.postedText A:hover{
text-decoration:none;
font-weight:bold;
color: #56699e;
}

#inside p.rating {
  background-color: #d4d7de;
  padding: 10px 5px;
  margin: 6px 0 6px -2px;
  color: #00204a;
}

/* Messages: author row */
td.pauthor{
background-color:#e5e5de;
border:1px #EFEFE8 solid;
border-bottom:#dbdbdb 1px solid;
font-size:9pt;
line-height:15pt;
padding-bottom:1px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
}

/* Messages: quoting */

.quote{
background-color:transparent;
border-left:7px solid #fcfcfc;
color:#696969;
font-size:8pt;
margin-left:5pt;
padding:10px;
width:90%;
}

.quoting{
font-weight:bold;
border-top:0px;
color:#696969;
margin-left:0pt;
width:90%;
}

/* Messages: highlight block */

.hl{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:9pt;
background-color:#FAFCEE;
border-left:7px solid #F6F8EA;
color:#535353;
margin-left:5pt;
padding:4px;
width:70%;
}

/* Message form: new reply href's hover */

#newreply:hover, #newtopic:hover{
text-decoration:none;
background-color:transparent;
}

/* Message form: table */

td.caption2, td.captionx2{
background-color:#0047a0;
border-top:1px #4967A0;
border-left:1px solid #4967A0;
border-right:1px solid #4967A0;
border-bottom:1px solid #4967A0;
padding:6px 4px 4px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color:#FFFFFF;
font-size:9pt;
font-weight:bold;
line-height:15px;
}

td.captionx2 {
  font-weight:normal;
}

td.captionx2 a {color: white; margin-right: 0.5em;}

/* Message form: table row */

td.pform{
background-color:#F6F8EB;
border:1px #eee solid;
padding-top:2px;
padding-left:2px;
font-size:9pt;
border-bottom:1px #F3F3F3 solid;
vertical-align:top;
}

/* Message form: table row's image button hover */

td.pform A:hover IMG, .postedText A:hover IMG, td.caption1 A:hover IMG, td.pauthor A:hover IMG, .tbTransparent A:hover IMG{
background-color:#003173;
text-decoration:none;
}

div.smilies a img, div.smilies a:hover img {
  background: transparent;
}


a#newreply:hover, a#newtopic:hover {
  color: #fff;
}

/* Message form: BB code buttons, login/post button row */

td.pform#editorControls, td.pform#pformBottom{
background-color:#F0F0E3;
padding-left:10px;
text-align:left;
padding-left:5px;
padding-top:8px;
padding-bottom:8px;
}

#editorControls a img {
  margin: 2px 1px 1px 2px;
}

#editorControls a {
  border: 1px solid silver;
  display: block;
  float: left;
  margin-right: 10px;
}

#editorControls a:hover, #editorControls a:hover img {
  background-color: white;
}

/* Message form: textarea's width, height */

.postingForm, .topicTitle{
width:550px;
}

.postingForm{
height:250px;
}

#inside p.mod {
  margin: 1em 0 0;
  padding: 5px 0 0;
  border-top: 1px dotted #999;
  color: #666;
}

/* Statistics: table */

table.statsTable{
border-top:0px;
}

/* Statistics: headings */

tr.statsCaption TD{
background:#F9F9F9;
border-left:#F9F9F9 1px solid;
border-right:#F9F9F9 1px solid;
font-size:9pt;
padding:5px;
}

/* Statistics: top table */

tr#statsCaptionHead TD{
background-color:#F0F0E3;
color:#333;
border:1px #F9F9F9 solid;
border-bottom:1px solid #dbdbdb;
}

/* Statistics: page bar and rows */

.tbStBar, table.statsTable td.caption5 td{
padding:1px;
padding-left:5px;
}

.tbStBar A{
color:#000;
}

tr.tbStRow TD{
text-align:left;
font-size:8pt;
}

/* Statistics: bar */

.tbStBar{
margin:2px;
background:#DDDDE3;
border:1px solid #D7D7D7;
border-bottom:1px solid #003A66;
border-right:1px solid #BEBEBE;
}

/* Warning messages */

.warning{
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color:#FF0000;
font-size:10pt;
font-weight:bold;
}

.warning, .warningLnk{
line-height:15pt;
}

/* Admin panel: forum icons hover */

.tbTransparentCell A:hover img {
background-color:#F9F9F9;
text-decoration:none;
}

/* Header: table */

/*tr.tbHead{
background-color:#4967A0;
}

tr.tbHead A:hover{
background:none;
}*/

/* Header: menu row */

/*td.capMenu{
padding:4px;
padding-left:0px;
line-height: 13pt;
vertical-align:top;
border:1px #F0F0F0 solid;
border-bottom:1px #dbdbdb solid;
border-top:0px;
background-color:#F6F8EA;
white-space:nowrap;
font-size: 9pt;
width:70%
}*/

/* Common specific: hyperlink hover*/

.txtSm A:hover, .tbStBar A:hover, td.capMenu A:hover{
color:#fff;
background:#003173;
text-decoration:none;
}
