body{
	margin:2px;
}

body,td,th{
	font-size:12px;
}

#webedit{
	width:890px;
}
#webedit_top{
	width:640px;
	background-color: #F5F5F5;
	text-align:left;
	padding:5px;
}
#webedit_l{
	background-color: #F5F5F5;
	float:left;
	width:500px;
}

#webedit_r{
	float:left;
	width:200px;
	height:340px;
	text-align:left;
}

.grenyBar{
	background-color: #F5F5F5;
	text-align:left;
}

#webedit_rb{
	float:left;
	width:200px;
	height:340px;
	background-color: #F5F5F5;
	text-align:left;
}

.textcss{
	padding:5px;
}

.hidden{
	display:none;
}

.spans{
	width:800px;
}

#pr_picborder{
	float:left;
	width:85px;
	height:85px;
	margin:5px,5px,5px,5px;
	padding:5px,5px,5px,5px;
	background:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	/*overflow:hidden;*/
}

#listmodel{
	width:550px;
	margin-top:10px;
}

#listTopModel{
	width:250px;
	margin-top:10px;
}

#listpage{
	width:500px;
	float:right;
	font-size:12px;
}

#listfooter{
	padding-left:10px;
	padding-top:10px;
	width:500px;
}

#listcontrol{
	text-align:left;
	width:200px;
	float:left;
}

#listmailer{
	width:200px;
	margin-top:10px;
}
.listmailer_fr{
	width:230px;
	height:350px;
}
#listmailer_page{
	width:200px;
	float:right;
	font-size:12px;
}

#listmailer_footer{
	padding-left:5px;
	padding-top:5px;
	width:200px;
}

#maindiv{
	width:850px;
}

#list_l{
	float:left;
	width:550px;
	text-align:left;
}

#list_r{
	float:left;
	width:250px;
	text-align:left;
	margin-top:10px;
}

#pr_picborder2{
	width:85px;
	height:85px;
	margin:5px,5px,5px,5px;
	padding:5px,5px,5px,5px;
	background:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	/*overflow:hidden;*/
}

#pr_picframe{
	float:left;
	width:105px;
	height:145px;
	margin:5px,5px,5px,5px;
	padding:5px,5px,5px,5px;
	/*overflow:hidden;*/
	text-align:center;
}

#langtitle,#langtitle2{
	font-weight:bold;
	font-size:16px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#999999;
	width:540px;
}

#langtitle2{
	width:98%;
}

ul#cls_ul{
	margin: 0; 
	border: 0 none; 
	padding: 0; 
	list-style:none;
	display:inline;
}

ul#cls_ul li{
	list-style:none;
	display: inline;
	padding-left:10px;
	padding-right:10px; 
}

ul#cls_ul li a{
	text-decoration:none;
	color: #999999;
	font-size:14px;
}

.convertEDIT{
	position:absolute;
	left:0px;
	top :0px;
	height:expression((window.screen.availHeight>document.body.scrollHeight?window.screen.availHeight:document.body.scrollHeight)+"px");
	width:100%;/*expression((body.offsetWidth-23)+"px");*/
	/*background-color:#CCCCCC;*/
	display :"";
	z-index:998;
	background-color: #000000;
	FILTER: alpha(opacity=50,style=0);
}

.convertEDIT_load{
	height:300px;/*expression((window.screen.availHeight)+"px")*/;
	width:100%/*expression((body.offsetWidth-23)+"px")*/;
	/*background-color:#CCCCCC;*/
	display :"";
	z-index:999;
	background-image: url(../images/loadingAnimation.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.edittb{
	/*background-color:#999999;*/
	width:700px;
	font-size:12px;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}

.edittb td.tbheader,.edittb td.tbtitle,.edittb td{
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.edittb td.tbheader{
	background-color: #F0F0F0;
	font-weight:bold;
	color:#666666;
	text-align:left;
	padding:2px 5px 2px 5px;
	/*font-size:12px;*/
}
.edittb td..tbtitle{
	background-color: #F0F0F0;
	font-weight:bold;
	color:#666666;
	text-align:center;
	padding:2px 5px 2px 5px;
	font-size:16px;
	/*font-size:12px;*/
}
.edittb td{
	background-color:#FFFFFF;
	color:#666666;
	/*font-size:12px;*/
}

a{
 color:#999999;
 text-decoration:none;
}

#resultsub{
	text-align:center;
}

#editfrom{
	width:750px;
	margin-top:10px;
	margin-left:20px;
}

.toptb{
	width:800px;
}
.toptb td.title{
	font-weight:bold;
	color:#666666;
	text-align:left;
	font-size:18px;
	width:600px;
}

#listdiv{
	overflow-x: scroll;
	overflow-y: hidden;
	width: 750px;
	text-align:left;
}

.listtb{
	width:750px;
	font-size:12px;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}

.listtb th,.listtb td{
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.listtb th{
	background-color:  #F0F0F0;
	font-weight:bold;
	color:#666666;
	text-align:left;
	padding:2px 5px 2px 5px;
}

.listtb td{
	background-color:#FFFFFF;
	color:#666666;
}



#listdiv_od{
	overflow-x: scroll;
	overflow-y: hidden;
	width: 550px;
	text-align:left;
}

.listtb_od{
	width:550px;
	font-size:12px;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}

.listtb_od th,.listtb_od td{
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.listtb_od th{
	background-color:  #F0F0F0;
	font-weight:bold;
	color:#666666;
	text-align:left;
	padding:2px 5px 2px 5px;
}

.listtb_od td{
	background-color:#FFFFFF;
	color:#666666;
}

#classbar{
	margin-top:5px;
	margin-bottom:15px;
}


#guide_menu{
	background-color:#dddddd;
	width:100%;
}
.menubar{
	background-color:#DDDDDD;
	font-size:12px;
	border:0px;
}
.sMenuItemS{
	width:75px;
	background-color:#dddddd;
	color:#FFFFFF;
	padding:5px;
}
.sHoverS{
	width:75px;
	background-color: #666666;
	color:#FFFFFF;
	padding:5px;
}
.dMenuItemS{
	width:75px;
	background-color:#EEEEEE;
	color:#666666;
	padding:5px;
}
.dHoverS{
	width:75px;
	background-color:#dddddd;
	color:#000000;
	padding:5px;
}

.treemenu{
	/*background-color:#DDDDDD;*/
	font-size:12px;
	border:0px;
	width:155px;
}
.RNodeS{
	width:105px;
	background-color:#dddddd;
	color:#FFFFFF;
	padding:5px;
}
.LNodeS{
	width:105px;
	background-color:#EEEEEE;
	color:#666666;
	padding:5px;
}
.NNodeS{
	width:105px;
	background-color:#EEEEEE;
	color:#666666;
	padding:5px;
}

#footer{
	text-align:center;
}
#webleft{
	width:30%;
	vertical-align:top;
}
#webright{
	width:70%;
	vertical-align:top;
}
#submitForm{
	text-align:center;
}
#submitCert{
	text-align:center;
}
#certmore{
	text-align:right;
}
.handpoint
{
	cursor:pointer;
	border:0px;
}