/* REDLAB CO., LTD. [ www.redlab.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/
body,html{
	height:100%;
	font-size: 12px;
	font-family: Tahoma;
	color:#FFF;
}

.bgAlert{
	background-image:url(img/bgAlert.gif);
	background-repeat:repeat;
}
.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}
.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.webboard_BGT{
	background-image:url(img/webboard_BGT.gif);
	background-repeat:repeat-x;
}
.webboard_BGB{
	background-image:url(img/webboard_BGB.gif);
	background-repeat:repeat-x;
}
.webboard_BGL{
	background-image:url(img/webboard_BGL.gif);
	background-repeat:repeat-y;
}
.webboard_BGR{
	background-image:url(img/webboard_BGR.gif);
	background-repeat:repeat-y;
}
.webboard_BGT2{
	background-image:url(img/webboard_BGT2.gif);
	background-repeat:repeat-x;
}
.webboard_BGB2{
	background-image:url(img/webboard_BGB2.gif);
	background-repeat:repeat-x;
}
.webboard_BGL2{
	background-image:url(img/webboard_BGL2.gif);
	background-repeat:repeat-y;
}
.webboard_BGR2{
	background-image:url(img/webboard_BGR2.gif);
	background-repeat:repeat-y;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:none; color:#666666;}
a:visited{text-decoration:none; color:#666666;}
a:hover{text-decoration:underline; color:#666666;}

a.link1:link{text-decoration:underline; color:#666666; font-size:11px}
a.link1:visited{text-decoration:underline; color:#666666;font-size:11px}
a.link1:hover{text-decoration:underline; color:#333333;font-size:11px}

a.link2-h:link{text-decoration:none; color:#ffffff; font-size:12px}
a.link2-h:visited{text-decoration:none; color:#ffffff;font-size:12px}
a.link2-h:hover{text-decoration:underline; color:#ffffff;font-size:12px}

a.link3-h:link{text-decoration:underline; color:#ffffff; font-size:12px}
a.link3-h:visited{text-decoration:underline; color:#ffffff;font-size:12px}
a.link3-h:hover{text-decoration:underline; color:#ffffff;font-size:12px}

a.link2:link{text-decoration:none; color:#666666;}
a.link2:visited{text-decoration:none; color:#666666;}
a.link2:hover{text-decoration:underline; color:#033885;}

a.link3:link{text-decoration:none; color:#ffffff; font-size:12px}
a.link3:visited{text-decoration:none; color:#ffffff;font-size:12px}
a.link3:hover{text-decoration:underline; color:#ffffff;font-size:12px}

a.link4:link{text-decoration:none; color:#ffe592; font-size:12px}
a.link4:visited{text-decoration:none; color:#ffe592;font-size:12px}
a.link4:hover{text-decoration:underline; color:#ffe592;font-size:12px}

a.link5:link{text-decoration:none; color:#666666; font-size:12px}
a.link5:visited{text-decoration:none; color:#666666;font-size:12px}
a.link5:hover{text-decoration:underline; color:#666666;font-size:12px}




/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.cssAlert{
	color:#ff0000;
}
.css1{
	color:#666666;
	font-size:11px;
}
.css2{
	color:#999999;
}
.css3{
	color:#CCCCCC;
}
.css4{
	color:#FFFFFF;
}
.css5{
	color:#FFE592;
}

.css6-h{
	color:#ffe592;
}

.css6{
	color:#033885;
}
.css7{
	color:#082C6C;
	font-size:15px;
	font-style:bold;
}



.css7-h{
	color:#ffe592;
	font-size:15px;
	font-style:bold;
}
.css9{
	color:#033885;
	font-size:20px;
	font-family:tahoma;
}

.css8{
	color:#082C6C;
}

.css10{
	color:#002043;
}
.css11{
	color:#033885;
	font-size:15px;
	font-family:tahoma;
}
.css12{
	color:#000000;
	font-size:12px;
	font-family:tahoma;
}


/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
}
input{
	font-family:Tahoma;
	color:#666666;
}
input2{
	font-family:Tahoma;
	color:#ffffff;
}
select{
	font-family:Tahoma;
	color:#333333;
}
textarea{
	font-family:Tahoma;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}
tr{
	vertical-align:top;
}
img{
	border:0px;
}
ul{
	list-style:circle;
}
.borderAlert{
	border:1px solid #ff0000;
}
.border{
	border:1px solid #cccccc;
}
.borderD{
	border:1px dashed #cccccc;
}
.borderT{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderTD{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderBttm{
	border-color:#5A7EAA; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderBD{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}
.borderL{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderLD{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderR{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}
.borderRD{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

.borderfq-top-l{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid;
	background-color:#cacaca;
}

.borderfq-top-r{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#cacaca;
}

.borderfq-top-m{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#cacaca;
}

.borderfq-m-l{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid;
	background-color:#ffffff;
}

.borderfq-m-m{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#ffffff;
}

.borderfq-m-r{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#ffffff;
}

.borderfq-bt-l{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid;
	background-color:#ffffff;
}

.borderfq-bt-m{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#ffffff;
}

.borderfq-bt-r{
	border-color:#999999; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid;
	background-color:#ffffff;
}





.border-search{
	border:0px;
	border-style:inherit;
}

.imgPNG{
	behavior:url(iepngfix.php);
}



/*----------print----------------*/
@media print {
.skip_print {
	visibility:hidden;
	position: absolute;
	left:0px;
	top:0px;
}
.do_print {
	visibility:visible;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
}
}

/*-----------layout---------------*/
div.searchbox {
	width:440px;
	height:35px;
	background-image:url(img/bg_search_box.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
div.content {
	width:980px;
	/*height:100%;*/
}
div.lead {
	width:980px;
	height:230;
	margin-top:20px;
	margin-bottom:20px;
}

div.lead-left {
	width:730px;
	height:230;
	float:left;
}

div.lead-right {
	width:250px;
	height:230;
	float:right;
}
div.lead-right-box1 {
	width:240px;
	height:175;
	background-image:url(img/online_trade.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.lead-right-box2 {
	width:240px;
	height:45;
	margin-top:10px;
	background-image:url(img/member_login.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.lead-right-box3 {
	width:240px;
	height:175;
	background-image:url(img/online_trade2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


div.c-left {
	width:240px;
	height:auto;
	/*background-color:#090E15;*/
	float:left;
}

div.c-center {
	width:480px;
	height:100%;
	float:left;
}

div.c-right {
	width:240px;
	float:right;
}

div.box-feed{
	width:240px;
	background-color:#090e15;
}

div.box-center{
	width:480px;
	background-color:#090e15;
}

div.box-right {
	width:240px;
	background-color:#090e15;
}