/* REDLAB 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;
}

.dotv2{
	background-image:url(img/dotv2.gif);
	background-repeat:repeat-y;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#ff9900;}
a:visited{text-decoration:underline; color:#ff9900;}
a:hover{text-decoration:underline; color:#666666;}

a.link1:link{text-decoration:none; color:#666666;}
a.link1:visited{text-decoration:none; color:#666666;}
a.link1:hover{text-decoration:underline; color:#ff9900;}

a.link2:link{text-decoration:underline; color:#CCCCCC;}
a.link2:visited{text-decoration:underline; color:#CCCCCC;}
a.link2:hover{text-decoration:underline; color:#ff9900;}

a.link3:link{text-decoration:none; color:#ff9900;}
a.link3:visited{text-decoration:none; color:#ff9900;}
a.link3:hover{text-decoration:underline; color:#ff9900;}

a.link4:link{text-decoration:none; color:#666666;}
a.link4:visited{text-decoration:none; color:#666666}
a.link4:hover{text-decoration:underline; color:#ff9900;}

a.link5:link{text-decoration:none; color:#333333;}
a.link5:visited{text-decoration:none; color:#333333;}
a.link5:hover{text-decoration:underline; color:#333333;}

a.black:link{text-decoration:underline; color:#666666;}
a.black:visited{text-decoration:underline; color:#666666;}
a.black:hover{text-decoration:underline; color:#ff9900;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#CCCCCC;
}

.css3{
	color:#FFFFFF;
}

.css4{
	color:#ff9900;
}

.head1{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#0b6bc0;
	font-weight:bold;
}

/* 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: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; 
}

.borderBottomDot2{
	border-color:#a2d8f5; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottomDot3{
	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; 
}

.borderBottomLeftRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid;

}
.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}
	
.borderTopLeft{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderTopBottomRight{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTopLeftRight{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed;
}

.borderNoRight{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}
.borderNoLeft{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}
.borderTLB{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid;
}

.ul{
	list-style-image: url(img/doth3.gif);
}
