html {
	background: url("/images/ui/bg.gif") repeat;
}


body {
	background: url("/images/ui/bg_top.gif") top left repeat-x;
	text-align: center !important;
	font-family: arial, sans-serif !important;
	color: #434c52 !important;
	font-size: 12px !important;
	letter-spacing: .01em !important;
	line-height: 12px !important;
}

.box_alertPlain 
{
	background: url("/images/ui/bg_alertWhite.gif") 0 20px no-repeat;
	padding: 20px 20px 30px 110px;
	width: 450px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #D0DEE7;
}

.box_alert 
{
	background: #E6F7FF url("/images/ui/bg_alert.gif") 0 7px no-repeat;
	padding: 20px 20px 30px 110px;
	border: 1px solid #D0DEE7;
	margin-bottom: 20px;
}

.box_alert h1, .box_alertPlain h1
{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

.box_success 
{
    background: #d9f0d9 url("/images/ui/bg_success.gif") 10px center no-repeat;
    border: 2px solid #2d982d ;
    padding: 30px 20px 30px 80px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.box_title {
	border-bottom: 1px solid #B0B4B7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box_title h1 {
	font-size: 1.334em;
	margin-bottom: 3px;
	font-weight: bold;
}

.box_title h2 {
	font-size: 1em;
	margin-bottom: 3px;
	font-weight: normal;
}

.box_title h3 {
	font-size: .917em;
	margin-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.box_title .picLeft 
{
	float: left;
	margin-right: 10px;
}

.box_title .text
{
	margin-left: 150px;
}

form
{
    background: url("/images/ui/bg_repeat.gif") top left repeat-y;
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.cmsListing .item 
{
	padding: 10px 0;
	margin-bottom: 0px;
}
.cmsListing .divider
{
	border-bottom: 1px solid #D9D9D9;
}

.cmsListing .contentPadding 
{
	padding: 10px 10px 10px 10px;
}

.cmsListing h1 
{
	font-size: 1.166em;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 0px;
}

.cmsListing h2 
{
	font-size: 1em;
}

.cmsListing h3 
{
	font-size: .917em;
	margin-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}

a, a:visited, a:active {
	color: #08699a !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
	color: #901c3b !important;
}

.btn_submitAccount 
{
	width: 89px;
	height: 20px;
	background: url("/images/ui/submit.jpg") top left no-repeat;
	border: 0;
}

.btn_updateAccount 
{
	width: 89px;
	height: 20px;
	background: url("/images/ui/update_account.jpg") top left no-repeat;
	border: 0;
}

.btn_continue 
{
	width: 59px;
	height: 20px;
	background: url("/images/ui/btn_continue.gif") top left no-repeat;
	border: 0;
}

.btn_cancel
{
	width: 61px;
	height: 20px;
	background: url("/images/ui/btn_cancel.gif") top left no-repeat;
	border: 0;
}

.btn_resetPass
{
	width: 89px;
	height: 20px;
	background: url("/images/ui/reset_password.jpg") top left no-repeat;
	border: 0;
}

.btn_login
{
	width: 52px;
	height: 20px;
	background: url("/images/ui/btn_login.gif") top left no-repeat;
	border: 0;
}

.btn_save
{
	width: 46px;
	height: 20px;
	background: url("/images/ui/btn_save.gif") top left no-repeat;
	border: 0;
}


/* ====[Begin: Page Column Template]============================================================ */

#page {
	margin: 0 auto;
	text-align: left;
	background-color:White;
}


#pageContent {
	padding: 9px 9px 9px 9px;
	clear: both;
}

/* ====[Begin: Page Column Template]============================================================ */

.threeColumnWrapper, .twoColumnRightWrapper, .twoColumnLeftWrapper, .singleColumnWrapper
{
	margin: 0px;
}


div.nav_zone, div.content_zone, div.sidebar_zone
{
	float: left;
}


div.nav_zone, div.sidebar_zone
{
	
}


/* ---[1 Column template]--------------------- */

.singleColumnWrapper div.content_zone
{
    width: 940px;
}

/* ---[3 Column template]--------------------- */

.threeColumnWrapper 
{
	margin-top: 0px;
	clear: both;
}

.threeColumnWrapper div.nav_zone 
{
	width: 181px;
	overflow: hidden;
	float: left;
	margin-right: 9px;
}

.threeColumnWrapper div.content_zone
{
	width: 636px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	font-size: 12px;
}

.threeColumnWrapper div.sidebar_zone
{
	width: 104px;
	overflow: hidden;
	float: left;
}

.system_zone 
{	
	margin: 100PX auto;
	width: 636px;
}

.form_zone 
{	
	margin: 0 auto;
	width: 636px;
}

.form_zone table#ctl00_ctl00_ContentPlaceHolder_LayoutTemplate1_ContentPlaceHolder_pwRecovery 
{
	width: 100%;
}

.system_zone table#ctl00_ctl00_ContentPlaceHolder_LayoutTemplate1_ContentPlaceHolder_pwRecovery 
{
	width: 100%;
}

/* ---[2 Column left template]---------------- */

.twoColumnLeftWrapper div.nav_zone 
{
	width: 250px;
}


.twoColumnLeftWrapper div.content_zone 
{
	width: 750px;
}



/* ---[2 Column right template]--------------- */

.twoColumnRightWrapper div.content_zone 
{
	width: 750px;
}

.twoColumnRightWrapper div.sidebar_zone 
{
	width: 250px;
}


/* ====[End: Page Column Template]============================================================== */

.contentPadding
{
	padding: 10px;
}

table.system_pages 
{
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

table.system_pages td 
{	
	padding: 80px 20px 150px 20px;
	text-align: center;
}

table.system_pages td.empty 
{
	background: #E7F4FC;
	width: 203px;
	padding: 0;
}

table.form 
{
	width: 100%;
	margin: 10px 0;
}

table.form td img 
{
	height: 15px !important;
	width: 20px !important;
	margin-left: 5px !important;
	padding: 0px !important;
}

table.form td.label
{	
	text-align: right;
	padding-right: 5px;
	width: 200px;
}

table.form th 
{
	background: #F2F2F2;
	font-weight: bold;
	padding: 5px 10px;
}

table.form td 
{	
	padding: 4px 5px 4px 0;
	vertical-align: middle;
}

table.form td.instructions 
{	
	font-style: italic;
	font-size: 11px;
	color: #AF556E;
}

td.form td input 
{	
	vertical-align: top;
}

table.search 
{
	margin: 20px 0 0 0;
}

table.search td.label
{	
	text-align: right;
	padding-right: 5px;
	width: 70px;
}

table.search td 
{	
	padding-bottom: 8px;
	vertical-align: middle;
	padding-right: 5px;
}

table.search td.instructions 
{	
	font-style: italic;
	font-size: 11px;
	color: #AF556E;
}


td.search td input 
{	
	
}

input, textarea, select 
{	
	font-family: Arial, Sans-Serif;
	font-size: 12px !important;
}


/* ------------- Start ContentBlock Styles -----------*/
.DefaultWebPart {
	text-align: left;
	margin-bottom: 10px;
	line-height: 15px;
}

.DefaultWebPart .webpart_content_title, .title, .defaultWebPart h1.webpart_content_title {
	color: #434C52;
	font-size: 14px;
	background: url("/images/ui/bg_contentTitle.gif") top right no-repeat;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
	border-top: 2px solid #5E6B74;
	font-size: 14px;
	font-weight: bold;
}

.DefaultWebPart .subtitle 
{
	font-size: 12px;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
	background: #EFEFEF;
}

#ctl00_ctl00_ctl00_divOuterEmailBox .webpart_content_title 
{
	border-top: none !important;
}

.moreBox {
	font-size: 11px;
	margin: 10px 0 0 0;
	text-align: left !important;
}

.required 
{
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
}

.req 
{	
	color: red;
}

.DefaultWebPart .split .picLeft {
	width: 80px;
	float: left;
}

.DefaultWebPart .picLeft {
	width: 110px;
	float: left;
}

.DefaultWebPart .picLeft img
{
	/*width: 102px;*/
}

.DefaultWebPart .cmsListing .picLeft {
	width: 80px;
	float: left;
}

.DefaultWebPart .cmsListing .text
{
	margin-left: 50px !important;
}

.DefaultWebPart .text {
	margin-left: 100px;
}

.DefaultWebPart .cmsListing .text
{
	margin-left: 80px;
}

.DefaultWebPart table.split td {
	padding: 0 5px 0 10px;
}

.DefaultWebPart table.split td.left {
	border-right: 1px solid #B0B4B7;
	width: 310px;
	padding: 0 5px 0 0px !important;
}

.ThinWebPart {
	border: 1px solid #B0B4B7;
}

.border {
	border: 1px solid #B0B4B7;
}

.DetailWebPart {
	text-align: left;
	margin-bottom: 10px;
	line-height: 15px;
	background: url("../images/ui/bg_contentDetail.gif") top left repeat-x;
	padding-top: 11px;
}

.DetailWebPart .webpart_content_title 
{
	display: none;
}

.DetailWebPart h1 {
	font-size: 1.166em !important;
	font-weight: bold !important;
}

.contentPadding {
	padding: 10px;
}

.contentListing .item {
	margin: 8px 0;
	padding: 8px 0;
}

.contentListing .seperator {
	border-bottom: 1px solid #D9D9D9;
	height: 1px;
	line-height: 0px;
	font-size: 0;
}
/* ------------- End ContentBlock Styles -----------*/


/* ------------- Start FeatureBox Styles -----------*/
.featureBox {
	background: #f1f2f3 url("/images/ui/bg_featureBox.gif") bottom left repeat-x;
	margin-bottom: 10px;
	height: 246px;
	width: 634px;
	position: relative;
	border: 1px solid #b0b4b7;
	border-top: 2px solid #5E6B74;
}

.featureBox .spotlight_item {
	position: absolute;
	top: 1;
	left: 1;
	width: 440px;
	height: 245px;
	border-right: 1px solid #b0b4b7;
	background: url("/images/ui/spotlight.jpg") top left no-repeat;
}

.featureBox .spotlight_item img 
{
	width: 440px;
	height: 245px;
}

.featureBox .featureBG {
	position: absolute;
	z-index: 10;
	width: 440px;
	height: 85px !important;
	bottom: -1px;
	left: 0px;
}

.featureBox .featureText {
	position: absolute;
	z-index: 20;
	color: #FFF;
	width: 438px;
	height: 85px;
	bottom: 0px;
	left: 0px;
	text-align: left;
	line-height: 15px;
}

.featureBox .featureText h1 {
	font-size: 20px !important;
	font-weight: bold !important;
	margin-bottom: 5px !important;
}

.featureBox .featureList {
	position: absolute;
	left: 440px;
	width: 194px;
	text-align: left;
}

.featureBox .featureList h1 {
	font-size: 14px;
	font-weight: bold;
	background: url("/images/ui/bg_featureAnnounce.gif") bottom left repeat-x;
	color: #79848c;
	padding: 5px 10px;
}

.featureBox .featureList ul {
	margin-top: 10px;
	font-size: 13px;
	margin-left: 10px;
}

.featureBox .featureList ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ebeced;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 15px;
	background: url("/images/ui/icon_arrow_featureList.gif") 0 4px no-repeat;
}

.featureBox .featureList ul li a {
	color: #5f6a72;
}

.featureBox .featureList ul li.selected, #rotator_nav li.activeSlide {
	background: url("/images/ui/icon_arrow_featureList_ov.gif") 0 4px no-repeat;
}

.featureBox .featureList ul li.selected a, #rotator_nav li.activeSlide a {
	color: #08699a;
}
/* ------------- End FeatureBox Styles -----------*/


