@charset "utf-8";

/*******************************************/
/********** Basic CSS Definitions **********/
/*******************************************/
.body {
	font-family:Arial, Helvetica, sans-serif;
}
.wrap {
	min-width:960px; 
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-repeat:repeat-y;
	background-image:url(../images/sidefaux.png);
}
.spacer { height:5px; }
.spacerh { height:3px; }



/*******************************************/
/******** Page List CSS Definitions ********/
/*******************************************/
.pagelistleft {
	width:15px;
	height:30px;
	background-image:url(../images/pagelistleft.png);	
	float:left;
}
.pagelistright {
	width:15px;
	height:30px;
	background-image:url(../images/pagelistright.png);	
	float:right;
}



/*******************************************/
/********** BBCode CSS Definitions *********/
/*******************************************/
.codehead {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentheadbot2.png);
	color:#CCCCCC;
	background-color:#333333;
	height:30px;
	line-height:30px;
	padding-left:5px;
	margin-left:50px;
	margin-right:50px;
}
.codebody {
	font-family: Courier new, courier, mono;
	font-size: 12px;
	background-image:url(../images/contentbodybackblue.png);
	background-repeat:repeat-y;
	background-color:#F5F5F5;
	padding:5px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-top:none;
	display:block;
	margin-left:50px;
	margin-right:50px;
}
.quotebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/contentbodybackblue.png);
	background-repeat:repeat-y;
	background-color:#F5F5F5;
	padding:5px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-top:none;
	display:block;
	margin-left:50px;
	margin-right:50px;
}

/*******************************************/
/********* User Profile Definitions ********/
/*******************************************/
.userprofileedittextbox {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:100%;
}
.userprofilepicture {
	width:100%;
	text-align:center;
}
.userprofilepicture a {
	color:#4893f0;
	text-decoration:none;
}
.userprofilepicture a:hover {
	text-decoration:underline;
}
.userprofileclear {
	clear:both;
}
.userprofileinnerleft {
	width:49%;
	float:left;
	text-align:right;
	font-weight:bold;
}
.userprofileinnerright {
	width:49%;
	float:right;
}
.userprofileleft {
	width:49.8%;
	float:left;
}
.userprofileright {
	width:49.8%;
	float:right;
}
.userprofileitemhead {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentheadbot2.png);
	color:#CCCCCC;
	background-color:#333333;
	height:30px;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}
.userprofileitemhead a {
	color:#4893f0;
	text-decoration:none;
}
.userprofileitemhead a:hover {
	text-decoration:underline;
}
.userprofileitembody {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentbodybackblue.png);
	background-repeat:repeat-y;
	background-color:#F5F5F5;
	padding:5px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-top:none;
}




/*******************************************/
/************* Admin Definitions ***********/
/*******************************************/
.admintextbox {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:50%;
}
.adminheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	width:100$;
	margin-top:10px;
	text-align:center;
}
.admincolumndiv {
	font-family:Arial, Helvetica, sans-serif;
	width:25%;
	float:left;
	margin-top:30px;
}
.admincelldiv {
	height:125px;
	text-align:center;
}
.admininnercell {
	font-family:Arial, Helvetica, sans-serif;
	width:125px;
	height:125px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;

	text-decoration:none;
}
.admininnercell a {
	display:block;
	color:#4893f0;
	text-decoration:none;
}
.admininnercell a:hover {
	text-decoration:underline;
}




/*******************************************/
/************ Footer Definitions ***********/
/*******************************************/
.footerbl { background: url(../images/footer/footerbl.png) 0 100% no-repeat; }
.footerbr { background: url(../images/footer/footerbr.png) 100% 100% no-repeat; }
.footertl { background: url(../images/footer/footertl.png) 0 0 no-repeat; }
.footertr { background: url(../images/footer/footertr.png) 100% 0 no-repeat; }
.footer {
	font-family:Arial, Helvetica, sans-serif;
	background:#333333;
	background-image:url(../images/footerback.png);
	clear:both;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;	
	height:85px;
}
.footer a {
	text-decoration:none;
	color:#4893f0;	
}
.footer a:hover {
	text-decoration:underline;
	color:#4893f0;	
}
.copyright {
	width:100%;
	text-align:center;
	color:#CCCCCC;
}
.pagecreation {
	width:100%;
	text-align:center;
	color:#CCCCCC;
}

/*******************************************/
/********* Navigation Definitions **********/
/*******************************************/
.navitemhead {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/nav/headerblue.png);
	color:#FFFFFF;
	background-color:#333333;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}
