@charset "utf-8";
@import url("images.css");
@import url("menu.css");
@import url("jason.css");
@import url("mark.css");

/* Needed for 'Sticky Footer' */

* {
	outline: none !important;
}

html {
	height: 100%;
}

body {
	color: #333;
	height: 100%; /* Needed for 'Sticky Footer' */
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #0b68a3;
}

/* Needed for 'Sticky Footer' */
#wrapper {
	min-height: 90%;
	height: auto !important;
	height: 90%;
	margin: 0 auto -4em;
	background-color: #fff;
}

/* Needed for 'Sticky Footer' */

#push {
	height: 4em;
}

#header {
	padding: .4em 0 .6em 0;
	height: 7.3em;
}

#logo {
	float: left;
	width: 26em;
	height: 7.3em;
	margin: 1em 0 0 1em;
}

#body {
	background: #fff;
}

.switch{
	
	width: 51px;
	border: none;
	
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #015387;
	margin: .2em 0 .8em 0;
	padding: 0 0 .2em .2em;
	border-bottom: 1px solid #ddd;
}

h1 div.right {
	font-size: 11px;
}

table#wrap {
	width: 99%;
	margin: 0 auto 2em auto;
	padding: 0;
	border: 0;
	background: #fff;
}

table#wrap td {
	vertical-align: top;
}

table#wrap td.sidebar {
	width: 211px;
	margin: 0;
}

table#wrap td.content {
	width: 100%;
	margin: 0;
}

/* Sidebar: Tabs, Browse Menu, and Search */
#sidebar {
	/*display: none;
	width: 0px;*/
}
#sidebar_tabs {
	margin: 0 0.6em 0 0;
	min-height: 30.6em;
}

#sidebar_tabs .spacer {
	width: 192px;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.set_menu {
	position:absolute;
	top:0;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Main content area */
.body {}
.body a {
	color: #08c;
	text-decoration: none;
}
.body a:hover {
	color: #3be;
}

/* Footer */
#footer {
	position: absolute;  /* Needed for Safari */		
	background: url(../img/footer_bg.gif) repeat-x;
	display: block;
	width: 100%;
}

#footer_right{
	background: url(../img/footer_bg_right.gif) no-repeat;
	width: 920px;
	height: 116px;
	float: right;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	clear: both;;
}

#copyright{
	margin: 55px 70px 0 0;
	float: right;
	color: #ffffff;
	font-size: 10px;
}

#copyright ul{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;

}

#copyright ul li{
	display: inline;
	padding-right: 5px;

}

#copyright a{
	color: #ffffff;
	font-size: 11px;
}

#copyright a:visited{
	color: #ffffff;
	font-size: 11px;

}

#copyright a:hover{
	color: #ffffff;
	font-size: 11px;

}

.tipsy { 
	padding: 5px; 
	font-size: 10px; 
	opacity: 0.8; 
	/*filter: alpha(opacity=80); */
	background-repeat: no-repeat; 
}

.tipsy-inner { 
	padding: 4px 5px; 
	background-color: black; 
	color: white; 
	max-width: 200px; 
	text-align: center; 
}

.tipsy-north { 
	background-image: url(../img/tipsy-north.gif); 
	background-position: top center; 
}

.tipsy-south { 
	background-image: url(../img/tipsy-south.gif); 
	background-position: bottom center; 
}

.tipsy-east { 
	background-image: url(../img/tipsy-east.gif); 
	background-position: right center; 
}

.tipsy-west { 
	background-image: url(../img/tipsy-west.gif); 
	background-position: left center; 
}

.td-payout{
	text-align: right;
}

/* country list drop down for pub campaigns */
.country-list {
	display: block;
	width: 180px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background: #eee !important;
	border-color: #ccc !important;
}

.country-title {
	padding: 1px 0 0 0;
	color: #362b36;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #eee !important;
	border-color: #ccc !important;
}

.arrow-down{
	background: transparent url(/img/arrow_down.png) no-repeat scroll 50% 50%; 
	float: right; 
	width: 16px; 
	height: 16px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;		
}

.countries {
	position: absolute;
	margin: -5px 0 0 0;
	width: 180px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	border-top: none;
	background: #f0f0f0;		
}

.countries ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-height: 180px;
	overflow: auto;
}

.countries ul li {
	display: block;
	color: #362b36;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
}

.text-ad-display {
	float: left;
	padding: 4px;
	min-width: 200px;
	border: 1px solid #888;
}

