/*

<IHSBoxDoc file="stylesheet.css" language="Cascading StyleSheet">
	<purpose>I set the styles for the web site.</purpose> 
	<properties>
		<history author="Ed Conley" email="Ed.Conley@IHS.gov" date="24 September 2008" role="architect" type="create" />   		
	</properties>
</IHSBoxDoc>

*/



#cotraveler {
	display: none;
}

#citizendivs {
	display: none;
}

#nhscob {
	display: none;
}
#cdate {
	display: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
    background:#2F99B4;  
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
    color:#FFFFFF;
    background:#2F99B4;  
}
.ui-datepicker table {
	width: 100%;
	font-size: .7em;
	border-collapse: collapse;
    font-family:verdana;
	margin: 0 0 .4em;
    color:#000000;
    background:#9EEFEE;    
}
/*This is date TD */
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .8em;
	text-align: right;
	text-decoration: underline;
}

label.Trequired:before {
	content:"*\a0";
	color:#FF0000;
	font-weight: 700;
	font-size:1.3em !important;
	vertical-align: middle;
	line-height:1em !important;
}
.ui-datepicker-next {
    float: right;
    background: #9EEFEE;
    margin: 2px;
	margin-bottom: 4px;
    padding: 2px;
	padding-bottom: 0px;
	cursor: pointer;
	border: 1px solid #eee;
}
.ui-datepicker-prev {
	float:left;
    background: #9EEFEE;
    margin: 2px;
	margin-bottom: 4px;
    padding: 2px;
	padding-bottom: 0px;
	cursor: pointer;
	border: 1px solid #eee;
}