/* Basingstoke Korfball Club CSS, Gavin Hamer 02/02/06 */

body, #container {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	width: 760px;
}

body {
	background-color: #AF0000;
	/*background-color: #222222;*/
}

#container {
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: -5px;
	margin: 0;
	border: 4px solid #000000;
}

body table, #container table {
	width: 90%;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 4px;
	border-collapse: collapse;
	border: 2px solid #333333;
}

body td, #container td {
/*	border: 1px dotted #333333; */
}

a:link, a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000066;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
	color: #FFFF00;
	text-indent: 0;
}

a.img:hover {
	border: 0;
	background-color: transparent;
}

h1, h2, h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h4, h5, h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

#outer {
	clear: left;
/*	background-color: #FFFFFF; */
	width: auto;
}

#inner {
	margin: 0;
	width: 100%;
	background-image: url('/images/background/lightred_fade.jpg');
	background-repeat: repeat-x;
	display: table-cell;
}

#header {
	width: 100%;
	height: 100px;
	z-index: 13;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FBD40F;
	/*background-image: url('/images/background/stripe_greentrans2.gif');*/
}

#mainbody {
	float: left;
	position: relative;
	z-index: 10;
	margin-left: 10px;
	margin-top: 14px;
	width: 540px;
}

#panel {
	position: relative;
	float: right;
	z-index: 11;
	margin-right: 4px;
	margin-left: 4px;	
	margin-top: 12px;
	padding: 6px 6px 6px 6px;
	width: 160px;
	min-height: 265px;
	border: 1px dashed #000000;
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/background/75p_white.png');	
}
/* IE ignores css styles with [attributes], so it will skip the following. */
#panel[id] {
	background-image: url('/images/background/75p_white.png');
}


#footer {
	clear: both;
	position: relative;
	width: 99%;
	z-index: 13;
	margin: 10px 1px 1px 1px;
	padding: 0;
	height: 12px;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	line-height: normal;
}
#footer a, #footer a:hover {
	text-decoration: none;
}

#clear {
	clear: both;
}

#silhouette {
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 550px;
	height: 350px;
	width: 219px;
	background-image: url('/images/background/silhouette_red_219x350.jpg');
}



/* navigation bar */

#nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000000;
	vertical-align: middle;
	text-decoration: none;
	z-index: 500;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 3px;
}
#nav a {
	font-weight: bold;
	color: #EEEEEE;
	vertical-align: middle;	
	text-decoration: none;
}
#nav a:hover {
	background-colour: #000000;
	text-decoration: none;
	color: #FFFF00;
}
#nav li li a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #000000;
	border-width: 0 5px;
}
#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #000000;
	border-width: 1px 0;
}
#nav li#first {
	border-left-width: 1em;
}
#nav li#last {
	border-right-width: 1em;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background-color: #EEEEEE;
/*	padding: 0.5em 0 1em 0; */
	border: solid 1px #000000;
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}



