﻿.cssTable {
    padding:3px;    
}

.cssTable .th {    
    border: 1px solid #649cbf;
    background: #649cbf url(images/ui-bg_highlight-soft_30_649cbf_1x100.png) 50% 50% repeat-x;
    outline: none;
 }
 
.cssTable .th .td {
	text-transform:uppercase;
	font-size:.9em;
    color:#fff !important;
	padding: 5px;     
	font-weight:bold;	
	text-transform:uppercase;
	float: left;
}

.cssTable .tr {
    padding: 1px 0;
 }

.cssTable .tr .td {
	padding: 2px 5px;
    float: left;
}

.cssTable .tr .td.titleCell span {
    font-weight:bold;
}

.cssTable.isCollapsed .tr {
 display:none;
}

.cssTable table, table.cssTable{
    width:100%;
}

.cssTable th {
 padding: 2px 5px;
 background:#649CBF;
 text-transform:uppercase;
 color:#fff;
}

.cssTable td {
    vertical-align:top;
    padding: 2px 5px;
}

.cssTable.isCollapsed tr {
 display:none;
}

.cssTable td.titleCell span {
    font-weight:bold;
}

.cssTable td input, .cssTable td textarea {
    
    }     

.cssTable .title {
	font-weight:bold;
	color:#30617f;
	}