/* fc style */ /* data styles */
table.fc {
	border: 1px solid #a7bcd6;
	border-collapse: collapse;
}

table.fc th {
	background-color: #6c90cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #a7bcd6;
}

th.fc, td.fc {
	background-color: #6c90cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #a7bcd6;
}

/* small sized */
div.small table.fc tbody tr td {
	font-size: x-small;
}

th.fc_on, td.fc_on {
	background-color: #395c9d;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	border: 1px solid #a7bcd6;
	padding-left: 5px;
	padding-right: 5px;
}

table.fc tbody tr.even {
	background-color: #cedae8;
	color: #000000;
	font-weight: normal;
	border: 1px solid #a7bcd6;;
	padding-left: 5px;
	padding-right: 5px;
}

/* 
tr.even, td.even {background-color:#bccce0; color:#000000; font-weight:normal; border: 1px solid #a7bcd6;padding-left:5px; padding-right:5px; }
*/
table.fc tbody tr.odd {
	background-color: #EEF1F7;
	color: #000000;
	font-weight: normal;
	border-left: 1px solid #a7bcd6;
	border-right: 1px solid #a7bcd6;
	padding-left: 5px;
	padding-right: 5px;
}

/* 
tr.odd, td.odd {background-color:#cedae8; color:#000000; font-weight:normal; border-left: 1px solid #a7bcd6; border-right : 1px solid #a7bcd6; padding-left:5px; padding-right:5px;}
*/
table.fc td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #a7bcd6;
	text-align: left;
	vertical-align: middle;
}

table.fc th.sortable a {
	color: white;
}

table.fc th.sortable a:visited {
	color: white;
	text-decoration: none;
}

table.fc th.ascending, table.fc th.descending  {
	background-color: #EEEEEE;
}

table.fc th.ascending a {
	color: #355797;
}

table.fc th.ascending a:visited {
	color: #355797;
	text-decoration: none;
}

table.fc th.descending a {
	color: #355797;
}

table.fc th.descending a:visted {
	color: #355797;
	text-decoration: none;
}

/* data styles */ 

a.datahead:active, a.datahead:link, a.datahead:visited {
	color: #355797;
	font-weight: bold;
	text-decoration: underline;
}

a.datahead:hover {
	color: #355797;
	font-weight: bold;
	text-decoration: none;
}

.boxl, td.boxl, table.boxl {
	background: #dde2eb;
	padding: 7px;
	border-left: thin dotted #a7bcd6;
}

.box, td.box, table.box {
	background: #dde2eb;
	padding: 7px;
}

.boxr, td.boxr, table.boxr {
	background: #dde2eb;
	padding: 7px;
	border-right: thin dotted #a7bcd6;
}

.boxdots, td.boxdots {
	border-bottom: thin dotted #a7bcd6;
}

/* 
 * From Style.css
 */
form {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 15px;
	margin-top: 0;
}

table.fields {
	margin-top: 0;
	padding-top: 0;
}