
html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	color:#acacac;
	margin:0;
	padding:0;
	font-size: 0.7em; 
	line-height:1.5; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color:#091108;
/*	background-image:url('../images/bg_vtileHome.gif'); */
	background-image:url('../images/bg_vtileHome4.gif');
	background-position:center;
	background-repeat:repeat-y;
}

h1 {
	font-weight:normal;
	color:#a4b23c;
	font-family:TrebuchetMS,Tahoma,Arial,Sans-serif;
	font-size:24px;
	margin:0px;
}

h2 {
	color:#a4b23c;
	font-family:Tahoma,Arial,Sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}

h3 {
	font-size: 1.6em; 
	font-weight: bold; 
	margin-left: 15px; 
	text-transform: uppercase; 
	color: #cccccc; 
	margin:0px;
}

h4 {
	font-size: 11px; 
	font-weight: bold; 
	color: #acacac; 
	margin:0px;
}

h5 {
	font-size: 10px; 
	font-weight: bold; 
	color: #acacac; 
	margin:0px;
}

p {
	margin: 0px 00px 15px 0px; 
	color: #acacac; 
	line-height: 1.4em; 
}

p a {
	color: #ccdad6
}

p a:hover {
	color: #6f9fc8
}

a {
	color: #ccdad6
}
a.tooltip { 
	text-decoration:none;
	background:#2c2c2c;
	padding:0px 1px 2px 1px;
	cursor: help;
	position:relative; /*this is the key*/
	z-index:24;
}

a.tooltip:hover {
	z-index:25;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span { /*the span will display just on :hover state*/
	font-weight: normal;
	text-align: left;
	display: block;
	position: absolute;
	top: 2em;
	left: 0;
	width: 25em;
	background-color: #ffffe5;
	color: #000;
	padding: 4px;
	border: 1px solid #cc9;
	white-space: normal !important;
}

table {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
}


select {
	font-size: 1.1em; 
	width: 200px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #e6e6e6;
}


HR {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; height:2px; border-style:solid; color:#343434;
}

code {
	font-family:"courier new";
	font-size:110%;
	color:#7C9FAC;
}

pre {
	font-family:"courier new";
	color:#7C9FAC;
}

xmp {
	font-family:"courier new";
	color:#7C9FAC;
}


ul.spacedList li {
	margin-top: 16px;
}

#loginForm {
	margin:0;
	padding:0;
}

div.hr-color {
  height: 10px;
  background: url(img/hr_stats_clr.gif);
}
div.hr-color hr {
  display: none;
}
div.hr-grey {
  height: 10px;
  background: url(img/hr_stats.gif);
}
div.hr-grey hr {
  display: none;
}

.codeTable {
	margin-left:24px;
	font-family:"courier new";
	color:#7C9FAC;
}

.PeriodLinks {
	background:#2C2C2C;padding:4px 0px 6px 8px; text-align:left;
}

.ContentWrapper {
	width:1100px;
	text-align:left;
	margin:0;
}

#header {
	background-image:url('../images/bg_header.gif');
	background-repeat:repeat-x;
	height:76px;
}

#header_menu
{
	background-color:#1E1E1E;
	height: 2em;
	clear:both;
	white-space: nowrap;
}

#pageContainer {
	margin:0;
	padding:0;
}

#mainbody {
	width:949px;
	text-align:left;
}

.docsContent {
	margin:24px 32px 0px 32px;
}

.headerNav {
	float:right;
}
#signInBlockTop, #signInBlockBottom {
	width:266px;
	margin:0;
	padding:0;
}

#rightCol {
	float:right;
	text-align:left;
	width:266px;
	padding:0;
	margin:0;
}

#rightCol_content {
	margin:0px;
	padding-left:8px;
	padding-right:8px;
}

.sidepadding {
	margin:0px;
	padding-left:8px;
	padding-right:8px;
}

#rightCol_top {
	margin:0px;
	height:12px;
	background-image:url('../images/bg_rightCol_top.gif');
}

#rightCol_bottom {
	margin:0px;
	height:4px;
	background-image:url('../images/bg_rightCol_bottom.gif');
}