/* ------------- Footer Styles -----------*/
#footer 
{
    color:White;
    background-color:Black;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	height: 50px;
}

/* ------------- End Footer Styles -----------*/


/* ------------- Header Styles -----------*/

.header {
	background: url("/images/ui/logo.jpg") top left no-repeat;
	position: relative;
	width: 960px;
	height: 100px;
}

.header .home {
	position: absolute;
	width: 485px;
	height: 81px;
	top: 10px;
	left: 10px;
}

.header .loginBox {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
}

.header .search {
	position: absolute;
	right: 8px;
	top: 40px;
	font-size: 11px;
}

.header .search input {
	
}

.header .loginBox a {
	color: #FFF !important;
	font-size: 11px !important;
	margin: 0 0px 0 3px !important;
}

.header .loginBox .login {
	border: 1px solid #99cae1;
	padding: 1px 4px 3px 4px;
	margin-right: 5px;
	margin-left: 5px;
}

.header .loginBox .admin {
	border-left: 1px solid #99cae1;
	padding: 0px 4px 4px 4px;
	margin: 0px 5px 0px 5px;
}

.header .myBar a {
	position: absolute;
	right: 7px;
	top: 75px;
	font-size: 12px;
	color: #fff !important;
}


/* ------------- End Header Styles -----------*/



