﻿.SiteBody
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10px;
	color: #3F3F3F; 
	padding-bottom: 30px;
}

.StatsBody
{
	background-color: #FFFFFF; 
	background-image: url(../../images/page_bg.gif); 
	font-family: Verdana; 
	font-size: 10px;
	color: #595959;
	padding-bottom: 30px;
}

.AdminBody
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
	background-color: #FFFFFF;
	background-image: url(../../admin/images/background-body.png); 
	background-repeat: repeat-x;
	font-family: Verdana; 
	font-size: 10px;
	color: #3F3F3F; 
}

.ErrorText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: Red;
    font-weight: bold;
}

.Button {
	border: 1px outset;
	cursor: pointer;
	font-size: 10px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../../images/button.gif);
	width: 50px;
}

.MainTable
{
	background-color: #f3f3f3; 
	border: 1px solid #999999; 
}

.LoadingScreen
{
	width: 1004px;
	height: 737px;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	background-color: Gray;
	border: 1px solid #E3E3E3;
	margin-left: auto;
	margin-right: auto;
}

a
{
	color: Blue; 
	text-decoration: none; 
}

a:hover
{
	color: Blue; 
	text-decoration: underline;
	cursor: hand;
}

ul
{
	/*list-style-image: url(../../images/bullet.gif);*/
	list-style-type: square; 
	list-style-position: outside; 
	margin-left: 15px; 
	margin-top: 10px; 
	padding-left: 2px;
}

.MainText
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8B2021;
	margin: 0px;
	padding: 0px;
}

.PanelOuterDiv
{
	border: 0px solid #FFFFFF; 
}

.PanelInnerDiv
{
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
	width: 100%; 
	height: 100%; 
}

.PanelHeader
{
	background-image: url(../../counter/stats/images/panel_headerBg.gif); 
	color: #666666; 
	font-family: Verdana; 
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

/**** table elements ****/

.Separator {
	background-color: #E9E9E9;
}

.TableStyle {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
	border-width: 1px;
	border-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	border-collapse: separate;
}

.TableStyle a {
	color: #4A4B4B;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #8C1818;
	cursor: hand;
}

.TableStyle a:hover {
	color: #8D1C1C;
	text-decoration: underline;
	cursor: hand;
}

.TableStyle TD {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	color: #555555;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

.TableStyle .title {
	background-color: #D0D0D0;
}

.TableStyle .title TD {
	border-top-color: #ffffff;
	border-bottom-color: #C4C4C4;
	font-weight: bold;
}

/**** input elements ****/

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.FramedBox
{
	border: #cecece 1px solid; 
}

.ToolTip {
	position:		absolute;
	width:			300px;
	border:			1px Solid WindowFrame;
	background:		Infobackground;
	padding:		3px;
	filter:			progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=2) alpha(opacity=80);
	-moz-opacity:	0.80;
	z-index:		10000;
	display: none;
	font-family: Verdana; 
	font-size: 10px;
	color: #000000;
}

