html
{
    font-size: 100%;
    overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body
{
    margin: 0;
	background: #4170b7 url(../../../images/bg.jpg) top left repeat-x;
	color:#2C4974;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
    padding: 0.9em 1.0em;
}

body form
{
    margin: auto;
	width: 770px;
    text-align: left;
    overflow: hidden;
}

#Page 
{
    position: relative;
    
}

a {text-decoration:none;}
a img{border:none;}

h1 {font-weight: bold; font-size: 1.6em; line-height: 1.4em; padding: 0; margin: 0;}
h2 {font-weight: bold; font-size: 1.4em; padding: 0; margin: 0 0;}
h3 {font-weight: bold; font-size: 1.2em; padding: 0; margin: 0 0;}


.clear
{
    clear: both;
}
.clearleft
{
    clear: left;
}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
    width:100%;
}

.introduction 
{
    font-style:italic;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 1.5em;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color:White;
    background: #1967B9 url(../../../images/buttonBg.png) repeat-x;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}


/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	background-color: #FFFFFF;
}

#Header
{
    background: #FFFFFF url(../../../images/top.jpg) top left no-repeat;

}

#ExtraLogos
{  
    float: right;
    padding: 1.0em;
}

#Logotype
{
    clear: left;
    padding-top: 115px;
}

/************************/
/* SUBHEADER            */
/************************/
#SubHeaderArea
{
	float: left;
	padding: 5px 5px 10px 5px;
	background-color: #2C4974; 
}

/*************************/
/* QUICKSEARCH           */
/*************************/
#QuickSearchArea
{
    float:left;
    
}
.QuickSearchArea
{
	right: 0px;
	margin: 5px 8px 0px 0px;
}

input.quickSearchField
{
	border: 1px solid #000;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11em;
}

.quickSearchButton
{
	background:#9AB2D8; color:#2C4974; border:1px solid #000; font-weight:bold;width:65px;
}


#Functions
{
	font-size: 1.2em;
	clear:both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	padding:5px 10px;
	width:500px;

}
#Functions .flabel
{
    color:#FFF;
    float:right;
}
#Functions .flanguages
{
    float:right;
}
#Functions ul
{
    margin: 0;
    padding: 0;

}
#Functions li
{
	display: block;
	float: left;
	border-right: 1px solid #FFF;

}
#Functions li a 
{

	color:#318DFF;
	text-decoration: underline;
	padding: 0 5px;

}

#Functions a:hover
{
	color: #3399FF;
	text-decoration: underline;
}

/*a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton 
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton 
{
    font-size: 1em;
}*/

/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: relative;
	height: 25px; 
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 12px;
	clear: both;
	overflow: hidden;
	background-color: #2C4974;
}

#MainMenuArea ul 
{
	height: 25px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

#MainMenuArea li 
{
	display: block;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	border-right: 1px solid #FFF;
}

#MainMenuArea li.selected 
{
}

#MainMenuArea li.selected a 
{
	display: block;
	padding: 3px 16px;
	color: #FDCB08;
}

#MainMenuArea li a 
{
	display: block;
	padding: 3px 16px;
	text-decoration: none;
	color: White;

}

#MainMenuArea li.unselected a:hover 
{
	/*background: url(../../../images/bg_button_over.jpg) bottom left repeat-x;*/
	color: #FDCB08;
	padding: 3px 16px;
}

/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
	float:left;
    /*width: 100%;*/
    width: 76.5em;
    /*width: 100%;*/
    padding: 0.5em 0.5em 1.5em 0.5em;
	overflow: hidden;
	background-color: #FFFFFF;
}

/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	/*position: absolute;*/
	/*left: 20.5em;*/
	font-size: 1.2em;
	line-height: 2.5em;
	padding: 0 0.5em;
	background-color: #FFFFFF;
}

#BreadCrumbsArea a
{
    color: #000;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}

/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 14em;
	float: left;
	overflow: hidden;
	color: #3e3e3e;
	padding-bottom: 2em;
	font-size: 1.2em;
	background-color: #FFF;
}

#SubMenuArea a
{
	color: #FFFFFF;
}

#SubMenuArea a:hover
{
	color: #F6D31F;
}

#SubMenuArea ul
{
	padding: 0.5em 0 2.5em 0;
	margin: 0em 0em;
	list-style-type: none;
	line-height: 1em;	
	background-color: #2C4974;
}

