/*Default style sheet for Quikfares portal V2.
Use s gray colour schme
*/
BODY
{
BACKGROUND-COLOR: #c3c4be;
}	

.FormHeader{
	 COLOR: black; 
	 BACKGROUND-COLOR: #c0c0c0; 
	}


/*th, .tableHeader{
		color: white;
	background-color: #86919b;
}
*/

.agentname
{
	font-weight: bold;
	font-size: 14px;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.label, .labelBigRead, .Ruleslabel
{
		color: #696969;
	}

.Ruleslabel
{
	background-color : #dcdcdc;
}



.button, .buttonOver
{
	background-color: #c3c4be;
	}

.buttonOver
{
	background-color: #dcdcdc;
	
}

.Asterisk {
	background-image : url(../images/grayAsterisk.gif);
}



tr.mouseover
{
	background-color: #dcdcdc;
}


A.button, A.buttonover
{
	color: black;
	background-color: #a6a87b;
	}
A.buttonover
{
	background-color: #cbcaad;
	
}

.NoticeText
{
	color: #000000;
}

A
{
 color:White
} 

