/*  This style sheet is used to handle all the divs and related functionality to Ads only
    Created By Jawad Malik
	Date  18-06-2010
*/
body {
	padding:0px;
	margin:0px;
	background:#3e81b8 url(../images/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    /*overflow-x: hidden;*/
}

#top {
	background:url(../images/bg_top.gif) no-repeat;
	height:211px;
}

#content {
	background:#ffffff;
	padding:1px;
}

.activebutton {
	background:#00A5D6 url(../../local/images/on_btn_back.jpg) repeat scroll 0 0;
	border-left:0 solid #273544;
	color:#FFFFFF;
	float:left;
	font-style:normal;
	font-weight:bold;
	padding:5px 2px;
	width:18%;
}	

#error a {
	color:#0000CC;
	text-decoration: underline;
	font-weight: normal;
}
#anouncements div span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	display: block;
	margin-bottom: 5px;
}
#adnav {
   margin-left:34px; 
} 

#ads-helpbox-top {
	background: url(../images/helpbox-bg.gif) no-repeat left top;
	height: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ads-helpbox {
	width: 665px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: -6px;	
}
#ads-helpbox-bottom {
	background: url(../images/helpbox-bg.gif) no-repeat left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ads-helpbox-adimage-top{
	background: url(../images/helpbox-bg.gif) no-repeat left top;
	height: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ads-helpbox-adimage {
	width: 665px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: -6px;	
}
#ads-helpbox-adimage-bottom {
	background: url(../images/helpbox-bg.gif) no-repeat left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ads-helpbox-advideo-top {
	background: url(../images/helpbox-bg.gif) no-repeat left top;
	height: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ads-helpbox-advideo{
	width: 665px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: -6px;	
}
#ads-helpbox-advideo-bottom{
	background: url(../images/helpbox-bg.gif) no-repeat left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#warning-top {
	background-image: url(../images/yellowbox-warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width:677px;
}
#warning-top p {
	
	margin-left: 34px;
	height: auto;
	padding-top:10px;
	font-weight:bold;
}
#warning-bottom {
	background-image: url(../images/yellowbox-warning.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 2px;
	width:677px;
}




