/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
.ControlText
{
	font-size:10pt;
	font-weight:bold;
	font-family:Bookman Old Style;
}
.CreditCard
{
	background-color:#B5A076;
	text-align:center; 
	border:solid 1px black;
}

#ResultsDataGridDiv
{
	height:450;
	overflow:auto;
}
.BountyDataGridDiv
{
	width:620;
	height:275;
	overflow:auto;
}
#ChampionsTournamentDIV
{
	width:620;
	height:540;
	overflow:auto;
}
.StatsDataGridDiv
{
	height:250;
	overflow:auto;
}
#RecentLocationWinners
{
	height:75;
	overflow:auto;
}
.RecentLocationWinnerItemAlternating
{
	background-color:#B5A076;
	font-size:8pt;
}
.RecentLocationWinnerItem
{
	background-color:#CFAE6B;
	font-size:8pt;
}

#RegistrationDataGridDiv
{
	height:550;
	overflow:auto;
}
.Freezing 
{ 
   font-size:8pt;
   background-color:#9F3728;
   font-weight:bold;
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
}

 .FreezingCol 
{ 
   LEFT: expression(document.getElementById("freezingDiv").scrollLeft);
   /*freezingDiv is the name of the div to make your datagrid scrollable */  
   POSITION: relative; 
   z-index: 1; 
}   
 

.DataUserEventRegistrationText
{
	font-size:8pt;
}
.ResultsHeader
{
	background-color:#9F3728;
}
.ResultsAlternating
{
	background-color:#B5A076;
	font-size:10pt;
}
.ResultsItem
{
	background-color:#CFAE6B;
	font-size:10pt;
}
.StatsTables
{
	background-color:Black;
	width:250;
}

#BodyLeft
{
	position:relative;
	float:left;
	width:450;
	
}

#Footer
{
	font-size:10px;
	position:absolute;
	left:325;
	top:1000;
	width:345;
	height:35;
	z-index:80;
}
#TMemberCount
{	
	position:absolute;
	font-size:10pt;
	font-weight:bold;
	color:#4A5E3B;
	top:120;
	width:350;
	left:400;
	z-index:99;
}
#PrimarySponsor
{
	position:absolute;
	top:112;
	width:350;
	left:810;
	z-index:99;
}
#OldName
{
	position:absolute;
	font-weight:bold;
	color:#4A5E3B;
	font-size: 12px;
	top:120;
	width:350;
	left:700;
	z-index:99;
}
#TopBullet
{
	background-image:url(../images/bullet.gif);	
	position:absolute;
	width:43;
	height:38;
	top:105;
	left:335;
	z-index:99;
}
.MenuHeader
{
	/*font-family: times;*/
	font-size:11px; 
	font-weight:bold;
	text-transform:uppercase; 
	text-decoration: none;  
	color:#FFFFCC; 
	background-color:#000000; 
	cursor:default;
}

#GeneralInfo
{
	left:75;
	width:300;
	height:25;
	top:145;
	
	z-index:99;
	position:absolute;
}

#LogIn
{
	position:absolute;
	left:375;
	height:25;
	width:600;
	top:145;
	/*border: 1px dotted blue;*/
	z-index:99;
	
}
.MenuItems
{
	/*font-family: times;*/
	font-size:11px; 
	/*text-transform:uppercase; */
	font-weight:bold;
	text-decoration: none;  
	color:#FFFFCC; 
	background-color:#4A5E3B;	
}

.MenuItems:hover
{
	color:Gray;
}
a {
	color: #330000;
	text-decoration:none;
}

a:hover, .showtime {
	color: #990000;
	text-decoration:underline;
}
.PreviewTextAndButtons
{
	background-color:#CFAE6B;
	border-width: 0px;
}

.TextAndButtons
{
	scrollbar-face-color:#CFAE6B !important;
	background-color:#CFAE6B;
	font-family: Verdana, Times New Roman, serif;
	font-size: 11px;
	color: #220000;
	padding: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-color: #220000;
}

#Title
{
	background-image:url(../images/Header.gif);	
	background-repeat:no-repeat;
	width:550;
	height:100;
	top:35;
	left:225;
	position:absolute;
	z-index:88;
}

#TheDate
{
	text-align:center;
	position:absolute;
	width:125;
	height:50;
	top:60; 
	left:775;
	z-index:99;
}
#BigTopLine
{
 width:850px;
	background-color:#000000;
	z-index:98;
	position:absolute;
	top:175;
	left:75;
}

