html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-weight:bold;
	font-size: 10px;
	background: #c0c0c0 url('custom/images/bg.png') repeat-x;
}

#wrapper {
	margin: 0 auto 50px auto;
	width: 1000px;
	position: relative;
	padding: 0;
	background-color:white;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
}

#banner
{
	height: 119px;
	margin: 0;
	padding: 0;
	/*background: #aed0ea url('custom/images/ui-bg_diagonals-thick_15_10589e_40x40.png') repeat scroll;*/
	background: #005080;
	background: -webkit-linear-gradient(#005080,#003868);
	background: -moz-linear-gradient(top, #005080,#003868);
	background: -o-linear-gradient(#005080,#003868);
	background: -ms-linear-gradient(top, #005080,#003868);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005080', endColorstr='#003868');
	border: 0px solid;
}

#content-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
	min-height: 400px;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
	
}

#content {
	padding: 10px 10px 10px 10px;
	margin: 0;
	font-size: 12pt;
	font-weight: normal;
}


h1.logo {
	margin: 0px;
	padding: 0px 40px;
	color: white;
}

h1.logo a {
	color: white;
	text-decoration: none;
	font-size: 60px;
	height: 118px;
	display: table-cell;
	vertical-align: middle;
}


.divider {
	width: 100%;
	margin: 30px 0px;
	
	border: 1px solid #0b3e6f; background: #10589e url(custom/images/ui-bg_diagonals-thick_15_10589e_40x40.png) 50% 50% repeat; color: #ffffff; font-weight: bold;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
	
	padding: 0px;
}

h2.separator {
	font-size: 14pt;
	margin: 1px;
	padding-left: 20px;
}

a.separator {
	color: white;
	font-size: 14pt;
	margin: 1px;
	padding-left: 20px;	
}


#testb {
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
}




/*
 *
 * navbar
 *
 */

#navbar {
	width: 1000px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	
	/* test */
	border: solid #404040; 
	background: #8f8f8f;
	background: url(custom/images/ui-bg_inset-hard_50_8f8f8f_1x100.png) 50% 50% repeat-x;
	background: -webkit-linear-gradient(#404040,#202020);
	background: -moz-linear-gradient(top, #404040,#202020);
	background: -o-linear-gradient(#404040,#202020);
	background: -ms-linear-gradient(#404040,#202020);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#202020');
  
	color: white; 
	font-weight: bold;
	border-width: 1px 0px 1px 0px; /* needed to avoid overflow */

	
}

#navbar a {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #444;
	float: left;
	color: white;
	font-family: Arial, sans-serif; font-size: 1em;
	font-weight: bold;
}


#navbar a:hover {
	border-right: 1px solid #ff8a2e; background: #ffc980 url(custom/images/ui-bg_inset-hard_0_ffc980_1x100.png) 50% 50% repeat-x; color: #a84a00 !important;
}

#navbar a:visited {

}


.navbar-selected
{
	border: solid #777;
	background: #CCC url(custom/images/ui-bg_highlight-hard_90_e0e0e0_1x100.png) 50% 50% repeat-x;
	background: -webkit-linear-gradient(#888,#CCC);
	background: -moz-linear-gradient(top, #888,#CCC);
	background: -o-linear-gradient(#888,#CCC);
	background: -ms-linear-gradient(#888,#CCC);
	color: black !important; 
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#C0C0C0');
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;
	border-width: 0px ; /* needed to avoid overflow */	
}

#navbar form {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#navbar input {
	margin: 5px 0px 0px 10px;
	border: 1px solid #e0e0e0;
	background-color: white;
	height: 20px;
	width: 200px;
	float: left;
	position: relative;
	/* rounded on left side */
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
}

#navbar_search_submit {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	top: 5px;
	float: left;
}


/*
 *
 *
 *
 */
 
.section
{
 	border: 1px solid #aaa; 
 	background-color: #fff;
 	color: #000000;
 	padding: 15px;
 	margin: 0 auto 0 0;
 	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}


/*
 *
 * shadow classes
 *
 */

.shadow
{
	-moz-box-shadow: 0 0 6px 1px #444;
	-webkit-box-shadow: 0 0 6px 1px #444;
	box-shadow: 0 0 6px 1px #444;	
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#404040')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#404040');
}

.shadow-b, #btm_shdw
{
	-moz-box-shadow: 0px 2px 8px 1px #444;	
	-webkit-box-shadow: 0px 2px 8px 1px #444;
	box-shadow: 0px 2px 8px 1px #444;	
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#404040')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#404040');
	
}

#btm_shdw { margin-bottom: 50px;}


/*
 *
 * styled popup
 *
 */
 
#styled_popup {
 	width: 320px; height: 290px; display:block; position: fixed; top: 150px; left: 50px; visibility: hidden;
}

#vidDialog
{
	width: 340;
	height: 260;
	font-size: 10px;
	display: none;
}

#vidDialog .vid {
	height: auto;
	width: auto;
}

.ui-dialog { position: fixed !important; }


/*
 *
 * 
 *
 */
 
 
#alphaheader
{
 	border: 1px solid #aaa; 
 	background-color: #fff;
 	color: #000;
 	padding: 15px;
 	margin: 0px;
 	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}

#alphaheader a
{
	text-decoration: none;
}


#mvcontainer
{
	width: 100%;
	height: 100%;	
}