﻿body {
	margin: 0px auto auto auto;
	background: #CDECFE url('Images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	top: 0px;
}

/* top and bottom corners*/
.headertopleft {height:20px; background-image: url('Images/mcnr_tl.gif'); background-repeat: no-repeat;	background-position:left bottom;}
.headertopmiddle {width:98%; height:20px; background-image: url('Images/mcnr_tm.gif'); background-repeat: repeat-x;	background-position:bottom;}
.headertopright {height:20px; background-image: url('Images/mcnr_tr.gif'); background-repeat: no-repeat; background-position:right bottom;}
.footerbtmleft {height:20px; background-image: url('Images/mcnr_bl.gif'); background-repeat: no-repeat;	background-position:left bottom;}
.footerbtmmiddle {width:98%; height:20px; background-image: url('Images/mcnr_bm.gif'); background-repeat: repeat-x;	background-position:bottom;}
.footerbtmright {height:20px; background-image: url('Images/mcnr_br.gif'); background-repeat: no-repeat; background-position:right bottom;}


.headermainmenu TD 
{
	text-align:center;
	border-right:1px solid white;
}
.headermainmenu A
{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.headermainmenu A:hover
{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
.bodycontent 
{
    padding: 1px 0 0 0 ;
    text-align: left;    
}

#CenterPageDiv 
{
	padding-top:5px;
	padding-bottom:10px;
	width: 820px;
}
.BodyOffset
{
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#PageHeader 
{
    font-size: 10px;
	background-color:#FFFFFF;
	background-image: url('Images/head1.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 105px;
}
#PageContents 
{
	background-color:#FFFFFF;
	border-top: 3px solid #C0C0C0;	
	padding-bottom:15px;
}
#PageFooter 
{
	background-color:#1E69B2;
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	border-top: 1px solid #C0C0C0;
}
#PageFooter A 
{
	background-color:#1E69B2;
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}

A { 
	color:#006699;
	text-decoration:underline;
}
A:hover { 
	color: #ed991d; 
	cursor: pointer;
} 

.pageHeader 
{
	vertical-align:top;
	font-weight:bold;
	font-size:20px;
	color:#91AA37
}



/*header*/
.header table {font-size:100%;background-color:White;width:100%;height:90px;border:none;}
.header td {white-space:nowrap;}
.header h1 {font-weight:normal;font-size:20pt;margin-bottom:0px;margin-top:0px;}
.header a {color:#333399;text-decoration:none;}
.header a:hover{text-decoration:underline;}
.header img{vertical-align:middle;border:none;}

/*main body*/
.forumcontent table {border-collapse:collapse;}
.forumcontent h1 {font-weight:normal;font-size:18px;margin-bottom:0px;}
.forumcontent h2 {font-size:13px;color:#404040;font-weight:bold;margin-bottom:0px;margin-top:0px;}
.forumcontent h3 {font-weight:bold;font-size:14px;margin:4px;}
.forumcontent a {color:#333399;text-decoration:none;}
.forumcontent a:hover{text-decoration:underline;}
.forumcontent th {background-image: url(images/darkgradient.gif);color:White;font-weight:bold;font-size:100%;text-align:justify;padding:0px 5px 0px 5px;height:30px;border:1px solid #9FAABF;}
.forumcontent th a {color:White;font-size:100%;font-weight:normal;text-decoration:none;}
.forumcontent th a:hover{text-decoration:underline;}
.forumcontent td {border:1px solid silver;background-color:#FFFFFF;}
.forumcontent table.noouterborder {border:none;}
.forumcontent table.noouterborder td, .forumcontent table.noouterborder th {border:none;}
.forumcontent table.noborder {border:1px solid silver;}
.forumcontent table.noborder td, .forumcontent table.noborder th {border:none;}
.forumcontent img{vertical-align:middle;border:none;}
.forumcontent hr{height:1px;border:none;color:silver;background:silver;}
.forumcontent div.location{margin-top:10px;margin-bottom:10px;}
.forumcontent div.smalltoolbar{margin-bottom:3px;text-align:right;margin-top:3px;}

td.outerheader {display: none; width:6px;background-color:transparent;}

.forumcontent .gray, .header .gray {color:#999999;font-size:8pt;font-weight:normal}
.forumcontent th .gray {color:#CCCCCC;}
.forumcontent .gray a, .header .gray a {color:#727299;}
.forumcontent .radiolist td {text-align:left;}

/* inputs */
.forumcontent input[type="file"],
.forumcontent input[type="password"],
.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.forumcontent input[type="text"],
.header input[type="file"],
.header input[type="password"],
.header input[type="button"],
.header input[type="submit"],
.header input[type="text"],
button,
select {border:1px solid slategray;font-size:9pt;vertical-align:middle;height:22px;}
textarea {border:1px solid slategray;font-size:9pt;vertical-align:middle;}

.forumcontent input[type="password"],
.forumcontent input[type="text"],
.header input[type="password"],
.header input[type="text"]{height:14px;padding-top:3px;padding-bottom:3px;}

.forumcontent input[type="text"], textarea, select {padding-right:0px;padding-left:0px}

.forumcontent input[type="checkbox"],
.header input[type="checkbox"]{vertical-align:middle;}

.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.header input[type="button"],
.header input[type="submit"],
.forumcontent button {background:slategray url('images/btngradient.gif');color:White;cursor:pointer;}

.forumcontent input[type="button"]:hover, 
.forumcontent input[type="submit"]:hover,
.header input[type="button"]:hover,
.header input[type="submit"]:hover,
button:hover {background:slategray url('images/btngradient_rev.gif');}

.gradientbutton {background:url('images/bg_header5.png');color:White;height:20px; vertical-align:top; font-size:10px;font-weight:bold;border:1px solid slategray;}

/* other classes */
img.avatar {border:1px solid #bbbbbb; padding:2px 2px 2px 2px; -ms-interpolation-mode:bicubic; margin-bottom:3px;}
div.quote{color:#7777aa;text-decoration:none;padding-left:15px;}






