html, body {
height: 100%;
}

body {
	background-color:#FDF9F0;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	//text-align: center;
	//font-family: Verdana, Geneva, sans-serif;
}

a:link img,a:visited img,a:active img,a:hover img {
	border: 0;
}

a {
	color: #465469;
}

#header{
	width:1000px;
	height:110px;
}

#header-wrapper{
	text-align: center;
}

#header #logo {
	width:311px;
	height:71px;
	float:left;
	margin-top:14px;
	clear:both;
}

#wrapper {
	min-height: 100%;
	position: relative;
	width: 100%;
	background-color: #FFF;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
	background-position: 25px 0px;
}

#main_top_home {
	width:1000px;
	margin:0 auto;
}

#main {
	min-height: 100%;
	position: relative;
	width: 1000px;
	background-color: #FFF;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
	background-position: 25px 0px;
}

#login_wrap {
	//background-color:#465469;
	height:36px;
	width:900px;
	margin:0 auto;	
}

#login-box {
	//background-color:#465469;
	height:36px;
}

#login-box #input {
	width:820px;
	float:right;
	margin: 8px 0 0 5px;
	padding-left:10px;
}

#login-box input{
	background-color:#f2f2f2;
	border:0px;
	height:18px;
	width:120px;
	margin:0 5px;
}
#login-box select {
	background-color:#f2f2f2;
	border:0px;
	font-size:12px;
	height:18px;
	margin:0 8px;
	
}
#login-box label {
	color:#FFF;
}
#login-box a{
	float:right;
}

#logout-div {
	color: #FFF;
	float:right;
}

#logout-div a {
	color: #FFBB04;
	margin-left:10px;
}

#remind-password a {
	color: #FFBB04;
	font-weight: bold;
	float:right;
	margin-right:50px;
}

#featured {
	display:block;	
	padding-left:50px;
	margin-top:-10px;
}

#adv_sell {
	background-image:url(images/buy_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFF;
	float:left;
	min-height:236px;
	min-width:337px;
	display:block;
	margin-top:10px;
	color:#5d5d5d;
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#adv_sell ul{
	width:290px;
	margin:5px 0 5px 0px;
	list-style-image:url(images/list_bullet.png);
}

#adv_sell img {
	margin:-20px 0 0 100px;
	width:138px;
	height:69px;
}



#adv_buy {
	background-image:url(images/buy_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFF;
	float:left;
	min-height:236px;
	min-width:337px;
	display:block;
	margin-top:10px;
	color:#5d5d5d;
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#adv_buy ul{
	width:290px;
	margin:5px 0 5px 0px;
	list-style-image:url(images/list_bullet.png);
}

#adv_buy img {
	margin:-20px 0 0 100px;
	width:138px;
	height:69px;
}

#adv_img {
	float:left;
	margin-top:10px;
}

#advertiser {
	background-color:#fefbf5;
	border:1px solid #E0E0E0;
	display:block;
	width:420px;
	min-height:340px;
	font-size:13px;
	color:#5d5d5d;
	text-align:left;
	line-height:20px;
	margin-top:30px;
	float:left;
	
}

#advertiser .advertiser{	
	margin-left:-20px;
	margin-top:-20px;
}

#advertiser p{
	width:380px;
	margin-left:20px;
	margin-bottom:5px;
}

#advertiser_a {
	margin-left:100px;	
}

#publisher {
	background-color:#fefbf5;
	border:1px solid #E0E0E0;
	display:block;
	width:420px;
	min-height:340px;
	font-size:13px;
	color:#5d5d5d;
	text-align:left;
	line-height:20px;
	margin-top:30px;
	float:left;
	margin-left:50px;
}

#publisher .publisher{
	margin-left:215px;
	margin-top:-20px;
}
#publisher p{
	width:380px;
	margin-left:20px;
	margin-bottom:5px;
}

#publisher_a {
	margin-left:100px;	
}

#main_content_home {
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFF;
	width:100%;
	display:block;
	float:left;
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#content_home {
	width:900px;
	display:block;
	margin:0 auto;
}

#footer {
	clear: both;
	background-color:#465469;
	color:#FFF;
	height: 60px;
	position: relative;
}

#footer div.wrapper {
	width: 1000px;
	margin: 0px auto;
	//font-family: arial;
	//font-size: 11px;
	color: #FFF;
	//text-align: center;
	//line-height: 1.5em;
	//padding: 10px 0;
}

