html, body {
height: 100%;
}

body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

a:link img,a:visited img,a:active img,a:hover img {
	border: 0;
}

#main {
	min-height: 100%;
	position: relative;
	width: 1000px;
	background-color: #FFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
	background-position: 25px 0px;
}
#logo {
	float: left;
}

#flashcontent{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
}

#topline {
	height: 5px;
	background-color: #C03;
}

#thinline {
	width:auto;
	height: 1px;
	background-color: #06c;;
}

#login-box {
	text-align:right;
	background-color: #e1f3fd;
	height: 35px;
}

#login-box div form label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#login-box div form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#login-box div form .submit {
	background: #06c;
	color: #fff;
	width: 60px;
	font-weight: bold;
	border: none;
	margin: 0;
}


#login-form {
	width: 1000px;
	margin: 0px auto;
}

#login-box #login-form a {
	color: #93bc16;
	font-size: 10px;
	font-weight: bold;
}

#login-btn {
	float:right;
	font-size:80%;
	width:135px;
	height:20px;
	margin-right:1px;
	background-image: url(images/loginbox.gif);
	font-weight: bold;
}
#login-btn a {
	color: #FFF;
	text-decoration: none;
}

#logolink {
	text-decoration: none;
}

#header {
	min-height: 100px;
}

#header_right {
    width: 800px;
    float: right;
}

#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;
	float: right;
}

#topnav ul li {
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	margin-left: 15px;
}

#topnav ul li a,#topnav ul li a:visited,#topnav ul li a:active {
	display: block;
	padding: 8px 10px;
	color: #06c;
}

#topnav ul li a:hover {
	text-decoration: none;
	background-color: #C03;
	color: #fff;
}

#topnav ul li.login a, #topnav ul li.login a:visited, #topnav ul li.login a:active {
	color: #fff;
	padding: 8px 26px 8px 10px;
	text-decoration: none;
	background: #06c url(/website/images/nav_bullet.gif) no-repeat 100%;
	background-position: 48px 13px;
}

#bottomnav {
	min-height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #93bc16;
	border-right-color: #93bc16;
	border-bottom-color: #93bc16;
	border-left-color: #93bc16;
}

#bottomnav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}

#bottomnav ul li {
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	margin-left: 15px;
}

#bottomnav ul li a,#bottomnav ul li a:visited,#bottomnav ul li a:active {
	display: block;
	padding: 8px 10px;
	color: #06c;
}

#bottomnav ul li a:hover {
	text-decoration: none;
	background-color: #93bc16;
	color: #fff;
}

#bottomnav ul li.login a, #bottomnav ul li.login a:visited, #bottomnav ul li.login a:active {
	color: #fff;
	padding: 8px 26px 8px 10px;
	text-decoration: none;
	background: #06c url(/website/images/nav_bullet.gif) no-repeat 100%;
	background-position: 48px 13px;
}


#footer {
	clear: both;
	border-top: 5px solid #C03;
	background: #e1f3fd;
	height: 60px;
	position: relative;
}

#footer div.wrapper {
	width: 1000px;
	margin: 0px auto;
	font-family: arial;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0;
}

#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: 25px;	/*
	margin: 0px 0px 25px 0px;
	padding: 20px 25px 25px 25px;

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;}
	*/
}

#content p {
	font-family: arial;
	line-height: 18px;
}

#advertiser-box {
	float: left;
	display:block;
	text-align: left;
	width: 475px;
	height: 385px;
	background-image:url(images/bg-box.png);
	background-repeat:no-repeat;
}

#advertiser-box-more {
	float: left;
	display:block;
	text-align: left;
	width: 475px;
}

#main #content #advertiser-box h2 {
	text-align: center;
}
#main #content div {
	overflow: auto;
}
#main #content div #advertiser-box ul li {
	background-image: url(images/green.gif);
	background-repeat:no-repeat;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 25px;

}
#main #content div #advertiser-box ul {
		list-style: none;
}

#main #content div #advertiser-box h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 36px;
	text-align: center;
	color: #093;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main #content div #advertiser-box h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 24px;
	text-align: center;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
}

