/* REDLAB CO., LTD. [ www.redlab.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.bg{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#333333;}
a:visited{text-decoration:underline; color:#333333;}
a:hover{text-decoration:underline; color:#CC0000;}

a.link1:link{text-decoration:underline; color:#CC0000;}
a.link1:visited{text-decoration:underline; color:#CC0000;}
a.link1:hover{text-decoration:underline; color:#000000;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#999999;
}

.css3{
	color:#006b54;
	font-weight:bold;
}

.css4{
	color:#FFFFFF;
}

.cssAlert{
	color:#da791b;
}

.head1{
	font-family:Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	font-weight:bold;
	font-size:17px;
	color:#006b54;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:3px solid #015341;
}

.border2{
	border:1px solid #cccccc;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}
.btnSubmit{
	border-style: none;
	background:transparent url(img/bSubmit2.gif) no-repeat scroll;
	width: 54px;
	height: 20px;
	cursor:pointer;
}

.bgAlert{
	background-image:url(img/bgAlert.gif);
	background-repeat:repeat;
}