#footer ul {
	float:right;
	list-style-type:none;
	margin-top:20px;
}

#footer ul li {
	display:inline;
	border-left:1px solid #FFF;
	padding-left:10px;
	padding-right:10px;
}

#footer .first {
	border:0;
	
}

#footer a{
	text-decoration:none;
	color:#FFF;	
}

#footer a:hover{
	color:#CCC;
}

#clearfooter {
height: 360px;
clear: both;
}


#content {
	color: #3D5866;
	width: 950;
	float: none;
	overflow: auto;
	display:block;
	text-align:left;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 60px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#content p {
	font-family: arial;
	line-height: 18px;
}

#more-info{
	padding-top:15px;
	font-size:13px;
	color: #5D5D5D;
	text-align: justify;

}

#more-info-details {
	display:block;
}

#advertiser-box-more {
	float: left;
	display:block;
	width: 425px;
}

#publisher-box-more {
	float: right;
	display:block;
	width: 425px;
	padding-left:30px;
}

#advertiser-box-more h2, #publisher-box-more h2, #advantages_backlinks4u h2 {
	color: #465469;
	text-align: center;
}

#topnav {
	min-height: 65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topnav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}

#topnav ul li a,#topnav ul li a:visited,#topnav ul li a:active {
	display: block;
	padding: 8px 10px;
	color:#383838;
	text-decoration:none;
}

#topnav ul li a:hover {
	text-decoration: none;
	//background-color: #C03;
	background-color: #465469;
	color: #fff;
}

#topnav-right {
	float:right;
}

#topnav #topnav-right li a {
	background-color: #E20003;
	color: #fff;
}

#page_title {
	text-align:center;
	WORD-BREAK:BREAK-ALL;
	margin-top: -10px;
}

#page_title h1 {
	color: #465469;
}

#main #content h2 {
	color: #465469;
}

#form_body {
	background-color: #f2f2f2;
	border: thin solid #FFD566;
	padding: 20px 20px 10px 20px;
}

#form_title{
	color: #C03;
}

.form_text_input {
	width: 300px;
}

INPUT[type=button], .inplace_save, .inplace_cancel{
	background: #FFC119;
	color: #000;
	width: auto;
	border: none;
	margin: 1px;
	font-size: 16px;
}

.form_btn {

	border:none;
	background-color: #FFC119;
	color: #000;
	width: auto;
	margin: 1px;
	padding: 3px 30px;
	font-size: 16px;
}

.form_btn:hover,INPUT[type=submit]:hover, INPUT[type=button]:hover {
	cursor:pointer;
}

.hid {
	display: none;
}

.pr_btn {
	background: #eee;
	color: #06c;
	width: auto;
	height:33px;
	border: none;
	margin: 0;
	font-size: 16px;
}

.pr_btn:hover {
	cursor:pointer;
}

#resulttable {
	WORD-BREAK:BREAK-ALL;
	width:100%;
}

.table_btn_cell {
	border-bottom: thin dotted #FFD566;
	width: 40px;
}


.table_cell {
	border-bottom: thin dotted #FFD566;
}

.opaque { filter: alpha(opacity=25); -moz-opacity:0.23; opacity:0.25 } 


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FDF9F0;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	padding:10px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	

}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.addlink_btn {
	background: #f2f2f2;
	color: #465469;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
}

.addlink_btn:hover {
	cursor:pointer;
}

.addfunds_btn {
	background: #f2f2f2;
	color: #E20003;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
}

.addfunds_btn:hover {
	cursor:pointer;
}








.table_cell table tr td b {
	color: #666;
}



.ui-slider-horizontal { height: .4em; }
.ui-slider-horizontal .ui-slider-handle { top: -.4em; margin-left: -.2em; width: .4em; background:#999;}

span.max {
    color: #9A9A9A;
    float: right;
    font-size: 11px;
    padding-top: 5px;
}

span.min {
    color: #9A9A9A;
    float: left;
    font-size: 11px;
    padding-top: 5px;
}


.select_form_text_input {
	width: 250px;
}
.select_form_select_input {
	width: 255px;
}

.inventory_filter_table {
	width: 100%; background: #465469; color: #FFFFFF;
}
