/* Page layout elements */

.udm
{
	font-size:120% !Important;
}

.form
{
	background-color:#eeeeee;
	padding:10px;
}

.lightbluebkgr
{
	background-color:#eeeeee;
	padding:10px;
}

.lightbluebkgr h2
{
	margin-bottom:0;
}

.lightbluebkgr h3
{
	margin-bottom:5px;
}

br {
	clear: left;
}

fieldset 
{
	border-style:none;
	padding-bottom:10px;
}

legend {
	padding-bottom:10px;
}

/* FORM LABELS :: START */

#submenu, #submenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	height:auto;
	min-height: 30px;
}

* html #submenu, * html #submenu ul {
	height: 30px;
}

#submenu li
{ 
	display: inline;
	list-style-type: none;
	height:30px;
}

#submenu a:link, #submenu a:visited, #submenu a:hover, #submenu a:active
{
	padding-right:10px;
	color: #d6332f;
	text-decoration: none;
	font-weight:bold;
}

#pensions label
{
	display: block;
	float: left;	
	text-align: right;
	vertical-align:middle;	
	width: 300px;
	padding-right:10px;
	padding-bottom:8px;
	padding-top:8px;
	font-weight:bold;
}

#districts label
{
	display: block;
	float: left;	
	text-align: right;
	width: 200px;	
	/*
	vertical-align:middle;
	padding-right:10px;
	padding-bottom:8px;
	padding-top:8px;*/
	font-weight:bold;
}

/* FORM LABELS :: END */

body {
	padding: 0px;
	margin: 0;
	border: 0px;
	padding-top: 2px;
	min-width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 76%;
	color: #333;
}

#page-container { width: 980px; margin: 0 auto; position: relative; }

.pagewrapper {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-width: 750px;
}
* html .pagewrapper { /* for IE only */
	width: 770px; /* fixed width for IE if scripting is off */
	width: expression(document.body.clientWidth < 825 ? 750 +"px" : "90%"); /* min-width mimic for IE */
}

.contentwrapper {
	position: relative;
	margin-top: 13px;
	width: 100%; 
}


/* site defaults */
h1, h2, h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CA003A; 
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

a {
	/*text-decoration: none;
	color: #333;*/
	color: #3c3c99;
}
a:hover {
	text-decoration: underline;
}

address { font-style:normal; }

table {	/* caters for old content, in ie5.x : */
	font-size: 1em;
}


/* Header */
.header {
	position: relative;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px; 
}

 .header_welcome {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 100px;
	z-index: 99;
}
 .header_welcome1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 100px;
	z-index: 99;
}


.header_centre {
	position: relative;
	margin-left: 380px;
	margin-right: 354px;
	height: 100px;
	width: auto;
}

.header_image {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 354px;
	height: 100px;
}

.header #date {
	position: absolute;
	padding: 0px;
	margin: 0px;	
	bottom: 6px;
	right: 10px;
	font-size: 0.9em;	
	color: #f9f9f9;
}


/* Column layout elements */
.column_left {
	position: absolute;
	left: 0px;
	top: 0px;	/*********/
	width: 145px;
	padding-bottom: 20px;
}

.column_right {
	position: absolute;
	right: 0px;
	top: 0px;	/*********/
	width: 145px;
	padding-bottom: 20px;	 
}

.column_right h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 8px;
	font-size: 0.9em;
	color: #f9f9f9;
	font-weight: bold;
}

.column_right h2 a {
	color: #f9f9f9;
	width: 100%;
	display: block;
}

.column_right ul {
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
}
.column_right li {
	padding-left: 8px;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	margin: 0px;
	
}

.column_right li a {
	color: #333;
	font-weight: normal;
	width: 100%;
	display: block;
/* hide from IE mac \*/
	overflow: hidden;
/* end hiding from IE mac */ 
}

.column_right #disclaim {
	padding-left: 8px;
	font-size: 0.8em;
	line-height: 1.1em;
}

.column_centre_container {
	position: relative;
	top: 22px;	/*********/	
	margin-left: 165px; 
	margin-right: 165px;
	margin-bottom: 40px;
	height: auto; 
}


/* Left column */
#sitetour h2 {
	margin-top: 0px;
	background: #0188B5 url(../images/button_sitetour_corner.gif) no-repeat top right; 
}

