/* REDLAB CSS ------------------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/
/*
body{
background-color:#666666;

}*/

.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.doth2{
	background-image:url(img/doth2.gif);
	background-repeat:repeat-x;
	
}

.doth3{
	background-image:url(img/doth3.gif);
	background-repeat:repeat-x;
	
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.quizBg{
	background-image:url(img/quizBg.jpg);
	background-repeat:repeat-x;
	
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#666666;}
a:visited{text-decoration:underline; color:#333333;}
a:hover{text-decoration:underline; color:#11656b;}

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:#999999;}
a.link2:visited{text-decoration:underline; color:#999999;}
a.link2:hover{text-decoration:underline; color:#CCCCCC;}


a.link3:link{text-decoration:underline; color:#cc0000;}
a.link3:visited{text-decoration:underline; color:#cc0000;}
a.link3:hover{text-decoration:underline; color:#cc0000;}

a.link4:link{text-decoration:none; color:#666666;}
a.link4:visited{text-decoration:none; color:#666666;}
a.link4:hover{text-decoration:none; color:#006057;}

a.link5:link{text-decoration:none; color:#006057;}
a.link5:visited{text-decoration:none; color:#006057;}
a.link5:hover{text-decoration:underline; color:#666666;}

a.link6:link{text-decoration:none; color:#c5f6f2;}
a.link6:visited{text-decoration:none; color:#c5f6f2;}
a.link6:hover{text-decoration:none; color:#FFFFFF;}

a.css6:link{text-decoration:none; color:#5390bf;}
a.css6:visited{text-decoration:none; color:#5390bf;}
a.css6:hover{text-decoration:underline; color:#5390bf;}

a.css8:link{text-decoration:none; color:#1c9140;}
a.css8:visited{text-decoration:none; color:#1c9140;}
a.css8:hover{text-decoration:underline; color:#1c9140;}


a.css9:link{text-decoration:none; color:#a77b05;}
a.css9:visited{text-decoration:none; color:#a77b05;}
a.css9:hover{text-decoration:underline; color:#a77b05;}

a.css10:link{text-decoration:none; color:#3b4e7e;}
a.css10:visited{text-decoration:none; color:#3b4e7e;}
a.css10:hover{text-decoration:underline; color:#3b4e7e;}

a.css11:link{text-decoration:none; color:#776142;}
a.css11:visited{text-decoration:none; color:#776142;}
a.css11:hover{text-decoration:underline; color:#776142;}

a.css12:link{text-decoration:none; color:#451b5e;}
a.css12:visited{text-decoration:none; color:#451b5e;}
a.css12:hover{text-decoration:underline; color:#451b5e;}

a.css13:link{text-decoration:none; color:#418726;}
a.css13:visited{text-decoration:none; color:#418726;}
a.css13:hover{text-decoration:underline; color:#418726;}

a.css14:link{text-decoration:none; color:#8b0728;}
a.css14:visited{text-decoration:none; color:#8b0728;}
a.css14:hover{text-decoration:underline; color:#8b0728;}

a.css16:link{text-decoration:none; color:#745c3f;}
a.css16:visited{text-decoration:none; color:#745c3f;}
a.css16:hover{text-decoration:underline; color:#745c3f;}


a.css17:link{text-decoration:underline; color:#006057;}
a.css17:visited{text-decoration:underline; color:#006057;}
a.css17:hover{text-decoration:underline; color:#666666;}



/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#CCCCCC;
}

.css3{
	color:#FFFFFF;
}

.css4{
	color:#be4019;
}

.css5{
	color:#999999;
}

.css6{

		color:#5390bf;
}
.css7{
	color:#cc0000;
}

.css8{
	color:#1c9140;
}

.css9{
	color:#a77b05;
}

.css10{
	color:#3b4e7e;
}


.css10H{
	font-size:12px;
	color:#3b4e7e;
}


.css11{
	color:#776142;
}


.css12{
	color:#451b5e;
}

.css13{
	color:#418726;
}

.css13H{
	font-size:12px;
	color:#418726;
}

.css14{
	color:#8b0728;
}

.css15{
	color:#11656b;
}

.css15H{
	font-size:12px;
	color:#11656b;
}

.css16{
	font-size:12px;
	color:#745c3f;
}


.css17{
	
	color:#006057;
}

.head1{
	font-size:12px;
	color:#333333;
}



/* 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;
}

.border2{
	border:1px solid #cccccc;
	padding:1px;
}


.border5x{
	border:5px solid #cccccc;
}

.borderWhite{
	border:1px solid #FFFFFF;
}

.borderWhite2{
	border:2px solid #FFFFFF;
}

.borderWhite3{
	border:1px solid #FFFFFF;
	padding:1px;
}

.borderLeftBottom{

	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBlue2{
	border:2px solid #5390bf;
}

.borderBlue2{
	border:2px solid #5390bf;
}

.borderViolet2{
	border:2px solid #451b5e;
}

.borderViolet3{
	border:1px solid #451b5e;
	padding:1px;
}

.borderGreen{
	border:1px solid #1c9140;
}

.borderGreen2{
	border:2px solid #1c9140;
}

.borderGold2{
	border:2px solid #745c3f;
}

.borderGray2{
	border:2px solid #666666;
}
.borderTopRightGray{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid;
}


.borderDarkBlue2{
	border:2px solid #3b4e7e;
}


.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; 
}

.borderTopWhite{
	border-color:#ffffff; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopBlue{
	border-color:#c5e5f1; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}


.borderTopGray{
	border-color:#666666; 
	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; 
}
.borderBottomWhite{
	border-color:#ffffff; 
	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; 
}

.borderBottomDotGray{
	border-color:#b7b7b7; 
	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; 
}

.borderLeftRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:1px; 
	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; 
}	
.borderRightWhite{
	border-color:#FFFFFF; 
	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; 
}

.borderCalendar{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}



ul{
	list-style:circle;
}

/* FORM -------------------------------------------------------------------------------------------------------------------------*/

INPUT.textfield {
	    HEIGHT: 18px;

	
}

.submitButton{

	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
	
}

#projectList td{
padding-bottom:5px;
padding-top:5px;



}

.imgPNG{
	behavior:url(iepngfix.htc);
}