﻿/*
Main Website Colors:

Blue: #336699
Yellow: #FFCC66
Red: #FF6666
Orange: #FF9933

*/

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

.btn
{
	color:#000000;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#ffffff;   
	border: 1px solid;   
	border-color: #000000 #000000 #000000 #000000;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#336699',EndColorStr='#ffffff'); 
}
.btnhov 
{
	color:#000000;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#ffffff;   
	border: 1px solid;   
	border-color: #000000 #000000 #000000 #000000;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#FF9933',EndColorStr='#ffffff'); 
	text-decoration:	none;
}

a.btnLnkhov:hover, a.btnLnkhov:focus, a.btnLnkhov:link, a.btnLnkhov:visited, a.btnLnkhov:active
{
	color:#ffffff;   
	font: bold 10pt 'trebuchet ms',helvetica,sans-serif;   
	background-color:#336699;   	
	border: 1px solid;   
	border-color: #000000 #000000 #000000 #000000;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#336699',EndColorStr='#ffffff'); 
	text-decoration:	none;
	border-style: outset; 
	border-width: 2; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1; 
	-moz-box-sizing:border-box;box-sizing:border-box;
}

a.btnLnk:hover, a.btnLnk:focus, a.btnLnk:link, a.btnLnk:visited, a.btnLnk:active
{
	color:#000000;   
	font: bold 10pt 'trebuchet ms',helvetica,sans-serif;   
	background-color:#FF9933;   
	border: 1px solid;   
	border-color: #000000 #000000 #000000 #000000;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#FF9933',EndColorStr='#ffffff'); 
	border-style: inset; 
	border-width: 2; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1; 
	-moz-box-sizing:border-box;box-sizing:border-box;
}


body
{
}

