body {
	font-family:Tahoma, Verdana, Trebuchet MS, Geneva, sans-serif;
	color:#191919;
	font-size:11px;
	font-weight: normal;
	text-align: left;
	line-height:12pt;
	background-color: #dcdcdc;
}
html, body, form {
	margin:0px;
	padding:0px;
	border:none;
}

form {
	display:inline;
}

#styled textarea{
	width: 350px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
}

#styled input[type="text"], input[type="password"] {
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	line-height:10pt;
	margin-right:5px;
}

#styled select{
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	line-height:10pt;
	width: 175px;
	margin-right:5px;
}

input[type="submit"]{   
   color:#006600;
   font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus { /*This removes the dotted lines around selected buttons and links in IE7 and IE8*/
	outline: none;
}
:focus { /*This removes the dotted lines around selected buttons and links in IE7 and IE8*/
	-moz-outline-style: none;
}
hr {
	padding:3px 0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}

.cssHide {
	position:absolute;
	top:-100em;
}
.special {
	visibility:hidden;
	display:none;
}
.clear { /* generic container (i.e. div) for floating buttons */
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility:hidden;
	overflow: hidden;
}
.required {
	color: #CC3333;
	font-size:11px;
	font-weight:bold;
}
#error_message{
	color:#191919;
	font-size:11px;
	font-weight:500;
	margin-bottom:15px;
}
#error_message .error{
	color:#F00;
	font-weight:bold;
	padding-right:10px;
}
#pdfDown {
	width:65px;
	float: right;
	padding-bottom:-20px;
	margin-bottom:-20px;
}
#pdfDown a.link {
cursor:pointer
}
#pdfDown a.link,#pdfDown a.link:visited {
color:#999;
text-decoration:none
}
#pdfDown a.link:hover,#pdfDown a.link:active {
color:#CCC;
text-decoration:none
}
.tiny{
	color:#191919;
	font-size:9px;
	font-weight:normal;
}
.PageHeader {
	font-size:14px;
	font-weight:bold;
	color:#006600;
	line-height:16px;
}

thead tr.head{
	text-align:center;
	background-color: #EAF3FF;
}
	
/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background-color: #EFEFEF;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
	background-color: #DDDDDD;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd,
table tr.even th,
table tr.even {
    text-align: left;
}

/* marked table rows */
table tr.marked th,
table tr.marked {
	background-color: #FFCC99;
	color: #000000;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
	background-color: #C0F5C0;
	color: #000000;
}

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background-color:   #d6efd6;
    color:   #000000;
}
/* --------------------------------------------------------------------
	Forums
-------------------------------------------------------------------- */

/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}
a.cattitle {
	text-decoration: none;
}
a.cattitle:hover {
	text-decoration: underline;
}

/* General text */
.gen {
	font-size : 11px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 11px;
}
.gen, .genmed, .gensmall {
	font-weight: normal;
}
a.gen, a.genmed, a.gensmall {
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	text-decoration: underline;
}

td.row1, td.row2, td.row3, th.row1 {
	background-color : #FFF;
	color : #333;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #dddddd;
}

th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	background-color : #FFF;
	color : #333;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #dddddd;
	text-align:center;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: bold;
	font-size: 11px;
}
a.forumlink {
	text-decoration: none;
}
a.forumlink:hover {
	text-decoration: underline;
}


#offline {
	margin:0px;
	padding:6px;
	border-bottom:1px #FFF solid;
	background-color:#C00;
	text-align:center;
	color:#FFF;
	font-size:12px;
}

#offline a, #offline a:visited {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}
#offline a:hover, #offline a:active {
	text-decoration: none;
	color: #666666;
}
/* --------------------------------------------------------------------
	User Account
-------------------------------------------------------------------- */
#account_home .label {
	padding-right:10px;
	background-color:#E4E6E9;
	font-weight:bold;
	white-space:nowrap;
}
#account_home .info {
	background-color:#F1F3F5;
	white-space:nowrap;
}
#account_home td {
	color : #333;
	font-size: 11px;
	white-space:nowrap;
	padding:4px;
}
#account_home .header {
	font-size:12px;
	font-weight:bold;
	color:#006600;
	line-height:16px;
	padding-bottom:10px;
}
#account_edit td {
	color : #333;
	font-size: 11px;
	white-space:nowrap;
}
#account_edit .header {
	font-size:12px;
	font-weight:bold;
	color:#006600;
	line-height:16px;
	padding-bottom:10px;
}
/* --------------------------------------------------------------------
	login
-------------------------------------------------------------------- */
#login {
	margin-top:60px;
	margin-bottom:150px;
	text-align:center;
}

