/* 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;
}

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

a:link{text-decoration:underline; color:#9D080D;}
a:visited{text-decoration:underline; color:#9D080D;}
a:hover{text-decoration:underline; color:#89080B;}

a.link1:link{text-decoration:none; color:#000000;}
a.link1:visited{text-decoration:none; color:#000000;}
a.link1:hover{text-decoration:none; color:#111111;}

a.link2:link{text-decoration:underline; font-size:14px; color:#9D080D;}
a.link2:visited{text-decoration:underline; font-size:14px; color:#9D080D;}
a.link2:hover{text-decoration:underline; font-size:14px; color:#790000;}

a.link3:link{text-decoration:underline; font-size:16px; color:#9D080D;}
a.link3:visited{text-decoration:underline; font-size:16px; color:#9D080D;}
a.link3:hover{text-decoration:underline; font-size:16px; color:#C10B10;}

a:orangelink:link {text-decoration:none; color:#E54B00;}
a:orangelink:visited {text-decoration:none; color:#E54B00;}
a:orangelink:hover{text-decoration:underline; color:#D84600;}

a.grayLink:link{text-decoration : underline; color : #111111;}
a.grayLink:visited {text-decoration : underline; color : #111111;}
a.grayLink:hover {text-decoration : underline; color : #333333;}

a.whiteLink:link{text-decoration : underline; color : #FFFFFF;}
a.whiteLink:visited {text-decoration : underline; color : #FFFFFF;}
a.whiteLink:hover {text-decoration : underline; color : #EBEBEB;}

a.whiteLink2:link{text-decoration : none; color : #FFFFFF;}
a.whiteLink2:visited {text-decoration : none; color : #FFFFFF;}
a.whiteLink2:hover {text-decoration : none; color : #EBEBEB;}

a.whiteLink3:link{text-decoration : underline; font-size:14px; color : #FFFFFF;}
a.whiteLink3:visited {text-decoration : underline; font-size:14px; color : #FFFFFF;}
a.whiteLink3:hover {text-decoration : underline; font-size:14px; color : #EBEBEB;}

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

.css1{
	color:#111111;
}

.css2{
	color:#CCCCCC;
}

.css3{
	color:#FFFFFF;
}

.css4{
	color:#FF0000;
}

.head1{
	font-size:12px;
	color:#9D080D;
}

.head2{
	font-size:12px;
	color:#703700;
}

.head3{
	font-size:16px;
	color:#FFFFFF;
}

.head4{
	font-size:12px;
	color:#111111;
}

.head5{
	font-size:14px;
	color:#ECE7D6;
}

.head6{
	font-size:12px;
	color:#FFFFFF;
}

.head7{
	font-size:16px;
	color:#9D080D;
}

.head8{
	font-size:13px;
	color:#FFFFFF;
}

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

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:12px;
	color:#333333;
}

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 #703700;
}

.border5{
	border:1px solid #999999;
}

.borderDot{
	border:1px dashed #cccccc;
}

.border2{
	border-color:#703700; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.border3{
	border-color:#000000; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.border4{
	border-color:#000000; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTop{
	border-color:#CCBAA6; 
	border-top-width:2px; 
	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:#333333; 
	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; 
}

.borderRight2{
	border-color:#CCBAA6; 
	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; 
}

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

.borderRightLeft{
	border-color:#000000; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

/*
ul{
	list-style:circle;
}

li{
	list-style:circle;
}*/