BODY{
		COLOR: black;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		margin-top : 0;
		margin-left : 0;
		margin-right : 0;
		background: #0093b0;
		scrollbar-base-color: #ff8b00;
}
A{
		COLOR: #ff8b00;
		text-decoration: none;
		font-weight: bold;

}
A:hover{
		COLOR: #003540;
		text-decoration: underline;
		font-weight: bold;
}

h1 {
		COLOR: black;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 14pt;
		font-weight: bold;
		}

td {
		COLOR: black;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
}

A image{
		Color: Black;
		text-decoration: none;
		border: none;
}

th {
		COLOR: White;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 8pt;
		background: #676767;
		padding: 3px 3px 3px 3px;
		border-top-color: Black;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: Black;
		border-bottom-style: solid;
		border-bottom-width: 1px;
}

th a {
		COLOR: White;
		text-decoration: none;
}

th a:hover {
		COLOR: Yellow;
		text-decoration: underline;
}

.carpic{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)
}
.image{
 border: solid 2px #ff8b00;
}
.image2{
	border: 2px solid #ff8b00;
	background-color: white;
	padding-left:4px;
	padding-right:4px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.news{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#01387fF", Direction=135, Strength=4);
}
.button {
	background-color: #ff8b00;
	border: 1px solid #ff8b00;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	color: white;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}
.buttonClicked {
	background-color: #ff8b00;
	border: 1px solid #ff8b00;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	color: white;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}
.list1 {
		background: #E4E4E4;
}
.list2 {
		background: #D2D2D2;
}
.reduced {
		background: #caffca;
}
.right 
{
    text-align: right;
}

.MyToolBar
{
    padding: 5px;
    background-image: url(images/bground2.gif);
}
.error{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #CECECE;
    background-color: #ffffe1;
    font-weight: bold;
}

.RadGridItem
{
    background-color:#f0f0f0;
}

RadGridAlternatingItem
{
    background-color: transparent;
}

.required
{
    color: Red;
}
