@charset "UTF-8";
/* CSS Document */

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/* General */

body {
	background: #000 url(../../i/wrapper/bg.jpg) repeat-x center top;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:76%;
	line-height: 1.5em;
	margin:0;
	padding:0;
	position:relative;
	}
	
#site a {
	color: #f6d000;
	}

#site h2 {
	margin: 15px 0 4px;
	color: #f6d000; 
	font-size:18px;
	}
	
#site h3 {
	font-size:16px;
	margin-top: 15px;
	}
	
#site h4 {
	margin-top: 10px;
	}


/* Header */

.headerwrapper {
	height: 130px;
	width: 100%;
	position:relative;
	}

.header {
	width: 940px;
	height: 130px;
	margin: auto;
	color: #fff;
	}

.header img {
	margin-top: 25px;
	margin-left: 0px;
	}
 
 
/* topMenu */
 
.topMenu {
	background-color:#000;
	float:right;
	margin-top: 32px;
	padding: 6px;
	}

.topMenu li a {
	background-repeat:no-repeat;
	display:block;
	height:31px;
	overflow:hidden;
	text-indent:-9999px;
	}

.topMenu li {
	float:left;
	margin-top: 0px;
	}
 
.topMenu ul {
	background-color:#F69
	}
 
.topMenu .about a {
	background-image:url(../../i/wrapper/menuAbout.jpg);
	width:76px;
	} 

.topMenu .developers a {
	background-image:url(../../i/wrapper/menuDevelopers.jpg);
	width:120px;
	} 

.topMenu .siteowners a {
	background-image:url(../../i/wrapper/menuSiteowners.jpg);
	width:120px;
	} 

.topMenu .advertisers a {
	background-image:url(../../i/wrapper/menuAdvertisers.jpg);
	width:120px;
	} 
 
.topMenu .players a {
	background-image:url(../../i/wrapper/menuPlayers.jpg);
	width:87px;
	}
	
.topMenu .text a {
	display: block;
	text-indent:0px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 12px;
	height: auto;
	} 


/* Content */

.contentwrapper {
	width: 100%;
	min-height: 400px;
	bottom: 65px;
	height:100%;
	}
	
.content {
	width: 940px;
	min-height: inherit;
	margin: auto;
	color: #fff;
	}
	
.main {
	width: 600px;
	min-height: inherit;
	color: #fff;
	float: left;
	border-right: #f6d000 dotted 3px;
	padding-right: 15px;
	}

/*.topmain {
	width: 100%;
	height:50px;
	margin: 0px;
	padding: 0px;
	}*/

.main .pageTitle {
	height: 40px;
	}

.main .breadcrumb {
	background-color: #222;
	margin-top: 0px;
	padding: 5px 8px 4px;
	color: #f6d000;
	}

.main .intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-transform: uppercase;*/
	font-size: 24px;
	line-height: 21px;
	color: #999;
	padding : 1px;
	margin: 0px;
	}
	
.main .highlight {
	color: #fff;
	}

.main hr {
	border-top: 2px dotted #fff;
	height: 2px;
	}

.main .listIcons li {
	min-height: 75px;
	display:block;
	padding-left: 85px;
	margin: 0 0 15px 0;
	}

.main .iconTitle {
	text-transform: uppercase;
	font-size: 15px;
	}

.main #iconDev {
	background: url(../../i/general/icon_developers.gif) no-repeat left top;
	}

.main #iconAdv {
	background: url(../../i/general/icon_advertisers.gif) no-repeat left top;
	}
	
.main #iconSite {
	background: url(../../i/general/icon_siteowners.gif) no-repeat left top;
	}

.main #iconPlay {
	background: url(../../i/general/icon_players.gif) no-repeat left top;
	}

.contentmain {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	}


/* sidebar */

.sidebar {
	width: 310px;
	min-height: inherit;
	color: #fff;
	float:right;
	}

.sidebar h3{ 
	font-size:14px;
	}

/*.sidebar hr {
	border-top: 2px dotted #fff;
	height: 2px;
	}*/

#site .sidebar h2{
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-size:14px;
	font-weight: bold;
	}
	
.sidebar .rev {
	color:#000;
	background-color: #f6d000; 
	padding: 6px 5px 4px ;
	} 

.sidebar .pager {
	text-align: right; 
	padding: 6px 5px 4px ;
	} 

