/* file imports */
@import url("formIE.css");

/* Main block Containers */
body, html {
	background-color:#cc6633;
	margin:0px;
	padding: 0px;
}
div#maincontainer {
	width: 100%;
}
#maintable {
	width:100%;
	margin-top:1em;
}
table, td {
	vertical-align: top;
}
body, form, .row1, .row2 { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffcc;
}

th {
	font-size: 11px; 
	font-weight : bold;
	background-color: #983A0B;
}
/* end main block containers */

/* table cell row styling */
td.row1, td.row1 table	{ 
	background-color: #FCF9F3;
	color:#482310;
}
td.row2, td.row2 table	{ 
	background-color: #FFF0D5;
	color:#482310;
}
td.row3, td.row3Right, td.row3 table { 
	background-color: #DDC8A3;
	color:#482310;
}
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-color:#EED49D; 
	font-weight: bold;
}
td.spaceRow {
	background-color: #D08433; 
}
td.nav span.nav {
	color: #ffffcc;
	font-weight: bolder;
}

/* end table cell row styling */

/* miscellaneous */
hr	{ 
	height: 0px; 
	border: solid #506070 0px; 
	border-top-width: 1px;
}
p, ol, ul {
	margin-top: 0px;
	margin-bottom: 0.3em;
}
/* end miscellaneous */

