.ndp_name{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000066;
}

.ndp_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#006633; /*:#006699; */
}

.cv_name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#003366;
}

.page_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000066;
}

.reg_head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
.reverse{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.reverse:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.nav_group{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC99;
}

.required{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
}
.site_table{
	border:1px;
	border-color:#999999;
	border-style:solid;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;
}

.exam_table{
	border:1px;
	border-color:#999999;
	border-style:solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
}

.record_options{
}
h1{
	font-size:18px;
	font-weight:bold;
}

input, select, textarea{
	border:1px;
	border-color:#009999;
	border-style:solid;
	border-top:thin;
	border-left:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:normal;
}

.nursestatus{
	color:#006600;
	text-align:right; 
	font-family:verdana;
	font-size:14px;
}

.leftnav {
	text-align:left; 
	font-family:verdana;
	font-size:11px;
}

a.leftpanel {
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
}

a.leftpanel:visited {
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
}

a.leftpanel:hover {
	color:#000066;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

.login{
	text-align:center; 
	font-family:verdana;
	font-size:12px;
}

.red {
	text-align:left; 
	font-family:verdana;
	font-size:11px;
	color:red;
}

table{
}
th,td {
	font-family:verdana;
	font-size:11px;
} 
a {
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:navy;
}
a:active {
	text-decoration: none;
}

.link {
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.link:link {
	text-decoration: none;
}
.link:visited {
	text-decoration: none;
	color:white;
}
.link:active {
	text-decoration: none;
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/* CSS for Search page fly-out vertical menu... 
	Added on : July 4, 2006
*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 10em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 0em;
}

#nav li ul { /* second-level lists */
	position:absolute;
	left: -999em;
	margin-left : -19em;
	margin-top : -10em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 15em;
	/*w\idth : 10em; */
	display : block;
	color:white;
	font-weight : bold;
	text-decoration : none;
	background-color:#333298;
	border : 0px solid gray;
	padding : 0 0.5em;
}

#nav li a.listheader {
	background-image:url(../images/menu_bg6c.JPG);
}

#nav li a.name {
	width: 15em;
	/*w\idth : 10em; */
	display : block;
	color:#FFCC00;
	font-weight : bold;
	font-size:11px;
	text-decoration : none;
	background-color:#333298;
	border : 0px solid gray;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : black;
	background-image:url(../images/menu_bg6d.JPG);
	background-color:#FFCC99;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.iq_search_hover ul ul, #nav li.iq_search_hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.iq_search_hover ul, #nav li li.iq_search_hover ul, #nav li li li.iq_search_hover ul { 
	/* lists nested under hovered list items */
	left: auto;
}