/* style.css */

.discrete_footer
	{
	color:			lightgray;
	font-size:		50%;
	}

.discrete_footer:link
	{
	color:		lightgray;
	font-size:	100%;
	}

.discrete_footer:visited
	{
	color:		lightgray;
	font-size:	100%;
	}

.discrete_footer:hover
	{
	color:		green;
	font-size:	100%;
	}

.error_head
	{
	color: red;
	font-size:	120%;
	font-weight:	bold;
	}
	
.error_text
	{
	color:		red;
	}

table.Selection
	{
	border-width:	1px;
	border-style:	solid;
	border-color:	gray;
	}
th.Selection
	{
	vertical-align:	top;
	text-align:	left;
	}

th.Selection_Title
	{
	text-align:	left;
	}

td.Selection_Data
	{
	text-align:	left;
	color:		blue;
	}

table.Vehicle
	{
	width:		100%;
	border-width:	1px;
	border-style:	solid;
	border-color:	gray;
	padding-bottom:	10px;
	}

.Showroom_Menu
	{
	font-weight:		bold;
	font-size:		140%;
	color:			blue;
	text-decoration:	none;
	}			/* Showroom_Menu */

.Showroom_Menu:visited
	{
	color:			blue;
	}

.Showroom_Menu:hover
	{
	color:			white;
	background-color:	blue;
	}

.gs_V_Price
	{
	/* Display the price of the vehicle */
	color:			#3C3970;
	font-size:		120%;
	font-weight:		bold;
	}

th.Feedback
	{
	text-align:     left;
	vertical-align: top;
	}

.Pagination_Status
	{
	/* Page N of M style */

	color:		blue;
	font-weight:	bold;
	font-size:	120%;
	}

.Pagination_Navigation
	{
	/* Page 1 2 ... N Previous Next */

	color:		blue;
	font-size:	80%;
	}

.Pagination_Navigation_Current
	{
	/* Page 1 2 ... N Previous Next - highlit current page */

	color:		red;
	font-weight:	bold;
	font-size:	80%;
	}
/* Admin styles */

td.Hidden
	{
	background-color:	yellow;
	color:			blue;
	}

td.Visible
	{
	background-color:	#CCCCCC;
	color:			black;
	}

td.delete_line_0
	{
	background-color:	yellow;
	color:			blue;
	}

td.delete_line_1
	{
	background-color:	#CCCCCC;
	color:			black;
	}

