body
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Calibri, Arial, Verdana, Trebuchet MS, Georgia,serif; 
	color:#808080;
	background-color:#EDEDED;
	background-image: url(../Images/main_bg.gif);

	  
	
	scrollbar-face-color: #DFDFDF !important;
	scrollbar-shadow-color: #808080 !important;
	scrollbar-highlight-color: #808080 !important;
	scrollbar-3dlight-color: #DFDFDF !important;
	scrollbar-darkshadow-color: #DFDFDF !important;
	scrollbar-track-color: #DFDFDF !important;
	scrollbar-arrow-color: #808080 !important;
	
}

.h6
{
	font-size: 20pt;
	font-weight: bold;
}

.h5
{
	font-size: 18pt;
	font-weight: bold;
}

.h4
{
	font-size: 16pt;
	font-weight: bold;
}

.h3
{
	font-size: 14pt;
	font-weight: bold;
}

.h2
{
	font-size: 12pt;
	font-weight: bold;
}

.h1
{
	font-weight: bold;
}


A 
{
	font-family:Verdana, Arial, Trebuchet MS, Georgia,serif; 
	font-size:10pt; 
	font-weight:bold;
	text-decoration:none;
}

A:link
{
	color:#808080;
}

A:visited 
{
	color: #C0C0C0;
}

A:hover 
{
	text-decoration: none; 
	color: #ff9900;
	font-weight:bold;
}

A:active 
{
	color: red;
	text-decoration:none;
}

.SmallLink
{
	color: #808080;
	font-size: 8pt;
	text-decoration:underline;
}

.NewsLink:link
{
	color: #EDEDED;
}

.NewsLink:hover
{
	text-decoration:underline;
	color:#EDEDED;
}

.NewsLink:active
{
	color: red;
	text-decoration:none;
}

.NewsLink:visited
{
	text-decoration:underline;
	color: #C0C0C0;
}

.SmallLinkDisabled
{
	color: #dfdfdf;
	font-size: 8pt;
}

.LinkDisabled
{
	color: #dfdfdf;
}

.LinkDisabled:hover
{
	color: #dfdfdf;
}

.LinkDisabled:active
{
	color: #dfdfdf;
}

.LinkCell
{
	padding: 5px 0px;
}
/****************************
Button
****************************/

.Button
{
	border: solid 1px #808080;
	background: white;
	font-size: 10pt; 
	font-family: Calibri, Arial, Verdana, Trebuchet MS, Georgia,serif;
	font-weight:bold;
	color:#808080;
	padding:2px 2px;
	cursor: pointer;
	white-space:nowrap;
}

.ButtonDisabled
{
	border: solid 1px #DFDFDF;
	background: white;
	font-size: 10pt; 
	font-family: Calibri, Arial, Verdana, Trebuchet MS, Georgia,serif;
	font-weight:bold;
	color:#DFDFDF;
	padding:2px 2px;
	cursor: default;
	white-space:nowrap;	
}


/****************************
Calnedar Image
*****************************/
.CalandarImage
{
	vertical-align:middle;
}

.CheckBox
{
	vertical-align:middle;
}

/****************************
Content
*****************************/

.Content
{
	height:100%;
}

/****************************
Content Holder
****************************/
.ContentHolder
{
	height:100%;
}


/****************************
Dropdown
*****************************/
.DropDown
{
	height:20px;
	font-family: Arial;
	font-size: 8pt;
	border: solid 1px #808080;
	color: #808080;
}

/****************************
Error
*****************************/
.Error
{
	font-weight:bold;
	color: red;
}

.highlight
{
	background-color: #F8B18E;
}

/*****************************
FrameTable
******************************/