#leftArea {
	position:absolute;
	text-align:left;
	padding-left:0px;
	width:683px;
	background-color:#414141;
}



#leftAreaBottom {
	width:683px;
	height:4px;
}

#leftAreaMiddle {
	background-image:url('../images/bg_left_middle.gif');
	background-repeat:repeat-y;
}

#leftAreaBottom {
	height:4px;
	background-image:url('../images/bg_left_bottom.gif');
}


.readon {
	color:#cf8b37;
	font-family:Courier New,Arial,Sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}

.readon2 {
	color:#a4b23c;
	font-family:Courier New,Arial,Sans-serif;
	font-size:12px;
	margin:0px;
}

.rule {
	padding-bottom:10px;
}

.copy {
	font-family:Tahoma,Arial,Sans-serif;
	font-size:12px;
	color:#858585;
}

.copysmall {
	font-family:Tahoma,Arial,Sans-serif;
	font-size:9px;
	color:#858585;
	vertical-align:bottom;
}

.copyHead {
	color:#a4b23c;
	font-family:Tahoma,Arial,Sans-serif;
	font-weight:bold;
	font-size:12px;
}

.copyIndent {
	font-family:Tahoma,Arial,Sans-serif;
	font-size:12px;
	color:#858585;
	padding-left:24px;
}

.copyIndent a {
	color:#ccdad6;
}

.progress {
	font-family:Courier New,Arial,Sans-serif;
	font-size:14px;
	color:#ffffff;
}


#featureBar {
	margin:0;
	padding:0;
}
#featureBar img {
	float: left;
}

.newsHead {
	color:#a4b23c;
	font-weight:bold;
}

.newsDate {
	color:#acacac;
}
.date { color: #a4b23c;}
.newsBody {
	color:#707070;
}

.newsBody a {
	color:#9C9C9C;
}

a {
	border:0;
	margin:0;
	padding:0;
}

a.contentsLink:hover {
	color:#ffffff;
}

input, select , textarea, button {
	background-color:#1d1d1d;
	font-family:tahoma, arial, helvetica, trebuchet ms, sans-serif;
	color:#e1e1e1;
	font-size:13px;
	border: 1px #777777 solid;
}



input.image { border: 0; padding: 0; }

#signInBlock {
	padding-left:24px;
	padding-right:20px;
	background-image:url( '../images/signInBlock.gif' );
	background-repeat:repeat-y;
}

#signInName {
	font-family:Tahoma,Arial,Sans-serif;
	font-size:11px;
	color:#858585;
}

#signInPass {
	font-family:Tahoma,Arial,Sans-serif;
	font-size:11px;
	color:#858585;
}

#footer {
	position: relative;
	width: 100%;
	background-color: #000000;
	height: 90px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-family:arial;
	font-size:10px;
	text-align:left;
	color:#666666;
	margin-top: -80px;
}

#footer_logo {
	margin: 30px 30px 0px 30px;
	float: left;
}

#footer_text {
	height:60px;
	width: 600px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#footer_bold {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}

#btn_getSDK {
	font-size: 10px;
	color: #648737;
	border: 1px solid #8BC53F;
	background-color: #2A2A2A;
	text-decoration: none;
	padding: 8px 7px 8px 15px;
	background-image: url(img/ico_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	cursor:pointer;
}

#btn_getSDK strong {
	font-size: 12px;
	color: #8BC53F;
	font-weight: bold;
}

.submenue {
	color: #a4b23c;
}

.avatarHolder_default { 
border-bottom-color: currentColor;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: currentColor;
border-left-style: none;
border-left-width: 0px;
border-right-color: currentColor;
border-right-style: none;
border-right-width: 0px;
border-top-color: currentColor;
border-top-style: none;
border-top-width: 0px;
height: 192px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 192px;
}

.avatarFull { 
border-bottom-color: currentColor;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: currentColor;
border-left-style: none;
border-left-width: 0px;
border-right-color: currentColor;
border-right-style: none;
border-right-width: 0px;
border-top-color: currentColor;
border-top-style: none;
border-top-width: 0px;
height: 184px;
left: 4px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: absolute;
top: 4px;
width: 184px;
}