#SubMenuArea ul ul
{
	margin: 0 0 0.6em 1.5em;
	border: 0;
}

#SubMenuArea li
{
	/*border-bottom: 1px solid #d7d7d7;*/
}

#SubMenuArea li a, #SubMenuArea li span
{
	display: block;
	padding: 0.5em 0.5em 0.5em 12px;
	text-decoration: none;
}

#SubMenuArea li span 
{
	/*background-image: url(images/SubMenuSelected.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;*/
	background-color: #5D85C2;
	color: #F6D31F;
}

#SubMenuArea li li span 
{
	background-position: 0.7em 0.2em;
}

#SubMenuArea li li a, #SubMenuArea li li span
{
	padding: 2px 0px 2px 15px;
}

#SubMenuArea li li
{	
	border-bottom-color: White;
	font-size: 0.8em;
}

#SubMenuArea li li span
{
	font-weight: bold;
}

#SubMenuArea li li li
{
	font-size: 1em;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    height: 20em;
    min-height: 20em;
    /*margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;*/
	width: 59.5em;
	float: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: auto;}

#MainBodyArea
{
	width: 60em;
	overflow: hidden;
	float: left;
	
}

#MainBodyArea #MainBody
{	
    
    min-height: 20em;
	padding: 1em 2em 2em;
    font-size: 1.2em;
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}

#SecondaryBodyArea
{
	width: 60em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}

