h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	font-size: 150%;
	margin: 2px 0px 2px 0px;
	padding-top: 0px;
	color:#C93527;
}
h3 {
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	font-weight: normal;
	padding-top: 0.5em;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	margin-top:5px;
}
th {
	background: #007028;
	border:1px solid #2846A0;
	border-top: 1px solid #2846A0;
	border-left: 1px solid #2846A0;
	text-align: center;
	color:#fff;
	font-size:0.95em;	
	font-weight:bold;
}
th a {
	background:#007028;
	display: block;
	padding: 2px 4px;
	text-decoration: none !important;
	color:#fff !important;
}
th a:hover {
	background: #0DDF56;
	text-decoration: none !important;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}

.index td a {
	margin: 0px 6px;
	color:#1D398D !important;
	text-decoration:none !important;
	font-weight:bold;
}
.index td a:visited {
	margin: 0px 6px;
	color:#1D398D !important;
	text-decoration:none !important;
	font-weight:bold;
}
.index td a:active {
	margin: 0px 6px;
	color:#1D398D !important;
	text-decoration:none !important;
	font-weight:bold;
}
.index td a:hover {
	margin: 0px 6px;
	color:#000000 !important;
	text-decoration:underline !important;
	font-weight:bold;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
	color:#C93527 !important;
	text-decoration:none !important;
}
td.actions a:visited {
	margin: 0px 6px;
	color:#C93527 !important;
	text-decoration:none !important;
}
td.actions a:active {
	margin: 0px 6px;
	color:#C93527 !important;
	text-decoration:none !important;
}
td.actions a:hover {
	margin: 0px 6px;
	color:#000000 !important; 
	text-decoration:underline !important;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
