﻿
/* GENERIC CONTROLS */
input
{
	background-position: #282828;
	border: 1px solid #303030;
	font-family: tahoma, arial, sans,Verdana;
	font-weight: normal;
	color: #8B8B8D;
	font-size: 12px;
	background: #202020;
}

textarea 
{
	border: 1px solid #303030;
	font-family: tahoma, arial, sans,Verdana;
	font-weight: normal;
	color: #8B8B8D;
	font-size: 12px;
	background: #202020;
}

select
{
	border: 1px solid #303030;
	background: #292929;
	color: #8B8B8D;
	font-size: 12px;
	padding-left: 3px;
	margin-right: 4px;
	font-family: tahoma, arial, sans,Verdana;
	font-weight: normal;
}

button
{
	font-family: 'Swis721 BT';
	font-size: 12px;
	color: #3e3d3d;
}


/*   FORM LABELS  */
.FormLabels{font-weight: bold; font-size:12px; font-family:verdana;}

.FormLabelLeft
{
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	color: #828284;
}


.PropertyDetails_Left2
{
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	color: #919191;
}

.PropertyDetails_Right
{
	font-weight: normal;
	font-size: 12px;
	font-family: verdana;
	color: #D6D6D1;
}

.PropertyDetails_Right2
{
	font-weight: normal;
	font-size: 11px;
	font-family: verdana;
	color: #D6D6D1;
}

.CustomInputPanel
{
	border: 1px solid #272727;
}

.ProfileMenu
{
	border-bottom: #2B2F2F 2px solid;
}

.VehicleBlockBorder_ShortAd
{
border: 1px solid #272727;
}

.VehicleBlockImage
{
	border: 1px solid #D8D8D8;
}

/*   GRID VIEWS */
/* GRID VIEW 1 - Cool Grid View nicer graphics (just the header)  */

.GridView1_Main
{
	width: 100%;
	background-color: #EEEEEE;
	margin: 5px 0 10px 0;
	border: 1px solid #696969;
	border-collapse: collapse;
	font-size: 10px;
}
.GridView1_Main td
{
	padding: 2px;
	padding-left: 4px;
	border: 1px solid #000000;
	color: #7F7F7F;
}

.GridView1_Header
{color: #fff;background: #424242 url(images/grd_head.png) repeat-x top;	border-left: solid 1px #525252;	font-size: 11px;}

.GridView1_Main .GridView1_Header table { margin: 0px 0; }
.GridView1_Main .GridView1_Header td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.GridView1_Main .GridView1_Header a { color: #fff; text-decoration: none; }
.GridView1_Main .GridView1_Header a:hover { color: #1F1F1F; text-decoration: none; }

.GridView1_Row
{
	background-color: #333333;
}

.GridView1_AlternatingRow
{
	background-color: #282828;
}

.GridView1_Main .GridView1_Pager
{background: #424242 url(images/grd_pgr.png) repeat-x top;}

.GridView1_Main .GridView1_Pager table { margin: 2px 0; }
.GridView1_Main .GridView1_Pager td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.GridView1_Main .GridView1_Pager a { color: #7E7E7E; text-decoration: none; }
.GridView1_Main .GridView1_Pager a:hover { color: #000; text-decoration: none; }

