html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}
* {outline:0;}
img, a img{border:0;}
#header {
	background-image: url(./img/header-background.png);
	height: 66px;
	background-repeat: repeat-x;
}
.top-btn {
	float:right;
	background-image:url(./img/download-goback.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:27px;
	margin:16px 3px 0;
}
.top-btn a {
	display: block;
	width:100%; height:100%;
	text-decoration: none;
	background-position: top center;
}
#download {width:105px;background-position:top left;}
#download:hover {background-position:bottom left;}
#goBack{width:131px;background-position:top right;margin-right:11px;}
#goBack:hover{background-position:bottom right;}

#title {
	float:left;
	padding:43px 0 0 68px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background:url('./img/logo.png') no-repeat top left;
	width: 50%;
	white-space:nowrap;
}

.ui-tabs .ui-tabs-nav {margin:0;padding:9px 0 0 6px;overflow:hidden;background:url(./../common/img/tabs-bottom.png) #f1f1f1 repeat-x bottom left;font:normal 11px/20px Tahoma, Arial, sans-serif;}
.ui-tabs .ui-tabs-nav li {list-style: none;float:left;margin-left:3px;white-space:nowrap;height:25px;
	background-image:url(./../common/img/tab-right.png);background-repeat:no-repeat;background-position:top right;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {background-position:bottom right;}
.ui-tabs .ui-tabs-nav li a {text-decoration:none;display:block;width:100%;height:23px;outline:0;padding:1px 10px;color:#000;
	background-image:url(./../common/img/tab-left.png);background-repeat:no-repeat;background-position:bottom left;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {background-position:top left;font-weight:bold;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block;background: none; }
.ui-tabs .ui-tabs-hide { visibility:hidden;width:1px;height:1px;}

.ui-tabs .ui-tabs-nav li a:hover{text-decoration:underline;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {text-decoration:none;}

#content .tab {position:absolute;top:100px; left: 0; right: 0; bottom: 0;width:100%; overflow:auto;}
#content .tab .white-spaces {padding:7px 15px;width: 820px;}
#descriptionView .white-spaces {padding-top:0;margin-top:-15px;}
#sourceView {font-size: 14px;}
#sampleView iframe {position:absolute;top: 0; left: 0; right: 0; bottom: 0;width:100%;wheight:100%;}
/* data table for samples */
table.dtTABLE {
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.dtTABLE tbody tr th {
	font:normal 60% Verdana;
	background-color:#EEEEEE;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}
table.dtTABLE tbody tr td {
	font:normal 70% Verdana;
	border:1px solid #cccccc;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:13px;
	text-align:left;	
}
/* end data table for samples  */
/* data table for image samples */
table.imgTABLE {
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.imgTABLE tbody tr th {
	font:normal 60% Verdana;
	background-color:#EEEEEE;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:3px;
	text-align:right;
}
table.imgTABLE tbody tr td {
	font:normal 70% Verdana;
	border:1px solid #cccccc;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;	
}
/* end data table for image samples  */
/* data table for center no border images */
table.imgTABLEcenter {
	border: 0px solid #cccccc;
	border-collapse:collapse;
}
table.imgTABLEcenter tbody tr td {
	font:normal 60% Verdana;
	padding:3px;
	text-align:center;
}
/* end data table for center no border images  */
p.main {
	font:normal 70% Verdana;
	color: #000000;
	text-align:justify;
}
p.note {
	font:normal 70% Verdana;
	color: #000000;
	text-align:justify;

	background-color: rgb(244, 244, 244);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #D4D4D4;
	margin: 0px 10px 0px 0px;
	padding: 0.8em 1.5em 1em 1.5em;
}
li.main {
	font:normal 10px Verdana;
	color: #000000;
	margin-bottom:5px;
}
ul.tree {
	list-style-type:none;
}
li.folder-closed {
	font:normal 10px Verdana;
	color: #000000;
		
	background-image: url(../img/folder-closed.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 2em;
	padding-bottom: .5em;

}
li.folder-open {
	font:normal 10px Verdana;
	color: #000000;
	
	background-image:  url(../img/folder-open.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 2em;
	padding-bottom: .5em;

}
li.file {

	font:normal 10px Verdana;
	color: #000000;
		
	background-image:  url(../img/file.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 2em;
	padding-bottom: .5em;

}
/* documentation page container div*/
div.htmlSample {
	font:normal 70% Verdana;
	margin-left:30px;
	width: 600px;
	border-style:solid;
	border-width: thin;
	border-color:#D0D0D0;
	padding:10px;
	background:#F5F5F5;
}
div.main {
	margin-left:30px;
	width: 700px;
}
h1.main {	
	font:normal 150% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #000000;
}
h2.main {
	font:normal 130% Arial, Helvetica, sans-serif;
	margin: 15px 0 10px;
	color: #000000;
}
h3.main {
	font:normal 120% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #000000;
}
body {
	background-color:#FFFFFF
}
.description-p {
	margin-top: 0;
	padding-top: 0;
}

