body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #003466;
}

h1,h2,h3,h4 {
	color: #241F61;
}

a { text-decoration:none; }
a:visited { color: #003466; }
a:active { color: #003466; }
a:hover { color: #660000; }

.safe {
	font-weight: bold !important;
	color: #009900 !important;
}

.warn {
	font-weight: bold !important;
	color: #CC3300 !important;
}


.halt {
	font-weight: bold !important;
	color: #FF0000 !important;
}

.alpha_listing {
	font-size: 16px;
	font-weight: bold;
}
.clear{
clear:both;
}
.clientemail {
display:none;
visibility:hidden;
}
#reltable tr:nth-child(even) {background: #CCC}
#reltable tr:nth-child(odd) {background: #FFF}


.alpha_listing a:hover {
	background-color: #666666;
}

.alpha_listing_current {
	background-color: #666666;
	color: #FF6666;
	padding-left: 3px;
	padding-right: 3px;
}

.prod_button {
display: block;
background: none;
margin: 5px;
width:65%;
padding: 7px;
border-radius: 5px;
font-size: 15px;
font-weight: bold;
}
.admin_button{
display: block;
background: #ddd;
width: 190px;
margin: 5px;
padding: 7px;
border-radius: 5px;
float: left;
font-size: 15px;
color: black!important;
font-weight: bold;
box-shadow: 2px 2px 5px #333;
-moz-box-shadow: 2px 2px 5px #333;
-webkit-box-shadow: 2px 2px 5px #333;
}
.old_quote{
float: right;
width: 239px;
background: #eee;
padding: 0 8px;
border-radius: 7px;
}

.old_quote h4 {
margin: 3px 0;

}

/*Quote Styles */

.rate {
    padding: 0 8px;

    width: 18%;
}

.sqltable {
	padding:0 8px;
	width:30%;
	min-height:110px;
}

.ratetable{
	padding:0 8px;
	width:30%;
}

.display1{
    background: #ddd;

}

.display0 {
    background: #f9f9f9;

}

.column {width:100%; clear:both;}

.ratefrom {
    color: red;

}

.rateto {
    color:red;

}

.ratevalue {
	color:black;
	font-size:11px;
}

.emailfield {
display:none;
visibility:hidden;
}

.sitewrapper {
	width:950px;
	margin:auto;
}

.custom_table {
    text-align: left;

    border-spacing: 0;      border-collapse:collapse;
}
.custom_table td, .custom_table th {

vertical-align:top;
padding: 7px;
}

.bottomrow td , .bottomrow th{
border-bottom: 1px solid;
}

.greyrow {
	background: #CECECE!important;	
}

tr h3 , tr h4{margin:0; line-height:28px}

td, th {
vertical-align:top;
}

.data_table .extra_form{
    border: 2px solid #116D11;

    padding: 0px;
}

.data_table .extra_form tr:nth-child(even){

}
.data_table tr>td>.extra_form>tbody>tr:nth-child(odd){
    background: #CDE0CD;

}
.data_table .extra_form td{
    padding: 5px 2px;


}

.data_table .extra_form th {
    font-weight: bold;

    padding: 8px 3px;
}

.admin_box {
	text-align:right;
}
.admin_box a {
font-weight:bold;
font-size: 13px;
line-height: 18px;
text-align: right;
}

.deletebutton {
    background: red!important;
    cursor: pointer;
    float: right;
    clear: right;
    margin: 9px 0;
    padding: 5px 8px;
    color: white!important;
}

.user_bar {
	font-size: 12px;
	color: #333333;
	background-color: #DDDDDD;
	padding: 2px;
	border-bottom: 1px solid #000099;
	visibility:hidden;
}

.user_bar_logout {
	font-size: 11px;
	color: #241F61;
}

.user_bar_logout a:link { color: #003466; }
.user_bar_logout a:visited { color: #003466; }
.user_bar_logout a:hover { color: #666666; }
.user_bar_logout a:active { color: #003466; }

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

.debug {
	font-family: arial;
	font-size: 12px;
	background-color: #CC4400;
}

.debug_title {	
	background-color: #CC4400 !important;
	font-weight: bold;
	color: #FFFFFF !important;
}

.debug th {
	background-color: #333333;
	text-align: left;
	color: #FFFFFF;
}

.debug td {
	background-color: #999999;
	color: #000000;
	font-weight: bold;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box {
	font-size: 11px;
}

.box_header {
	color: #FFFFFF;
	background-color:#003466;
	font-weight: bold;
	/*background-image:url('images/box_bar_bg.gif');*/
}

.box_header_left {
	color: #FFFFFF;
	background-color:#003466;
	font-weight: bold;
	/*background-image:url('images/box_bar_left.gif');*/
}

.box_header_right {
	color: #FFFFFF;
	background-color:#003466;
	font-weight: bold;
	/*background-image:url('images/box_bar_right.gif');*/
}

.box_content {
	background-color:#FFFFFF;
	border-bottom:1px solid #000099;
	border-left:1px solid #000099;
	border-right:1px solid #000099;
	padding:3px;
}


.data_table {
	background-color: #666666;
}

.data_table th {
	background-color: #999999;
	color: #FFFFFF;
	text-align: left;
}

.data_table td {
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
}

select { 
	font-size: 12px; 
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
}

.textbox {
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
	padding: 2px;
}

.button {
	font-size: 12px;
	background-color: #999999; 
	color: #FFFFFF; 
	border: solid 1px #666666; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.popoverlay{
    
}

.popup_form{
    
position: absolute;
    
background: lightgrey;
    
left: 0;
    
min-width: 90%;
    
padding: 20px;
    
z-index: 100;
}

.radio-button{margin-right:15px;display: block;}
.radio-button:before {content: '';display:inline-block;width: 20px;background: #99ca3c;height: 20px;border: solid 2px #556670;border-radius: 15px;margin-right: 3px;text-align: center;color: #556670;}
.radio-button.active:before{content: "•";color: #556670;font-size: 31px;line-height: 14px;}