#SmallTopLine
{
	width:850px;
	background-color:Black;
	/*z-index:88;*/
	position:absolute;
	top:140;
	left:75;
}
#TheContent
{
	position:absolute;
	/*border: 1px solid black;*/
	border-right: 1px solid black;
	border-left: 1px solid black;
	/*width:650;*/
	width:675;
	height:667;
	top:0;
	margin-left:0;
	z-index:99;
	left:225;
	overflow:auto;
}
#Wanted
{
	position:absolute;
	width:150px;
	height:191px;
	border: 1px solid black;
	top:0;
	left:50;
	z-index:99;
}

#ResultsWanted
{
	position:absolute;
	width:150px;
	height:191px;
	border: 1px solid black;
	top:0;
	left:-50;
	z-index:99;
}

#Menu
{
	position:absolute;
	height:485;
	width:175;
	/*border: 1px solid black;*/
	Top:200;
	left:50;
	overflow:-moz-scrollbars-vertical;overflow-x:hidden;overflow-y:auto;
}
#Header
{
	position:absolute;
	background-color:#CFAE6B;
	left:40;
	width:900;
	height:300;
}


.my_tab .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background-color:#CFAE6B;}
/*.my_tab .ajax__tab_outer {background-color:Black;height:21px;}*/
/*.my_tab .ajax__tab_inner {padding-left:0px;background:url("../images/tabs/tab-left.gif") no-repeat;}*/
.my_tab .ajax__tab_tab {height:30px;padding:8px;margin:0;background-color:#CFAE6B; font-size:12pt;}
.my_tab .ajax__tab_hover .ajax__tab_outer {}
.my_tab .ajax__tab_hover .ajax__tab_inner {}
.my_tab .ajax__tab_hover .ajax__tab_tab {background-color:#CFAE6B; color:Blue;font-weight:bold;}
/*.my_tab .ajax__tab_active .ajax__tab_outer {background:url("../images/tabs/tab-active-right.gif") no-repeat right;}*/
.my_tab .ajax__tab_active .ajax__tab_inner {color:Blue; font-weight:bold;}
.my_tab .ajax__tab_active .ajax__tab_tab {color:Black; font-weight:bold;}
.my_tab .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#CFAE6B;}

body,HTML
{
	background-color:#F5E7CD;
	scrollbar-face-color:#CFAE6B !important;
 /* scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: Scrollbar !important;
  scrollbar-arrow-color: ButtonText !important;
*/
}
#Logo
{
	position:absolute;
	top:45;
	left:75;
	z-index:99;
}

#MainBody
{
	position:relative;
	width:930;
	height:770;
	background-color:#CFAE6B;
	left:25;
	top:200;
}

#TopLine
{
   background-image:url(../images/top.gif);	
   position: absolute;
   height:39;
   width:800;
   z-index:12;
   left:85;
  
}

#TopLeft
{
	background-image:url(../images/top_left.gif);	
	background-repeat:repeat-x;
	position:absolute;
	width:85;
	height:101;
	z-index:12;
}

#TopRight
{
	background-image:url(../images/top_right.gif);	
	height: 101px;
	width:89px;
	position: absolute;
	Left:880;
	float:right;
	z-index:98;
}


#LeftLine
{
   background-image:url(../images/left.gif);	
   position:absolute;
   width:54px;
   height:804px;
   float:left;
   z-index:15;
   top:-100;
   left:-25;
}
#RightLine
{
   background-image:url(../images/Right.gif);	
   position: absolute;
   width:33px;
   height:804px;
   float:right;
   z-index:12;
   top:-100;
   right:-14;
}


#Bottom
{
   background-image:url(../images/bottom.gif);	
   position: absolute;
   height:39;
   width:805;
   top:954;
   left:81;
   z-index:11;
}

#BottomRight
{
   background-image:url(../images/bottom_Right.gif);	
   position: absolute;
   height:98;
   width:89;
   top:903;
   left:880;
   float:right;
   z-index:13;
}

#BottomLeft
{
   background-image:url(../images/bottom_Left.gif);	
   position:absolute;
   height:98;
   width:85;
   top:903;
   left:0;
   z-index:12;
}
.Rotator 
{
  border:1px; 
  border-color:Black; 
  border-style:solid; 
  width:600px; 
  height:150px; 
  padding:3px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:#F5E7CD; 
  cursor:default;
}


.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}


.MyCalendar .ajax__calendar_container 
{
	z-index:1;
    border:1px solid #646464;
    background-color: white;
    color: black;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
    background-color:#608fc8;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
     
}
