/* Base , Set up fonts etc.    */
body
{
	font				: 0.8em verdana, Arial;
	background-color		: #ffffff; 
	margin			: 0px;
	padding			: 10px 0px;
}

h1 {
left:20px;
bottom:20px;
margin:0;
display:inline;
font:60px georgia,times,serif;
letter-spacing:5px;
font-variant:small-caps;
}

a, a:visited
{
	text-decoration		: underline;
	color				: #0000FF;
}
a:hover
{
	color				: green;
}


#extraContent a, #extraContent2  a:visited, #extraContent2 a, #extraContent2 a:visited
{
	text-decoration		: underline;
	color				: #0000FF;
}
#extraContent  a:hover, #extraContent2  a:hover
{
	color				: #ffffff;
}


#pageHeader a, #pageHeader a:visited, #pageFooter a, #pageFooter a:visited
{
	text-decoration		: underline;
	color				: #cc8f8f;
}
#pageHeader a:hover,#pageFooter a:hover
{
	color				: #cccccc;
}

#pageHeader 
{
	background			: #000000;
} 
#pageHeader h1
{
	font-size			: 150%;
	margin			: 0px;
	padding			: 2px 20px 2px 5px;
	color				: #cccccc;
}

.contentContainer
{
	padding				: 10px;
}

#mainContent
{
	position			: relative;
	min-height			: 400px;
	margin 			: 0px 0px 0px 180px;
	background-color		: white;
	color				: black;
}

#mainC
{
	position			: relative;
	min-height			: 400px;
	margin 			: 0px 198px 0px 160px;
	background-color		: white;
	color				: black;
}

.boldtable, .boldtable TD, .boldtable TH
{
font-family:sans serif;
font-size:10pt;
color:#000000;
background-color:#cccccc;
}

/*   TABLES  */

table.cricket 
{
	font-family			: verdana;
	font-size			: 13pt;
}
table.cricket th
{
	padding			: 5px;
}
table.cricket td
{
	padding			: 5px;
}

table.cricket1 
{
	font-family			: verdana;
	font-size			: 8pt;
}
table.cricket1 th
{
	padding			: 5px;
}
table.cricket1 td
{
	padding			: 5px;
}

table.cricketborder 
{
	border-width		: 2px;
	border-style		: solid;
	border-color		: white;
	font-family			: verdana;
	font-size			: 13pt;
}
table.cricketborder th
{
	border-width		: 2px;
	padding			: 2px;
	border-style		: inset;
	border-color		: gray;
}
table.cricketborder td
{
	border-width		: 2px;
	padding			: 5px;
	border-style		: inset;
}



#extraContent
{
	float				: right;
	width				: 180px;
	margin			: 10px;
	border			: 0px solid #000000;
	background-color		: white;
	color				: black;
}

#extraContent
{
	margin-bottom: 0px;
}
#userLinks
{
	display				: inline;
	float				: left;
	clear				: left;
	width				: 200px;
	margin-left		: 10px;
}


#userLinks h1
{
	font-size			: 100%;
	padding				: 2px 5px;
	background-color	: #333333;
	color				: #ffe6e6;
	border				: 1px solid #000000;
	margin				: 10px 0px 0px;
}

#userLinks ul
{
	display				: block;
	list-style-type		: none;
	margin				: 0px;
	padding				: 4px 10px;
	background-color	: #999999;
	border				: solid #000000;
	border-width		: 0px 1px 1px;
	color				: #ffffff;
}

#extraContent a,  #extraContent a:visited, #userLinks ul a, #userLinks ul a:visited
{
	color				: #ffffff;
}
#userLinks ul a:hover, #extraContent a:hover
{
	color				: #ffb3b3;
}

#pageFooter
{
	clear				: both;
	border			: solid white;
	border-width		: 0px 0px 0px;
	padding			: 5px;
	background-color		: white;
	color				: black}

#pageFooter h6
{
	padding-left		: 10px;
	margin				: 0px;
	font-size			: 90%;
	font-weight			: normal;
}





#subPageBreaker
{
	display				: none;
}
#listBreaker
{
	clear					: both;
	display				: block;
}


/* No title for horizontal navigation */
#siteNavigation h1
{
	display				: none;
}


#bntag
{
	background-color: #cccccc;
	color				: #ffe6e6;
	padding: 2px 0px; 
	text-align: center;
	width	: 760px;
	margin	: 0px auto;
	font-size: 90%;
}




/* Top Horizontal Navigation */

#siteNavigation
{
	float				: left;
	width				: 160px;
	border			: solid #000000;
	border-width		: 0px 0px;
	background-color		: white;
}

/* Setup Navigation Buttons */

#siteNavigation a, #siteNavigation a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	padding			: 2px 10px;
	text-decoration		: none;
	background-color		: none;
	color				: black;
}
#siteNavigation a:hover, #siteNavigation a.active
{
	white-space			: nowrap;
	background-color		: gold;
	color				: green;
}

#pageWrapper
{
width : 80%;
margin : 0px auto;
border : solid #000000;
border-width : 1px;
background-color : white;
}

