/* table formatting  */


.details {
	width: 100%;
	/*text-align: center;
	margin: 0 auto;*/
	padding: 0px;
	overflow:visible;
}  

.details table {

	text-align: left;
	border-top: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	/*margin: 5px auto;*/
	padding: 0px;
	width: 100%;
	background-color:#FFF



}

.details thead, tfoot {

	font-weight: bold;
	background-color:#C6E8FF;
}

.details tbody {
	overflow: auto;
  
 }
 
.details th {

	font-weight: bold;
	background-color:#C6E8FF;
}
	

.details tr{  
color:#000;

} 
.details ul 
{
    margin-bottom:0em;
}
 
.class1{  background-color:#D7DFE7}

.class2{  background-color:#F1F4F7}



.details td, .details th{
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	padding: 2px 5px;
	
}

.topright {
	text-align: right;
	vertical-align: top;
	top: 0px;
	right: 0px;
}


.col10 {
	width: 10%;

}

.col15 {
	width: 15%;

}

.col20 {
	width: 20%;

}

.col25 {
	width: 25%;

}

.col30 {
	width: 30%;

}

.col33 {
	width: 33%;

}

.col35 {
	width: 35%;

}

.col40 {
	width: 40%;

}
.col45 {
	width: 45%;

}
.col48 {
	width: 48%;

}
.col50 {
	width: 50%;

}
.col60 {
	width: 60%;

}

.col70 {
	width: 70%;

}

.col80 {
	width: 80%;

}


.colspace {
	width: 5px;

}

table.fc ul, table.fc li {
text-align:left;
}

/* end table formatting   */


/* additonal table sorter css   */

.even {
	background-color: #FFFFFF;
}
.odd {
	background-color: #E1E1E1;
}
.highlight {
	background-color: #CCCCCC;
	font-weight: bold;
}
.header {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right;
}
.headerSortUp {
	background-image: url(images/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right;
}
.headerSortDown {
	background-image: url(images/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right;
}
/* end table styles  */