/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage 
{
	float:left;
    position: relative;
    background-image: none;
    background-color: #FFFFFF;
    padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea 
{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 18em;*/
	clear: both;
	/*background-color: #006ea0;*/
	border-bottom: 0em solid #CCCCCC;
}

#StageArea.StartPage #MainContentArea
{
	float: left;
    height: auto;
	width: 100%;
	min-height: 0;
	padding: 0 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
	width: 100%;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea
{
    float: left;
    width: 49.4em;
    padding: 0 2em 0 1.5em;
    overflow: hidden;

}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #MainBodyArea 
{
    width: 100%;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #MainBodyArea #MainBody
{
    min-height: 0em;
    padding: 0em 2em 2em;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #SecondaryBodyArea 
{
	width: 100%;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #SecondaryBodyArea #SecondaryBody
{
    min-height: 0em;
    padding: 1em 0em 2em;
	margin: 0;
}

#PodList
{
 
}
#PodList a
{
    color: #000;
}
#PodList a:hover
{
    color: #A7936D;   
}
#PodList ul
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#PodList ul li
{
    float: left;
    width: 24em;
    min-height: 13em; 
    margin: 0 0.5em 1em 0;
    /*background: url(../../../images/commute.jpg) no-repeat top left #FFF@*/
}
#PodList ul li div.podlist_header
{
    padding: 0 1.5em;
}
#PodList ul li div.podlist_body
{
    padding: 0.9em 1.5em 1.5em;
}
#PodList ul li div.podlist_body div.podlist_text
{
    float: left;
    width: 19em;
    font-size: 1.1em;
    font-weight: bolder;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea
{
	float: left;
	width: 23.1em;
	overflow: hidden;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	background: url(../../../images/newsbg.jpg) no-repeat top left #FFF;
	overflow: hidden;
	color: #fff;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea li
{
	margin: 0.5em 0;
	padding: 0 0 0.5em 0;
	background: url(../../../images/dotline.gif) repeat-x bottom left;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea a
{
    color: #fff;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea a:hover
{
    color: #FDCB08;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #EventsArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	margin-top: 1em;
	background: url(../../../images/newsbg.jpg) no-repeat top left #FFF;
	overflow: hidden;
	color: #fff;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #EventsArea li
{
	margin: 0.5em 0;
	padding: 0 0 0.5em 0;
	background: url(../../../images/dotline.gif) repeat-x bottom left;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #EventsArea a
{
    color: #fff;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #EventsArea a:hover
{
    color: #FDCB08;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #MapArea
{
	float: left;
	width: 20em;
	padding: 1em 0 1em 0;
	overflow: hidden;

}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	margin-top: 1em;
	background: url(../../../images/newsbg.jpg) no-repeat top left #FFF;
	overflow: hidden;
	color: #fff;

}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea li
{
	margin: 0.5em 0;
	padding: 0 0 0.5em 0;
	background: url(../../../images/dotline.gif) repeat-x bottom left;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea li a
{
    color: #fff;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea a:hover
{
    color: #FDCB08;
    text-decoration: underline;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #RssArea
{
	float: left;
	width: 21em;
	padding: 1em 0em 1em 1em;
	overflow: hidden;


}
.rss
{
    float: left;
    width: 9em;

}
.rsslink a
{
    font-size: 1.2em;
}

.rsslink a:hover
{
    color: #000000;

}
.loginlogo
{
    float:left; 
    padding: 0 0.5em 0 1em;
    width: 10em;

}
.loginlogo a
{
    display:block;
    text-decoration: none;
}
.loginlogo a:visited
{
    display:block;
    text-decoration: none;
}
.loginlogo img
{
    border: 1px solid #5B7AA8;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul 
{
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	overflow: visible;
	margin: 0;
	clear: both;
	background-color: #FFF;
	width: 100%;
}

#Footer 
{
}

#Footer_Top
{
	background-color: #F4E5AB;
}

#Footer_Top ul
{
    margin: 0 0 0 0;
	padding: 0em 17em;
	list-style-type: none;
	float: left;
	text-align: center;
	width: 100%;
}

#Footer_Top ul li
{
	display: block;
	float: left;
	color: #3B6BB5;
	padding: 0 0.8em;
	font-size: 1.0em;
}

#Footer_Top ul li.text
{
    width: 25em;
    float: left;
    color: #000;
    font-size: 1.2em;
    padding: 2em 0 0 0;
}

#Footer_Bottom
{
    clear: both;
	background-color: #2C4974;
	
}
#Footer_Bottom_left
{
    float:left;
    padding: 0.5em 0 0 0.5em;
    width:41%;
}

#Footer_Bottom_left ul
{
    margin: 0 0 0 0;
	padding: 0em 17em;
	list-style-type: none;
	float: left;
	text-align: center;
}

#Footer_Bottom_left ul li
{
	display: block;
	float: left;
	color: #3B6BB5;
	padding: 0 0.8em;
	font-size: 1.0em;
}

#Footer_Bottom_right
{
    float:right;
    text-align:right;
    color: #FFF;
    padding: 0.5em 0 0 0.5em;
    width:57%;
    
}

#Footer_Bottom_right ul
{
	margin: 0 0 0 0;
	padding: 0em 0em;
	list-style-type: none;
	float: left;
	text-align: center;
	width: 100%;

}

#Footer_Bottom_right ul li
{
	display: block;
	float: right;
	color: #3B6BB5;
	padding: 0 0.3em;
	font-size: 1.0em;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea a
{
	text-decoration: none;
	color: #3B6BB5;
	text-decoration: underline;
}

#FooterArea a:hover
{
    color: #3399FF;
	text-decoration: underline;
}

/*************************/
/* BUREAU LIST           */
/*************************/

#BureauList
{
    padding:1.0em 0;
    margin: 0;
    
}
#BureauList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#BureauList table
{
    border: 0px solid;
}
#BureauList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#BureauList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#BureauList table td a
{
    text-decoration: underline;
}


/*pager control in businfo control */
.b_pager ul { list-style:none; padding:0; margin:0;clear:both}
.b_pager {border:0px;padding:3px; background:#5D7B9D}
.b_pager ul li  {display:block;float:left;margin:0 2px 0 2px;}
.b_pager ul li a {display:block;background:#000;padding:3px 5px 3px 5px; text-decoration:none;color:#fff; border:1px solid #ececec}
.b_pager ul li span.PagerInfoCell {padding:3px;display:block;color:#fff;}
.b_pager ul li.PagerCurrentPageCell {padding:3px 5px 3px 5px;display:block; background:#01aef0;border:1px solid #01aef0;color:#fff}
.b_pager ul li a:hover {background:#01aef0;color:#fff}


/*************************/
/* JOB LIST              */
/*************************/

#JobList
{
    padding:1.0em 0;
    margin: 0;
    
}
#JobList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#JobList table
{
    border: 0px solid;
}
#JobList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#JobList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#JobList table td a
{
    text-decoration: underline;
}

/*************************/
/* JOB                   */
/*************************/
#JobHeader
{
    width: 56em;
}
#JobHeader div.JobHeaderLeft
{
    float: left;
    width: 46em;
}
#JobHeader div.JobHeaderLeft div.JobHeaderLeft_label
{
    float: left;
    width: 8em;
}
#JobHeader div.JobHeaderLeft div.JobHeaderLeft_text
{
    float: left;
    width: 38em;
}

#JobHeader div.JobHeaderRight
{
    float: left;
    width: 9em;
    padding: 0 0.5em;
}

#JobMain
{
    width: 56em;

}
#JobMain div.JobMainLeft
{
    float: left;
    width: 46em; 
}
#JobMain div.JobMainLeft div.JobMainLeft_label
{
    float: left;
    width: 8em;
}
#JobMain div.JobMainLeft div.JobMainLeft_text
{
    float: left;
    width: 38em;
}

#JobFooter
{
    width: 56em;
}
#JobFooter div.JobFooterLeft
{
    float: left;
    width: 46em;
}
#JobFooter div.JobFooterLeft div.JobFooterLeft_label
{
    float: left;
    width: 8em;
}
#JobFooter div.JobFooterLeft div.JobFooterLeft_text
{
    float: left;
    width: 38em;
}

/*************************/
/* FAQ LIST              */
/*************************/
/*#FaqList
{

}
#FaqList ul
{
    margin: 0 1.5em;
    padding: 0;
}
#FaqList ul li a
{


}*/
#FaqList
{
    padding:1.0em 0;
    margin: 0;
    
}
#FaqList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#FaqList table
{
    border: 0px solid;
}
#FaqList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#FaqList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#FaqList table td a
{
    text-decoration: underline;
}
#FaqList table td a p
{
    text-decoration: underline;
}

/*************************/
/* FAQ                   */
/*************************/
#FaqMain
{
    width: 48em;

}
#FaqMain div.FaqMain_label
{
    float: left;
    width: 8em;
}
#FaqMain div.FaqMain_text
{
    float: left;
    width: 40em;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea 
{
    padding-top: 2em;

}

#ResultArea ol
{
    margin: 0;
    padding-left: 2em;
}

#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

input.searchText 
{
    width: 75%;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.7em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* ADVICE FORM           */
/*************************/
.Advice
{
    width: 100%;

}

.Advice div.AdviceForm
{
    float: left;
    width: 55em;
    padding: 1em 1.5em;
    border: 1px solid #000;
}

.Advice div.AdviceForm div.AdviceForm_label
{
    float: left;
    width: 15em;
    vertical-align:middle;
    margin: 0 0.5em 0 0;
    padding: 0 0 0.5em 0;
}
.Advice div.AdviceForm div.AdviceForm_text
{
    float: left;
    width: 39em;
    padding: 0 0 0.5em 0;
}

/*************************/
/* VOLUNTEER FORM        */
/*************************/
#VolunteerForm
{
    width: 100%;

}

#VolunteerForm_Buttons
{
    padding: 0 0 0.5em 0;
}

#VolunteerForm_Inner
{
    float: left;
    width: 55em;
    padding: 1em 1.5em;
    border: 1px solid #000;
}

#VolunteerForm_Inner div.VolForm_label
{
    float: left;
    width: 15em;
    vertical-align:middle;
    margin: 0 0.5em 0 0;
    padding: 0 0 0.5em 0;
}
#VolunteerForm_Inner div.VolForm_text
{
    float: left;
    width: 39em;
    padding: 0 0 0.5em 0;
}
#VolunteerForm_Inner div.VolForm_headtext
{
    padding: 0 0 0.5em 0;   
}

/*************************/
/*  FORM                 */
/*************************/

.Form_TextBox
{
     padding: 2px 5px; 
     border: 1px solid #000;
     width: 28.2em;
}
.Form_TextBox_Multi
{
    padding: 2px 5px; 
    border: 1px solid #000;
    width: 29em;
}
.Form_DDList
{
    width: 29.2em;
}
.Form_Button
{
    border: 1px solid #000;
}
.Form_Button_Selected
{
    color:#FFF;
    background-color:#FF9900;
    border: 1px solid #000;
}


/*************************/
/* VALIDATION            */
/*************************/
.validationSummary
{
	margin: 0.5em 0em;
	border:solid 1px #575757;
	background-color:#FFD053;
	background-image:url("../Images/Tools/Warning.gif");
	background-repeat:no-repeat;
	padding-left: 1.0em;
	background-position: 0.8em center;
}

/*************************/
/* ERROR                 */
/*************************/
#Error
{ 
    padding: 1em 0;
    color: Red;
    font-size: 1.2em;
}