@CHARSET "UTF-8";
/*GENERIC ELEMENTS-BEGIN*/
body{
	background-color: rgb(255,250,250);
	font-family: Arial;
	font-size: 12px;
	color: rgb(70,70,70);
}
a {
	color: rgb(160,7,7);
}

a:HOVER {
	color: rgb(160,70,70);
}

a:VISITED {	
	color: rgb(160,7,7);
}

table{
	border: 0px;
	width:100%;
}
/*GENERIC ELEMENTS-END*/
/*FORM ELEMENTS-BEGIN*/
input{
	border: 1px dotted #777;
	background-color: rgb(255,235,235);
}
textarea{
	width:100%;
	border: 1px dotted #777;
	background-color: rgb(255,235,235);
}
input[type=submit]{
	border: 1px solid;
	background-color: rgb(200,1,1);
	color: rgb(255,255,255);
}
.label{
	color: rgb(160,70,70);
	font-weight: bold;
}
/*FORM ELEMENTS-END*/

/*ELEMENTS-BEGIN*/
.header{
	text-align: center;
	margin-bottom: 2px;
}
.headerBand{
	background-color: rgb(160,1,1);
	width: 100%;
	color: rgb(255,255,255);
}
.headerBand a{
	color: rgb(255,255,255);
}

.headerBand .text{
	color: rgb(255,255,255);
}

.highlight{
	background-color: rgb(255,10,10);
	width: 100%;
	color: rgb(255,255,255);
	font-weight: bold;
}

.highlightText{
	color: rgb(255,10,10);
	font-weight: bold;
}
.menuBar{
	background-color: rgb(255,100,100);
	width: 100%;
	color: rgb(255,255,255);
	font-weight: bold;
}
.alertsBg{
	background-color: rgb(255,200,200);
}
.footer{
	text-align: center;
	color: rgb(100,100,100);
	font-size: 10px;
}
.footer a{
	color: rgb(200,200,200);
}
.progress{
	background-color: red;
}
.compatibility{
	font-size: 10px;
}
/*ELEMENTS-END*/
/*GENERIC ALIGNMENTS-BEGIN*/
.stretch{
	width: 100%;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.marginLeft5{
	margin-left:5px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

/*GENERIC ALIGNEMENTS-END*/

/*MESSAGES-BEGIN*/
.errorMessage{
	color: rgb(255,0,0);
	font-weight: bold;
}
.successMessage{
	color: rgb(70,160,70);
	font-weight: bold;
}
/*MESSAGES-END*/

/*BREAD CRUMBS-BEGIN*/
.breadCrumbs{
}

.breadCrumbs a{
}
/*BREAD CRUMBS-END*/

.width50{
	width:50%;
}

.height18{
	height:18px;
}
.width178{
	width:178px;
}

#whiteLink{
	color: #ffffff;
}
.whiteLink{
	color: #ffffff;
}


.width35{
	width:35%;
}

.width65{
	width:65%;
}
.width20{
	width: 20%;
}
.width10{
	width: 10%;
}

.comingsoon{
	color: #800000;
}


.heading{
	font-weight: bold;
	color: rgb(161,0,2);
	font-size: small;
}
.errorMessage{
	color: rgb(255,0,0);
	font-weight: bold;
}
.dateIm{
	font-size:10%;
	color: rgb(255,0,0);	
}
.width35{
	background-color: rgb(255,235,235);
	color:blue;
	width:35%;
}