/* ------------- Start Icon/Button Styles -----------*/
.icon_carrotWhite {
	background: url("../images/ui/icon_carrotWhite.gif") center left no-repeat;
	padding-left: 10px;
}

.icon_carrot {
	background: url("../images/ui/icon_carrot.gif") right 4px no-repeat;
	padding-right: 8px;
	height: 6px;
}

.icon_carrot:hover {
	background-position: right -10px;
	color: #901c3b;
}

.icon_question {
	background: url("../images/ui/icon_question.gif") center left no-repeat;
	padding: 2px 0 2px 20px;
}

.icon_arrow_feature {
	background: url("../images/ui/icon_arrow_feature.gif") center right no-repeat;
	padding-right: 15px;
}

.icon_alert  
{
	background: url("/images/ui/icon_alert.gif") center right no-repeat;
	padding-right: 15px;
}

.icon_close 
{
	background: url("/images/ui/icon_close.gif") center right no-repeat;
	padding-right: 15px;
}

.btn_search {
	background: url("../images/ui/search.jpg") top left no-repeat;
	width: 89px;
	height: 20px;
	border: 0;
}

.btn_searchagain {
	background: url("../images/ui/search_again.jpg") top left no-repeat;
	width: 88px;
	height: 20px;
	border: 0;
}