#login input[type="text"], #login input[type="password"] {
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	line-height:10pt;
	margin-right:5px;
	float:left;
}

#login input[type="checkbox"] {
	border: 0;
}

#login .inbox {
	width:120px;
}

#login br {
	line-height: 6px;
}
#login .button {
	cursor:pointer;
	padding: 2px;
}
#login fieldset {
	margin:0 auto;
	padding:10px;
	width:500px;
}
#login .loginLabel {
	margin-left: 35px;
	margin-right: 5px;
	width: 155px;
	float: left;
	text-align: right;
	line-height: 1.5;
}
#login legend {
	background-color: #fff;
	border:1px solid #666666;
	color:#666666;
	font-size:90%;
	padding:0.2em 0.5em;
	text-align:right;
}
/* --------------------------------------------------------------------
	Background and Page Outer Container
-------------------------------------------------------------------- */
#bodyBackground {
	background:url(../images/header_fill.png) left top repeat-x;
	width: 100%;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#outerContainer {
	background:url(../images/main_fill.png) left top repeat-y;
	margin:0px auto;
	padding:0px;
	width:828px;
	position: static;
}
#headerContainer {
	padding:0px;
	width:837px;
	position: static;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navContainer {
	padding:0px;
	width:auto;
	position: static;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* --------------------------------------------------------------------
	Inner Container for main body
-------------------------------------------------------------------- */
#innerContainerspacer {
	background: url(../images/inner_spacer.png) top left no-repeat;
	margin:0px;
	padding:0px;
	width:828px;
	height:11px;
}
#innerContainer {
	background-color : #FFF;
	margin:0px 0px 0px 15px;
	padding: 5px 10px 10px 10px;
	width:778px;
	height:100%;
	min-height:400px;
}
#innerContainerfull {
	background-color : #FFF;
	margin:0px 0px 0px 15px;
	padding:0px;
	width:798px;
	height:100%;
	min-height:400px;
}
/* --------------------------------------------------------------------
	Header Image
-------------------------------------------------------------------- */
#header {
	margin:0px;
	padding:0px;
	width:auto;
	height:181px;
}
#header_Image {
	background:url(../images/header_image.png) left top no-repeat;
	padding:0px;
	width:480px;
	height:166px;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
}
/* --------------------------------------------------------------------
	blocks
-------------------------------------------------------------------- */
#blocks .tiny {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	margin-top:15px;
	border: 0px solid #dddddd;
}
#blocks a, #blocks a:visited {
	color: #006600;
	text-decoration: none;
}
#blocks a:hover, #blocks a:active {
	color: #006600;
	text-decoration: underline;
}
#blocks ul li {
	list-style:circle;
	padding-top:3px;
}
#BlocksLeft {
	float:left;
}
#BlocksLeft .boxleft {
	background: url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #CCC;
	margin:10px 0px 10px 10px;
	padding:10px;
	width:170px;
}
#BlocksLeft .titlebackground {
	width:158px;
	height:25px;
	margin-left:6px;
}
#BlocksLeft .title {
	background:none;
	color:#006600;
	font-size: 14px;
	height:16px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
}
#BlocksLeft .line {
	background: url(../images/borderLine.png) no-repeat center;
	margin: 5px 0px;
	height: 1px;
	padding:0px;
}
#BlocksRight {
	float:right;
}
#BlocksRight .boxright {
	background: url(../images/fading_background.png) left top repeat-x;
	border: 1px solid  #CCC;
	margin:10px;
	padding:10px;
	width:554px;
}
#BlocksRight .title {
	color:#006600;
	font-size: 14px;
	height:16px;
	font-weight:bold;
	line-height:16px;
	padding:0px;
}
/* --------------------------------------------------------------------
	Top Navigation Bar
-------------------------------------------------------------------- */
#navbar {
	height:30px;
	font-size:12px;
	font-weight:bold;
}
#navbar ul {
	margin:0px 0px 0px 10px;
	padding:0px;
}
#navbar ul, #navbar ul li {
	list-style:none;
	height:30px;
	line-height:26px;
}
#navbar li {
	float:left;
	display: block;
	line-height:26px;
}
#navbar ul li a {
	text-decoration:none;
	display: block;
}
#navbar ul li a .fill {
	padding:0px 16px 0px 16px;
	height:30px;
	line-height:26px;
	display: inline;
	margin-left:0px;
	cursor:pointer;
	float:left;
}
#navbar ul li a:hover {
	background:url(../images/button_fill.png) left top repeat-x;
	height:30px;
	line-height:26px;
	float:left;
}
#navbar a, #navbar a:visited {
	color:#333;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	text-decoration: none;
	color: #363;
}
#navbar ul li a:hover .fill {
	background:url(../images/button_fill.png) left top repeat-x;
	height:30px;
	line-height:26px;
	float:left;
	padding:0px 1px 0px 1px;
	margin-left:0px;
}
#navbar a:hover .left {
	background:url(../images/button_left.png) left top no-repeat;
	margin-left:0px;
	height:30px;
	width:15px;
	float:left;
}
#navbar a:hover .right {
	background:url(../images/button_right.png) left top no-repeat;
	height:30px;
	width:15px;
	float:left;
}
#navbar .navigation_divImage {
	background:url(../images/button_div.png) left top no-repeat;
	width:1px;
	height:30px;
}
/* --------------------------------------------------------------------
	Page Title
-------------------------------------------------------------------- */
#pagetitle {
white-space:nowrap;
border-bottom:1px #191919 solid;
text-align:left;
margin-bottom:10px;
}
#pagetitle .title {
font-size:14px;
height:16px;
font-weight:700;
color:#006600;
line-height:16px;
padding:0 0 5px 10px;
}
#pagetitle2 {
white-space:nowrap;
border-bottom:1px #191919 solid;
text-align:left;
margin:0px 10px 10px 10px;
}
#pagetitle2 .title {
font-size:14px;
height:16px;
font-weight:700;
color:#006600;
line-height:16px;
padding:0 0 5px 10px;
}
/* --------------------------------------------------------------------
	Side navigation
-------------------------------------------------------------------- */
#sideNav {
color:#191919;
float:left;
display:block;
width:187px;
height:auto !important;
min-height:400px;
font-weight:bold;
margin:0;
padding:0
}