#form_search {
	background-color: #97CBE0;
}

#form_search form {
	margin: 0px;
}

#form_search h2 {
	margin-top: 0px;	
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;
}

#form_search label {
	display: block;
	margin-top: 0px;	
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.9em;
	color: #f9f9f9;
	font-weight: bold; 
	margin-left: 8px;
}

#form_search #keywords {	
	margin-left: 4px;
	margin-bottom: 1px;
	width: 105px;
	font-size: 0.9em;	 
}

#form_search #go {
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #f9f9f9;
	background: #0188B5;
}

#sitefunctions .light {
	background-color: #CAE5EE;
}

#sitefunctions .dark {
	background-color: #97CBE0;
}



#sitetour .light {
	background-color: #CAE5EE;
}

#sitetour .dark {
	background-color: #97CBE0;
}

#information h2 {
	background: #CA003A url(../images/title_information_corner.gif) no-repeat top right; 
}

#information .light {
	background-color: #F8E2E4;
}

#information .dark {
	background-color: #F3C4CA; 
}


/* Right column */
#accessibility h2 {
	margin-top: 0px;
	background: #0188B5 url(../images/button_accessiblity_corner.gif) no-repeat top left; 
}

#emergencies h2 { 
	background: #E60000 url(../images/button_emergencies_corner.gif) no-repeat top left; 
}

#onlineservices h2 {
	background: #B0BE0F url(../images/title_onlineservices_corner.gif) no-repeat top left; 
}

#onlineservices .light {
	background-color: #D9D9D9;
}
#onlineservices .dark {
	background-color: #BFBFBF;
}

#int_signposts h2 {
	background: #0C1B70 url(../images/title_alsoon_corner.gif) no-repeat top left; 
}

#signpost_img {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #D9D9D9;
}

#int_signposts .light {
	background-color: #D9D9D9;
}

#int_signposts .dark {
	background-color: #BFBFBF;
}

#ext_signposts h2 {
	background: #FFA421 url(../images/title_extlinks_corner.gif) no-repeat top left; 
}

#ext_signposts .light {
	background-color: #FFF4E2;
}

#ext_signposts .dark {
	background-color: #FFEDCF;
}

.column_right .talksign_light, .column_right .talksign_dark {
	margin: 1px 0 1px 0;
	padding: 0 0 1px 2px;
	border: 2px solid #0188B5;
	font-size: 0.8em;
	color: #0188B5;
}
.column_right .talksign_light {
	border: 2px solid #CA003A;
	color: #CA003A;
	background-color: white;
}
.column_right .talksign_dark {
	border: 2px solid #0188B5;
	color: #0188B5;
	background-color: white;
}
.talksign_light a, .talksign_dark a {
	color: #333;
	font-weight: bold !important;
}


/* Menu column footers - help, legal etc. */
.menufoot {
	height: 1.8em;
	background: #999999 url(../images/footer_bottom.gif) no-repeat bottom;
}
#sitetoolfoot {
	background: #97CBE0 url(../images/footer_helphome_corner.gif) no-repeat bottom right;
}	

.menufoot
{
	width:155px;
}
.menufoot ul, .menufoot li {
	display: inline;
	padding: 0px;
}
.menufoot li {
 /* required by IE mac : */
	width: 41%;
/* hide proper value from IE mac \*/
	width: auto;
/* end hiding from IE mac */ 
}
.menufoot li.lft {
	float: left;
	text-align: left;
	margin: 5px 0px 3px 8px;
}
.menufoot li.rght {
	float: right;
	text-align: right;
	margin: 5px 8px 3px 0px;
}
.menufoot li a {
	width: auto;
	font-weight: bold; 
	color: #f9f9f9;
}
/* Crumb trail */
#crumbtrail {
	position: absolute;
	top: -8px;
	left: 155px;
	width: 25em;
	white-space: nowrap;
}
#crumbtrail ul {
	list-style-image: url(../images/arrowback_lt.gif);
}
#crumbtrail #crumb1 {
	margin-left: 16px;
	padding: 1px;
}
#crumbtrail #crumb2 {
	margin-left: 25px;
	padding: 1px;
}
#crumbtrail a {
	font-size: 0.9em;
	color: #999;
	/* hide from IE mac \*/
	overflow: hidden;
	/* end hiding from IE mac */ 
}
#crumbtrail a:hover {
	color: #333;
}