.navitembody {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
	border-color:#00468e;
	border-width:1px;
	border-style:solid;
	border-top:none;
	display:block;
}
.navitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/nav/itembgmedroll.png);
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#00468e;
	height:20px;
}
.navitemlast {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/nav/itembgmedroll.png);
	height:20px;
}
.navitempad {
	padding-left:10px;
}
.navitem a:hover, .navitemlast a:hover {
	background-image:url(../images/nav/itembgmed.png);
}
.navitem a, .navitem a:visited, .navitem a:active, .navitemlast a, .navitemlast a:visited, .navitemlast a:active {
	color:#00468E;
	text-decoration:none;
	display:block;
}

/*******************************************/
/******** Login System Definitions *********/
/*******************************************/
.indentmenulogin {
	overflow: hidden;
}
.indentmenulogin ul {
	margin: 0;
	padding: 0;
	float: left;
	line-height:24px;
	background: black url(../images/contentheadbot2.png) center center repeat-x;
}
.indentmenulogin ul li {
	display: inline;
}
.indentmenulogin ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float: left;
	color: white;
	padding: 3px 11px;
	text-decoration: none;
	border-left: 1px solid #555555;
}
.indentmenulogin ul li a:visited {
	color: white;
}
.indentmenulogin ul li a:hover, .indentmenu ul li .current {
	color: white !important; 
	background: black url(../images/sideheadbot2rev.png) center center repeat-x;
}
.contentheaderlogindiv {
	float:right;
	height:30px;
	line-height:30px;
	font-size:12px;
}
.contentheaderloginbutton {
	border-width:1px;
	border-style:solid;
	width:50px;
	height:20px;
	padding-bottom:2px;
}
.contentheaderlogintextbox {
	border-width:1px;
	border-style:solid;
	width:85px;
}

/*******************************************/
/******** Comment Reply Definitions ********/
/*******************************************/
.replyform {
	margin:0px;
}
.replynamefield {
	width:400px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
.replytitlefield {
	width:400px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
.replybodyfield {
	width:400px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	height:200px;
}
.commentreply {
	width:100%;
	font-size:12px;
}
.commentreply a { color:#0066CC; font-weight:bold; text-decoration:none; }
.commentreply a:hover { text-decoration:underline; }
.contentreply {
	width:100%;
	font-size:12px;
}
.contentreply a { color:#0066CC; font-weight:bold; text-decoration:none; }
.contentreply a:hover { text-decoration:underline; }
.contentitemsubheadtoggle {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../images/nav/itembgmedroll.png);
	background-color:#CCCCCC;
	height:20px;
	line-height:20px;
	cursor:pointer;
}

/*******************************************/
/*********** Comment Definitions ***********/
/*******************************************/
.commenthide {
	display: none;
}
.commentitemsubheadtoggle {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../images/nav/itembgmedroll.png);
	background-color:#CCCCCC;
	height:20px;
	line-height:20px;
	cursor:pointer;
}
.commentindent {
	margin:0px;
	padding-left:20px;
}
.commentitemheadrate {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:30px;
	padding-right:5px;
}
.commentitemcomments {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	height:30px;
	line-height:30px;
	color:#CCCCCC;
}
.commentitemcomments a {
	color:#4893f0;
	font-weight:bold;
	text-decoration:none;
}
.commentitemcomments a:hover { text-decoration:underline; }
.commentitemtags {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	height:30px;
	line-height:30px;
	color:#CCCCCC;
}
.commentitemtags a { color:#4893f0; font-weight:bold; text-decoration:none; }
.commentitemtags a:hover { text-decoration:underline; }
.commentitemheadtl { width:15px; height:15px; float:left; }
.commentitemheadtr { width:15px; height:15px; float:right; }
.commentitemhead {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentheadbot2.png);
	color:#CCCCCC;
	background-color:#333333;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
.commentitemhead a { color:#4893f0; font-weight:bold; text-decoration:none; }
.commentitemhead a:hover { text-decoration:underline; }
.commentitemsubhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../images/nav/itembgmedroll.png);
	background-color:#CCCCCC;
	height:20px;
	line-height:20px;
	padding-left:4px;
	padding-right:4px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-top:none;
	border-bottom:none;
	border-bottom-width:1px;
}
.commentitemsubhead a { color:#0066CC; font-weight:bold; text-decoration:none; }
.commentitemsubhead a:hover { text-decoration:underline; }
.commentitembody {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentbodybackblue.png);
	background-repeat:repeat-y;
	background-color:#F5F5F5;
	padding:5px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-top:none;
	display:block;
}
.commentitembodycontent {
	margin:0px;
	padding:0px;
	padding-right:10px;
}

/*******************************************/
/*********** Content Definitions ***********/
/*******************************************/
.contentitemheadrate {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:30px;
}
.contentitemcomments {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	height:30px;
	line-height:30px;
	color:#CCCCCC;
}
.contentitemcomments a {
	color:#4893f0;
	font-weight:bold;
	text-decoration:none;
}
.contentitemcomments a:hover { text-decoration:underline; }
.contentitemtags {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	height:30px;
	line-height:30px;
	color:#CCCCCC;
}
.contentitemtags a {
	color:#4893f0;
	font-weight:bold;
	text-decoration:none;
}
.contentitemtags a:hover { text-decoration:underline; }
.contentitemheadtl {
	width:15px;
	height:15px;
	background-image:url(../images/contentbodyheadcorn-tl.png);	
	float:left;
}
.contentitemheadtr {
	width:15px;
	height:15px;
	background-image:url(../images/contentbodyheadcorn-tr.png);	
	float:right;
}
.contentitemheadbl {
	width:15px;
	height:15px;
	margin-top:15px;
	background-image:url(../images/contentbodyheadcorn-bl.png);	
	float:left;
}
.contentitemheadbr {
	width:15px;
	height:15px;
	background-image:url(../images/contentbodyheadcorn-br.png);	
	margin-top:15px;
	float:right;
}
.contentitemhead {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/contentheadbot2.png);
	color:#CCCCCC;
	background-color:#333333;
	height:30px;
	line-height:30px;
}
.contentitemhead a {
	color:#4893f0;
	font-weight:bold;
	text-decoration:none;
}
.contentitemhead a:hover { text-decoration:underline; }
.contentitemsubhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../images/nav/itembgmedroll.png);
	background-color:#CCCCCC;
	height:20px;
	line-height:20px;
	padding-left:15px;
	padding-right:5px;
}
.contentitemsubhead a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
.contentitemsubhead a:hover { text-decoration:underline; }
.contentitembody {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
	background-image:url(../images/contentbodybackblue.png);
	background-repeat:repeat-y;
	padding-left:15px;
	padding:5px;
}
.contentitemfoot {
	background-color:#333333;
	background-image:url(../images/contentheadbot2rev.png);
	height:30px;
}