#sideNav .subcategory {
color:#006600;
font-size:13px;
font-weight:700;
margin-right:10px;
text-align:right;
height:16px;
line-height:16px;
padding:0
}

#sideNav ul {
font-size:12px;
line-height:14pt;

text-align:right;
list-style-type:none;
margin:0;
padding:0
}

#sideNav li {
padding-right:13px;
}


#sideNav ul li a {
text-decoration:none;
color:#191919;
padding-right:13px;



}

#sideNav ul li a:hover {
background:url(../images/arrow.png) right no-repeat;
color:#006600;

text-decoration:none
}

#sideNav .selected {
background:url(../images/arrow_selected.png) right no-repeat;
color:#006600;
text-decoration:none;

}

#sideNav .titlebackground {
background:url(../images/titleline.png) left top no-repeat;
width:158px;
height:32px
}


#navcontainer {
	width:180px;
	height:100%;
	float:left;
	margin-top:20px;
	margin-left:10px
}
#navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align:right;
 }

 #navcontainer a, #navcontainer span.selected, #navcontainer span.sideCategory
 {
 display: block;
 color:#333;
 padding: 3px 10px 3px 0px;
 text-decoration: none;
 font-weight: bold;
 font-size:8pt;

 }

 #navcontainer a:hover
 {
	color:#666;
 	background: url(../images/arrow.png) right no-repeat;
 }

 #navcontainer li li a, #navcontainer span.selected_sub
 {
 display: block;
 color:#333;
 padding: 0 10px 0 0;
 text-decoration: none;
 font-weight: normal;
 font-size:10pt;
 }
 

