@charset "utf-8";
/* CSS Document */

body
{
  background-color: #333333;	
}

div.header
{
	background-color: #fff;
}
div.headerleft
{
  background-image:url(../images/background/top_border_left.gif);
  background-repeat: no-repeat;
}
div.headerright
{
  background-image:url(../images/background/top_border_right.gif);
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
}

div.headercenter
{
	text-align: center;
}

.headertextred
{
	color: #333333;
	font-size: 20pt;
}
.headertextgrey
{
	color: #333333;
	font-size: 12pt;
}
div.main
{
	background-color: #fff;
}
div.footer
{
	background-color: #fff;
	text-align:center;
}

div.nav
{
	background-color: #fff;
	color: #333333;
	text-align: center;
}

.columnheader
{
	color: #333333;
	font-size: 2.25em;
}

.columntext
{
	color: #000;
}
div.colborder
{
	border-right-color: #333333;
}
a
{
  color: #004961;
  font-size: 12px;
}

.toplink
{
  color:#333333;
  font-size: 16px;
  font: bold;
  background-color: #000;
}

hr
{
	background-color: #dddddd;
}

h3
{
	color:#333333;
}
/* clear some css stuff from jquery ui */
.ui-widget { font-size:99%; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; }

#navtabs.ui-tabs .ui-tabs-panel { display: inherit; border: 0; padding: 0px; background: none; }
#navtabs.ui-tabs { position: relative; padding: 0em; zoom: 1; padding-top: .2em} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#navtabs.ui-widget-content { border: 0px solid #dddddd; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; background: #FFFFFF; color: #333333;}
#navtabs.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

#home.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
#home.ui-widget-content { border: 0px solid #dddddd; background: none; color: #333333; }


#basic-modal-content {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:200px; width:400px; color:#bbb; background-color: #FFFFFF; border:2px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}

#simplemodal-container a.modalCloseImg {background:url(/images/fancybox/fancy_close.png) no-repeat; width:27px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

#simplemodal-container #basic-modal-content {padding:8px;}

ul.dataset
{
	text-align: left;
}
.rif_error {
	display: none;
	background: red;
	color: #FFF;
	text-align: left;
}


.request_info {
  	text-align: left;
	display: block;
}