/* CSS for Carprojects.org */


/* define the background colour for all pages */
body {
	background-color:	#EEEEFF;
 	background-image: url('http://www.valvers.com/images/bands.png');
 	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 12pt;
	}

/* define the main page table */
table.main {
  text-align: center;
  background-image: url('http://www.valvers.com/images/logo.png');
  background-repeat: no-repeat;
  width: 99%;
  padding: 0px;
}	

/* define a table that has the common basic settings */
table.full {
  text-align: center;
  width: 100%;
  padding: 0px;
}

/* Top left table cell */
td.main_top_left {
  text-align: left;
  height: 66px;
  width: 280px;
}

/* Top right table cell */
td.main_top_right {
  text-align: left;
  height: 66px;
  vertical-align: top;
}

table.main_underline {
  width: 100%;
  border: 0;
}

/* Top left table cell */
td.icon_inactive {
  text-align: center;
  height: 48px;
  width: 48px;
}

td.icon_active {
  text-align: center;
  background-image: url('http://www.valvers.com/images/icons/activity.48.png');
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
}

td.label {
  text-align: left;
  vertical-align: top;
  border: 0;
}

td.main_top_underline_left {
  height: 10px;
  min-height: 10px;
  width: 135px;
  min-width: 135px;
}

td.main_underline {
  height: 10px;
  min-height: 10px;
  background-image: url('http://www.valvers.com/images/main_underline.png');
  background-repeat: repeat-x;
}

/* Bottom line cell */
td.bottom {
  text-align: center;
  font-family: Tahoma;
  font-size: 10pt;
}

/* When a form is displayed, there is generally text to the left of it. This
   table cell is its container */
td.form_left {
  text-align: left;
  width: 25%;
  vertical-align: top;
}

td.form{
  text-align: left;
  padding: 15px;
  vertical-align: top;
}

td.photo_t {	
	background-image:	url("http://www.valvers.com/images/css/photo_t.png");
	height:				12px;
	background-repeat:	repeat-x;
	padding:			0px;
	border:				0px;
}

td.photo_tl {	
	background-image:	url("http://www.valvers.com/images/css/photo_tl.png");
	background-repeat:	repeat-x;
	width:				12px;
	height:				12px;
	padding:			0px;
	border:				0px;
}

td.photo_tr {	
	background-image:	url("http://www.valvers.com/images/css/photo_tr.png");
	background-repeat:	repeat-x;
	width:				12px;
	padding:			0px;
	border:				0px;
}

td.photo_l {	
	background-image:	url("http://www.valvers.com/images/css/photo_l.png");
	background-repeat:	repeat-y;
	padding:			0px;
	border:				0px;
}

td.photo_r {	
	background-image:	url("http://www.valvers.com/images/css/photo_r.png");
	background-repeat:	repeat-y;
	padding:			0px;
	border:				0px;
}

td.photo_bl {	
	background-image:	url("http://www.valvers.com/images/css/photo_bl.png");
	background-repeat:	repeat-y;
	height:				12px;
	padding:			0px;
	border:				0px;
}

td.photo_b {	
	background-image:	url("http://www.valvers.com/images/css/photo_b.png");
	background-repeat:	repeat-x;
	padding:			0px;
	border:				0px;
}

td.photo_br {	
	background-image:	url("http://www.valvers.com/images/css/photo_br.png");
	background-repeat:	repeat-y;
	padding:			0px;
	border:				0px;
}

td.heading {	
	background-image:	url("http://www.valvers.com/images/css/table_heading.png");
	background-repeat:	repeat-x;
	text-align: center;
	padding:			0px;
	border:				0px;
}

td.dark {	
	background-image:	url("http://www.valvers.com/images/css/table_heading_dark.png");
	background-repeat:	repeat;
}

td.light {	
	background-image:	url("http://www.valvers.com/images/css/table_heading_light.png");
	background-repeat:	repeat;
}

div.error {
	background-image:	url("http://www.valvers.com/images/css/error_back.png");
	background-repeat:	repeat;
	text-align: left;
	width: 50%;
	padding:		5px;
	border:			0px;
}

font.small {
  font-family: Tahoma;
  font-size: 10pt;
  color: #444455;
}

font.error {
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  color: #FF5555;
}

font.title {
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
  color: #000000;
}

a.slink {
  font-family: Tahoma;
  font-size: 10pt;
  color: #336666;
  font-weight: bold;
  text-decoration: none;
}

a.slink:hover {
	color:				#448888;
	}
	
/* all form labels are set with these options... */
label {
  text-align: right;
  margin-right: 10px;
}

select {
  width: 200px;
}
