body {
	background: #FFFFFF;
	font: small sans-serif;
	font-size: 14px;
}
table {
	font-size: smaller;
	width: 80%;
 	padding:0;
	color: #1c5d79;
	margin-left: auto;
   	margin-right: auto;
	background: #f3f3f3;
	
}
table, tr, th, td {
	border-collapse: collapse;
}
caption {
	margin-left: auto;
   	margin-right: auto;
 	padding:0;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	text-indent: 28px;
	font-weight: bold;
	color: #555d6d;
	text-align: left;
	letter-spacing: 3px;
	border-top: dashed 1px #c2c2c2;
}

/* HEAD */

thead {
	background-color: #FFFFFF;
	border: none;
	cursor: default;
}
thead tr th {
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #1c5d79;
	background-repeat: repeat-x;
	border-left:solid 1px #FF9900;
	border-right:solid 1px #FF9900;	
	border-collapse: collapse;
	cursor: default;
	
}
thead tr th:hover {
}

/* BODY */

tbody tr {
	background: #dfedf3;
}
tbody tr.odd {
	background: #F0FFFF;
}
tbody tr:hover, tbody tr.odd:hover {
	background: #ffffff;
}
tbody tr th, tbody tr td {
	padding: 6px;
	border: solid 1px #326e87;
}
tbody tr th {
	background: #1c5d79;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}
tbody tr th:hover {
}

/* LINKS */

table a {
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
	border-bottom: solid 1px white;
}
table a:hover {
	color: #FF9900;
	border-bottom: none;
}

/* FOOTER */

tfoot {
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #555d6d;
	text-align: center;
	letter-spacing: 3px;
	border-top: solid 2px #326e87;
	border-bottom: dashed 1px #c2c2c2;
}
tfoot tr th, tfoot tr td {
	/*padding: .1em .6em;*/
	
}
tfoot tr th {
	border-top: solid 1px #326e87;
}
tfoot tr td {
	text-align: right;
	
}


/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("../images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

tr.title {
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #555d6d;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: dashed 1px #c2c2c2;
}

