/* 	common_style_menu.css - style sheet for general menu pages listing vechicles

	Author:  Chris Drymalik
	Date:    17.08.2005

	Copyright (C) 2005 Chris Drymalik  

	Define the general stuff
*/
A:link	{ 
	color:		blue;
	text-decoration:	none;
	}
A:visited	{ 
	background:		transparent;
	color:		red; 
	text-decoration:	none;
	} 
A:hover 	{ 
	color:		lime;
	text-decoration:	none;
	}
A:active	{ 
	color:		purple;
	text-decoration:	none;
	}

DIV.left, IMG.left	{
	float:		left;
	border-style:	none;
	}
DIV.right, IMG.right	{
	float:		right;
	border-style:	none;
	}

IMG.leftb	{
	float:		left;
	border:		medium double wheat;
	color:		wheat;
	}
IMG.rightb	{
	float:		right;
	border:		medium double wheat;
	color:		wheat;
	}
IMG.topbutton	{
	float:		right;
	border-style:	none;
	}
/*
	define the main menu 
*/

.menum		{
	font-family:	Helvetica, Verdana;
	font-size:		medium;
	font-weight:	normal;
	color:		black;
	background-image:	url(graphics/plaster.jpg);
	text-decoration:	none;
	text-align:		left;
	margin:		0;
	border:		0;
	padding:		0;
	}

H1	{
	font-family:	Helvetica, Verdana;
	font-size:		x-large;
	font-weight:	bold;
	color:		black;
	background:		none;
	text-decoration:	none;
	text-align:		center;
	}

H2	{
	font-family:	Helvetica, Verdana;
	font-size:		large;
	font-weight:	bold;
	background-image:	none;
	text-decoration:	none;
	text-align:		center;
	}

/*
	menud1 is used on data panels for main text 
*/
DIV.menud1	{
	margin-left:	20px;
	margin-right:	20px;
	margin-top:		4px;
	margin-bottom:	4px;
	padding-left:	2px;
	padding-right:	2px;
	text-align:		left;
	vertical-align:	top;
	}
	
.menud1	{ 
	color:		black;
	background:		wheat;
	font-family:	Times, Verdana;
	font-size:		medium;
	font-weight:	normal;
	text-align:		left;
	vertical-align:	top;
	}

/*
	menud2 is used for the table listing
*/

DIV.menud2	{
	color:		black;
	background:		wheat;
	margin-left:	20px;
	margin-right:	20px;
	margin-top:		4px;
	margin-bottom:	4px;
	padding-left:	2px;
	padding-right:	2px;
	text-align:		left;
	vertical-align:	top;
	}

/*
	menut1 is used to display the table of data
*/
TABLE.menut1	{
	color:		black;
	background:		wheat;
	width:		100%;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	text-align:		left;
	vertical-align:	top; 
	}

/*
	menuc1 & menuc2 are used to display the columns of data in the table
*/

TD.menuc1, TH.menuc1	{
	background:		burlywood; 
	background-image:	none;
	color:		black;
	font-family:	Times, Verdana;
	text-align:		right;
	vertical-align:	top; 
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	}	

TD.menuc2, TH.menuc2	{
	background:		burlywood; 
	background-image:	none;
	color:		black;
	font-family:	Times, Verdana;
	text-align:		left;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	}	

TD.menuc3, TH.menuc3	{
	background:		burlywood; 
	background-image:	none;
	color:		black;
	font-family:	Times, Verdana;
	text-align:		left;
	vertical-align:	top; 
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	}	

TD.menuc4, TH.menuc4	{
	background:		burlywood; 
	background-image:	none;
	color:		black;
	font-family:	Times, Verdana;
	text-align:		center;
	vertical-align:	top; 
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	}	
/*
	define the column groups for one of the tables
*/

COLGROUP.g1	{
	width:		50px;
	}

COLGROUP.g2	{
	width:		auto;
	}
		
COLGROUP.g3	{
	width:		75px;
	}
/*
	jumpbutton - button style for jumping to the next menu 
*/
TABLE.jumpbutton	{
	color:		white;
	background:		transparent;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	text-align:		center;
	vertical-align:	top; 
	}

TD.jumpbutton	{
	background:		silver; 
	background-image:	none;
	color:		white;
	font-family:	Times, Verdana;
	text-align:		center;
	width:		175px;
	border:		outset;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	0px;
	padding-bottom:	0px;
	margin:		2px;
	font-size:		medium;
	font-weight:	bold;
	}

TD.jumpbutton A:link 	{ 
	color:		dodgerblue;
	text-decoration:	none;
	}
TD.jumpbutton A:visited	{ 
	color:		tomato; 
	text-decoration:	none;
	} 
TD.jumpbutton A:hover 	{ 
	color:		lime;
	text-decoration:	none;
	}
TD.jumpbutton A:active	{ 
	color:		plum;
	text-decoration:	none;
	}

.copyr		{
	font-size:		xx-small;
	margin:		10;
			}

DIV.pad 	{
	padding:		12px;
	}

