/*
	red: rgb(176,25,32)
	blue: rgb(64,79,98)
	
	red:#b01920;
	blue:#404f62;

Sunday:
	background:#f8f8f8;;
Monday {
	background:cornsilk;
Tuesday {
	background:#ff9933; 
Wednesday {
	background:#deb887;
Thursday {
	background:#8fbc8f;
Friday {
	background:#ff8888;
Saturday {
	background:#b0c4de;
*/

a img {border: none;}

html {
	font-family:verdana,"luxi sans",sans-serif;
	height:100.2%;
}
body {
 background-color: #fff;
 margin-top: 0px;
 background-image:url(../images/menu-gradient.jpg);
 background-repeat:repeat-x;
 background-position: 0 -50px;
}
#wrapper {
	position:relative;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 130px;
	background-color:none;
	background-image: url(../images/DVOA-header-back-a.png);
	background-repeat:no-repeat;
	text-align:left;
	z-index:1000;
	padding-left:240px;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}
#header h1 {
	font-size:22px;
	color:rgb(204,0,0);
	margin:0;
	padding:20px 0 4px 0px;
	font-style:italic;
}
.welcome {
	font-size:13px;
	color:rgb(0,0,100);
	font-style:italic;
}
#search {
 position: absolute;
	top:18px;
	left:760px;
	width:200px;
}
#search input {
	font-size:10px;
	font-family:verdana,"luxi sans",sans-serif;
	color:#666;
}	

#userbar {
 position: absolute;
	top:64px;
	left:760px;
	width:200px;
	height:16px;
	font-size:11px;
	background:#fff;
	color:rgb(57,57,107);
}
#userbar a {
	color:rgb(57,57,107);
}
#userbar a:hover {
	color:#c00;
}

/* Drop Down Menu style*/
#menubar {
	position: absolute;
	top:104px;
	left:0px;
	width: 960px;
	height: 24px;
/*	border-top:2px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	z-index:100;
}

#bc {
	width:228px;
	float:left;
	text-align:left;
	font-size:10px;
	color:rgb(255,255,255);/*color:rgb(64,79,98);*/
	line-height:24px;
	padding-left:8px;
	overflow:hidden;
}
#bc a:link, #bc a:visited {
	color:rgb(200,200,200);
}
#bc a:hover {
	color:rgb(176,25,32);
}
#menu {
	width:712px;
	float:right;
}
#menuh {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
/*	margin:2em;*/
/*	margin-top: 1em;*/
}
#menuh a {
	text-align: left;
	display:block;
	border: 0; /*1px solid #eee;*/
	white-space:nowrap;
	margin:0;
	padding: 0.4em 2px;
}
#menuh a:link, #menuh a:visited, #menuh a:active {	/* menu at rest */ 
	color: #333;
/*	background-color: #fff;*/
	text-decoration:none;
}
#menuh a:hover {	/* menu at mouse-over  */
	color: #fff;
	background-color: rgb(64,79,98);
	text-decoration:none;
}	
#menuh a.top_parent, #menuh a.top_parent:hover {  /* attaches down-arrow to all top-parents */
/*	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;*/
	background-image: url(../images/triangle-small.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-left:22px;
}
#menuh a.top_parent:hover {
	color:#c00;
}
#menu a.this_one {
	background:rgb(255,255,255); /*#ddd*/
	background-image: url(../images/flag_sm-a.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: solid 4px #fff;
	color: #000;
}
#menuh a.parent, #menuh a.parent:hover {	/* attaches side-arrow to all parents */
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0 2px;
	float:left;
	width:auto;	/* width of all menu boxes */
}
#menuh li {
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
/*	padding: 1em;*/
	background-image:url(../images/dropdown_bg.png);
	margin:0; /*0 0 0 -2em;*/
	width:auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#menuh ul ul li {
	border-top:1px solid #ccc;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#credits {
	clear:both;
	background:#fff;
	background-image:	url(../images/mws_button.png);
	background-repeat:no-repeat;
	background-position: 642px 0;
	text-align:center;
	color:#aaa;
	padding:8px 0 8px 0;
	font-size:10px;
}
#credits a {
	color:#aaa;
}
#credits a:hover {
	color:#c00;
}
#homecredits {
	position:absolute;
	width:960px;
	top:700px;
	left:0px;
	background:#fff;
	background-image:	url(../images/mws_button.png);
	background-repeat:no-repeat;
	background-position: 642px 0;
	padding:8px 0 8px 0;
	text-align:center;
	color:#aaa;
	font-size:10px;
}

#foot {
	clear:both;
	color:#fff;
	font-size:11px;
	text-align:center;
	height:24px; /*16px*/
	line-height:24px; /*16px*/
}
#foot a {
	color:#fff;
}
#foot a:hover {
	color:#333;
}
#hotline {
	background-color:rgb(176,25,32);
	float:left;
	width:200px;
}
#webmaster {
	background-color:rgb(176,25,32);
	float:right;
	width:192px;
	text-align:right;
	padding-right:8px;
}
#fcontent { 
	background-color:rgb(176,25,32);
	float:left;
	width:560px;
}

#mmbr_stat {
	margin-left:670px;
	margin-top:-20px;
	color:#aaa;
	font-size:11px;
}
.triangleSmall {
    background: url("/images/triangleSmall.png") no-repeat scroll left center transparent;
    padding-left: 19px;
}
.alertmessage {
	font-weight: bold;
	font-size: 16px;
	color: #F00;
	text-align: center;
}
div.alertbox {
	padding: 0px 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-top: 2px solid #1151A3;
	border-bottom: 2px solid #1151A3;
}
