/*//Set Global Fonts//*/
#dris.fontstyle, #dris_splash_window.fontstyle
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 110%;
}
#dris.fontstyle a, #dris_splash_window.fontstyle a
{
	color:#0D6D78;
	text-decoration: none;
}
#dris.fontstyle a:hover, #dris_splash_window.fontstyle a:hover
{
	color:#DB7D09;
	text-decoration: underline;
}
h1
{
	
}
h2
{
	
}
.largesizefont
{
	font-size: 140%;
}
.topbar_menu_text a
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
	line-height: 1em;
}
.topbar_menu_text a:hover
{
	text-decoration: underline;
}
.refine_heading
{
	font-size: 100%;
	font-weight: bold;

}
.heading_title
{
	font-style: italic;
	padding-right:5px;
}
.f a, .f a:visited, .f a:hover
{
	color: #0D6D78;
}
/*//END OF FONTS//*/

/*These settings are for the meta data list items*/
li.noListType {list-style-type:none;}

a.metaList:hover
{
text-decoration:underline;
}
a.metaList{color: #0D6D78;
cursor: pointer; 
}


/*//Set Global Misc Elements//*/
.invisible
{
	display: none;
}
.clear
{
	clear: both;
}
img
{
	border: none;
	padding: 0;
	margin:0;
}

#qrcode {
	cursor: pointer;
}

/*//End of Global Misc Elements//*/




/*//Set Global Div Positioning//*/
#dris, #dris_splash_window
{
	padding: 30px 20px 30px 20px;
	/*white-space: nowrap;*/
	overflow-x: scroll;
	width: 910px;
}
/*//End of Global Div Positioning//*/


/*//Set Global Menu Items//*/
#dris_topbar
{
	height: 25px;
	width: 100%;
	background: #0B5B92;/*url(images/top_bar_bkg.gif) repeat-x left top;*/
}
#dris_topbar ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#dris_topbar li
{
	border-right: 1pt solid #fff;
	padding: 0 20px 0 20px;
	float: left;	
	margin: 3px 0 0 0;
}
/*//Set Global Menu Items//*/


/*//Set Global Form Elements//*/
#dris input, #dris_splash_window input
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}
.search_input
{
	cursor:text;
	margin:0px 1px 0 0;
	padding:0px 3px;
	font-size: 120%;
	border: 1pt solid #3CAFB5;
}
.submit_button
{
	background: url(images/submit_bkg.gif) repeat-x left top;
	border: 1pt solid #DDC3A4;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	padding:0 12px;
	margin:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button_hovered
{
	background: url(images/submit_bkg_over.gif) repeat-x left top;
	border: 1pt solid #DDC3A4;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	padding:0 12px;
	margin:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button_down
{
	background: url(images/submit_bkg_down.gif) repeat-x left top;
	border: 1pt solid #DDC3A4;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	padding:0 12px;
	margin:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*//Set Global Form Elements//*/

/*Auto Complete */
.ac_results li 
{
	cursor:default;
	display:block;
	text-align:left;
	margin:0;
	overflow:hidden;
	padding: 4px 10px;
}
.ac_results 
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 100%;
	background-color:#fff;
	border:none;
	border: 1px solid #e5e5e4;
	overflow:hidden;
	padding:0;
	z-index:99999
}
.ac_odd 
{
	/*background-color:#f2f2f0;*/
	background-color:#fff;
}
.ac_over 
{
	background-color:#f2f2f0;
	color:#DE7D09;
	text-decoration: underline;
}
/*end of Auto Complete*/


.login_div {
    float: right;
    margin: 3px 0 0;
    padding: 0 20px;
}
