body{
	background-color:#fe981a;
	background-image:url(images/bg.gif);
	font-family:arial, "lucida console", sans-serif;
}
form{
	margin:0px;
	display:inline;
}
div.text{
	text-indent:20px;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
}
div.main_container{
	position:absolute;
	left:0;
	top:0;
	overflow:auto;
	height:100%;
	width:100%;
	font-size:10px;
}
img{
	border:0;
}
table.main_table{
	border-style:solid;
	border-width:1px;
	border-color:black;
	color:white;
}
td{
	vertical-align:top;
	font-size:12px;
}
td.topleft{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-color:black;
	width:180px;
}
td.header{
	height:100px;
	background-image:url(images/top.png);
	background-repeat:repeat-y;
	border-bottom:1px solid #AAA;
}
td.topright{
	background-color:#9d5106;
	vertical-align:middle;
}
td.lmenu{
	border-right:1px solid #AAA;
	background-image:url(images/left.png);
	background-repeat:repeat-x;
	background-color:#663504;
	border-right:1px solid #AAA;
	color:#E67A00;
}
td.rmenu{
	width:150px;
	border-left:1px solid #AAA;
	background-image:url(images/right.png);
	background-repeat:repeat-x;
	background-color:#000;
	color:#E67A00;
}
td.content{
	width:655px;
	height:500px;
	overflow:auto;
	color:black;
	background-color:#d66a00;
}
td.menu_container{
	padding-top:20px;
}
td.rb{
	border-right:1px solid #AAA;
	padding-right:5px;
}
td.rtb{
	border-right:1px solid #AAA;
	border-top:1px solid #AAA;
	padding-right:5px;
}
td.tb{
	border-top:1px solid #AAA;
}
td.catborder{
	border:1px solid #aaa;
}
a{
	text-decoration:none;
}
#lmenu a,#rmenu a{
	color:#F68A00;
}
#lmenu a:hover,#rmenu a:hover{
	/*color:#FF9A00;*/
	color:white;
}
#content a.titlea{
	color:black;
}
#content a{
	color: #663504;
}
#content a:hover{
	/*color: #85521f;*/
	color:white;
}
#catdsc a{
	color:#000;
}
#catdsc a:hover{
	color:#FFF;
}
a.button,#content a.button,#rmenu a.button{
	height:16px;
	background-image:url(images/button_bg_over.gif);
	color:#111;
	font-weight:bold;
	vertical-align:middle;
	border:1px outset #cc7228;
	background-repeat:repeat-x;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 4px 2px 4px;
}
a.button:hover,#content a.button:hover,#rmenu a.button:hover{
	background-image:url(images/button_bg.gif);
	color:#000;
}
a{
	color:white;
}
a:hover{
	color:#ffcc9a;
}
#login{
	width:100%;
	font-size:12px;
}
#login td{
	text-align:right;
}
input,select,option,button{
	height:20px;
	background-color:#630;
	color:#fe981a;
	border-style:inset;
	border-width:2px;
	font-size:10px;
}
textarea{
	background-color:#630;
	color:#fe981a;
	border-style:inset;
	border-width:2px;
}
option{
	border-width:0px;
	height:16px;
}
input.button,button{
	border-style: outset;
}
#login input{
	width:80px;
}
#login button{
	width:80px;
}
#_hint_ ul{
	margin: 0;
	padding-left: 20px;
	list-style-type:none;
	list-style-image:url(images/li.gif);
}
hr{
	width:98%;
}
h1 {font-size: 18px; margin: 0px; width:100%; text-align:center;}
h2 {font-size: 16px; margin: 0px; width:100%; text-align:center;}
h3 {font-size: 14px; margin: 0px; width:100%; text-align:center;}
h4 {font-size: 13px; margin: 0px; width:100%; text-align:center;}
h5 {font-size: 12px; margin: 0px; width:100%; text-align:center;}
h6 {font-size: 11px; margin: 0px; width:100%; text-align:center;}
h3.info {background-color:#e1ae6e;background-image:url('images/info.gif');background-repeat:no-repeat;background-position:left;height:25px;vertical-align:bottom;text-align:left;text-indent:27px;padding-top:7px;}

td.tdi,td.tdil,td.tdis,td.tdisl,td.tdl{
	vertical-align:top;
	background-repeat:no-repeat;
	height:22;
	width:16;
	background-image:url(images/nodes/p.gif);
}
td.tdil{
	background-image:url(images/nodes/pl.gif);
}
td.tdis{
	background-image:url(images/nodes/node.gif);
}
td.tdisl{
	background-image:url(images/nodes/last.gif);
}
td.tdl{
	background-repeat:no-repeat;height:22;width:16;
	background-image:url(images/nodes/line.gif);
}
a.cata{
	color:#000;
	text-decoration:none;
	background-color:transparent;
	border:1px dotted transparent;
	cursor:default;
}
a.cata:hover{
	color:#000;
	border:1px dotted #000;
}
a.scata{
	color:#fff;
	text-decoration:none;
	background-color:#316ac5;
	border:1px dotted #000;
	cursor:default;
}
a.scata:hover{
	text-decoration:none;
}

/*..crossdown css begin..*/
table.crossdowntable{
	border:1px solid black;
	padding:0;
	border-spacing:0;
	width:100%;
}
td.crossdownheader,td.crossdownheaderover{
	background-image:url(images/cdn.gif);
	background-color:#5a4c4c;
	background-repeat:no-repeat;
	color:white;
	padding-left:22px;
	font-size:12px;
	height:16px;
	cursor:pointer;
	border:0px solid black;
}
td.crossdownheaderover{
	background-color:#5F4F4F;
	color:#aaa;
	padding-left:24px;
}
td.crossdowncontent{
	vertical-align:top;
	border:0px solid black;
	overflow:hidden;
}
div.crossdowncontentdiv{
	overflow:hidden;
}
/*..crossdown css end..*/

/*..stat css begin..*/
#stat_table td{
	text-align:left;
}
#stat_table div{
	height:16px;
	background-color:#fff;
	text-align:center;
}
/*..stat css end..*/