body {
    background: url(../imgs/bg.gif) repeat top left;
    font-family: verdana, helvetica, arial, serif;
    font-size: 10pt;
} .shadow-top {
    background: url(../imgs/shadow.png) repeat-x top left;
    width: 100%;
    height: 20px;
} 
* html .shadow-top{
	background: none;
	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/shadow.png', sizingMethod='crop');
}
.shadow-bottom {
    background: url(../imgs/shadow.png) repeat-x 0px -20px;
    height: 20px;
    width: 100%;
}
* html .shadow-bottom{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/shadow_b.png', sizingMethod='crop');
} .container {
    width: 790px;
	margin: 0 auto;
} .page {
    text-align: left;
    height: 100%;
    background: url(../imgs/page.png) repeat-y top left;
    padding: 0 10px 0 10px;
} 
* html .page{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/page.png', sizingMethod='scale');
} .header {
    height: 100px;
    width: 770px;
    background: #000 url(../imgs/logo.jpg) no-repeat top left;
    position: relative;
} .main-menu {
    position: absolute;
    top: -10px;
    left: 300px;
    width: 470px;
    text-align: right;
} .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
} .main-menu ul li {
    float: right;
    margin: 0 0.15em;
	position: relative;
} .main-menu ul li ul{
	position: absolute;
	top: 50px;
	display: none;
	background: #fff;
	border: 1px solid #555;
	border-width: 3px 1px 0 1px;
	border-top-color: #999;
	z-index: 5000;
} .main-menu ul li a {
    height: 25px;
    padding: 0 5px;
    border-bottom: 3px solid #555;
    color: #eee;
    background: url(../imgs/bg_menu.gif) repeat-x 0px -50px;
    line-height: 25px;
    padding-top: 25px;
    text-decoration: none;
    display: block;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
} .main-menu ul li.selected a {
    border-bottom-color: #fff;
    color: #fff;
} .main-menu ul li:hover ul,
.main-menu ul li.over ul{
	display: block;
} .main-menu ul li ul li{
	float: none;
	margin: 0;
} .main-menu ul li ul li a,
.main-menu ul li.selected ul li a{
	width: 120px;
	height: auto;
	line-height: normal;
	border-bottom: 1px dotted #555;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	display: block;
	float: none;
	font-size: 8pt;
	color: #333;
	text-align: left;
} .main-menu ul li ul li a:hover{
	color: #000;
	background: #eee;
	border-bottom: 1px solid #000;
}

