/*
.sortable {
	width: 100%;
	margin: 1em auto;
	border-collapse: collapse;
}

.sortable thead th, .sortable tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid white;
	background-color: #AAF;
}

.sortable tfoot td {
	border-top: 1px solid black;
}

.sortable tbody td {
	padding: 0.5em;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.sortable tbody tr.odd {
	background-color: #DDF;
}

.sortable td.numeric, .sortable th.numeric {
	text-align: right;
}
*/

table.sortable {
	width:100%;
	background-color:#aaaaaa;
}

table.sortable tr {
	background-color:#ffffff;
}

table.sortable th, table.sortable td, table.sortable a.sortheader, table.sortable td a {
	font-size:11px;
}

table.sortable th, table.sortable td.firstCell {
	background-color:#6698cb;
	text-align:left;
}
table.sortable td.firstCell {
	color:#666666;
	font-weight:bold;
}

table.sortable tr.mouseOver {
	background-color:#e5e5e5;
}

table.sortable tr.mouseOver td.firstCell {
	background-color:#9b9c8e;
}

table.sortable a.sortheader {
	color:#ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: #ffffff;
    text-decoration: none;
	font-size:12px;
}

.listField {
	width:200px;
	overflow:hidden;
}





.error {
	display:block;
	color:#c00000;
	font-weight:bold;
}





/* Forms */
.formHandler .fieldset {
background-color:#e5e5e5;
padding-top:4px;
}

.formHandler .fieldset table {
margin:16px;
margin-top:10px;
}

.formHandler .legend {
color:#ffffff;
background-color:#6698cb;
padding:5px;
height:16px;
font-size:13px;
font-variant:small-caps;
padding-left:21px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

.formHandler th {
text-align:left;
font-size:11px;
}

.formHandler input, .formHandler textarea {
border:1px solid #AAAAAA;
}
/**/




/* tableStandard */
.tableStandard {
border:0px;
background-color:#e5e5e5;
border-top:4px solid #e5e5e5;
}
.tableStandard th {
text-align:left;
}
.tableStandard td {
padding:20px;
}

.tableStandard thead td {
color:#ffffff;
background-color:#6698cb;
padding:5px;
height:16px;
font-size:13px;
font-variant:small-caps;
padding-left:20px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

/* table in a standardTable */
.tableStandard td table td, .tableStandard td table th {
padding:4px;
}

.tableStandard td table {
border:1px solid #000000;
background-color:#CCCCCC;
}

/* Home */
.divHomeLeft h2 {
font-size:14px;
color:#6698cb;
margin:0px;
margin-bottom:6px;
}

.divHomeLeft p {
margin:0px;
}

.divHomeLeft a {
color:#000000;
text-decoration:none;
}

.divHomeLeft a:hover {
text-decoration:underline;
}

h1 {
	font-size:16px;
	margin-top:0px;
}

