/*modified from p7csslm10.css*/

body,form * { font-family: Verdana, Helvetica, Arial, sans-serif; }

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #006699;
	background-color: #D5E9F9;
	margin: 20px;
	padding: 0;
}
#pagewrapper {
	width: 850px;
	margin: 0 auto;
}




#masthead {
	padding: 0px;
	margin: 0;
	height: 60px;
	background-color: #006699;
	border-bottom: 1px solid #006699;
	background-image: url(images/wwdlogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


#masthead .pagecontent {
	padding: 12px 20px;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}



#pagecenter {
	width: 850px;
	background-color: #FFFFFF;
}
#pagecenter .pagecontent {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#pagecenter a:link {
	color: #0066CC;
}
#pagecenter a:visited {
	color: #0066CC;
}
#pagecenter a:hover {
	color: #336699;
	text-decoration: underline;
}

#footer {
	color: #006699;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	background-image: url(p7tbm_admin/img/footertile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 6px solid #75B7C9;
}
#footer h1 { 
	font-weight:bolder; 
	padding-top: 25px; 
	font-size: 1.2em;
}
#footer .pagecontent {
	padding: 12px 20px;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}




h1 {
	font-size: 1.5em;
	margin: 0;
}
h2 {
	font-size: 1.35em;
	/*margin: 30px 0 0 0;*/
}
h3 {
	font-size: 1.15em;
	/*margin: 30px 0 0 0;*/
}
h4 {
	font-size: 1.10em;
	/*margin: 20px 0 0 0;*/
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

hr { height : 1px; border:none; color: #006699; background: #006699; }
table, th, tr, td {font-size: 100%; font-family: Verdana, Helvetica, Arial, sans-serif; color: #006699; }
/*textarea { font-size: 100%; }*/

.error {font-size: 1.25em; color: #CC0000; font-weight: bold; }
.bignote { font-size: 1.25em; font-style: normal; font-weight: bold; } 
.bigrednote { font-size: 1.25em; font-style: normal; font-weight: bold; color: #CC0000; } 
.smallnote { font-size: .95em; font-style: italic; } 
.smallitalic { font-size: .95em; font-style: italic; } 
.closepara { line-height: 1.00; }
.alternaterow { background-color: #D2E7F9; }
.indented { margin-left: 20px; }
.required { font-weight: bold; color: #CC0000; !important }
.publicformsection {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003399;
	padding-left: 5px;
	margin-top: 28px;
	margin-bottom: 18px;
}
.publicform {
	margin-bottom: 8px;
	margin-left: 15px;
}
.publicformbg {
	margin-bottom: 8px;
	margin-left: 15px;
	background-color: lightblue;
}



#popup {
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding: 15px;
}

/*
to put a different width reorder div, enter this php code on the reorder page:
//set reorder width to override default
print '
<style type="text/css">
<!--
#reorder {  
    width: X00px;  
}  
-->
</style>
';
*/
#reorder {  
    width: 650px;  
}  
#reorder ul {  
    margin: 0px;  
    padding: 0px;  
}  
#reorder ul li {
	list-style-type: none;
	padding: 5px;
	background-color: #D5E9F9;
	border: 1px solid #006699;
	margin-bottom: 1px;
}  