#site .sidebar .pager img {
	margin: 2px;
	}
	
.sidebar .date {
	margin-top: 0px;
	padding: 5px 0px 4px;
	color: #836f00;
	}
	
.sidebar .dimmed {
	margin-top: 0px;
	padding: 0px;
	}
	
#site .sidebar h3.newsTitle { 
	margin: 20px 0 0;
	font-size:16px;
	text-transform: uppercase;
	color: #f6d000; 
	}


/* Footer */	


.footerwrapper {
	background: url(../../i/wrapper/footerbg.jpg) center top;
	height: 69px;
	width: 100%;
	position:fixed;
	bottom:0;
	}
	
.footer {
	width: 940px;
	height: 69px;
	margin: auto;
	color: #666;
	padding: 15px;
	}
	.footer a {
		text-decoration:none;
		}
	
	.footer li {
		float:left;
		margin-top: 2px;
		margin-right: 20px;
		}
	
#site .footer span.login {
	float: right;
	}
	#site .footer span.login a {
		color: #666;
		}
		
		
/* Extras */

.apiUrl {
	background: #111;
	padding:20px;
	margin-bottom: 20px;
	border: 1px solid grey;
	font-size: 18px;
	font-weight: bold;
	overflow: auto;
}

/* Skinned Tabs */

#site .skinned ul.tabList {
	border-bottom: 2px dotted rgb(246, 208, 0);
	}

#site .skinned ul.tabList li {
	background-color: rgb(246, 208, 0);
	color: black;
	}
	#site .skinned ul.tabList li.selected {
	background-color: yellow;
	color: black;
	}  
	#site .skinned ul.tabList li a {
		color: black;
		}
		#site .skinned ul.tabList li a.selected {
			font-weight: bold;
			}
			
#site ul.examples div.tabs, #site .styledTabs div.tabs {
	color: black; 
	margin: 10px 0;
	}
	#site ul.examples div.tabs ul.tabList li, #site .styledTabs div.tabs ul.tabList li {
		color: white;
		margin-right: 5px;
		border: 1px solid black;
		border-bottom: 0;
		}
	#site ul.examples div.tabs ul.tabList li.selected, #site .styledTabs div.tabs ul.tabList li.selected {
		border: 1px solid lightgrey;
		border-bottom: 0;
		background-color: white;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		z-index: 10;
		}
		#site ul.examples div.tabs ul.tabList li a, #site .styledTabs div.tabs ul.tabList li a {
			padding: 3px 4px 1px 4px;
			font-size: 11px;
			font-weight: bold;
			color: white;
			}
			#site ul.examples div.tabs ul.tabList li a.selected, #site .styledTabs div.tabs ul.tabList li a.selected {
				color: black;
				}
	#site ul.examples div.tabs div.tab, #site .styledTabs div.tabs div.tab {
		background-color: white;
		padding: 5px;
		height: 150px;
		overflow-y: auto;
		}
		
#site ul.examples div.tabs div.tabs {
	margin: 0;
	}
	#site ul.examples div.tabs div.tabs ul.tabList li {
		border: 1px solid white;
		border-top: 0;
		}
	#site ul.examples div.tabs div.tabs ul.tabList li.selected {
		border: 1px solid lightgrey;
		border-top: 0;
		background-color: white;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		z-index: 10;
		}
	#site ul.examples div.tabs div.tabs ul.tabList {
		margin-top: -4px;
		z-index: 11;
		}
	#site ul.examples div.tabs div.tabs ul.tabList li a {
		color: grey;
		margin-top: 3px;
		}
		#site ul.examples div.tabs div.tabs ul.tabList li a.selected {
			color: black;
			}
	#site ul.examples div.tabs div.tabs div.tab {
		background-color: white;
		padding: 5px;
		border: 1px solid lightgrey;
		z-index: 12;
		height: 116px;
		overflow-y: auto;
		}
#site ul.examples p.description, #site ul.examples code.url {
	margin: 5px;
	}
		
#site table.request {
	width: 100%;
	font-size: 11px;
	}
#site table.request tr td.key {
	width: 25%;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	}
#site table.request tr td.value {
	width: 75%;
	text-align: left; 
	}
	
div.standardResponse {
	background-color: white;
	color: black;
	padding: 10px;
	}
