/* 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:#5c7e3b;}
a:visited{text-decoration:underline; color:#5c7e3b;}
a:hover{text-decoration:underline; color:#5c7e3b;}

a.link1:link{text-decoration:none; color:#333333;}
a.link1:visited{text-decoration:none; color:#333333;}
a.link1:hover{text-decoration:none; color:#5c7e3b;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	font-size:10px;
	color:#333333;
}

.head1{
	font-size:12px;
	color:#333333;
}

.greenH{
	font-size:13px;
	color:#5c7e3b;
	font-weight:bold;
}

.green{
	color:#5c7e3b;
}

.Head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#5c7e3b;
	font-weight:bold;
	letter-spacing:-2;
	text-decoration:none;
	
}

/* 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:#666666;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px solid #a9b4aa;
}

.borderBold{
	border:5px solid #ffffff;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTopGreen{
	border-color:#a9b4aa;
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTop{
	border-color:#a9b4aa;
	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:#a9b4aa;
	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;
}

/* FORM -------------------------------------------------------------------------------------------------------------------------*/

INPUT.textfield {
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT:1px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#a9b4aa;
    HEIGHT: 18px;
	background-color:#eeeeee;
	scrollbar-face-color:#efefef;
	scrollbar-highlight-color:#999999;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#efefef;
	scrollbar-darkshadow-color:#efefef;
	
}

submitButton{
	border:1px solid;
	background-color:#ffffff;
}
.borderTopLeft{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 0px;
	border-left-width: 1px; 
	border-right-width: 0px; 
	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; 
}

.borderTopLeftBottom{
	border-color: #cccccc; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px; 
	border-right-width: 0px; 
	border-style: solid; 
}
