/*
ONE System 
Overlay CSS
Boston Logic Technology Partners Inc.
*/

#RB_overlay
{
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox 
{
  width: 100%;
  position: absolute;
  top: 0;
	/* IE Centering and Z-Index */
	z-index: 100;
	left: 0px; /new/
	right: 0px; /new/

}

#RB_window 
{
	position: fixed;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 102;
	line-height: 0;
}

/* fixes bug in IE 6+7 where fixed positoning doesn't work */
#RB_window 
{
	* position: absolute;
}

#RB_loading 
{
  margin: 0 auto 0 auto;
	width: 250px;
	height: 250px;
  text-align: center;
  background: #fff url(/images/spinner.gif) no-repeat center center;
}
/*
ONE System 
Modal CSS
Boston Logic Technology Partners Inc.
*/

/*
=======================================
GLOBAL MODAL STYLES
=======================================
*/


.modal {
font-family: arial, verdana, sans-serif;
font-size: 1.2em;
text-align: left;
line-height: normal;
  width: 500px;
  padding: 15px;
  background-color:#fff;
}

.modal_header {
  display:block;
  border-bottom: 1px dotted #A3270B;
}

.modal h1, .modal h2 {
  margin: 4px 0;
  padding: 4px 0;
}

.modal h1.no_bottom_border {
  border:none;
}

.modal h3 {
margin: 0; 
padding: 4px 0;
display: block;
border-top: 1px dotted;
background: none;
color: #000;
}

.modal h3 span {
font-size: 80%;
display: block;
}

a {
color: #a3270b;
}

.modal p {
  margin: 8px 0;
}

.modal p.close_window { 
  float: right;
  margin: 1px 0 10px 0;
  font-size: 11px;
}

.modal table {
  margin: 10px 0 !important;
width: 100%;
}

.modal table td {
  vertical-align: top;
}

.modal th {
text-align: right;
padding-right: 6px;
}


/*
=======================================
MODAL FORMS
=======================================
*/

.modal input,
.modal select,
.modal textarea
{
  font-family: arial, verdana, sans-serif;
font-size: 12px;
}

textarea {
width: 100%;
}

.submission {
text-align: center;
}

.modal label {
font-weight: bold;
}

/*
=======================================
MODAL ERRORS & ALERTS
=======================================
*/

.modal .required
{
  font-size: 9pt;
  color: red;
}

.modal .accepted {
  color: green;
}

.modal .alert
{
  color: #FF0000;
}

.modal .errorExplanation h2
{
  margin: 0 0 10px 0;
  font-size: 10pt !important;
}

.modal .errorExplanation ul li
{
  font-size: 8pt;
}


/*
=======================================
MODAL PRINT
=======================================
*/

.modal  #logo-print
{
  display: none;
}

.modal  #logo-print img
{
  border: none;
}