.icon_email 
{
	background: url("../images/ui/icon_email.gif") center left no-repeat;
	padding-left: 21px;
}

.icon_print 
{
	background: url("../images/ui/icon_print.gif") center left no-repeat;
	padding-left: 15px;
}
/* ------------- End Icon/Button Styles -----------*/





/* ------------- Nav Top Styles Styles -----------*/

#topNav {
	background: url("/images/ui/bg_navTop.gif") top left repeat-x !important;
	height: 27px !important;
	padding: 0px 0 9px 0;
}

ul.topNav 
{

	background: url("/images/ui/bg_navTop.gif") top left repeat-x !important;
	outline-width: 0 !important;
	height: 27px !important;
	
}

#topNav ul li {
	display: inline;
	margin-top: 1px;
}

#topNav ul li a {
	display: block;
	float: left;
	color: #e0e0e0 !important;
	font-size: 13px;
	background: url("/images/ui/bg_navTop_links.gif") top left no-repeat;
	width: 116px;
	height: 11px;
	padding: 0px 0px 14px 0;
	margin: 0 1px 0 0;
	text-align: center;
	border: 0;
}

#topNav ul li.last a {
	background: url("/images/ui/bg_navTop_links_last.gif") top left no-repeat;
	width: 122px;
}

#topNav ul li a:hover, #topNav ul li a.selected, #topNav ul li.childSelected a, #topNav ul li.selected a {
	background-position: 0 -25px;
	text-decoration: none !important;
}


#topNav ul ul li a {
	display: block !important;
	color: #e0e0e0 !important;
	font-size: 13px !important;
	background: #454C52 !important;
	width: 150px !important;
	height: auto !important;
	padding: 7px 5px 7px 5px !important;
	margin: 0 1px 0 0 !important;
	line-height: normal !important;
	border: 0 !important;
	text-align: left !important;
}

#topNav ul ul 
{
	clear: both;
}

#topNav ul ul li {
	float: none !important;
	display: block !important;
}

#topNav ul ul li a:hover {
	background: #5E6870 !important;
}

#topNav ul li.last li a
{
	width: 121px !important;
}

#topNav ul li {
  z-index: 100;
  position: relative;
}


#topNav li.sfHover ul {
	display: block;
}



/* ------------- End Nav Top Styles Styles -----------*/

