/* Global cricket layout CSS file
*/

BODY 
{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 12px;	
	width: 100%;	
	background: #FFF7E4;		
	text-align: center;
	padding:0;
	margin:0;
}

.hide, hr {
	display: none;
	}

A:link,A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover
{
	color: #1111ee;	
	text-decoration: underline;
}


#wrapper
{
	width: 770px;			
	margin: 0 auto 20px;	
	padding: 0;
	text-align: left;		
	background: #FFF url("/Cricket/images/cricgeek_back.gif") repeat-y;	
}

#topBorder
{
	height: 15px;
	width:100%;
	position: relative;
	display: block;	
	background: #7AB421 url("/Cricket/images/gradient_header.gif") repeat-x;
}

#header
{
	height: 234px;		
	background: url("/Cricket/Images/banner_big.2.jpg") no-repeat;
	color: #FFF;
	position: relative;	
	display:block;
	padding: 0;	
}

#header #siteTools
{
	display:block;
	position:relative;	
	left: 690px;	
	top:90px;		
	padding: 0px;
}

#header #siteTools a
{
	text-decoration:none;
	color:White;
	font-weight:bold;
	font-size:12px;
}
#header #siteTools a:hover
{
	text-decoration: underline;	
	color: Red;
}

#header #pagetitle
{	
	position:relative;			
	display:block;	
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	color:Red;		
	text-align:center;
	top:70px;
}


#hormenu
{		
	position:relative;
	display:block;	
	font-family: Arial;
	width:100%;
	left: 20px;
	top: 80px;	
}

#hormenu ul, #hormenu li
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

#hormenu li
{	
	float:left;
	border-right: thin dotted black;
	border-color: #444444;
	font-size:16px;
}

#hormenu a
{
	display:block;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	line-height: 25px;
	width: 140px;
	text-align: center;
}

#hormenu a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	background: #DDD;
}

#leftnav
{
	position:relative;	
	display:inline;
	float: left;	
	width: 160px;
	overflow:hidden;	
	text-align: left;	
}

#leftnav ul
{
	list-style: None;
	margin-top: 15px;
	text-align: left;	
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

#leftnav li
{
	margin: 0px 0px 0px -15px;
}

#leftnav a
{
	color: #666666;
	text-decoration: none;
}

#leftnav a:hover
{
	color: Red;
	text-decoration: underline;
}

#selectedItem a
{
	font-weight: bold;
	color: Red; 
}

#selectedItem a:hover
{
	font-weight: bold;
	color: Black; 
}

#leftnav #login
{	
	background: #7AB421;
	border: Ridge 2px #E80A09;
	margin-left: 20px;
	margin-right: 5px;	
	width:135px;
}

#leftnav #login #password
{	
	width:65px;
}

#leftnav #login #username
{	
	width:65px;
}


#memberList
{
}

#memberList ul
{
	font-size:10px;
}

#mainBody 
{
	position:relative;
	display:block;
	float:left;
	overflow:auto;	
	width:560px;		
	/*background: #FFFFFF url("/cricket/images/gradient_right.gif") repeat-y right; 		*/
	padding: 20px 6px 200px 6px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	
}

#mainBody h1
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: Red;
	text-align: center;	
	
}

#mainBody h2
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: Red;
	text-align: left;		
}

#mainBody h3
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: darkred;
	text-align: left;		
}


#mainBody td
{
	font-size: 11px;
}

#chatWindow
{
	margin-left: 20px;
	margin-right: 5px;
}

#ads
{
	margin-left: 25px;
}


#selectedIndex li
{
	background: #FF0000;
}

#highlight
{
	padding-left: 15px;
	padding-right: 15px;
	background: #DDDDDD;
}

DIV.scrolltable
{
	width: 520px;
	overflow:scroll;
	padding-right:50px;			
}

DIV.smallscrolltable
{
	width: 320px;
	overflow:scroll;
	padding-right:50px;	
	padding-top:2px;	
}

table.selectortable
{
	background: #fff8dd;	
	border: solid 2 #222;
	font-family: Times New Roman;
	font-weight: bold;
	width: 100%;
}

table.menuitem
{
	margin: 0px;
	padding: 0px;		
	width:100%;	
}

table.menuitem td
{	
	margin: 0px;
	padding: 0px;	
	display:inline-block;
	border:solid 1px black;
	height:2em;
			
}

table.menuitem a
{	
	
	background:#fff8dd;
	color:Gray;	
	text-align: center;
	height:100%;
	width:100%;

	
}

table.menuitem a:hover
{
	background: #fde061;	
	text-decoration:none;
	color:Black;
}

TD {
	font-size: 12px;
}

TH {
	font-size: 12px;
}


TD.lhnav {
	font-size: 12px;
}

A.lhnav:link, A.lhnav:visited {
	color: #000000;
	line-height: 120%;
	text-decoration: none;
}

A.lhnav:hover {
	color: #1111ee;
	line-height: 120%;
	text-decoration: underline;
}

A.adminlink:link, A.adminlink:visited {
	color: #80F;
	line-height: 120%;
	text-decoration: none;
}

A.adminlink:hover {
	color: #dd0000;
	line-height: 120%;
	text-decoration: underline; 
}

#wrapper #footer
{
	width:100%;
	position: relative;
	display:block;
	background: #7AB421 url("/Cricket/images/cricgeek_back.gif") repeat-x;	
	clear:left;
}

#chatbox
{
	height:200px;
	width:125px;
}
#sendmessage
{	
	width:125px;
	font-size:7px;
	font-family:tahoma;
}

#googlesearch
{
	display:block;
	position:relative;
}

table.stattable
{
	display:table-header-group;
	width:100%;	
	border-collapse: collapse;
	border: ridge 2px black;			
}

table.stattable caption
{
	border: ridge 2px Black;
	background: #fde061;
	text-align:left;
	font-size:20px;
	font-family:Tahoma, Times New Roman;
}

table.stattable th
{
	background: #fff8dd;		
	color: Black;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border: solid 1px gray;
	
}

table.stattable td
{
	border: solid 1px gray;
}

table.stattable a
{
	width:100%;
	height:100%;
	background:#fff8dd;		
	position:relative;
	display:block;
}

table.stattable a:hover
{
	color:Black;
	background:#fde061;
	text-decoration:none;	
}

td.selectedCell a
{	
	font-weight:bold;
	background:#b89e2d;
}



