/* ----------------------------------- COMMON STYLES ---------------------------------- */

body {
	margin:0px;
	background-color: black;
	font-family: trebuchet ms;
	font-size: 14px;
}

a {
	color:#0099FF;	
}

a:hover {
	color:#04D127;
}


/* ----------------------------------- TOP THEME STYLES ---------------------------------- */
td.topLine {
	background-image: url('../img/layout/topline.gif');
	background-repeat: no-repeat;
	color:white;

}

div.topText {
	margin-top:10px;
	margin-left:25px;	
	font-size:12px;
}

a.topButton,a.topButton:hover {
	background-image: url('../img/layout/topbtn.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding: 12px 33px 5px 27px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	float: right;
	position:relative;
	color:white;
	text-decoration: none;
	top:-7px;
}

#extApi {
	padding: 12px 33px 5px 20px;	
}

a.menuButton, a.menuButton:hover,a.menuButtonActive {
	font-size:14px;
	padding: 8px 0px 8px 15px;	
}

a.menuButtonActive, a.menuButtonActive:hover {
	background-image: url('../img/layout/menubutton.gif');

}

span.menuText,span.menuTextActive {
	font-size:14px;
	font-weight:bold;	
	color:black;
}

span.menuTextActive {
	color:white;
	background-image: url('../img/layout/menubutton.gif');
	background-position: right;
	padding:7px 20px 7px 0px;

}

#top {
	background-color: black;		
}

td.theme {
	background-image: url('../img/layout/toptheme.jpg');
	background-repeat: no-repeat;
	height: 137px;
}

td.menu {
	background-image: url('../img/layout/menubg.gif');
	background-repeat: no-repeat;
	height: 61px;
}

#logo {
	position:relative;
	left:25px;
	top:-10px;
}



/* ----------------------------------- BODY STYLES ---------------------------------- */
table.body {
	background-image: url('../img/layout/contentbg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

td.body {
	padding: 0px 15px 0px 23px;
	vertical-align: top;	
}
td.homeColumn {
	width:33%;
	vertical-align:top;
	border-right:1px dotted #D2D6DA;
	padding:0px 15px 20px 15px;
	
}

div.quote {
	background-image: url('../img/layout/quoteleft.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 10px 0px 0px 28px;
	position:relative;
	top:5px;
	left:-5px;

}

img.quoteRight {
	float:right;
	top:-15px;
	position:relative;
}

div.title {
	color:#0C3A6E;
	font-size:18px;	
	background-repeat: no-repeat;
	padding-left:28px;
}

	div.gettingStarted {
		background-image: url('../img/layout/gettingStarted.png');
	}
	
	div.terms {
		background-image: url('../img/layout/terms.png');
		padding-left:26px;
		margin-bottom:7px;
	}
	
	div.why {
		background-image: url('../img/layout/why.png');
	}
	
	div.support {
		background-image: url('../img/layout/support.png');
	}

ul.list,ul.checkList {
	padding:10px 0px 0px 15px;
	margin:0px 10px 0px 10px;
	list-style-image: url(../img/layout/listItem.png);
}

ul.checkList {
	list-style-image: url(../img/layout/checkItem.png);
}

.list li,.checkList li {
	padding-bottom:5px;		

}

.list li:first-child,.checkList li:first-child {
	border-top:0px dotted #D2D6DA;
}

#earthlings {
	position:relative;
	z-index: 200;
		
}

div.contentTitle {
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
}

#downloadLink {
	position:relative;
	float:right;
	top:-20px;
}



/* ----------------------------------- WIDGET STYLES ---------------------------------- */
div.widgetBg {
	background-image: url('../img/layout/widget/mainbg.png');
	margin:0px 0px 0px 2px;
	background-repeat:no-repeat;
	width:735px;
	height: 244px;
}

div.widgetToolbar {
	height:21px;
	padding-top:8px;
}

#widgetBody{
	height:200px;
	border:1px solid #D7E4F2;
	margin:0px 10px 10px 10px;
	background-color: #ffffff;
	z-index:10;
	overflow: auto;
	background-image: url('../img/layout/loading2.gif');
	background-repeat:no-repeat;
	background-position: center 90px;
}

#widgetBodyCode,#widgetBodyExample {
	background-color:white;
}

