
/* autocomplete boxes */

div.autocomplete {
  position:absolute;
  width:500px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;

  cursor:pointer;
}

/* new tab CSS */

.tabmenu {      
    clear: both;
    float: none;
    padding-left: 20px;
}

.tabmenu_def_w {
    width: 600px;
}

.tabmenu DIV {
    width: 100px;    
    float: left;
    padding: 5px;
    text-align: center;
    font: 12px Arial; 
    color: #FFFFFF;
    height: 15px;
}

.tab {
    border: solid #FFFFFF 1px;
    background: black;
    cursor: pointer; 
}

.tabselected {
    background: #015480;
    border: solid #015480 1px;
}

.tabline {
    clear: both;   
    width: 600px;
    height: 16px;
    background: #015480;
    border: solid #015480 2px;
    padding: 0px;
    font:  bold 14px Arial; 
    color: #FFFFFF;   
}

.tabrow  {
    width: 600px;    
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: solid #015480 2px;
    border-left: solid #015480 2px;    
}

.tabrow_nh {
    width: 600px;    
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: solid #015480 2px;
    border-left: solid #015480 2px;    
}

.tabcell {
    width: 200px;    
    float: left;    
    text-align: center;
    overflow: hidden;
    white-space: nowrap;    
}

.tabcell_left {
    width: 195px;    
    float: left;    
    text-align: left;
    padding-left:5px;
    overflow: hidden;
    white-space: nowrap; 
}

.tabcell_left INPUT[type="text"] { width: 180px; }


.tabcell_right {
    width: 195px;    
    float: left;    
    text-align: right;
    padding-right:5px;
    overflow: hidden;
    white-space: nowrap; 
}

.tc_label {
    width: 95px;    
    float: left;    
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;  
    font-weight: bold;     
}

.tc_ctrl {
    width: 195px;    
    float: left;    
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;    
}

.tc_txt {
    width: 200px;    
    float: left;    
    text-align: left;
    overflow: auto;
    padding-left: 5px;   
}

.tc_heading {
   padding-left: 5px;   
   width: 565px;  
   float: left;  
   text-align: left;
   overflow: hidden;
   white-space:nowrap;
}

.tc_close {
    width: 30px;
    float: left;  
}

.tabcell LABEL, .tabrow LABEL {
    font-weight: bold;   
}

.tabcell_date {
    width: 145px;    
    float: left;    
    text-align: left;
    padding-left:5px;
    overflow: hidden;
    white-space: nowrap;
}

.tabcell_date INPUT {
    width: 115px;
}

/* table */

.tr10 td {font-size: 12px}

.cdi_table, .cdi_report_table
{    
    empty-cells: show;
    border-collapse: collapse;
}

.cdi_table TH, .cdi_report_table TH
{
    font: bold 12px Arial;
    color: #015480; 
    background-color: white;
    border-bottom: 2px solid #015480; 
    text-align: left; 
}

.cdi_table TH  {    
    padding: 10px 5px 2px 5px;    
}

.cdi_report_table TH  {    
    padding: 5px 10px 2px 10px;
    /*text-align:center;*/    
}

.cdi_report_table TD  {    
    padding: 5px 10px 5px 10px;       
    border-right: 1px dashed #015480;
}

.cdi_table TD, .cdi_report_table TD {
    border-bottom: 1px dashed #015480;
    text-align: left;
}

.cdi_table TD {   
    padding: 2px 5px 2px 5px;
}

.cdi_table TD INPUT[type="text"] {
    width: 250px;
}

.cdi_table TD.label {
    color: #015480;
    text-align: right;
    font: bold 12px Arial;
}

TR.clickTR  TD {
	cursor: pointer;
} 

#feedback_div DIV {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    border: 1px dashed #015480;
    width: 300px;
}

#feedback_div DIV.error {
    color: #E13A3E;
}

#feedback_div DIV.success {
    color: #015480;
}

/* main site link button */

.btn {
	float: left;
    /*clear: both;*/
	background: url(http://www.cdicurbs.com/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px;
}

.btn a {
	float: left;
	height: 40px;
	background: url(http://www.cdicurbs.com/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
    width: 75px;
}

.btn a:link, .btn a:visited, .btn a:active, .btn a:hover { color: #fff; }
.btn a:hover { text-decoration: underline}

.btn span {
	background: url(http://www.cdicurbs.com/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_blue { background-color: #015480; }
.btn_black { background-color: #000; }
.btn_red { background-color: #AC0505; }

