﻿html, body 
{
	font-family:Verdana,Arial, Sans-Serif;
	font-size:12px;
}

a
{
	/*
	text-decoration:none;
	*/
	color: #336699;
}

.contentInner a
{
	text-decoration:underline;
}

.ContentPadding
{
	margin:25px;
}

.ContentPadding img
{
	margin:10px;
}

a:hover
{
	text-decoration:underline;
	color: #660000;
}

p
{
	text-align:left;
	padding:5px;
	line-height:1.2em;
	
	word-wrap: break-word;
}

.contentInner p
{
	font-size:14px;
	
	margin:15px 15px 5px 15px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6
{
	display:block;
	font-weight:bold;
	text-align:left;
	
	margin:15px 15px 5px 15px;
	padding:0px;
}

h1{	font-size:21px;}
h2{	font-size:17px;}
h3{	font-size:15px;}
h4{	font-size:14px;}

.contentInner h2
{
	color:#963;
}

.contentInner h3
{
	color:#00244c;
}

.contentInner h4
{
	color:#4c2400;
}

.container
{
	width:1024px;
	margin:0 auto;
}

.bar
{
	height:25px;
}

.header, .menu, .content, .footer
{
	text-align:center;
}

.header
{
	background-image: url('/main/App_Themes/USOE/img/wmd_bg_head_1x100.jpg');
	background-repeat: repeat-x;
	height:100px;
}

.header .container
{
	height:100px;
	line-height:100%;
}

.header img
{
	float:left;
	margin-right:20px;
	margin-top:20px;
}

.header a
{
	text-decoration:none;
}

.header a h1
{
	font-family:Georgia;
	font-size:30px;
	font-weight:300;
	color:#336;
}

.header a h2
{
	font-size: 12px;
	font-weight:bold;
	padding-top:20px;
	color:#444;
}

.header em
{
	position:relative;
	top:5px;

	font-size: 25px;
	color:#336;
	padding:0 8px;
}

.menu
{
	height:40px;
	background-image: url('/main/App_Themes/USOE/img/wmd_bg_menu_outer_1x40.jpg');
}

.menu .container
{
	height:40px;
	background-image: url('/main/App_Themes/USOE/img/wmd_bg_menu_inner_1x40.jpg');
}

.crum	{}

.crum a	
{
	text-decoration:none;
}

.crum .container
{
	height:30px;
	/*
	border-bottom:1px solid #eee;
	*/
	line-height:250%;
	padding-left:20px;
}

.content	
{
	border-top:2px solid #eee;
}

.content .container
{
	/****	Themed ********
	background-color:#bbf;
	**********************/
	
	min-height:600px;
	height:auto !important;
	height:600px;

	background-image: url('/main/App_Themes/USOE/img/wmd_bg_fullMenu.png');
	background-repeat: no-repeat;
	background-position:90% 90%;
}

.contentMenu
{
	float:left;
	width:20%;
	width:25%;
}

.contentInner
{
	float:left;
	width:80%;
	width:75%; /*'768px*/
	width:768px;
	
	/****	Themed ********
	background-color:#eef;
	**********************/
	
	min-height:600px;
	height:auto !important;
	height:600px;
	
	padding-bottom:25px;
}

.contentInner li
{
	line-height:125%;
	margin:10px 0;
	font-size:14px;
}

.contentInner ul
{
	list-style-type:square;
	list-style-type:disc;
	margin:25px 25px 25px 40px;
}

.contentHeader
{
	margin-bottom:20px;
}

.footer
{
	background-image: url('/main/App_Themes/USOE/img/wmd_bg_footer_1x130.jpg');
	background-repeat: repeat-x;
}

.footer .container
{
	height:130px;
}

.footer p
{
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#666;
	line-height:40%;
}

.footer a
{
	font-family:Arial;
	font-size:10px;
	padding:5px;
	text-decoration:none;
}

a:hover img 
{
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.ContentButton
{
	width:55px;
}

.InputFile
{
	position: relative;
	text-align: right;
}

.blockquote
{
	display:block;
	margin:10px;
	padding:5px;
	padding-bottom:10px;
}

.ErrorLabel, .EditingFormErrorLabel
{
	font-size:15px;
	color:red;
	margin:25px;
	margin:5px;
}
.contentInner table
{
	margin-left:20px;
}

.contentInner th
{
	font-size:14px;
	border-bottom:2px solid #333;
	margin:2px 2px 4px 2px;
	padding:2px 4px;
}

.contentInner tr
{
	font-size:12px;
}
