body {
	background-color:#CCCCCC;
	color:#454545;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
}
html, body, form, img {
	margin:0px;
	padding:0px;
	border:none;
}
#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:#066;
   font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
}

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;
}

.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;
    width: 100%;
}
	
.required {
	color: #CC3333;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#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{
	font-size:10px;
	font-weight:normal;
}
.PageHeader {
	font-size:14px;
	font-weight:bold;
	color:#066;
	line-height:16px;
	padding-bottom:10px;
}
/* --------------------------------------------------------------------
	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;
	width:180px;
}
#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:#066;
	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:#066;
	line-height:16px;
	padding-bottom:10px;
}



/* --------------------------------------------------------------------
	login box
-------------------------------------------------------------------- */
#login {
	padding-top:60px;
	padding-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 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: #ffffff;
	border:1px solid #666666;
	color:#666666;
	font-size:90%;
	padding:0.2em 0.5em;
	text-align:right;
}

/*
.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding 
    text-decoration: none;
}

.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox 
}

.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px 
} 
*/




/* --------------------------------------------------------------------
	Background and Page Outer Container
-------------------------------------------------------------------- */

#bodyBackground {
	background-color: transparent;
	width: 100%;
	padding:36px 0px 36px 0px;
	margin:0px;
}
#outerContainer {
	background-color:#FFF;
	border:#666 solid 1px;
	margin:0px auto;
	padding:0px;
	width:780px;
	position: static;
}

/* --------------------------------------------------------------------
	Inner Container for main body
-------------------------------------------------------------------- */

#innerContainer {
	background: #FFF url(../images/sidebackground.jpg) top left repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:780px;
	height:100%;
}
#innerContainerfull {
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:780px;
	height:100%;
}

/* --------------------------------------------------------------------
	Header Image
-------------------------------------------------------------------- */

#header {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	width:780px;
	height:231px;
}
/* --------------------------------------------------------------------
	blocks
-------------------------------------------------------------------- */

#blocks .tiny{
	font-size:10px;
	font-weight:normal;
	text-align:center;
	border: 0px solid #dddddd;
	white-space: nowrap;
}

#blocks a, #blocks a:visited {
	color: #066;
	text-decoration: none;
}
#blocks a:hover, #blocks a:active {
	color: #066;
	text-decoration: underline;
}
#blocks ul li {
	list-style:circle;
	padding-top:3px;
}

#BlocksLeft {
	float:left;
}

#BlocksLeft .boxleft {
	background: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:10px 0px 10px 10px;
	padding:8px;
	width:160px;
}


#BlocksLeft .titlebackground {
	background: url(../images/titleline.png) left top no-repeat;
	background-color: transparent;
	width:150px;
	height:25px;
	margin-left:6px;
}

#BlocksLeft .title {
	background:none;
	color:#066;
	font-size: 14px;
	height:14px;
	font-weight:bold;
	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: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:10px;
	padding:10px;
	width:549px;
}

#BlocksRight .title {
	color:#066;
	font-size: 14px;
	height:14px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
	
	
/* --------------------------------------------------------------------
	Top Navigation Bar
-------------------------------------------------------------------- */

#navbar {
	background:#262626 url(../images/navbar.jpg) left top no-repeat;
	width:780px;
	height:27px;
	font-size:12px;
	font-weight:bold;
}
#navbar ul {
	margin:0px 0px 0px 10px;
	padding:0px;
}
#navbar ul, #navbar ul li {
	list-style:none;
	height:27px;
	line-height:24px;
}
#navbar li {
	float:left;
	display: block;
	line-height:24px;
}
#navbar ul li a {
	text-decoration:none;
	display: block;
}
#navbar ul li a .fill {
	padding:0px 16px 0px 16px;
	height:27px;
	line-height:24px;
	display: inline;
	margin-left:0px;
	cursor:pointer;
	float:left;
}
#navbar ul li a:hover {
	background:url(../images/button_fill.jpg) left top repeat-x;
	height:27px;
	line-height:24px;
	float:left;
}
#navbar a, #navbar a:visited {
	color:#FFF;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	text-decoration: none;
	color: #F0F0F0;
}
#navbar ul li a:hover .fill {
	background:url(../images/button_fill.jpg) left top repeat-x;
	height:27px;
	line-height:24px;
	float:left;
	padding:0px 1px 0px 1px;
	margin-left:0px;
}
#navbar a:hover .left {
	background:url(../images/button_left.jpg) left top no-repeat;
	margin-left:0px;
	height:27px;
	width:15px;
	float:left;
}
#navbar a:hover .right {
	background:url(../images/button_right.jpg) left top no-repeat;
	height:27px;
	width:15px;
	float:left;
}
#navbar .navigation_divImage {
	background:url(../images/button_divImage.jpg) left top no-repeat;
	width:1px;
	height:27px;
}


/* --------------------------------------------------------------------
	Page Title
-------------------------------------------------------------------- */

#pagetitle {
	margin:0px;
	padding:25px 0px 10px 20px;
	text-align:left;
	width:160px;
}
#pagetitle .title {
	color:#066;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
}
#pagetitlefull {
	margin:0px;
	padding:10px 0px 20px 0px;
	text-align:left;
	white-space:nowrap;
	width:180px;
}
#pagetitlefull .titlefull {
	font-size: 14px;
	height:16px;
	font-weight:bold;
	color:#066;
	line-height:16px;
}
/* --------------------------------------------------------------------
	Side navigation
-------------------------------------------------------------------- */