/* Specific CSS classes */
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.bodyline {
	background-color: #2B4157;
}
td.catbottom .gensmall {
	color: #45688B;
}
.cattitle { 
	font-weight: bold; 
	font-size: 12px ; 
	letter-spacing: 1px; 
	color: #45688B
}
.code {
	font-family: 'Courier New', Courier, sans-serif; 
	font-size: 11px; 
	color: #45688B;
	background-color: #E8EFF7; 
	border-color: #45688B; 
	border-style: solid; 
	border-width: 1px;
}
.copyright	{ 
	font-size: 10px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.error {
	display:block;
	width:350px;
	border:solid 4px #cc6633;
	color: red;
	font-weight: bolder;
	background-color: #CECECE;
	padding: 8px;
	margin:0px;
}
.forumline {
	background-color: #FFF6DF;
}
.forumlink { 
	font-weight: bold; 
	font-size: 12px; 
	color: #2B4157; 
}
.gen, .genmed, .gensmall { 
	font-family:arial, sans-serif;
}
.gen { 
	font-size : 12px; 
}
.genmed { 
	font-size : 11px; 
}
.gensmall { 
	font-size : 10px; 
}

.helpline { 
	background-color: #E8EFF7; 
	border-style: none; 
}
.mainmenu { 
	font-size : 11px; 
	color : #ffffcc; 
	font-weight: bold; 
}

.maintitle, h1, h2	{
	font-weight: bold; 
	font-size: 16px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #ffffcc;
}
.name	{ 
	font-size: 11px; 
	color: #2B4157;
}
.nav { 
	font-weight: bold; 
	font-size: 11px; 
	color: #2B4157;
}
.ar {
letter-spacing:-4px;
font-size:13px;
padding:0 4px 0 2px; 
color:#ffc; 
}
.postbody { 
	font-size : 12px; 
	line-height: 150%;
	color: 
}
.postdetails	{ 
	font-size: 10px; 
	color : #2B4157; 
}
.quote {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #45688B; 
	line-height: 125%;
	background-color: #E8EFF7; 
	border-color: #45688B; 
	border-style: solid; 
	border-width: 1px;
}
.signature { 
	font-size: 11px; 
	color: #45688B; 
}
.topictitle	{ 
	font-weight: bold; 
	font-size: 11px; 
	color : #2B4157; 
}
/* end specific CSS classes */

/* Form styling */
input,textarea,select {
	color : #2B4157;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	border-color : #AEC9E4;
}

input.post, textarea.post {
	background-color : #F5F8FB;
}

select {
	background-color : #F5F8FB;
}

input { text-indent : 2px; }

input.button {
	background-color : #F5F8FB;
	color : #2B4157;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mainoption {
	background-color : #F5F8FB;
	font-weight : bold;
}

input.liteoption {
	background-color : #F5F8FB;
	font-weight : normal;
}
/* End form CSS */

/* Link CSS */

a:link, a:active, a:visited, .gensmall a.gensmall { 
	color : #ffff99; 
	text-decoration: underline;
}
a:hover, .gensmall a.gensmall:hover { 
	text-decoration: none; 
	color: #05BBB5; 
}

a.cattitle { 
	color: #2B4157; 
	text-decoration: none; 
}
a.cattitle:hover { 
	text-decoration: underline; 
}

a.copyright, a.copyright:visited, a.copyright:active	{ 
	text-decoration: none;
}
a.copyright:hover { 
	color: #45688B; 
	text-decoration: underline;
}

a.forumlink, td.row1 a.nav, td.row2 a.nav { 
	color : #2B4157; 
}
a.forumlink:hover, .row1 a.nav:hover, .row2 a.nav:hover{ 
	text-decoration: none; 
	color : #45688B; 
}

a.gen, a.genmed, a.gensmall, .gensmall a, td.cathead a.nav { 
	color: #2B4157; 
}
a.gen:hover, a.genmed:hover, a.gensmall:hover, .gensmall a:hover, td.cathead a.nav:hover	
{ 
	color: #45688B; 
	text-decoration: none; 
}

a.mainmenu, a.mainmenu:visited { 
	text-decoration: none; 
	color : #ffff99; 
	font-weight: 600;
	font-size: 11px;
}
a.mainmenu:hover{ 
	color : #05BBB5; 
}
a.mainmenu:active{ 
	background-color: #05BBB5; 
	color: white; 
}

a.nav	{ 
	
}
a.nav:hover	{ 
}

a.postlink, a.postlink:link, .postbody a, table.forumline a, table.forumline a:visited,
td.row1 a.gensmall { 
	color : #2B4157; 
}
a.postlink:visited { 
	color : #2B4157; 
}
a.postlink:hover, .postbody a:hover, table.forumline a:hover, td.row1 a.gensmall:hover { 
	text-decoration: underline; 
	color : #45688B; 
}

a.topictitle:link  { 
	text-decoration: none; 
}
a.topictitle:visited { 
	text-decoration: none; 
	color: #2B4157; 
}
a.topictitle:hover { 
	text-decoration: underline; 
	color: #45688B; 
}
/* end link, all css 
---
   top header css::
*/
#topnavContainer {
	margin-left: 25px;
}
td.navCell, #lastNav {
	background-color:#ff9933;
	border-right:1px solid #ffffff;
	padding:0 5px;
	z-index:3;
}
.navCell a, .navCell a:link, .navCell a:visited, #lastNav a,
#lastNav a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:arial, sans-serif;
	font-size:11px;
}
.navCell a:hover, a.leftnav2:hover, #lastNav a:hover {
	color:#993300;
}
#forumbox {
	margin-left:16%;
	padding-right:20px;
}
div#leftNavContainer {
	width:95px;
	position:absolute;
	top:211px;
	left:8px;
	font-size:11px;
	font-weight:bold;
	
}
div.leftNavElement, #lastLeftNav {
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
	background-color: #FFA500;
}
#lastLeftNav {
	border-bottom:1px solid white;
}
div.siteLanguage2 {
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
	border-bottom:8px double white;
	background-color:#99371e;
	padding:2px;
	
	text-align:center;
}
a.leftnav, a.leftnav:visited {
	color:white;
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	font-weight:700;
	display:block;
	padding: 1px 0px 1px 3px;
	text-decoration:none;
}
a.leftnav:hover {
	color:#993300;
}

#forum-welcome {	
	position:absolute;
	top:6px;
	left:60%;
	font-size:12px;
	font-weight:bold;
	width:39%;"
}