.adBlock {
	margin-bottom: 10px;
}

.answerButtons {
	text-align: right;
	margin: 10px 0;
}

.answerButtons a {
	margin-left: 5px;
}

.container {
	background: url("/images/ui/bg_container.gif") top left no-repeat;
}

.pageTools 
{
	padding: 3px 10px;
	text-align: right;
	font-size: 11px;
	color: #08699a;
	border-bottom: 1px solid #B0B4B7;
	margin-bottom: 0px;
}

.pageTools span 
{
	margin-left: 20px;
}

.pageTools a:hover 
{
	color: #08699a !important;
}

.xSmallFont 
{
	font-size: .834em;
}

.smallFont 
{
	font-size: .917em;
}

.mediumFont 
{
	font-size: 1em;
}

.largeFont 
{
	font-size: 1.084em;
}

.xLargeFont 
{
	font-size: 1.166em;
}


.pagination {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right !important;
}

.contentBorder 
{
	border-bottom: 1px solid #B0B4B7;
}

.top 
{
	border-bottom: 1px solid #B0B4B7;
}

.bottom 
{
	border-top: 1px solid #B0B4B7;
}

.pagination .right 
{
	float: right;
	margin-top: -2px;
	margin-right:8px;
	padding: 4px;
}

.pagination .left
{
	float:left;
	margin-top: -2px;
	margin-left:8px;
	padding: 4px;
}

.pagination a {
	padding: 0px 4px;
	margin-left: 0px;
	border: 1px solid #FFF;
}

.pagination a.selected {
	border: 1px solid #3A6F97;
}

.pagination .nav {
	float: right;
}

.pagination a.next {
	background: url("/images/ui/icon_next.gif") center right no-repeat;
	padding-right: 5px;
}

.pagination .pageSize 
{
	display: inline;
	margin-left: 10px;
}

.submitBar 
{
	text-align: right;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #F2F2F2;
	border-top: 1px solid #D2D3CF;
}

.btnBar 
{
	background: url("/images/ui/btn_bg.jpg") top left repeat-x;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #D2D3CF;
}

.btnBar:hover 
{
	background-position: 0 -20px;
	color: #FFF;
}

.wrapper_container {
	background: url("/images/ui/bg_repeat.gif") top left repeat-y;
	width: 980px;
	margin: 0 auto;
}

.wrapper_nav {
	background: url("/images/ui/bg_internal.gif") top left repeat-x;
	padding: 9px;
}

.wrapper_internal {
	margin: 0 10px 0px 10px;
}


.wrapperForm h1  
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.wrapperForm .required 
{
	float: right;
	margin: 0 !important;
}

.wrapperForm disabled
{
	background: #E4EDF4;
	color: #006496;
}

.wrapperForm input 
{
	margin-top: 0;
}


/* ------------- Start Footer Styles -----------*/

.wrapper_footer {
	background: url("/images/ui/bg_footerBottom.gif") bottom left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 12px;
	color: #08699a;
	line-height: 14px;
	clear: both;
}

.wrapper_footer .footer {
	background: url("/images/ui/bg_repeat.gif") top left repeat-y;
}

.wrapper_footer .footer .content {
	background: url("/images/ui/bg_footerContent.gif") top left repeat-x;
	margin: 0 10px 0px 10px;
	padding: 10px 0;
}

.wrapper_footer p {
	color: #5f6a72;
}

.wrapper_footer span {
	background: url("/images/ui/btn_footer.gif") center right no-repeat;
	padding-right: 10px;
	margin-right: 5px;
}
/* ------------- End Footer Styles -----------*/

.cms_content .cmsHTMLSnippet h1 
{
	font-weight: bold !important;
	font-size: 1.5em !important;
	margin: 10px 0 !important;
	line-height: 1.2em !important;
}

.cms_content .cmsHTMLSnippet h2 
{
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0;
}

.cms_content .cmsHTMLSnippet h3 
{
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0 0 0;
}

.cms_content .cmsHTMLSnippet h4 
{
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0 0 0;
	font-style: italic;
}

.cms_content .cmsHTMLSnippet ul, .DetailWebPart ul, .DefaultWebPart .cms_content ul
{
	margin-left: 0px;
}

