/* Cockpit CSS Document */

/* Tags */
* {
	margin:0;
	padding:0;
}
* html #wrapper {
	height: 100%; /* Will stretch background full page for IE6 */
}
body {
	height:100%;
	background-color:#cde84d;	
	font-family: Helvetica, Arial, sans-serif; 
	font-size:13px;
}
html {
	height:100%;
}
h1 {
	font-size:18px;
	color:#004080;
	margin-bottom:8px;
}
h2 {
	font-size:14px;
	color:#004080;
	margin-bottom:0px;
}
h3 {
	font-size:13px;
	color:#004080;
	margin-bottom:0px;
	text-decoration: inherit;
}
h3:hover {
	color: inherit;
}
p {
	margin-bottom:15px;
}
a {
	color:#2a7abd;
	text-decoration: underline;
	/*border-bottom:1px dashed #2a7abd;*/
}
a:hover {
	color:#ea572a;
	/*border-bottom:1px dashed #ea572a;*/
}
li {
	list-style-position: inside;
}
.no_border:hover {
	border-bottom:none;
}
td {
	padding-left:5px;
}
img {
	border: none;
}
input[type=checkbox] {
	height: 13px;
	width: 13px;
}

/* Layout */
#container {
	position:relative;
	background:url(../images/bg_main.png) repeat-y;
	min-height:100%;
	width:1020px;
	margin:auto;
	overflow:auto; /* stretch div in FF */
}

/* General style */
#header  {
	/*background:url(/images/layout/logo.jpg);
	width:230px;
	height:85px;*/
	float:left;
	margin-left:15px;
	margin-top:10px;
}
#banner {
	/*background-image:url(../banner.png);*/
	height: auto;
	width: auto;
	float: right;
	margin-right:15px;
	margin-top:10px;
	text-align: right;
}
#menu {
	clear:both;
	width:160px;
	float:left;
	margin:15px 0px 0px 15px;
}
#menu ul {
	list-style: none;
}
#menu li {
	margin-bottom:5px;
}
#breadcrumb {
	background: #FFFFCC;
	float:left;
	width:983px;
	height: 16px;
	border:1px dashed #cde84d;
	padding-left:5px;
	margin:5px 0px 0px 15px;
}
#content {
	float:left;
	max-width:813px;
	border-left: 1px dashed #cde84d;
	padding-left:5px;
	margin:15px 15px 0px 10px;
	overflow: hidden;
}

.marginBot150 {
	margin-bottom:150px;
}

.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.campaign_thumbnail {
	border: none;
	vertical-align: middle;
}

.line1px {
	height:1px;
	line-height:1px;
	border:0px;
	border-bottom:1px solid black;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
.error_block {
	background-color: #eeabab;
	border: 1px solid #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 8px;
}
.error_block p {
	margin-bottom: 0;
}
.success_block {
	background-color: #b1e4aa;
	border: 1px solid #119000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 8px;
}
.defaultText { 
}
.defaultTextActive { 
	color: #a1a1a1; 
	font-style: italic; 
}
.link_no_border:hover {
	border: none;
}
.list_no_type {
	list-style-type: none;
}
.loading { 
	clear: both; 
	background: url(images/ajax-loader.gif) center top no-repeat; 
	text-align: center;
	padding: 33px 0px 0px 0px;
	display: none;
}


/* campaign.php */
#snippets textarea {
}
#total_earning {
	margin-top: -60px;
}

/* Campaign_info.php */
#thumb_campaign {
	position: absolute; 
	margin-left: 180px; 
	margin-top: -50px;
}

/* 300 * ??? advertise */
#leadstats_ad {
	width: 300px;
	overflow: auto;
	/*background-color: #cde84d;*/
	border: 1px solid #004080;
	padding: 5px;
}
#leadstats_ad_textlink_image img {
	vertical-align: middle;
	margin-right: 2px;
}
#leadstats_ad_728_90 {
	position: relative;
	display: block;
	width: 716px; /* 728 - padding (10) - border (2) = 716 */
	height: 78px;
	/*background-color: #cde84d;*/
	border: 1px solid #004080;
	padding: 5px;
}
#leadstats_ad_728_90 img {
	margin-right: 5px;
}
#leadstats_ad_120_240 {
	position: relative;
	display: block;
	width: 108px;
	height: 228px;
	overflow: hidden;
	/*background-color: #cde84d;*/
	border: 1px solid #004080;
	padding: 5px;
}
#leadstats_ad_120_600 {
	position: relative;
	display: block;
	width: 108px;
	height: 588px;
	overflow: hidden;
	/*background-color: #cde84d;*/
	border: 1px solid #004080;
	padding: 5px;
}
#leadstats_ad_183_113 {
	display: block;
	width: 171px;
	height: 101px;
	overflow: hidden;
	border: 1px solid #004080;
	padding: 5px;
}
#leadstats_ad_183_113 #center {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#leadstats_ad img, #leadstats_ad_120_240 img, #leadstats_ad_120_600 img {
	margin: 3px 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#leadstats_ad H1 a, #leadstats_ad_728_90 H1 a, #leadstats_ad_120_240 H1 a, #leadstats_ad_120_600 H1 a {
	font-size: 14px;
	padding: 0px 5px 0px 0px;
	color: #004080;
	text-align: left;
	text-decoration: underline;
}
#leadstats_ad H1 a:hover, #leadstats_ad_728_90 H1 a:hover, #leadstats_ad_120_240 H1 a:hover, #leadstats_ad_120_600 H1 a:hover {
	border: none;
	color: #2a7abd;
}
#leadstats_ad a, #leadstats_ad_728_90 p a, #leadstats_ad_120_240 a, #leadstats_ad_120_600 a {
	display: block;
	padding-right: 5px;
	color: #004080;
	text-align: right;
	text-decoration: underline;
}
#leadstats_ad p a, #leadstats_ad_728_90 p a, #leadstats_ad_120_240 p a, #leadstats_ad_120_600 pa  {
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#leadstats_ad a:hover, #leadstats_ad_728_90 a:hover, #leadstats_ad_120_240 a:hover, #leadstats_ad_120_600 a:hover {
	color: #2a7abd;
	border: none;
}

/* register.php */
#register {
}
.register_form {
	background-color:#aacef3;
	border:1px solid #5ea8f3;
	margin-bottom:25px;
}
#register h2 {
	margin-bottom:2px;
	margin-top:10px;
}
#register h1 {
	margin-bottom:30px;
}

#campaign_form td
{
	padding-bottom: 10px;
}

/* statistics.php */
.statistics_table {
	margin-bottom: 15px;
}
.statistics_table th, .statistics_table td {
	text-align: left;
}
#deleted_leads {
	position: absolute;
	top: 230px;
	left: 650px;
}