/** CSS Stylesheet for the new NinerVictor.com site **/
/** Last Update: February 2010 **/

body {
	margin:0px 0px;
	padding:0px;
	background-color: #eeeeee;
	min-width:950px;

/** -- not sure I want to play with the scrollbar colours -- **/
/*	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #ffffff; */

	font-family: Helvetica,Arial,Serif;
	font-weight: normal;
	font-size: 9pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000033;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #3333cc;
}

#container {
	margin:0px auto;
	text-align:left;
	width:950px;
	padding:0px;
	line-height: 100%;
	background-color: #ffffff;
/*	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;*/
}

#pageHeader {
	
	background-image: url('../../images/9vsa2010_header.png');
	height:250px;
	background-repeat: repeat-x;
}

#pageFooter {
	
	background-color: #dddddd;
	color: #8c8c8c;
	padding: 5px;
	font-size: 8pt;
	font-weight: normal;
	clear:both;
}

#navBar {
	/*background-color: #dddddd;*/
	background-image: url('../../images/9vsa2010_navbar_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}

#content {
	padding: 5px;
	margin-left: 300px;
	/*height: 400px;*/
}

#updBox {
	background-image: url('../../images/9vsa2010_updbox_bg.png');
	background-repeat: repeat-x;
	float:left;
	width:290px;
	height:390px;
	border: solid 1px #000033;
	margin: 5px;
}

#updBoxContent {
	padding: 5px;
}

h2 {
	background-image: url('../../images/9vsa2010_smallplane_icon_20x20.png');
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	background-position: center right;
	font-size: 16pt;
	font-weight: normal;
	color: #333399;
	border-bottom: solid 1px #000066;
	padding-bottom: 5px;
}

h2.latestHapp {
	background-image: url('../../images/9vsa2010_clock_icon.png');
}
