/* Styles that are altered for the Print stylesheet */

a.printlink
{
	display:none;
}

body
{
	background: none;
	font-family: verdana,geneva,arial,sans-serif;
	font-size:80%;
	margin:0px;
	padding:0px;
}	

form 
{
	width:100%;
}



/* End */

/*
red = DE0029
blue = 2C4391
*/

a
{ 
	color:DE0029;
	text-decoration: none
}

a.pageLinkPrev
{
	float:left;
}
a.pageLinkNext
{
	float:right;
}

a:hover
{
	text-decoration: underline
}

div.paging
{
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	float:left;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	width:690px;	/* FF */
	_width:710px;	/* IE */
}

dl.detailsList
{
	margin:0px;
	padding:0px;
	width:100%;
}
dl.detailsList dt, dl.detailsList dd
{
	float:left;
	margin:0px;
	padding:5px 10px;
}
dl.detailsList dd
{
	font-weight:bold;
	width:70%;
}
dl.detailsList dt
{
	width:20%;
}
dl.detailsList dt.alt, dl.detailsList dd.alt
{
	background-color:#EEEEEE;
}
 /* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */


fieldset
{
}

fieldset#findYourNearestDepot
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top:15px;
	width: 280px
}

img
{
	border:none;
}

h1
{
	color:#2C4391;
	font-size:180%;
	font-weight:normal;
}

h2
{
	color:#DE0029;
	font-size:130%;
}

input
{
	font-family: verdana,geneva,arial,sans-serif;
}

input.button {
	background-color: #2C4391;
	border: 1px solid #2C4391;
	color: #FFF;
}

label
{

}

legend
{
	color:#2C4391
}

p
{
	line-height:150%;
}
p.alt
{
	background-color:#EEEEEE;
	padding:5px 0px 5px 0px;
}

span.message
{
	background-color:#FAD163;
	font-weight:bold;
	line-height:150%;
	padding:3px;
}

span.validator
{
	background-color:#FAD163;
	color:#000000 !important;
	padding:1px;
}


ul#depotList
{
	float:left;
	list-style-type:none;
	margin: 0px 0px 0px -40px;	/* FF */
	_margin:0px;	/* IE */
	width:100%;
}
ul#depotList li
{
	padding:5px 10px;
}
ul#depotList li.alt
{
	background-color:#EEEEEE;
}


ul#vacancyList
{
	list-style-type:none;
	margin:0px;
	width:100%;
}
ul#vacancyList li
{
	padding:5px 10px;
}
ul#vacancyList li.alt
{
	background-color:#EEEEEE;
}