.rightCol{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bottomCol{
    border-bottom: 1px solid #ccc;
}



.tblTable{
   border: 0;
   font-family:Verdana, Geneva, sans-serif;
}
.tblRowHed{
    font-size: 12px; 
     ont-weight: bold;
}

.tblRow{
    font-size: 11px;
    font-weight: normal;
}
.tblColsHed{
    border-right: #999 solid 1px; 
    border-bottom: #999 solid 1px;  
}
.tblColsLastHed{
    font-weight: bold;
    border-bottom: #999 solid 1px;    
}

.tblCols{
    
    border-right: #999 solid 1px; 
    border-top: #ccc solid 1px; 
}
.tblCols a{
   color: #06F;
   text-decoration: underline;
}
.tblColsLast{
    border-top: #ccc solid 1px;    
}
.tblColsLast a{
   color: #06F;
   text-decoration: underline;
}



.table_style_1{
   border-left: 1px solid #C1DAD7;
   font-family:Verdana, Geneva, sans-serif;  
}

.table_style_1 caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
        color: #500;
        font-size: 12px;
}

.table_style_1 th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

.table_style_1 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.table_style_1 td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.table_style_1 td.alt {
	background: #F5FAFA;
	color: #797268;
}

.table_style_1 h.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.table_style_1 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.table_style_1 .button_heading{
        font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
        border: none;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
}



#table_list{
   color: #000;
}

#table_list th{
    color: #000;
    padding: 5px;
    background: tan;
}
#table_list td{
    padding: 5px;
}

#table_list td.row1{
    background: #E2E2E2;
}
#table_list td.row2{
    background: #eee;
}

#table_list .line{
     border-right: 1px solid #000;
}


#table_view{
    
}
#table_view td.label{
    padding: 5px 20px 5px 5px;
    border-bottom: #eee 1px solid;
    border-right: #eee 1px solid;
    color: maroon;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}
#table_view td.view{
    padding: 5px 5px 5px 20px;
    border-bottom: #eee 1px solid;
}