.cms_content .cmsHTMLSnippet ul li, .DetailWebPart ul li, .DefaultWebPart .cms_content ul li
{
	padding-left: 10px;
	background: url("/images/ui/btn.gif") 0 5px no-repeat;
}

.cms_content .cmsHTMLSnippet ol, .DetailWebPart ol
{
	margin: 0 0 0 25px;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.cms_content .cmsHTMLSnippet blockquote, .DetailWebPart blockquote
{
	margin: 10px 20px;
	background: #FBFBFC;
	border: 1px solid #DFDFDF;
	padding: 10px;
}

.cms_content .cmsHTMLSnippet hr, .DetailWebPart hr 
{
	clear: both;
	margin: 10px 0;
	color: #D9D9D9;
	border: none;
	border-top: 1px solid #D9D9D9;
}

.cms_content .cmsHTMLSnippet .picLeft, .DetailWebPart .picLeft 
{
	float: left;
	margin: 0 17px 4px 0;
}

.cms_content .cmsHTMLSnippet .picRight, .DetailWebPart .picRight  
{
	float: right;
	margin: 0 4px;
}

.cms_content .cmsHTMLSnippet .cellPaddingLeft, .DetailWebPart .cellPaddingLeft  
{
	padding-left: 10px;
}

.cms_content .cmsHTMLSnippet .cellPaddingRight, .DetailWebPart .cellPaddingRight
{
	padding-right: 10px;
}

.cms_content .cmsHTMLSnippet .text 
{
	margin-left: 130px;
}

.cms_content .cmsHTMLSnippet table td 
{
	padding: 3px 10px;
}

.cms_content .cmsHTMLSnippet table tr.alternate 
{
	background: #F1F9FC
}

.cms_content .cmsHTMLSnippet .split .text 
{
	margin-left: 130px;
}

.tablePadding td
{
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 11px;
}

.RegistrationValidators
{
	margin: 0px;
	padding: 0px;
	color: Red;
}

/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline
{
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div
{
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline
{
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl
{
	direction: rtl;
}
.ui-datepicker-dialog
{
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger
{
	width: 25px;
}
img.ui-datepicker-trigger
{
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt
{
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt
{
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker
{
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control
{
	background: #919090;
	padding: 2px 0px;
}
.ui-datepicker-links
{
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links
{
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label
{
	/* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev
{
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev
{
	float: right;
	text-align: right;
}
.ui-datepicker-current
{
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next
{
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next
{
	float: left;
	text-align: left;
}
.ui-datepicker-header
{
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select
{
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker
{
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a
{
	display: block;
	width: 100%;
}
.ui-datepicker-title-row
{
	background: #919090;
}
.ui-datepicker-days-row
{
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col
{
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell
{
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a
{
	display: block;
}
.ui-datepicker-week-end-cell
{
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell
{
	background: #777;
}
.ui-datepicker-days-cell-over
{
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable
{
	color: #888;
}
.ui-datepicker-today
{
	background: #fcc !important;
}
.ui-datepicker-current-day
{
	background: #999 !important;
}
.ui-datepicker-status
{
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a
{
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a
{
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a
{
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a
{
	color: #eee !important;
}
.ui-datepicker-control a:hover
{
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover
{
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker
{
	border: 1px solid #777;
}
.ui-datepicker-one-month
{
	float: left;
	width: 185px;
}
.ui-datepicker-new-row
{
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}

table.Gender td
{
	vertical-align: top;
	padding: 0px;
}


/* ------------- Nav Left Styles Styles -----------*/
.at_a_glance {
	text-align: left !important;
	font-size: 12px !important;
	line-height: 13px !important;
}

.at_a_glance .webpart_content_title {
	color: #FFF !important;
	font-size: 14px !important;
	font-weight: bold !important;
	background: url("/images/ui/bg_navLeft_hdr.gif") top left no-repeat !important;
	text-align: left !important;
	padding: 10px 10px !important;
	margin-bottom: 5px !important;
}

.at_a_glance ul 
{
	margin-left: 0 !important;
}

.at_a_glance ul li {
	background: url("/images/ui/bg_navLeft.gif") top left no-repeat !important;
	margin-bottom: 2px !important;
	border: 1px solid #e1e3e4 !important;
	padding-left: 0 !important;
}

.at_a_glance ul li a {
	color: #434c52 !important;
	padding: 4px 3px 4px 10px !important;
	display: block !important;
}

.at_a_glance ul li a:hover, .at_a_glance ul li a.selected {
	color: #08699a !important;
}

.default_leftNav ul {
	text-align: left !important;
	font-size: 12px !important;
	line-height: 13px !important;
	border: 1px solid #B1B2B4 !important;
	/*The remaining items in this css item need to be removed and added as a separate class*/
	margin-bottom: 10px !important;
	border-bottom: 0 !important;
	background: #F0F0F0 url("/images/ui/bg_slimBorder.gif") top left repeat-x !important;
	padding-top: 11px !important;
}

.default_leftNav ul li {
	padding-left: 0px !important;
	border-bottom: 1px solid #B1B2B4 !important;
}

.default_leftNav ul li a {
	color: #434c52 !important;
	padding: 8px 3px 8px 13px !important;
	display: block !important;
}

.default_leftNav ul li.selected a, .default_leftNav ul li.hasChildren a, .default_leftNav .childSelected {
	background: url("../images/ui/bg_leftNav.gif") top right no-repeat;
	font-weight: bold;
}

.default_leftNav ul li a:hover{
	color: #08699a !important;
	background: url("../images/ui/icon_arrow_featureList_ov.gif") 0 9px no-repeat !important;
}

.default_leftNav ul ul 
{
	font-size: 11px !important;
	font-weight: normal !important;
	background: #F0F0F0 !important;
	padding-top: 0px !important;
	border: none !important;
	margin-bottom: 0px !important;
}

.default_leftNav ul ul li a 
{
	padding: 3px 3px 3px 20px !important;
	background: #F0F0F0 !important;
	font-weight: normal !important;
}

.default_leftNav ul ul li 
{
	border-bottom: none !important;
}

.default_leftNav ul ul li.selected a {
	color: #08699a !important;
	font-weight: bold !important;
	background: url("../images/ui/icon_arrow_featureList_ov.gif") 0 5px no-repeat !important;
	text-decoration: none;
}

.default_leftNav ul ul li a:hover{
	color: #08699a !important;
	background: url("../images/ui/icon_arrow_featureList_ov.gif") 0 5px no-repeat !important;
	text-decoration: none;
}
/* ------------- End Nav Left Styles Styles -----------*/

.Reg
{
	
}

.Reg td
{
	padding: 6px 6px 0px 0px;
}

.ResultContainer
{
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #c0c0c0;
}

.SearchContainer
{
	padding: 10px 10px 10px 10px;
}

.SearchContainer input
{
	margin-bottom: 10px;	
}

.ResultsPagerTop
{
	border-bottom: solid 1px #c0c0c0;
}

.ResultsPagerBottom
{
	border-top: solid 1px #c0c0c0;
}

.NoMatches 
{
	margin: 15px;
}

ul.searchul {
	margin-left: 30px;
}

ul.searchul {
    margin: 15px 0px 0px 30px;
	list-style: disc;
}

ul.searchul li {
	
}

#searchwebparttitle {
	color: black;
	font-size: 14px;
	background: url("/images/ui/bg_contentTitle.gif") top left repeat-x;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
	border-top: 2px solid #5E6B74;
	font-size: 14px;
	font-weight: bold;
}

.pollcontainer
{
	margin: 0px 10px 10px 10px;
}

.pollquestion
{
	padding: 0px 0px 10px 0px;
}

.pollcounts
{
	padding: 0px 0px 0px 10px;
}

.pollsubmit
{
	padding: 10px 0px 0px 0px;
}

.pollvalidation
{
	padding: 5px 0px 0px 15px;
}

.applicationSubmissionHeader
{
    padding: 6px;
}

.applicationSubmissionHeader h1
{
    padding-top: 12px;
    font-weight: bold;
    font-size: 12px;
}

#centreListing h2
{
    font-size: 14px; 
    font-weight: bold; 
    padding-bottom: 15px;
}

#centreListing .centreItem
{
    padding-bottom: 17px;
}