/* Main-content footer - translations, email  */
.footer {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}

.footer #languages {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

.footer #languages ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
} 

.footer #languages li {
	list-style: none;
	display: inline;
	margin-left: 0;
	padding: 0px 3px 0px 4px;
	border-left: 1px solid #333;
}

.footer #languages li.first {
	border-left: none;
}

.footer li a {
	text-align: center;
	width: auto;
}

.footer #email {
	float: right;
	text-align: right;
	width: 11em;
	background: url(../images/email_envelope.gif) no-repeat left center;
}

/* Font size adjust */
#adjfont {
	position: absolute;
	top: -8px;
	right: 160px;
	width: 14em;
	text-align: right;
	font-size: 11px;
}

#adjfont ul, #adjfont li {
	list-style-type: none;
	display: inline; 
	padding: 0px;
	margin: 0px;
}

#adjfont li a {
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
	border: 1px solid white;
	color: #333;
	font-weight: normal;
}

#adjfont a:hover {
	border: 1px solid gray;

	background-color: #ddd;
}

#s, #m, #l, #xl {
	display: inline;
	line-height: 30px;
}

#s { font-size: 9px;}
#m { font-size: 12px; }
#l { font-size: 15px; }
#xl { font-size: 18px; }


/* Miscellaneous */
.hiddenheader {
	position: absolute;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}
.hiddenelement {
	display: none;
}

.nogap {
	margin: 0px !important;
	padding: 0px !important;
}
.subhead {
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 0px;
}

.dgPager td
{
	padding:4px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#ffffff; 
	background:#CA003A; 
	height:25px;
}

.dgPager a:link, .dgPager a:hover, .dgPager a:visited, .dgPager a:active
{
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal; 
}

.dg
{
	table-layout:fixed;
}

.dg2
{
	table-layout: auto;
}

.dg td
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.dgHeader td
{
	padding:4px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;  
	color:#ffffff; 
	background:#CA003A; 
	height:30px;
	font-size: 110%;
	vertical-align:bottom;
}

.dgHeaderMultiLine td
{
	padding:4px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;  
	color:#ffffff; 
	background:#CA003A; 
	height:50px;
	font-size: 110%;
	vertical-align:bottom;
}

.dgItem td
{
	padding-bottom:6px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;  
	background-color: #eee; 
}

.dgAlterItem td
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	background-color: #f6f6f6; 
}

.dgAlterItem a, .dgItem a 
{
	text-decoration: none; 
	color: #3c3c99; 
} 

.dgAlterItem a:hover, .dgItem a:hover 
{
	text-decoration: underline; 
}


.tableheader
{
	padding:4px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;  
	color:#ffffff; 
	background:#D6332F; 
	font-size: 100%;
	vertical-align:bottom;
}

