/* CSS Document */

body { 
	padding:0px;
	margin:0px;
 	font-family:verdana,helvetica,arial,sans-serif;
}

#main{
	position:relative;
	width:100%;
	/*border-top:1px dotted #ccc;*/
	}

#left{
	position:relative;
	float:left;
	top:0;
	left:0;
	padding:10px;
	width:18%;
	background-image: url(images/tbg.jpg);
	z-index:1;
	/*border-right:1px dotted #cccccc;*/
	}
#middle{
	position:relative;
	float:left;
	padding:10px;
	width:58%;
	background-color:#fdfdfd;
	border-left:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	}
#right{
	position:relative;
	float:left;
	padding:10px;
	width:16%;
	top:0;
	z-index:1;
	/*border-left:1px dotted #cccccc;*/
	}
#tabs1 {
	height:auto;
	float:left;
	width:100%;
	background-image:url(/img/menu_bg.jpg);
	font-size:93%;
	font-weight:bold;
	line-height:normal;
	/*border-bottom:1px dotted #BCD2E6;*/
	}
#tabs1 ul {
	margin:0;
	padding:2px 10px 0 10px;
	list-style:none;
	}
#tabs1 li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs1 a {
	float:left;
	background:url("../images/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs1 a span {
	float:left;
	display:block;
	background:url(" ../images/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {
	float:none;
	}
	/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
	}
#tabs1 a:hover {
	background-position:0% -42px;
	}
#tabs1 a:hover span {
	background-position:100% -42px;
	}
a:link{
	text-decoration:none
	}
a:hover{
	text-decoration:underline
	}
a:visited{
	text-decoration:none
	}
td {
	font-size:12px;
	color:#333;
	line-height:18px
	}
li{ 
	font-size:12px;
	}
p { 
	font-size:13px;
	color:#000;
	line-height:20px
	}
strong{ 
	font-size:13px;
	}
table.example
{
	color:#000000;
	background-color:#e5eecc;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #d4d4d4;
	background-image:url('../images/bgfadegreen.gif');
	background-repeat:repeat-x;
}

table.example_code
{
	background-color:#ffffff;
	padding:4px;
	border:1px solid #d4d4d4;
}

table.example_code td
{
	font-size:110%;
	font-family:courier new;
}

table.code
{
	outline:1px solid #d4d4d4;
	border:5px solid #e5eecc;
}
table.code td
{
	font-size:110%;
	font-family:courier new;
	background-color:#FFFFFF;
	border:1px solid #d4d4d4;
	padding:4px;
}
table.example_code p,table.code p 
{
	font-family:courier new;
}
table.codeTable { 
	background-color:#FFFFFF;
	border:1px solid #D4D4D4;
	font-family:courier new;
	font-size:110%;
	padding:4px;
	}
table.codeTable p,td { 
	color:#848484;
	}
hr {
	background-color:#D4D4D4;
	border:0 none;
	color:#D4D4D4;
	height:1px;
	}
table.reference {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
	}
table.reference th
{
	background-color:#e5eecc;
	border:1px solid #c3c3c3;
	padding:3px;
	vertical-align:top;
}

table.reference td 
{
	border:1px solid #c3c3c3;
	padding:3px;
	vertical-align:top;
}
h1,h2,h3,h4,h5{
	font-size:94%;
	}
td.blacknav {
	background-color:transparent;
	border-left:1px solid black;
	border-right:1px solid #868686;
	border-top:1px solid #868686;
	color:white;
	font-size:10px;
	font-weight:bold;
	padding-bottom:2px;
	text-align:center;
	}
.tit {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}