/*******************************************/
/*********** Header Definitions ************/
/*******************************************/
.sidebar {
	background:#F5F5F5;
	float:left;
	width:160px;
}
.sideheadertop {
	width:160px;
	height:50px;
	background-image:url(../images/sideheadtop.png);
	text-align:right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
}
.sideheadertopcorn {
	width:15px;
	height:15px;
	background-image:url(../images/sideheadtopcorn.png);
	float:left;
}
.sideheaderbot {
	width:160px;
	height:30px;
	background-color:#0066CC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(../images/sideheadbot2.png);
}
.sideheaderbotcorn {
	width:15px;
	height:25px;
	background-image:url(../images/sideheadcornbot.png); 
	float:left;
}
.sideheadersearch {
	float:left;
	width:130px;
	margin-right:15px;
}
.searchform {
	margin:0px;
}
.searchbox {
	border:1px solid #000000;
	position:relative;
	top:5px;
	color:#666666;
	width:148px;
}
.sideheaderspacer {
	margin-right:2px;
}
/*******************************************/
.contentcolumn {
	background:#FFFFFF;
	margin-left:160px;
}
.contentheadertop {
	height:50px;
	background-image:url(../images/contentheadtop.png);
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
}
.contentheadertopcorn {
	width:15px;
	height:15px;
	background-image:url(../images/contentheadtopcorn.png); 
	float:right;
}
.contentheaderbot {
	height:30px;
	background-color:#333333;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	background-image:url(../images/contentheadbot2.png);
	line-height:18pt;
}
.contentheaderbotcorn {
	width:15px;
	height:30px;
	background-image:url(../images/contentheadcornbot2.png);
	background-position:right;
	float:right;
}
.contentheaderbotcorn a {
	display:block;
}
.contentheaderspacer {
	margin-left:2px;
}
/*******************************************/
.indentmenu {
	overflow: hidden;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	line-height:24px;
	background: black url(../images/contentheadbot2.png) center center repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float: left;
	color: white;
	padding: 3px 8px;
	text-decoration: none;
	border-right: 1px solid #555555;
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: white !important; 
	background: black url(../images/sideheadbot2rev.png) center center repeat-x;
}

/*******************************************/
/*******************************************/
/*******************************************/
.sidebarnav {
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
}
.contentbody {
	min-height:500px;
	padding:5px;
	padding-right:0px;
}