/*
	Description: 	Table CSS 
	Changes:
*/

/*
-----------------------------------------------
Input Box
-----------------------------------------------
*/ 

input, select, textarea {
    font-family: verdana, sans-serif;
	font-size: 10px;
}

select {
	width:120px;
}



/*
-----------------------------------------------
Sitecore Content Area
-----------------------------------------------
*/ 


.generaltable{

border:none;

background-color:#fff;

border-bottom:2px solid #5482AB;

margin-bottom:1.3em;

width:100%;


}
 

.generaltable th{

color:#fff;

background-color:#5482AB;

width:100%;

padding:2px;

text-align:left;

}

.generaltable tr{

background-color:#ccc;

}

.generaltable td{

width:20%;

background-color:#fff;

padding:2px;

border-bottom:1px solid #5482AB;

vertical-align: top;

}

.rightborder1px{

border-right:1px solid #5482AB;

}

.rightborder2px{

border-right:2px solid #5482AB;

}

.twocolumntable{

border:none;

margin-bottom:1.3em;

width:100%;


}

.twocolumntable tr{


}

.twocolumntable td{

width:50%;
padding:2px;
padding-top:5px;

background-color:#fff;
border-top:1px solid #5482AB;

text-align: left;

vertical-align: top;

}


.datatable{

border:1px solid;
border-color: #b0bbd4;

margin-bottom:1.3em;

width:100%;


}

.datatable th{

color:#fff;

background-color:#5482AB;

width:100%;

padding:2px;

text-align:left;

}

.datatable td{

border:1px solid;

padding:2px;

text-align:left;

}

.datatable .diff{

background-color:#F0F0F0;
}

.datatable td.headercol{

font-weight:bold;

}


.jbtable{
border:none;
background-color:#fff;
border-bottom:2px solid #5482AB;
width:100%;
font-size:10px;
font:Tahoma;
}

.jbtable th{
color:#fff;
background-color:#5482AB;
padding:2px;
text-align:center;
}

.jbtable tr{
background-color:#ccc;
}

.jbtable td{
background-color:#fff;
padding:2px;
border-bottom:1px solid #5482AB;
vertical-align: top;
}

.jbtablecell{
text-align:center;
}

.jbheader{
font-size:medium;
font-weight:bold;
}

/*
-------------------------------------------------------------
A table desing to be used in ExperianForms, for data table
-------------------------------------------------------------
*/ 


table.formsdatatable {
	border:1px solid;
	border-color: #b0bbd4;

	width:100%;
}

table.formsdatatable th{

color:#fff;
background-color:#5482AB;
padding-left:5px;
text-align:center;
}

table.formsdatatable td{
border-color: #b0bbd4;
border:1px solid;
padding:2px;
text-align:left;
}