.tablerow
{
	padding-bottom:6px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;  
	background-color: #eee; 
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

label 
{
	/*display: block;
	float: left;	
	text-align: right;
	vertical-align:middle;	
	width: 150px;
	padding-right:10px;
	padding-bottom:8px;
	padding-top:8px;*/
	font-weight:bold;
}

table label
{
	float:none;
	width: 100%;	
	text-align: right;	
	padding-right:0;
	padding-bottom:0;
	padding-top:0;
	font-weight:bold;
	vertical-align:top;
}

.button
{
	color: #FFFFFF;
	background-color:#D6332F;
	padding:4px;
	border:solid 1px #ffffff;	
	font-size: 1.2em;
	font-weight: bold;
}

br {
	clear: left;
}

fieldset 
{
	border-style:none;
	padding-bottom:10px;
}

legend {
	padding-bottom:10px;
}



/* Search Results C0D7ED */

#vacancyresults, .vacancyresults
{
	background-color:#E8F0F9;	
}

#vacancyresults a:link, #vacancyresults a:active, #vacancyresults a:hover, #vacancyresults a:visited,
.vacancyresults a:link, .vacancyresults a:active, .vacancyresults a:hover, .vacancyresults a:visited
{
	color: #D6332F;
	text-decoration:none;
	border-bottom:1px dashed #D6332F;
}

#vacancyresults h3, .vacancyresults h3
{
	font-size:110%;
	margin-bottom:0;
	color:#D6332F;
}

.pager
{
	
}

#pager a:link, #pager a:active, #pager a:hover, #pager a:visited
{
	color: #004F95;
	text-decoration:underline;
	border-bottom:0px solid #004F95;
}

.pagercurrent
{
	color: #004F95;
	text-decoration:none;
	font-weight:bold;
	border-bottom:0px solid #004F95;
}

#pagercurrent a:link, #pagercurrent a:active, #pagercurrent a:hover, #pagercurrent a:visited
{
	color: #004F95;
	text-decoration:none;
	border-bottom:0px solid #004F95;
}

.form a:link, .form a:active, .form a:hover, .form a:visited
{
	color: #D6332F;
	text-decoration:none;
	border-bottom:1px solid #D6332F;
}

.TitleStyle
{
	background-color:#CA003A;	
	padding:6px;
}

.TitleStyle a:link, .TitleStyle a:active, .TitleStyle a:hover, .TitleStyle a:visited
{
	color: #ffffff;
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
}

.CollapsablePanel
{
	background-color:#cccccc;	
}

.CollapsedTitleStyle
{
	background-color:#CA003A;	
	padding:6px;
}

.CollapsedTitleStyle a:link, .CollapsedTitleStyle a:active, .CollapsedTitleStyle a:hover, .CollapsedTitleStyle a:visited
{
	color: #ffffff;
	text-decoration:none;
}

	
#navnqtmanager, #navnqtmanager ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2; 
	width:150px;
	float:right;
	margin-right:-10px;
	color:#ffffff;
	width:160px;
}	

#navnqtmanager li a 
{
	font-size:95%;
	padding:4px;
	display : block;
	text-decoration : none;
	color:#ffffff;	
	text-decoration:none;
	border-bottom:1px dashed #ffffff;
}

#navnqtmanager .light {
	background-color: #e68979;
}

#navnqtmanager .dark {
	background-color: #e68979;
}

#navnqtmanager h2
{
	font-size:95%;
	padding:4px;
	margin-left:10px;
	margin-top:-5px;
	margin-bottom:-10px;
	background: #D6332F;
}

#navnqtmanager .menuheader
{
	padding:4px;
	margin-bottom:-3px;
	background: #D6332F;	
}

#navnqtmanager h2 a
{
	color: White;
	font-weight: bold;
	text-decoration:none;
}

.warning, .warning550
{
	border-right: #D6332F 1px solid;
	border-top: #D6332F 1px solid;
	border-left: #D6332F 1px solid;
	color: #d6332f;
	border-bottom: #D6332F 1px solid;
	background-color: #ffd8d4;
	margin:10px;
	padding: 10px;
}

.warning550
{
	width:530px;
}

.warning
{
	width: 94%;
	height: auto;
}


#Header { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 11px; PADDING-TOP: 0px; HEIGHT: 100px; voice-family: inherit }

UNKNOWN { HEIGHT: 14px }

#Content { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px 20px 20px 170px; PADDING-TOP: 10px }

#Menu { LEFT: 10px; WIDTH: 160px; LINE-HEIGHT: 17px; POSITION: absolute; TOP: 110px; voice-family: inherit }

UNKNOWN { WIDTH: 160px }





  
a.tip {border-bottom: 1px dashed brown;text-decoration: none;cursor:help;}
a:hover.tip {position: relative; }
a.tip span {display: none;}
a:hover.tip span {display: block;
	width:300px;
	position: absolute; 
	top: -5px; 
	left: 15px;/* formatting only styles */
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #f0f0f0; 
	border: 1px dotted #c0c0c0;
	opacity: 0.9;/* end formatting */
	
	}
	
	
	
/* Used on main page */

.latest-vacancies-holders {
	float: right; 
	width: 48%;
}
.title {
	font-size: 1em;
	font-weight: bold;
	color: #CA003A; 
}

/* End of Used on main page */

.hidefieldset
{
	padding:0;
	margin:0;
}

.hidefieldset legend
{
	display:none;
}


a h2 { text-decoration:none; }

/* News Items */
.news-items h3 { font-size: 1.2em; margin-bottom:2px; }