#navcontainer span.selected, #navcontainer span.selected_sub {
	background:url(../images/arrow_selected.png) right no-repeat;
	color:#006600;
}
 
#navcontainer li.space {
	line-height:1;
}



#box {
background:url(../images/fading_background.png) left top repeat-x;
border:1px solid #ddd;
width:152px;
font-size:10px;
margin:20px 0px 10px 0px;
padding:10px
}

#box .titlebackground {
background:url(../images/titleline.png) left top no-repeat;
width:158px;
height:32px
}


#box .boxtitle {
background:none;
color:#006600;
font-size:14px;
height:16px;
font-weight:700;
line-height:16px;
text-align:center
}

#box a., #box a:visited {
	color:#006600;
	text-decoration: none;
}
#box a:hover, #box a:active {
	color:#006600;
	text-decoration: underline;
}


#sideNav .line {
background:url(../images/borderLine.png) no-repeat center;
height:1px;
margin:5px 0;
padding:0
}
/* --------------------------------------------------------------------
	Main Text Body WITH SIDE NAV
-------------------------------------------------------------------- */
#maincontent {
font-family:Tahoma, Geneva, sans-serif;
color:#191919;
font-size:11px;
font-weight:400;
text-align:left;
line-height:12pt;
border-left:1px solid #333;
margin-bottom:10px;
width:570px;
min-height:400px;
height:100%;
float:left;
padding:10px 5px 10px 10px;
}

#maincontent a, #maincontent a:visited {
	color:#006600;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color:#006600;
	text-decoration: underline;
}
#maincontent ul {

}
#maincontent ul li {
	list-style:circle;
}
/* --------------------------------------------------------------------
	Main Text Body FULL PAGE
-------------------------------------------------------------------- */
#maincontentfull {
	background: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:0px 10px 10px 10px;
	padding:10px;
	min-height:400px;
}
#maincontentfull a, #maincontentfull a:visited {
	color: #006600;
	text-decoration: none;
}
#maincontentfull a:hover, #maincontentfull a:active {
	color: #006600;
	text-decoration: underline;
}
#maincontentfull ul li {
	list-style:circle;
	padding-top:3px;
}


/* --------------------------------------------------------------------
	Footer
-------------------------------------------------------------------- */
#footerContainer {
	background: #CCC url(../images/footer_fill.png) left top repeat-x;
	margin:0px 0px 0px 15px;
	padding:0px;
	width:798px;
	height: 85px;
}
#footer {
	color:#3B3B3B;
	text-align:left;
	margin:0px;
	padding:0px;
}
#footer_text {
	float:left;
	margin: 15px 0px 0px 20px;
	width: 500px;
}
#footer_logo {
	background: url(../images/footer_logo.png) left top no-repeat;
	margin:15px 20px 0px 0px;
	padding:0px;
	width:198px;
	height: 58px;
	float:right;
}
#footer_cap {
	background: url(../images/footer_cap.png) left top no-repeat;
	margin:0px auto;
	padding:0px;
	width:828px;
	position: static;
	height:17px;
}
#footer a, #footer a:visited {
	background-color: transparent;
	color:#2c2c2c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #006600
}
#footer .links {
	padding-bottom:2px;
}
#footer ul {
	font-family:Tahoma, Verdana, Trebuchet MS, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	display: inline;
	margin:0px;
	padding:0px;
	list-style:none;
	vertical-align:text-top;
}
#footer li {
	display: inline;
	margin:0px 2px 0px 0px;
	padding:0px;
	white-space:nowrap;
	text-decoration: none;
}
#footer .footeradmin a, #footer .footeradmin a:visited {
	background-color: transparent;
	color: #006600;
	text-decoration: none;
}
#footer .footeradmin a:hover, #footer .footeradmin a:active {
	text-decoration: none;
	color:#2c2c2c;
}
#footer .copyright {
	font-family:Tahoma, Verdana, Trebuchet MS, Geneva, sans-serif;
	font-size:10px;
	margin-top: 10px;
}

