/* Global CSS file
*/

BODY 
{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 12px;	
	width: 100%;	
	background-color: #C1D9E6; 
	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: 762px;			
	margin: 0 auto 20px;	
	padding: 0;
	text-align: left;		
	background-color: #FFF;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;	
}

#topborder
{		
	height: 15px;
	width:100%;
	position: relative;
	display: block;	
	background-color: #C1D9E6; 
}

#wrapper #header
{
	height: 134px;		
	width: 762px;
	background-color: #003366;
	color: #FFF;
	position: relative;	
	display:block;
	padding: 0;	
	z-index:3;
}

#header #siteTools
{
	display:block;
	position:relative;	
	left: 670px;	
	top:20px;		
	padding: 0px;
	width:100px;
}

#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:White;		
	text-align:center;
	top:30px;
}


#hormenu
{		
	position:absolute;
	display:block;	
	font-family: Arial;
	width:100%;
	left: 24px;
	top: 100px;		
	z-index: 0;
}

#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;
	background-color: #69C; /*#CCB2B2;*/
}

#hormenu a
{
	display:block;
	text-decoration: none;
	color: White;
	font-weight: normal;
	line-height: 25px;
	width: 177px;
	text-align: center;
}

#hormenu a:hover
{
	text-decoration: underline;
	color: White;
	font-weight: normal;
	background-color: #47B; 
}

#leftnav
{
	position:static;	
	float:left;
	display:inline;	
	width: 160px;
	overflow:visible;	
	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; 
}

#login
{
	background-color: #ccb2b2;
	border: Ridge 2px #e80A09;
	margin-left: 20px;
	margin-right: 5px;
	font-family: Tahoma;
	color: Blue;
	font-weight: bold;
	width: 136px;
}

#leftnav #login #password
{	
	width:65px;
}

#leftnav #login #username
{	
	width:65px;
}


#memberList
{
}

#memberList ul
{
	font-size:10px;
}

#txtContent
{
	height:250px;
	width:260px;
}

#mainbody 
{	
	position:relative;
	display:block;	
	width:550px;		
	background-color: #FFFFFF; 
	padding: 20px 6px 200px 6px;
	margin: 12px 12px 12px 12px;
	text-align: left;	
	overflow:auto;	
	height:auto;	
	z-index: 1;
}

#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;
	width: 160px;
	overflow:hidden;
	
}

#ads
{
	margin-left: 25px;
}


#selectedindex li
{
	background-color: #FF0000;
}

#highlight
{
	padding-left: 15px;
	padding-right: 15px;
	background-color: #DDDDDD;
}

DIV.scrolltable
{
	width: 580px;
	overflow:scroll;	
}

DIV.slider
{	
	display:inline;
	overflow:scroll;	
	background-color: lightgray;
	width: 600px;
	height:150px;
	text-align:left;
}

a.imagelink
{
	padding:10px;
}

#imgMain
{
	width:550px;
	height:auto;
}

div.imagebox
{	
	width:400px;
	height:400px;
}

table.selectortable
{
	background-color: #fff8dd;	
	border: solid 2px #222;
	font-family: "Times New Roman";
	font-weight: bold;
	width: 100%;
}

table.menuitem
{
	margin: 0;
	padding: 0;		
	width:100%;	
}

table.menuitem td
{	
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;	
	display:inline;
	border:solid 1px black;
	height: 2em;		
}

table.menuitem a
{	
	width:100%;	
	height:100%;
	background-color:#fff8dd;
	color:Gray;
	padding-top: 3px;
	text-align: center;
	display:inline;
	
}

table.menuitem a:hover
{
	background-color: #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
{
	display:none;
	width:100%;
	position: static;	
	background-color: #C1D9E6; /*url("../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-color: #fde061;
	text-align:left;
	font-size:20px;
	font-family:Tahoma, "Times New Roman";
}

table.stattable th
{
	background-color: #fff8dd;
	color: Black;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border: solid 1px gray;
	
}

table.stattable td
{
	border: solid 1px gray;
	padding: 3px 3px 3px 3px;
}

table.stattable a
{
	width:100%;
	height:100%;
	background-color:#fff8dd;		
	position:relative;
	display:block;
	
}

table.stattable a:hover
{
	color:Black;
	background-color:#fde061;
	text-decoration:none;	
}

table.drawtable
{
	display:table-header-group;
	width:100%;	
	border-collapse: collapse;
	border: ridge 2px black;			
}

table.drawtable caption
{
	border: ridge 2px Black;	
	text-align:left;
	font-size:16px;
	font-family:Tahoma, "Times New Roman";
	font-weight:bold;
	background-color: #fff8dd;
}

table.drawtable th
{
	background-color: #C1D9E6; /*#fff8dd;		*/
	color: Black;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border: solid 1px gray;
	
}

table.drawtable td
{
	border: solid 1px gray;
}

table.drawtable a
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

table.drawtable a:hover
{
	color:Black;
	background-color:#fde061;
	text-decoration:none;	
}

td.selectedCell a
{	
	font-weight:bold;
	background-color:#b89e2d;
}

DIV.hitcounter
{	
	text-align: center;
	font-family: Tahoma;
	font-size: smaller;
	clear:both;
}

div.storytitle
{
	font-size:18px;
	color: Blue;
	text-align:center;
}

div.storyauthor
{
	font-size:10px;
	color:#2222ff;
	text-align:center;
}

div.storyimage
{
	position: relative;
	top:50px;
	left: 0px;
	width:200px;
	height:200px;	
	float:left;
}

div.storybody
{
	position:relative;
	top:50px;
	
}

div.storycontrols
{
	top:75px;
	position:relative;	
	text-align:center;
	font-family:Comic Sans MS;
	font-weight:bold;
}

div.storyblog
{
	top:75px;
	position:relative;	
	text-align:left;
	font-family:Comic Sans MS;
	font-weight:bold;
}

#mainbody div.storyblog h1
{
	color:Blue;
	text-align: left;
	font-size: 18px;
	font-weight:bold;
}

input.storycontrols
{
	margin:2px;
}

div.slideshowcontrols
{
	text-align:center;
}

span.indentparagraph a
{
	display:block;
	padding-left: 15px;
	padding-top:15px;
	text-align:center;
}

  #wrapper #mainbody ul, ol, dl {
              position: relative;  }

   .menu a{
      color: white;
      font: 10pt Verdana,sans-serif;
   }
   .menu a:hover{
      color: yellow;
   }
   .trigger th{
      color: white;
      font: 10pt Verdana,sans-serif;
      font-weight: 700;
   }
   .trigger{
     font: 10pt Verdana, sans-serif;
	color: white;
	background-color: rgb(50,50,130);
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 35px;
	z-index: 2;
	cursor: pointer;
	cursor: hand;	
   }
   .menu{
     font: 8pt Verdana, sans-serif;
	color: white;
	background-color: rgb(50,50,130);
	position: absolute;
	top: 0px;
	padding: 0px 0px 0px 0px;
/*	width: 100;*/
	visibility: hidden;
	z-index: 2;  
   }
   .menuBar{
     background-color: transparent; /*rgb(50,50,130);*/
	position: absolute;
	top: 0;
	left: 0;
	height: 25;
	z-index: 1;
	padding: 4px;
      width: 550px;
   }

