/* REDLAB CO., LTD. [ www.redlab.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/
iframe,html{
	margin: 0;
	padding: 0;
	border: 0;
}
.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;
}

/* 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;}

a.link2:link{text-decoration:underline; color:#1f62b8;}
a.link2:visited{text-decoration:underline; color:#1f62b8;}
a.link2:hover{text-decoration:underline; color:#333333;}

a.link2-2:link{text-decoration:none; color:#1f62b8;}
a.link2-2:visited{text-decoration:none; color:#1f62b8;}
a.link2-2:hover{text-decoration:none; color:#333333;}

a.link3:link{text-decoration:underline; color:#333333;}
a.link3:visited{text-decoration:underline; color:#333333;}
a.link3:hover{text-decoration:underline; color:#1f62b8;}

a.link4:link{text-decoration:none; color:#1f62b8;}
a.link4:visited{text-decoration:none; color:#1f62b8;}
a.link4:hover{text-decoration:underline; color:#1f62b8;}

a.link5:link{text-decoration:none; color:#ffffff;}
a.link5:visited{text-decoration:none; color:#ffffff;}
a.link5:hover{text-decoration:underline; color:#ffffff;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.cssAlert{
	color:#ff0000;
}
.css1{
	color:#333333;
}
.css2{
	color:#999999;
}
.css3{
	color:#CCCCCC;
}
.css4{
	color:#FFFFFF;
}
.css4-2{
	color:#FFFFFF;
	font-size:14px;
}
.css5{
	color:#1f62b8;
}
.css5-2{
	color:#1f62b8;
	font-size:14px;
}
.css6{
	color:#a5e85b;
}
.css6-2{
	color:#a5e85b;
	font-size:14px;
}
.css7{
	color:#003e8c;
}
.css7-2{
	color:#003e8c;
	font-size:14px;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma;
	color:#333333;
}
input{
	font-family:Tahoma;
	color:#333333;
}
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; 
}
.borderB{
	border-color:#cccccc; 
	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; 
}
.border-search{
	border:0px;
	border-style:inherit;
}

.imgPNG{
	behavior:url(iepngfix.htc);
}

/*----------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%;
}
}
/*-----------print---------------*/
