*{
padding:0;
margin:0;
}
html{
height:100%;
}
body{
background:#fff;
font: 12px Verdana, Arial, Sans-Serif; 
height:800px;
}

div#scroller{
height:100%;
background:#fff;
margin:0 auto;
width:800px;
}
div#wrap{
padding:0 10px 0 10px;
background:#fff;
}
h1{
color:#aaa;
text-align:center;
padding:10px 0 10px 0;
letter-spacing:-0.1em;
/letter-spacing:-0.25em;
font-size:42px;
}
h1 small{
font-weight:normal;
color:#00529C;
font-size:20px;
letter-spacing:0;
}
h2, .h2{
font: 12px Verdana, Arial, Sans-Serif; 
color:#fff;
font-size:12px;
line-height:12px;
font-weight: bold;
}
h3, .h3{
font: 12px Verdana, Arial, Sans-Serif; 
color:#333;
font-size:12px;
line-height:12px;
}
h4, .h4{
border:1px solid #fff;
text-align:right;
color:#00529C;
font-weight: bold;
font-size:12px;
clear:both;
margin:2px 0 2px 0;
}
p,  .p{
color:#333;
font-size:12px;
line-height:12px;
margin-left:10px;
list-style:none;


border:0;
}

dd a{
color:#00529C;
text-decoration:none;

}
dd a:hover{
text-decoration:underline;
color:#00529C;

}

a img{
	border: 0px;
}
dt a{
color:#fff;
text-decoration:none;
display:block;
}
p{
background: #f1f1f1;
font:12px Verdana, Arial, Sans-Serif; 
color: #000000;
width:750px;

font-weight: normal;
}
 
p a{
background: #f1f1f1;
font:12px Verdana, Arial, Sans-Serif; 
color: #1D3C83;
width:750px;

font-weight: bold;

}


b{
color:#00529C;
font-weight:bold;
font-size:14px;
}
.doc p{
margin-left:10px;
clear:both;
font-size:12px;
padding-left:100px;
padding-bottom:5px;
}
small{

color:#000000;
font-weight:bold;
font-size:13px;
}
dl#content, dl#content dt, dl#content dd{
padding: 0px;
margin: 0px;
text-indent: 0;
}
dl#content dd{
padding:0 5px 0 5px;
overflow:hidden;
}
dl#content dt{
background: #00529C;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 120%;
font-weight: bold;
text-align: center;
padding: 3px;
cursor: pointer;
}

/*------------------------------------------------------
				Code Styling
-------------------------------------------------------*/
.javascript{
margin:5px;
background:#eee;
border:1px solid #999;
font-family:"Courier New", Courier, monospace;
font-size:12px;
line-height:11px;
display:block;
overflow:auto;
}
.javascript em{
color:#00529C;
font-style:normal;
font-weight:bold;
}
.javascript br{
height:2px;
}
/*------------------------------------------------------
				Inline Edit Style
-------------------------------------------------------*/
.editIndicator-tip{
font-size:9px;
color:#fff;
float:right;
border:1px solid #00529C;
background:#aaa;
line-height:8px;
position:absolute;
font-family:Arial, Helvetica, sans-serif;
padding:2px 5px 2px 5px;
filter:alpha(opacity=80);
opacity: 0.80;
-moz-opacity:0.80;
}