.FrameTable
{
	background-image: url(../images/contest.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height: 245px;
}

.FrameTableTopLeft
{
	width: 25px;
	height: 25px;
	background-image: url(../images/WowTables/Frame1/topleft.gif);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

.FrameTableTop
{
	height: 25px;
	background-image: url(../images/WowTables/Frame1/top.gif);
	background-repeat:repeat-x;
	background-position:bottom;		
}

.FrameTableTopRight
{
	width: 25px;
	height: 25px;	
	background-image: url(../images/WowTables/Frame1/topright.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.FrameTableLeft
{
	width: 25px;
	background-image: url(../images/WowTables/Frame1/left.gif);
	background-repeat:repeat-y;
	background-position:right;		
}

.FrameTableContent
{
	width: 350px;
	height: 200px;
	color: #404040;
	background-repeat:repeat;
}

.FrameTableRight
{
	width: 25px;
	background-image: url(../images/WowTables/Frame1/right.gif);
	background-repeat:repeat-y;
	background-position:left;	
}

.FrameTableBottomLeft
{
	width: 25px;
	height: 25px;
	background-image: url(../images/WowTables/Frame1/bottomleft.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}

.FrameTableBottom
{
	height: 25px;
	background-image: url(../images/WowTables/Frame1/bottom.gif);
	background-repeat:repeat-x;
	background-position:top;	
}


.FrameTableBottomRight
{
	width: 25px;
	height: 25px;
	background-image: url(../images/WowTables/Frame1/bottomright.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

/****************************
Inner Content Table
*****************************/
.InnerContentTable
{
	width: 100%;
	height: 100%;
}

.InnerContentTable .InnerContentTableRow1 .InnerContentTableColumn1
{
	vertical-align:top;
	border-bottom: solid 1px #A0A0A0;
	padding-bottom: 0px;
	height:33px;
}

.InnerContentTable .InnerContentTableRow1
{
	height:33px;
}

.InnerContentTable .InnerContentTableRow2 .InnerContentTableColumn1
{
	height:auto;
	vertical-align:top;
}

/****************************
Logo
*****************************/
.LogoImage
{
}

/****************************
OuterMostTable
*****************************/
.OuterMostTable
{
	width: 100%;
	height: 100%;
}

.OuterMostTable .OuterMostTableColumn1
{
	vertical-align:middle;
}


/****************************
Master Content Table
*****************************/
.MasterContentTable
{
	width: 1024px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

.MasterContentTable .MasterContentTableRow1
{
	
}

.MasterContentTable .MasterContentTableRow1 .MasterContentTableColumn2
{
	text-align: right;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
}

.MasterContentTable .MasterContentTableRow3 .MasterContentTableColumn1
{
	padding: 0px 5px;
	font-size: 8pt;
	text-align:center;	
}

.MasterContentTable .MasterContentTableRow2 .MasterContentTableColumn1
{
	border: solid 1px #000;
	background-color: #FFF;
	vertical-align:top;
}

/****************************
Menu
*****************************/
.MenuTable
{
	width: 100%;
	height: 33px;
	background-image: url(../images/menubg.gif);
}

.MenuTable .MenuTableRow1 .MenuCell
{
	width: 60%;
	border-left: sold 1px #C0C0C0;
	border-right: sold 1px #C0C0C0;
}

.MenuTable .MenuTableRow1 .LoginCell
{
	padding: 0px 0px 0px 0px;
	text-align: right;
}

.Menu
{
	width: 100%;
	height:33px;
}

.StaticMenuItem
{
	text-align:center;
	vertical-align:middle;
	height:33px;
}

.StaticMenuItemHover
{
	background-image: url(../images/darkmenubg.gif);
	background-repeat:repeat-x;
}

.MenuItemHover
{
	display:block;
	width:100%;
	height:100%;
}

.dms
{
	z-index:99;
	background-image: url(../images/headerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/****************************
RightDiv
****************************/
.RightDiv
{
	padding-left:10px;
	padding-right:10px;
}

/****************************
TermsOfServiceDiv
*****************************/
.TermsOfServiceDiv
{
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height: auto;
	padding: 15px;
	border: solid 1px #808080;
}

/****************************
PrivacyPolicyDiv
*****************************/
.PrivacyPolicyDiv
{
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height: auto;
	padding: 15px;
	border: solid 1px #808080;
}

/****************************
Text Box
*****************************/

.Textbox
{
	height:15px;
	font-family: Arial;
	font-size: 8pt;
	border: solid 1px #808080;
	color: #808080;
	padding: 2px;
}

/*****************************
Validator Callout
*****************************/
.ajax__validatorcallout_error_message_cell 
{
	border-left:medium none;
	border-right:medium none;
	font-family:Verdana;
	font-size:10px;
	padding:5px;
	text-align:left;
	width:100%;
}


/***************************
ScreenBlocker
***************************/
.ScreenBlocker
{
	position:absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter:alpha(opacity=90);
	opacity: 0.90;
	background-color:#FFFFFF;
	color:#808080;
	font-size: 16pt;
	font-weight:bold;
}

.UnavailableContainer
{
	padding: 50px 0px;
	width:1000px;
	height:600px;
	text-align:center;
	background-color:White;
	margin-left:auto;
	margin-right:auto;
}