/* IE Hack \*/
* html .main-menu ul li{
	float: right; width: 1%;
}
* html .main-menu ul li a{
	width: 1%;
	float: none;
}
/* End IE Hack */
.main-menu ul li a:hover {
    border-bottom-color: #c8c8c8;
    background-position: 0px 0px;
    color: #fff;
} .content {
    background: #fff url(../imgs/content_bg.jpg) repeat-x top left;
    min-height: 150px;
} .footer {
    margin-top: 10px;
    background: #000;
    border-top: 3px solid #333;
    padding-top: 10px;
    text-align: center;
    color: #fff;
} .main {
    margin-top: 20px;
    width: 570px;
    float: left;
} .wide{
	padding-top: 20px;
} .side-bar {
    float: right;
    margin-top: 20px;
    width: 200px;
	overflow: hidden;
} .gray-bar {
    border-left: 5px solid #555;
    width: 195px;
} 
* html .gray-bar{
	width: 200px;
} .clear {
    clear: both;
} .showcase {
    margin-left: 10px;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list li {
    padding: 2px 5px 2px 20px;
    background: url(../imgs/list.jpg) no-repeat 5px 6px;
    color: #333;
}
ul.feature li {
    border-bottom: 1px dotted #999;
	position: relative;
} ul.feature li a{
	text-decoration: none;
	color: #333;
	border: 0;
} .take-a-look {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
	position: relative;
} .take-a-look a {
    color: #555;
    background: url(../imgs/demo.gif) no-repeat 0px bottom;
    text-decoration: none;
    display: block;
    width: 160px;
    padding-bottom: 50px;
    border-bottom: 0;
} .take-a-look a:hover {
    background-position: -160px bottom;
    color: #333;
} .heading {
    background: #ececea;
    color: #39c;
    margin: 0 10px;
    border: 1px dotted #999;
    border-top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    padding: 10px;
    font-family: Georgia, "Times New Roman", Times, Serif;
} .title {
    font-weight: bold;
    font-size: 14pt;
    padding-left: 10px;
    margin: 15px 100px 5px 0;
    border-bottom: 1px dotted #999;
    color: #059;
    font-family: Georgia, "Times New Roman", Times, Serif;
} .text {
    margin: 5px 10px 0 20px;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #059;
    color: #059;
}

a:hover {
    color: #38c;
    border-bottom: 0;
} .footer a{
	color: #ddd;
	border-bottom: 1px dotted #ddd;
} .footer a:hover{
	color: #fff;
	border-bottom: 0;
} .big {
    color: #555;
    font-size: 12pt;
} #tooltip {
    border: 2px solid #555;
    background: #ececea;
    padding: 5px;
    text-align: justify;
    font-size: 8pt;
    font-weight: bold;
    z-index: 10000;
    top: -1000px;
    position: absolute;
}
.menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li ul{
	margin-left: 10px;
	border-left: 1px dotted #999;
}
.menu li ul li a{
}
.menu li a{
	display: block;
	padding: 2px 10px 2px 20px;
	background: url(../imgs/list.jpg) no-repeat 5px center;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
.menu li.selected a{
	font-weight: bold;
	color: #555;
}
.menu li a.selected{
	font-weight: bold;
	color: #555;
	background-color: #f0f0f0;
}
.menu li a:hover{
	border-bottom: 1px solid #000;
	font-weight: bold;
	background-color: #ececea;
	color: #000;
}
.menu li a.class{
	background-image: url(../imgs/icon_class.png) !important;
}
.menu li a.propertie{
	background-image: url(../imgs/icon_prop.png) !important;
}
.menu li a.function{
	background-image: url(../imgs/icon_func.png) !important;
}
.showcase,
.slideshow{
	background: url(../../../imgs/working.gif) no-repeat center center;
}
.frame{
	padding: 10px;
	width: 680px;
	height: 180px;
	margin: 0 auto;
	background: url(../imgs/frame_bg.jpg) repeat-y top left;
}
.panel-left{
	width: 380px;
	float: left;
}
.panel-right{
	text-align: center;
	font-size: 13pt;
	color: #555;
	width: 280px;
	float: right;
}
.frame .title{
	color: #333;
	font-size: 20pt;
	border: 0;
}
.frame a.download{
	text-align: center;
	width: 300px;
	height: 50px;
	display: block;
	margin: 20px auto;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 14pt;
	line-height: 50px;
	border: 0;
	background: url(../imgs/download_btn.png) no-repeat top left;
}
.frame a.download:hover{
	background-position: 0 -50px;
	color: #000;
}
.sub-title{
	color: #333;
	margin-left: 10px;
}
h3.blue{
	color: #059;
	border-bottom: 1px dotted #059;
	margin: 0 50px 5px 0;
}
.doc_item{
	display: none;
}
code{
	border: 1px dotted #ccc;
	border-left: 3px solid #ccc;
	background: #f3f3f3;
	display: block;
	padding: 5px;
	font-size: 8pt;
	overflow: auto;
}
code b.reserved{
	color: #008;
}
ul li.header{
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;;
	width: auto;
	background: #dedede;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #999;
	position: inherit;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
ul li.first{
	margin-top: 0;
}

/* Alpha PNG Support \*/
* html img, * html input/**/ {
    filter:expression(
        this.alphaxLoaded ? "" :
        (
            this.src.substr(this.src.length-4)==".png"?
            (
                (!this.complete)? "" :
                    this.runtimeStyle.filter=
                    ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
                    (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
                    String(this.alphaxLoaded=true).substr(0,0)+
                    (this.src="imgs/pixel.gif").substr(0,0)
            ):
            this.runtimeStyle.filter=""
        )
    );
}

/**
 * Styles for docs
 */
.doc_item .description{
    margin: 5px 20px 5px 30px;
}
.doc_item .field-name{
    font-size: 90%;
    font-weight: bold;
    color: #f60;
    margin-left: 10px;
}
.doc_item .field-name a{
    text-decoration: none;
    color: #f60;
    border-bottom: 1px dashed #f60;
}
.doc_item .field-name a:hover{
    color: f93;
    border-bottom: 0;
}
.doc_item .field-name i{
    font-size: 10pt;
    font-weight: normal;
    color: #080;
}
.doc_item .hierarchy{
    color: #444;
    position: relative;
    text-align: center;
    margin: 5px 0 10px 10px;
    width: 70%;
}
.doc_item .hierarchy a{
    color: #080;
}
.doc_item .hierarchy a:hover{
    text-decoration: none;
    color: #4b4;
}
.doc_item .important{
    padding: 2px 10px 2px 45px;
    background-color: #ffc;
    background-image: url(imgs/important.png);
    background-repeat: no-repeat;
    background-position: 5 center;
    border: 2px solid #dd5;
    line-height: 36px;
    border-width: 2px 0 2px 0;
    font-weight: bold;
    color: #444;
}
.doc_item .ires{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.doc_item .mdiv{
    display: inline;
    width: 50px;
    text-align: center;
    font-size: 8pt;
}
.doc_item .module{
    font-size: 8pt;
    color: #080;
    display: inline;
}
.doc_item .module a{
    color: #080;
}
.doc_item .module b{
    color: #4c4c4c;
}
.doc_item .parm-name{
    font-size: 10pt;
    font-weight: bold;
    color: #f60;
    margin-left: 10px;
}
.doc_item .parm-type{
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    color: #080;
}
.doc_item .parm-desc{
    margin: 5px 20px 5px 30px;
}
.doc_item .prg-code{
    border-left: 5px solid #ccc;
    background: #f9f9f9;
    font-family: monospace, courier;
    padding: 2px 10px 2px 5px;
    margin-bottom: 5px;
}
.doc_item .return-type,
.doc_item .exception-type{
    font-family: "Courier New", Courier, monospace;
    color: #333;
    font-size: 110%;
    display: block;
    background: #f3f3f3;
    border: 1px solid #a3a3a3;
    border-width: 0 1px;
}
.doc_item .return-type span.round,
.doc_item .exception-type span.round{
    position: relative;
    top: -1px;
    display: block;
    border-top: 1px solid #a3a3a3;
    padding: 3px 3px 5px 5px;
}
.doc_item .return-desc,
.doc_item .exception-desc{
    display: block;
    background: #f3f3f3;
    font-size: 80%;
    border: 1px solid #a3a3a3;
    border-width: 0 1px;
}
.doc_item .return-desc span.round,
.doc_item .exception-desc span.round{
    padding: 0 5px 5px 15px;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #a3a3a3;
    display: block;
}
.doc_item .return-desc b,
.doc_item .exception-desc b{
    color: #333;
}
.doc_item .t-function{
    margin-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 70%;
    border-bottom: 1px solid #aaa;
}