/*

#navigation { }

HTML #navigation UL LI { FLOAT: left; HEIGHT: 1% }

HTML #navigation UL LI A { HEIGHT: 1% }

#navigation UL { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 155px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none }

#navigation UL LI { POSITION: relative }

#navigation UL LI A { PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 3px; CURSOR: hand; COLOR: #000000; PADDING-TOP: 3px; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none }

#navigation UL LI UL { DISPLAY: none; LEFT: 154px; POSITION: absolute; TOP: 0px }

#navigation UL LI:hover UL { DISPLAY: block }

#navigation UL LI.over UL { DISPLAY: block }

#navigation UL LI:hover UL LI UL { DISPLAY: none }

#navigation UL LI.over UL LI UL { DISPLAY: none }

#navigation UL LI:hover UL LI:hover UL { DISPLAY: block }

#navigation UL LI.over UL LI.over UL { DISPLAY: block }

#navigation UL LI:hover UL LI:hover UL LI UL { DISPLAY: none }

#navigation UL LI.over UL LI.over UL LI UL { DISPLAY: none }

#navigation UL LI:hover UL LI:hover UL LI:hover UL { DISPLAY: block }

#navigation UL LI.over UL LI.over UL LI.over UL { DISPLAY: block }

#navigation UL LI:hover UL LI:hover UL LI:hover UL LI UL { DISPLAY: none }

#navigation UL LI.over UL LI.over UL LI.over UL LI UL { DISPLAY: none }

#navigation UL LI:hover UL LI:hover UL LI:hover UL LI:hover UL { DISPLAY: block }

#navigation UL LI.over UL LI.over UL LI.over UL LI.over UL { DISPLAY: block }

#nav .RecruitmentHeader { FONT-WEIGHT: bold; BACKGROUND: url(../images/button_sitetour_corner.gif) #0188b5 no-repeat right top; COLOR: white }

#nav .RecruitmentLight { BACKGROUND-COLOR: #cae5ee }

#nav .RecruitmentDark { BACKGROUND-COLOR: #97cbe0 }

#nav .LoginHeader { FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #ca003a }

#nav .LoginLight { BACKGROUND-COLOR: #f8e2e4 }

#nav .LoginDark { BACKGROUND-COLOR: #f3c4ca }





#udm { }

HTML #udm UL LI { FLOAT: left; HEIGHT: 1% }

HTML #udm UL LI A { HEIGHT: 1% }

#udm UL { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 155px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none }

#udm UL LI { POSITION: relative }

#udm UL LI A { PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 3px; CURSOR: hand; COLOR: #000000; PADDING-TOP: 3px; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none }

#udm UL LI UL { DISPLAY: none; LEFT: 154px; POSITION: absolute; TOP: 0px }

#udm UL LI:hover UL { DISPLAY: block }

#udm UL LI.over UL { DISPLAY: block }

#udm UL LI:hover UL LI UL { DISPLAY: none }

#udm UL LI.over UL LI UL { DISPLAY: none }

#udm UL LI:hover UL LI:hover UL { DISPLAY: block }

#udm UL LI.over UL LI.over UL { DISPLAY: block }

#udm UL LI:hover UL LI:hover UL LI UL { DISPLAY: none }

#udm UL LI.over UL LI.over UL LI UL { DISPLAY: none }

#udm UL LI:hover UL LI:hover UL LI:hover UL { DISPLAY: block }

#udm UL LI.over UL LI.over UL LI.over UL { DISPLAY: block }

#udm UL LI:hover UL LI:hover UL LI:hover UL LI UL { DISPLAY: none }

#udm UL LI.over UL LI.over UL LI.over UL LI UL { DISPLAY: none }

#udm UL LI:hover UL LI:hover UL LI:hover UL LI:hover UL { DISPLAY: block }

#udm UL LI.over UL LI.over UL LI.over UL LI.over UL { DISPLAY: block }

#udm .RecruitmentHeader { FONT-WEIGHT: bold; BACKGROUND: url(../images/button_sitetour_corner.gif) #0188b5 no-repeat right top; COLOR: white }

#udm .RecruitmentLight { BACKGROUND-COLOR: #cae5ee }

#udm .RecruitmentDark { BACKGROUND-COLOR: #97cbe0 }

#udm .LoginHeader { FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #ca003a }

#udm .LoginLight { BACKGROUND-COLOR: #f8e2e4 }

#udm .LoginDark { BACKGROUND-COLOR: #f3c4ca }

*/