#publisher-box {
	float: right;
    /*border: 1px solid #e1e1e1;*/
	text-align: left;
	display:block;
	width: 475px;
	height: 385px;
	background-image:url(images/bg-box.png);
	background-repeat:no-repeat;
}

#publisher-box-more {
	float: right;
	text-align: left;
	display:block;
	width: 475px;
}

#more-info-btn{
	padding-left:15px;
	padding-bottom:15px;
	padding-top:0px;
}

#main #content #more-info-btn a {
	font-weight: bold;
	text-decoration: none;
	color: #06c;
}


#main #content #publisher-box h2 {
	text-align: center;
}

#main #content div #publisher-box ul li {
	background-image: url(images/blue.gif);
	background-repeat:no-repeat;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 25px;

}
#main #content div #publisher-box ul {
		list-style: none;
}


#main #content div #publisher-box h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 36px;
	text-align: center;
	color: #039;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main #content div #publisher-box h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 24px;
	text-align: center;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
}


.border-box {width: 100%;}
	.border-box .top-left, .border-box .top-right, .border-box .bottom-left, .border-box .bottom-right  {
		/*background-image: url(images/bg-box.gif);*/
		background-image: url(images/bg-box.png);
		background-repeat: no-repeat;
	}
	.border-box .top-left {
		background-position: left top;
	}
	.border-box .top-right {
		background-position: right top;
		margin-left: 10px;
		padding: 20px 20px 10px 10px;
	}
	.border-box .bottom-left {
		background-position: left bottom;
	}
	.border-box .bottom-right {
		background-position: right bottom;
		height: 10px;
		margin-left: 10px;
	}

#form_body {
	background-color: #f2f2f2;
	border: thin solid #93bc16;
	padding: 20px 20px 10px 20px;
}

#form_title {
	color: #C03;
}

INPUT[type=submit], INPUT[type=button], .inplace_save, .inplace_cancel{
	background: #93bc16;
	color: #fff;
	width: auto;
	border: none;
	margin: 1px;
	font-size: 16px;
}

.form_btn {
	background: #93bc16;
	color: #fff;
	width: auto;
	border: none;
	margin: 1px;
	font-size: 16px;
}

.form_btn:hover,INPUT[type=submit]:hover, INPUT[type=button]:hover {
	cursor:pointer;
}

.form_text_input {
	width: 300px;
}

.addlink_btn {
	background: #06c;
	color: #fff;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
}

.addlink_btn:hover {
	cursor:pointer;
}

.addfunds_btn {
	background: #C03;
	color: #fff;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
}

.addfunds_btn:hover {
	cursor:pointer;
}

.pr_btn {
	background: #eee;
	color: #06c;
	width: auto;
	height:33px;
	border: none;
	margin: 0;
	font-size: 16px;
}

.pr_btn:hover {
	cursor:pointer;
}

#main #content h2 {
	color: #93bc16;
}
#welcome_user {
	float: right;
}

#page_title {
	text-align:center;
	WORD-BREAK:BREAK-ALL;
}

#page_title h1 {
	color: #93bc16;
}

.hid {
	display: none;
}

.table_btn_cell {
	border-bottom: thin dotted #93bc16;
	width: 40px;
}

.table_cell {
	border-bottom: thin dotted #93bc16;
}

th {
	text-align:center;
}

#loading {
	width: 250px;
}

#main #content #more-info div #advertiser-box-more h2,#main #content #more-info div #publisher-box-more h2 {
	text-align: center;
}

#register-adv, #register-pub {
	text-align:center;
	font-size:24px;
	font-weight: bold;
}
#register-adv a{
	color: #93bc16;
}
#register-pub a{
	color: #06c;
}

#resulttable {
	WORD-BREAK:BREAK-ALL;
	width:100%;
}

.opaque { filter: alpha(opacity=25); -moz-opacity:0.23; opacity:0.25 } 

.inplace_field {
	width: 300px;
}

/* 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;
}








.table_cell table tr td b {
	color: #666;
}


.ui-slider-horizontal { height: .4em; }
.ui-slider-horizontal .ui-slider-handle { top: -.4em; margin-left: -.5em; width: .9em; 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: #008AB8; color: #FFFFFF;
}
