html,body {
    background-color:#FFFFFF;
    color:#000000;
    margin:0px;
    padding:0px;
    border:0px;
    height:100%;
	text-align:center;
}

body * {
    font-family:arial;
    font-size:11px;
}

img {
    border:0px;
}

#site {
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
}

#tl {
	float:left;
}

#tr {
	float:left;
	width:599px;
	border-left:1px solid #FFFFFF;
}

#tr1 {
	background-color:#CFCFCF;
	width:100%;
	text-align:left;
	height:38px;
	background-image:url('/i/tr1.gif');
	background-repeat: no-repeat;
	background-position:100% 0;
	border-bottom:4px solid #FFFFFF;
}

#tr2 {
	background-color:#4B81C7;
	width:100%;
	height:102px;
	text-align:left;
	background-image:url('/i/tr2.gif');
	background-repeat: no-repeat;
	background-position:100% 0;
	border-bottom:4px solid #FFFFFF;
}

#tr3 {
	background-color:#4B81C7;
	width:100%;
	height:40px;
	text-align:left;
	background-image:url('/i/tr3.gif');
	background-repeat: no-repeat;
	background-position:100% 0;
}

#tr3c {
	width:321px;
	height:100%;
	background-image:url('/i/tr3c.gif');
	background-repeat: repeat-y;
	background-position:100% 0;
	color:#FFFFFF;
	padding-left:10px;
	position:relative;
}

#tr3c span {
	position:absolute;
	top:13px;
}

#tr3c span a {
	display:block;
	float:left;
	color:#FFFFFF;
	margin-right:30px;
	text-decoration:none;
}

#tr3c span a:hover {
	text-decoration:underline;
}

#tr3c strong {
	font-size:12px;
}


#footer {
	background-color:#CFCFCF;
	width:100%;
	height:50px;
	background-image:url('/i/footer.gif');
	background-repeat: no-repeat;
	background-position:0 0;
	clear:both;
	position:relative;
	padding-top:10px;
}

#footer a {
	color:#3C3B3B;
}

#ml {
	float:left;
	width:400px;
	margin-top:10px;
}

#mr {
	float:left;
	width:580px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	text-align:left;
	
}

#mrc {
	float:left;
	width:430px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	text-align:left;
	
}

#mrb {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	float:right;
	width:150px;
}

.block {
	width:100%;
	text-align:left;
	margin-bottom:5px;
	clear:both;
}

.block div {
	height:110px;
	border-bottom:1px solid #4B81C7;
	margin-bottom:5px;
}

.block div img {
	margin-right:10px;
}

.block h1 {
	display:block;
	padding-top:3px;
	width:100%;
	height:17px;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0px;
	margin-bottom:5px;
	background-color:#4B81C7;
}

#copy {
	position:absolute;
	left:10px;
	top:10px;
}

#auth {
	margin-top:10px;
}

#auth form {
	margin:0px;
}

#auth a {
	color:#FFFFFF;
	font-size:9px;
}

#auth td {
	text-align:right;
}

#auth input {
	border:1px solid #CFCFCF;
	background-color:#FFFFFF;
	color:#000000;
}

.clear {
clear:both;
}

.js_code ol {
	display:block;
	background-color:#EFEFEF;
}

.js_code ol * {
	font-family:'Lucida Console';
	font-size:12px;
}

.js_code li {
	background-color:#FFFFFF;
	padding-left:10px;
}

.js_code .comment_1 {
	color:#707070;
}

.js_code .comment_2 {
	color:#707070;
}

.js_code .reserved {
	color:#1422A9;
	font-weight:bold;
}

.js_code .bracket {
	color:#FF0000;
}

.js_code .int {
	color:#AC00A9;
	font-weight:bold;
}

.js_code .float {
	color:#59D100;
	font-weight:bold;
}

.js_code .string {
	color:#5E5EAE;
}

.comment th {
    width:100px;
    text-align:left;
    font-weight:normal;
}

.comment table {
    width:100%;
}

.comment textarea {
    width:100%;
}

.comment input.txt {
    width:100%;
}

.comments dt {
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:4px;
    height:15px;
    display:block;
    border-top:1px solid #A0A0A0;
    background-color:#EEEEEE;
}

.comments dd {
    display:block;
    padding:10px;
    margin:0px;
}

.comments dt strong {
display:block;
float:left;
}

.comments dt span {
display:block;
float:right;
}

sup {
    color:#FF0000;
}

#fv table {
margin:0px;
}

#fv thead {
	font-size:11px;
	font-family:tahoma;
}

#fv div {
height:auto !important;
border:0px !important;
}

#fv thead td {
	background-color:#4B81C7;
	color:#FFFFFF;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
}

#fv div #r1 {
	font-size:Verdana;
	font-size:12px !important;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	letter-spacing:normal;
}

#fv div #r0 {
	font-size:Verdana;
	font-size:16px !important;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	letter-spacing:normal;
}

.nolink {
text-decoration:none;
color:#000000;
cursor:text;
}

.slink {
height:16px;
color:#4B81C7;
text-decoration:none;
}

hr {
color:#4B81C7;
background-color:#4B81C7;
height:1px;
border:0px;

}

.h {
    display:none;
}