.GenText
{
	color: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.GenTextb
{
	color: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.ErrorMessage
	{
		color:Red;
		FONT-FAMILY: Verdana;
		font-size: .9em;
		font-weight: bold;
	}
	
.Success
	{
		color:Green;
		FONT-FAMILY: Verdana;
		font-size: .9em;
		font-weight: bold;
	}

TD.GenText
{
	font-family:Verdana;	
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.sectionheader
{
	color: #336699;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .9em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
	
.DD_Req
	{
		background-color: #FFFFC0;
		color: black;
		FONT-FAMILY: Verdana;
		FONT-SIZE: .8em;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal;
		text-align: right;
	}

.DD_NReq
	{
		background-color: white;
		color: black;
		FONT-FAMILY: Verdana;
		FONT-SIZE: .8em;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal;
		text-align: right;
	}
	
.TB_NReq
	{
		background-color: white;
		color: black;
		FONT-FAMILY: Verdana;
		FONT-SIZE: .8em;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal
	}
	
.TB_Req
	{
		background-color: #FFFFC0;
		color: black;
		FONT-FAMILY: Verdana;
		FONT-SIZE: .8em;
		FONT-WEIGHT: normal;
		LETTER-SPACING: normal;
		TEXT-TRANSFORM: none;
		WORD-SPACING: normal
	}
	
.Button
{
	color: white;
	font-size: .8em;
	FONT-FAMILY: Verdana;
	background: #cccccc;
	background-color: #336699;
	border-width:thin;
	border-bottom-color: #003366;
	border-right-color: #003366;
	border-top-color:#FFFFFF;
	border-left-color: #FFFFFF;
	border-style:outset;
	font-weight:bolder;
	font-style:normal;
}

.Button2
{
	width:299px;
	height:51px;
	color: black;
	font-size: .8em;
	FONT-FAMILY: Verdana;
	background-image: url('images/bittbox_com.png');
	font-weight:bold;
	font-style:normal;
	border-width:0px;
}

.ConTable
{
	border:solid 2px black;
}

.WRDataGrid
{
	color: #851F33;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.HeaderStyle
{
	border-width:1px;
	border-bottom-color: #851F33;
	border-right-color: #851F33;
	border-top-color:#851F33;
	border-left-color: #851F33;
	background-color: #851F33;
	color: #FFFFFF;
	font-size: .7em;
	FONT-FAMILY: Verdana;
	font-weight:bold;
	font-style:normal;
}

.FooterStyle
{
	border-width:1px;
	border-bottom-color: #851F33;
	border-right-color: #851F33;
	border-top-color:#851F33;
	border-left-color: #851F33;
	background-color: #FFFFCC;
	color: #000000;
	font-size: .8em;
	FONT-FAMILY: Verdana;
	font-weight:bold;
	font-style:normal;
}

.ItemStyle
{
	border-width:1px;
	border-bottom-color: #851F33;
	border-right-color: #851F33;
	border-top-color:#851F33;
	border-left-color: #851F33;
	background-color: #FFFFFF;
	color: #000000;
	font-size: .65em;
	FONT-FAMILY: Verdana;
	font-weight:normal;
	font-style:normal;
}

.SelectedItemStyle
{
	border-width:1px;
	border-bottom-color: #851F33;
	border-right-color: #851F33;
	border-top-color:#851F33;
	border-left-color: #851F33;
	background-color: #FFFFCC;
	color: #000000;
	font-size: .8em;
	FONT-FAMILY: Verdana;
	font-weight:bold;
	font-style:normal;
}

.PagerStyle
{
	text-align:center;
	border-width:1px;
	border-bottom-color: #851F33;
	border-right-color: #851F33;
	border-top-color:#851F33;
	border-left-color: #851F33;
	background-color: #FFFFCC;
	color: #356DA0;
	font-size: .8em;
	FONT-FAMILY: Verdana;
	font-weight:normal;
	font-style:normal;
}

#navigation 
{
	width: 950px;
	height: 99px;
	margin: 0 0 0 0;
	background: url(images/RightHeaderFill_btm.gif) repeat-x left bottom;
	-moz-box-sizing:border-box;box-sizing:border-box;

} 
#navigation ul 
{
	list-style: none;
	margin: 0px;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	display: block;
	height: 99px;
	float: left;
	padding: 75 15 0 15;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(images/navigation-separator.png) no-repeat right bottom;
	-moz-box-sizing:border-box;box-sizing:border-box;

} 

#navigation ul li a:hover {
	color:#134264;
	height: 99px;
	background: url(images/navigation-hover_btm.png) repeat-x left bottom;
}

#navigation ul li#active a {
	color:#134264;
	height: 99px;
	background: url(images/navigation-hover_btm.png) repeat-x left bottom;
}

#title {
	height: 64px;
	padding: 0 0 0 0;
	background: url(images/WRTitle.gif) no-repeat left top;
	vertical-align:top;
	-moz-box-sizing:border-box;box-sizing:border-box;
} 

#footerFill 
{
	text-align:center;
	color:#FFCC66;
	font: bold 12px Arial;
	background: url(images/FooterFill.gif) repeat-x left bottom;
}

#body
{
	color: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.PartnerName 
{
	font-size:12pt;
	color:black;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	-moz-box-sizing:border-box;box-sizing:border-box;
}	

.PartnerPhone
{
	font-size:10pt;
	color:black;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	-moz-box-sizing:border-box;box-sizing:border-box;
}	

.PartnerLink 
{
	font-size:10pt;
	color:black;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	-moz-box-sizing:border-box;box-sizing:border-box;
}	

.PartnerImage
{
	width:200px;
	display:inline;
	vertical-align:top;
}	

.PartnerDetails
{
	width:300px;
	display:inline;
	vertical-align:top;
}	

.PartnerAmount
{
	width:200px;
	display:inline;
	vertical-align:top;
}	

#tourney5
{
	width:600px;
	font-size:10pt;
	font-weight:normal;
	color:Black;
}	

.tourney5_Col1
{
	width:225px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;

}	

.tourney5_Col2
{
	width:20px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.tourney5_Col3
{
	width:250px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

#tourney7
{
	width:600px;
	font-size:10pt;
	font-weight:normal;
	color:Black;
}	

.tourney7_Col1
{
	width:295px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	*display: inline;
}	

.tourney7_Col2
{
	width:295px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	*display: inline;
}	


#tourney9
{
	width:600px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}	

.tourney9_Col1
{
	width:300px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.tourney9_Col2
{
	width:175px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.EntryTitle
{
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	color:Black;
}

.EntryTitleBlue
{
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	color:#336699;
}

.EntryTable
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

#IndEntryDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

#TeamEntryDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

#OptionalInfoDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

.OptionalInfoDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

.PaymentInfoDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

.PaymentDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

.MailDiv
{
	font-family:Verdana;
	width:600px;
	font-size:12pt;
	color:Black;
}

.EntryTable_Col1
{
	width:195px;
	display: -moz-inline-stack;
    display: inline-block;
	font-size:14pt;
	font-weight:bold;
	color:Black;
	vertical-align:top;
	*display: inline;
}

.EntryTable_Col2
{
	width:380px;
	display: -moz-inline-stack;
    display: inline-block;
	font-size:14pt;
	font-weight:bold;
	color:Black;
	vertical-align:top;
	*display: inline;
}

#ManageTourney
{
	width:800px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}	

#ManageTourney input
{
	width:300px;
}	

.MTP_Col1
{
	width:225px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.MTP_Col2
{
	width:335px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.MTP_Col3
{
	width:230px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

#Login
{
	width:600px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}	

.Login_Col1
{
	width:275px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.Login_Col2
{
	width:320px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}

#DonateInfo
{
	width:600px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}	

#DonateInfo input
{
	width:300px;
}

.DONI_Col1
{
	width:175px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.DONI_Col2
{
	width:305px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: bottom;
	text-align:left;
	*display: inline;
}	

#DonateAmount
{
	width:600px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}	

.DONA_Col1
{
	width:175px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align:top;
	text-align:left;
	*display: inline;
}	

.DONA_Col2N
{
	background-color: white;
	FONT-FAMILY: Verdana;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	width:295px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: bottom;
	text-align:left;
	*display: inline;
}	


.DONA_Col2R
{
	background-color: #FFFFC0;
	FONT-FAMILY: Verdana;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	width:295px;
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: bottom;
	text-align:left;
	*display: inline;
}	

