﻿/* Developer Styles */

.statusMessageInfo, .statusMessageSuccess, .statusMessageWarning, .statusMessageError, .statusMessageValidation {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.statusMessageInfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/status_info.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/status_success.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageWarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/status_warning.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.statusMessageError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/status_error.png);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

/* Begin balooon tip styles */
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}
/* End baloon tip styles */

/* Disabled top-menu styles */
.main-menu li.disabled a{
	float:left;
	padding:20px 7px 0 7px;
	height:55px;
	font-weight: bold;
	color: Silver;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.main-menu li.disabled a:hover{ cursor: default; color: Silver; }
/* End disabled top-menu styles */

.fixWidth { 
    width: 700px!Important; 
}


/* === Used for the "Please Wait" AJAX Popups === */
.pleaseWaitModalBackground {
   /* background-color:Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;*/
}

.pleaseWaitModalPopup {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    text-align:center;
}

.hidden {
	display:none;
}

#google_ads_div_SB-728x90 {
	float:left;
}

#google_ads_div_SB-728x90, x:-moz-any-link, x:Default {
	margin-top: 7px;
}

/* Needed for the forums */
.forumTitles { 
	padding-left: 10px;
}

#contest-holder {
	width: 638px;
	background: #FFF;
	float: left;
	margin-top: 15px;
}

.contest-item {
	padding: 5px 30px;
}

.contest-item img {
	width: 200px;
	float: left;
}

.contest-item div {
	width: 350px;
	float: right;
}

.contest-item p {
	margin-bottom: 10px;
}

.sign-block {
	background: none;
}

#tv-banner {
	padding: 4px 15px 0 5px;
}