﻿.data_table
{
	width: 100%;
	margin-bottom: 10px;
}

.data_table th
{
	text-align: left;
	padding: 6px;
	border-width: 0px 0px 1px 0px;
	border-color: #CCC;
	border-style: solid;
}

.data_table td
{
	padding: 4px 4px 4px 6px;
	border: 0px;
}

.logged_panel
{
	font-size: 9px;
	width: 150px;
	vertical-align: middle;
	height: 75px;
}

.logged_userinfo
{
	font-size: 9px;
	font-family: Verdana;
	margin-bottom:5px;
}

.loggedLink
{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ff0000;
	font-family: Verdana;
}

#tbAppointment_VehiceInfo
{
	border: Gray 1px solid;
}

#tbAppointment_VehiceInfo td
{
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: #2a292a;
	line-height: 15px;
	font-weight: normal;
}

.appointment_vehiceinfo_col1
{
	width: 80px;
	text-align: right;
	vertical-align: middle;
}
.appointment_vehiceinfo_col2
{
	width: 320px;
	text-align: left;
}
.appointment_vehiceinfo_col3
{
	width: 105px;
	text-align: right;
	vertical-align: middle;
}

#navigateButton
{
	height: 52px;
}
.previous_button
{
	margin-left: 80px;
	float: left;
}

.next_button
{
	margin-right: 80px;
	float: right;
	background-image: url(images/winterbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.validator_message
{
	font-size: 11px;
	color: #FF0000;
	clear: both;
	display: block;
}

.panel
{
	overflow: hidden;
}

.modalBackground
{
	filter: alpha(opacity=50);
	background-color: #CCC;
	opacity: 0.5;
}

.modalPanel
{
	background-color: #D1DDF1;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	font-size:12px;
	padding: 0;
	margin: 0;
	width: 800px;
}

.vehicle_add
{
	border: solid 1px #66B3FF;
	text-decoration: none;
	padding: 2px 3px;
	color: Black;
	background: #0080FF;
	font-size: 12px;
	color: White;
}

.vehicle_add:hover
{
	background: #ffd;
	color: Red;
}

.txthidden
{
	word-break: keep-all; 
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
}

.fspager
{
	text-align:center;
	font-family:Arial;
	font-size:12px;	
}