#sideNav {
	background: url(../images/sideFade.jpg) left top repeat-x;
	color: #333333;
	margin:0px;
	padding:0px;
	float:left;
	width:185px;
	width:185px!important; /*IE 5.5 hack - if there is no value in the sidenav IE5.5 doubles the width amount*/
	height:auto!important;
	height:100%;
	min-height:400px;
	font-weight:normal;
}
#sidebar {
	background: url(../images/sidebar.jpg) center top no-repeat;
	width:155px;
	height:1px;
	padding:10px 0px 10px 0px;
	margin:0px auto 0px auto;
}
#sideNav ul {
	font-size: 11px;
	line-height:14pt;
	font-weight: normal;
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sideNav ul li.category a {
	text-decoration: none;
	color: #333333;
	padding-right: 15px;
}
#sideNav ul li.category a:hover {
	background: url(../images/arrow.gif) right no-repeat;
	color: #066;
	text-decoration: none;
}
#sideNav .selected {
	background: url(../images/arrow_selected.gif) right no-repeat;
	color: #066;
	text-decoration: none;
	padding-right: 15px;
}

#sideNav .box {
	background: url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:30px 0px 10px 10px;
	padding:5px;
	width:155px;
	font-size: 10px;
}

#sideNav .titlebackground {
	background: url(../images/titleline.png) left top no-repeat;
	width:158px;
	height:25px;
}

#sideNav .boxtitle {
	background:none;
	color:#066;
	font-size: 14px;
	height:16px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
}

#sideNav .box a, #sideNav .box a:visited {
	color: #066;
	text-decoration: none;
}
#sideNav .box a:hover, #sideNav .box a:active {
	color: #066;
	text-decoration: underline;
}

#sideNav .line { 
	background: url(../images/borderLine.png) no-repeat center;
	margin: 5px 0px;
	height: 1px;
	padding:0px;
}




#sideNavBlock {
	background: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:30px 0px 10px 10px;
	padding:5px;
	width:155px;
	font-size: 10px;
}

#sideNavBlock .titlebackground {
	background: url(../images/titleline.png) left top no-repeat;
	background-color: transparent;
	width:155px;
	height:25px;
}

#sideNavBlock .title {
	background:none;
	color:#066;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}

#sideNavBlock .tiny{
	font-size:10px;
	font-weight:normal;
	text-align:center;
	margin-top:15px;
	border: 0px solid #dddddd;
	white-space: nowrap;
}

#sideNavBlock a, #sideNavBlock a:visited {
	color: #066;
	text-decoration: none;
}	
#sideNavBlock a:hover, #sideNavBlock a:active {
	color: #066;
	text-decoration: underline;
}
#sideNavBlock ul li{
	list-style:circle;
	padding-top:3px;
	text-align:left;
	margin:0px 0px 0px 15px;
	font-weight:bold;
	line-height:14px;
}



/* --------------------------------------------------------------------
	Main Text Body WITH SIDE NAV
-------------------------------------------------------------------- */


#mainBody {
	background: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:10px 0px 10px 12px;
	padding:10px;
	width:550px;
	float:left;
	min-height:400px;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#mainBody a, #mainBody a:visited {
	color:#066;
	text-decoration: none;
}
#mainBody a:hover, #mainBody a:active {
	color:#066;
	text-decoration: underline;
}
#mainBody ul li {
	list-style:circle;
	padding-top:3px;
}
/* --------------------------------------------------------------------
	Main Text Body FULL PAGE
-------------------------------------------------------------------- */

#mainBodyfull {
	background: #FFF url(../images/fading_background.png) left top repeat-x;
	border: 1px solid #dddddd;
	margin:10px;
	padding:10px;
	min-height:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
#mainBodyfull a, #mainBodyfull a:visited {
	color: #066;
	text-decoration: none;
}
#mainBodyfull a:hover, #mainBodyfull a:active {
	color: #066;
	text-decoration: underline;
}
#mainBodyfull ul li {
	list-style:circle;
	padding-top:3px;
}

/* --------------------------------------------------------------------
	Footer
-------------------------------------------------------------------- */

.copyright {
	COLOR: #333333;
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	font-weight:normal
}

#copyright {
	COLOR: #333333;
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	font-weight:normal
}


a.ver10:link      {
	BACKGROUND: none;
	COLOR: #333333;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	TEXT-DECORATION: none;
	font-weight:normal
}
a.ver10:active    {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: none; font-weight:normal}
a.ver10:visited   {BACKGROUND: none; COLOR: #333333; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: none; font-weight:normal}
a.ver10:hover     {BACKGROUND: none; COLOR: #066; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: underline; font-weight:normal}



a.footer:link      {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: none; font-weight:bold}
a.footer:active    {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: none; font-weight:bold}
a.footer:visited   {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif; TEXT-DECORATION: none; font-weight:bold}
a.footer:hover     {
	BACKGROUND: none;
	COLOR: #066;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	TEXT-DECORATION: none;
	font-weight:bold
}

.footeradmin a, .footeradmin a:visited {
	FONT-SIZE: 10px;
	background-color: transparent;
	color: #066;
	text-decoration: none;
}
.footeradmin a:hover, .footeradmin a:active {
	FONT-SIZE: 10px;
	text-decoration: underline;
	color:#000;
}



#footer {
	background: #999 url(../images/footer.jpg) left top no-repeat;
	color:#3B3B3B;
	text-align:left;
	margin:0px;
	padding:8px 0px 0px 20px;
	width:780px;
	height: 89px;
}
#footer a, #footer a:visited {
	background-color: transparent;
	color:#2c2c2c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #066
}
#footer .links {
	padding-bottom:2px;
}
#footer ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	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: #066;
	text-decoration: none;
}
#footer .footeradmin a:hover, #footer .footeradmin a:active {
	text-decoration: none;
	color:#2c2c2c;
}
#footer .copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
