*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6e6d6d;
	background-color: #8d0029;
}

div#page-wrap{
	margin:auto; /* center the content */
	width: 900px;
	height: 100%;
	margin-top:20px;
}

.shadow-bottom{
	float:left;
	background:#8d0029 url(../images/shadow-bottom.gif) right bottom no-repeat;
	width:900px;
	padding-right:20px;
	padding-bottom:20px;
}
.shadow-right{
	float:left;
	background:url(../images/shadow-right.gif) right top repeat-y;
	width:900px;
	padding-right:19px;
	margin-bottom:-2px;
}

.shadow-top-right{
	float:left;
	background:url(../images/shadow-top.gif) right top no-repeat;
	width:900px;
	padding-right:19px;
}


.clear_all {
	clear: both;
}

div#header{
	height:215px;
}

div#content {
	float:left;
	background-color: white;
}

div#footer {
	float:left;
	width: 900px;
	margin-top: -10px;
}

div#main-menu{
	width: 220px;
	float: left;
	margin-top:10px;
	margin-bottom:15px;
	border-left: 1px solid white;
	font-size:9pt;

}

div#main-content{
	width: 674px;
	float: left;
	padding-left:5px;
	background-color: white;
	border-left: solid 0px black;
}

div#main-content-border{
	width: 673px;
	float: left;
	padding-left:5px;
	background-color: white;
	border-left: solid 1px black;
}

div#main-content-wide{
	width: 890px;
	padding-left:5px;
	background-color: white;
}

a {
	color: #6e6d6d;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-weight: bold;
	color: #356884;
}

.highlight{
	color:#8d0029;
	font-weight: bold;
}

.bold {
	font-weight:bold;
}

.inputbox {
	background-color: #dddddd;
}

.border {
	width:899px;
	border-left:#a63a51 1px solid;
	float:left;height:8px;
	background:#8d0029 no-repeat;
}
.border .right {
	height:8px;
	width:141px;
	background:#696a6c no-repeat;
	float:right;
}


.link {
	text-decoration:underline;
	color:#356884;
}

.client_table_header{
	background-color: #DDDDDD;
	font-size:9pt;
	font-weight: bold;
	color: #8d0029;
	height: 30px;
}

.client_table_cell {
	background-color: #EEEEEE;
	font-size:9pt;
	line-height: 20px;
	font-weight: bold;
}

.form_prompt {
	background-color: #EEEEEE;
	color: black;
	font-weight: bold;
	line-height: 22px;
}

.form_input {
	line-height: 22px;
	border: solid 1px black;
}

.fake_button {
	height: 17px;
	border: solid 1px black;
}



/* table sorting/paging */
table.example {
	border:1px solid black;
	border-collapse:collapse;
}
table.example th, table.example td {
	border:1px solid #aaaaaa;
}
table.example thead th {
	background-color:#ccccff;
	height: 25px;
}
table.example tfoot td {
	background-color:#ccccff;
}

table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#EEEEEE;
}

/* 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;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

