body
{
	background-color: #ffffff;
}

.mainBody
{
	background-color: transparent;
}

.defText
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.defText:link
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.defText:hover
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.defTextHeader
{
	color: #000000;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.mainBar
{
	background-color: #007A9D;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.subBar
{
	background-color: #00B4E7;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	padding: 5px;
}

.sideBar
{
	background-color: #DBE6EC;
	color: #0074BD;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.sideBar:hover
{
	background-color: #DBE6EC;
	color: #0074BD;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.logoTopRight
{
	color: #0074BD;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

a.logoTopRight:hover
{
	color: #0074BD;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}

.footerLink
{
	color: #0074BD;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #0074BD;
	text-decoration: underline;
}

.footerLinkSml
{
	color: #0074BD;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

a.footerLinkSml:hover
{
	color: #0074BD;
	text-decoration: underline;
}

.footerLinkSmaller
{
	color: #0074BD;
	font-size: 9px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.footerLinkSmaller:hover
{
	color: #0074BD;
	font-weight: normal;
	text-decoration: underline;
}

.footerText
{
	color: #9ca7ac;
	font-size: 9px;
	font-family: Tahoma;
	font-weight: normal;
}

.hidden
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}

.formError
{
	font-family: Tahoma;
	font-size: 12px;
	color: #ff0000;
}

.joinInput
{
	padding: 4px 2px;
}

.adminMainBar
{
	background-color: #0074BD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px;
    padding-left: 10px;
    height: 20px;
    text-align: left;
}

.adminSubBar
{
	background-color: #049CCD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
    padding-left: 10px;
    height: 20px;
    text-align: left;
}

a.adminSubBar
{
	background-color: #049CCD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
    padding-left: 0px;
    height: 20px;
    text-align: left;
    text-decoration: underline;
}

a.adminSubBar:hover
{
    text-decoration: underline;
}

a.breadcrumb
{
	background-color: #0074BD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}

a.breadcrumb:hover
{
    text-decoration: underline;
}


.grand_total_row_data
{
	background-color: #e2e2e2;
	font-weight: bold;
}

.tableHeader
{
	background-color: #c0c0c0;
}

.total_row
{
	background-color: transparent;
}

.total_row_data
{
	font-weight: bold;
}

.payout_pending_header
{
	background-color: #808080;
	color: #ffffff;
}

.payout_pending_data
{
	background-color: #e2e2e2;
	font-weight: bold;
}

#id_mac_warning
{
	visibility:hidden;
	display:none;
}

#id_mac_warn_box
{
	font-family:Tahoma;
	font-size:12px;
	margin-top:1px;
	margin-bottom:1px;
	width:764px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px #8B8989 solid;
	border-left: 1px #8B8989 solid;
	border-bottom: 2px #000000 solid;
	border-right: 2px #000000 solid;
	background-color:#FFFFFF;
	text-align:center;
}

.mac_warn_em
{
	font-weight:bold;
	color:#FF0000;
}

#id_mac_warn_box a
{
	text-decoration:none;
}

#id_mac_warn_box a:hover
{
	text-decoration:underline;
}

.darken
{
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 5000;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.topmost
{
	position: relative;
	z-index: 5001;
}

.recent_viewed_models_parent
{
	position: relative;
}

.recent_viewed_models
{
	color: #00ff00;
	font-weight: normal;
	font-family: tahoma;
	font-size: 10px;
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;	
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity:1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
	padding-left: 4px;
}

.recent_viewed_models_trans_bar
{
	height: 13px;
	background-color: rgb(0, 0, 0);
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity:0.6; /* FireFox */
	filter: alpha(opacity=60); /* IE */
	z-index: 98;
	position: relative;
}