body {
	margin: 0px;
	padding: 0px;
	font: 11px/1.3em Arial, sans-serif;
	letter-spacing: 0.1em;
	color:#333333;
}
a {
	color: #003366;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img {
	border:none;
}

h1 {
	font-size: 14px;
	color: #0C3F61;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2 {
	font-size:12px;
}
p {
	margin: 10px 0px;
	padding: 0px;
}
input, textarea, select {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form div {
  clear: left;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
}
form div label {
  float: left;
  text-align:right;
  margin-right:2%;
  width: 15%;
}
form .btn {
	background: #0C3F61;
	border-top: 1px double #FFF;
	border-right: 1px double #7F7F7F;
	border-bottom: 1px double #7F7F7F;
	border-left: 1px double #fff;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
}
fieldset {
	margin: 10px 0px;
	border: 1px solid #A5A5A5;
	padding:0px 10px 10px 10px;
}
fieldset legend {
	color: #000;
	font-weight: bold;
}
form div input[type="radio"] + label, form div input[type="checkbox"] + label {
	cursor: hand;
	cursor:pointer;
}
form div input[disabled="disabled"] + label {
	cursor: default;
}
* html form .vertical label, * html form .horizontal label.nofloat, * html form .indent label {
	cursor: hand;
}
form .vertical {
	clear: none;
	float:left;
	padding:0px;
}
form .nofloat {
	float: none;
	text-align:left;
	width: auto;
	margin: 0px;
}
form .indent {
	margin-left: 17%;
}
form .title {
	font-size:12px;
	margin:0px;
	padding:5px 0px;
}
.field {
	background:#FFF;
	border: 1px solid #7F9DB9;
}
.fielderror {
	background:#FCEEEC;
	border: 1px solid #BF272D;
}


#wrap {
	text-align:justify;
}
#header {
	position:relative;
	height:114px;
}
#header .l {
	position:absolute;
	left:1px;
	top:7px;
}
#header .r {
	position:absolute;
	right:10px;
	top:10px;
}
#menu {
	height:26px;
	background:#f7f7f7;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
}
#menu ul {
	margin:0px;
	padding:6px;
	list-style:none;
}
#menu ul li {
	margin:0px 3px;
	padding:0px;
	float:left;	
}
#menu ul li a {
	display:block;
	color: #003D6C;
	text-decoration:none;
	font-size:12px;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#content {
	margin:20px 0px 0px 0px;
	padding:10px;
}
#footer {
	font-size:10px;
	height:21px;
	color:#999;
	text-align:center;
	margin:20px 30px 0px 15px;
}
#footer .left {
	float:left;
}
#footer .right {
	float:right;
}
#footer a {
	color:#999;
}

.recordset {
	border: 1px solid #A5A5A5;
	border-top:none;
	width:100%;
}
.recordset td, .recordset th {
	border: 1px solid #A5A5A5;
	background:#fff;
	padding:5px;
}
.recordset th {
	background:#CCC; 
}
.recordset th.icon {
	width:10px;
	text-align:center;
}
.recordset th.row {
	width:20%;
	text-align:left;
}
.recordset .one, .recordset .two {
	border-bottom: 1px solid #A5A5A5;
	padding:5px;
}
.recordset .one td {
	background:#f3f3f3;
}
.recordset p {
	padding:0px 0px 5px 0px;
	margin:0px;
}

.recordsettable {
	border-collapse:collapse;
	border-top: 1px solid #A5A5A5;
	margin:10px 0px 0px 0px;
}

.paging {
	margin:20px 0px 50px 0px;
}
.paging .wrap {
	height: 17px;
	position:relative;
}
.paging ul {
	padding:0;
	list-style:none;
	margin: 0;
	position:absolute;
	right:1%;
}
.paging li {
	float:left;
	margin-left:5px;
}
.paging li a, .paging a, paging .disabled {
	display: block;
	font-size: 12px;
	color: #0C3F61;
	width: 20px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-weight:bold;
	text-decoration:none;
	background:#69B920;
	border:1px solid #34A02C;	
}
.paging li a:hover, .paging a:hover {
	background: #7FC31C;
	border: 1px solid #34A02C;
}
.paging strong {
	font-size: 12px;
	color: #FFFFFF;
	background: #34A02C;
	padding: 3px 0px 3px 0px;
	width: 20px;
	display: block;
	text-align: center;
	border: 1px solid #34A02C;
}
.paging a, .paging .disabled {
	width:60px;
	float:left;
	margin-right:5px;
}
.paging li a {
	margin:0px;
}
.paging .disabled {
	opacity: 0.40;
	filter: alpha(opacity=40);
}
.paging .displayinfo {
	float:left;
	clear:left;
	margin:10px 0px;
	font-size:10px;
}
.paging .displayinfo strong {
	background:transparent;
	color:#333333;
	font-size:11px;
	border:none;
	float:none;
	display:inline;
	width:auto;
}


.jumptopage {
	width:150px;
}
.resultsperpage {
	width:250px;

}

.message {
	background:#0099CC;
	border:1px solid #006699;
	color:#fff;
	font-size:12px;
	padding:5px;
	margin-right:0px;
	text-align:left;
}

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-align: center;
	display: none;
	margin:0px;
	padding:0px;
}
#loading div {
	margin: auto;
	text-align: center;
	width: 300px;
	top:250px;
	position: relative;
	background:#E6ED18;
	border:1px solid #EDC918;
	color:#0C3F61;
	font-size:12px;
	padding:5px;
}

table.sortable .largeHeaders {
	background: #CCC url(../../images/green_arrows.gif) no-repeat center left;
	color: #000;
	padding: 5px;
	padding-left: 25px;
	text-align: left;
	cursor: pointer;	
}
table.sortable th.sortUp {
	background:#BFBFBF url(../../images/green_decending.gif) no-repeat center left;
}

table.sortable th.sortDown {
	background: #BFBFBF url(../../images/green_acending.gif) no-repeat center left;
}
#sorting {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-align: center;
	display: none;
	margin:0px;
	padding:0px;
}
#sorting div {
	border: 1px solid #000;
	padding:10px;
	margin: auto;
	text-align: center;
	width: 300px;
	top:230px;
	position: relative;
	background-color: #FFF;
	color: #333;
	font-weight: bold;
}

.leftform {
	float:left;
	width:32%;
	margin-right:1%;
}

.hidden {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
.clear {
	line-height: 0px;
	clear: both;
}
.none {
	display:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}