#widgetExamplesBtn {
	background-image: url('../img/layout/widget/examples.png');
	background-repeat:no-repeat;
	height:19px;
	width:70px;
	top:1px;
	position:relative;
	font-size:12px;
	margin-left:15px;
	padding:3px 0px 0px 25px;
	z-index:20;
	cursor:pointer;
}

#examplesMenu,ul.examplesSubMenu {
	position:absolute;
	z-index:10;
	display:none;	
	background-color:#F5F7FB;
	border:1px solid #CFDFEF;
	padding:0px;
	margin:0px;
	list-style: none;
	top:20px;
	width:151px;
	left:-5px;
	background-image: url('../img/layout/widget/itemssep.png');
	background-repeat: repeat-y;
	background-position: 28px 0px;
}

ul.examplesSubMenu {
	left:146px;
	top:-2px;
	position:absolute;
	width:150px;
}

#examplesMenu li {
	padding:2px 5px 1px 32px;
	margin-left:1px;
	margin:1px;
	border:1px solid #F5F7FB;
	width:110px;
	position:relative;
}

#examplesMenu li.hover {
	background-image: url('../img/layout/widget/libg.png');
	background-repeat: repeat-x;
	border:1px solid #AACCF6;	
	color:#233D6D;
	z-index:200;
}

img.widgetArrow {
	width:5px;
	height:9px;
	float:right;
	top:4px;
	left:15px;
	position:relative;
}

img.widgetMenuIcon {
	width:15px;
	height:13px;
	float:right;
	top:2px;
	left:-123px;
	position:relative;
}

#bottom {
	background-image: url('../img/layout/bottombg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
}

#widgetControl {
	position:relative;
	float:right;
	height:21px;
	font-size:12px;
	color:#436BA3;
	width:330px;
	padding-right:15px;
}

div.tabPreview, div.tabCodePreview {
	background-image: url('../img/layout/widget/tabcomp.png');
	background-repeat: no-repeat;
	padding:2px 0px 2px 25px;
	float:left;
	cursor:pointer;
	position:relative;
	margin-right:2px;
	top:1px;
	height:16px;
}

div.codePreview {
	background-image: url('../img/layout/widget/tabcode.png');
	width:82px;
}

div.compPreview {
	background-image: url('../img/layout/widget/tabcomp.png');
	width:117px;
}

div.tabHover {
	background-position:0px -22px;
}

div.tabActive {
	background-position:0px -44px;
	border-bottom:1px solid white;
}

img.widgetControlBtn {
	background-image: url('../img/layout/widget/btnbg.png');
	background-position:0px 20px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:right;	
	cursor:pointer;
	margin-left:1px;
	border:0px;
}

img.btnHover {
	background-position:0px 0px;
}

img.btnDown {
	background-position:0px -20px;
}

#exampleTitle {
	font-size:12px;
	font-weight: bold;
	float:left;
	left:-75px;
	top:3px;
	position:relative;
	color:black;
	width:200px;
}

/* ----------------------------------- BOTTOM STYLES ---------------------------------- */

div.bottom {
	background-image: url('../img/layout/bottombg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
}

td.bottom {
	height:62px;
	color:#D5D7D8;
	font-size: 12px;
	padding-left:25px;
}

a.bottomMenuItem{
	float:right;	
	color:#D5D7D8;
	border-right:1px dotted #B7B7B7;
	padding:0px 15px 0px 15px;
}

a.bottomMenuItem:hover {
	color:white;
}

a.bottomLink{
	color:#D5D7D8;
}
a.bottomLink:hover{
	color:white;
}

#background {
	display:none;
	background-color:black;
	width:100%;
	height:100%;
	position: absolute;
	z-index: 100;
	display:none;
	left:0px;
	top:0px;
}	

#videoPlayer {
	background-image: url('../img/layout/video.png');
	background-repeat: no-repeat;
	width:410px;
	height:356px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
	color:#E4E4E4;
	display:none;
	padding-left:5px;
}

#videoDiv {

	}

div.dialogTitle {
	cursor:move;
	height:22px;
	padding-top:3px;

}

div.dialogClose {
	width:15px;
	height:15px;
	font-size:8px;
	float:right;
	background-image: url('../img/layout/dialogclose.png');
	background-repeat: no-repeat;
	background-position:0px -15px;
	position:relative;
	top:2px;
	left:-10px;
	cursor:default;
}

#loading {
	position:absolute;
	left:43%;
	top:40%;
    height:auto;
}

#bodyContent {
	visibility:hidden;
}