@CHARSET "ISO-8859-1";

body    {    
        margin-top: 0;
        margin-left: 20;
        margin-right: 20;
        color: #000000;
        font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
        font-size: 11pt;
		background: white url("../img/page_back.jpg"); 
		background-repeat: repeat-x;
        scrollbar-base-color: #e3e3e3;
        scrollbar-arrow-color: #000033;
        scrollbar-track-color: #e3e3e3;
        scrollbar-shadow-color: black;
        scrollbar-lightshadow-color: black; 
        scrollbar-darkshadow-color: gray;
        scrollbar-highlight-color: white;
        scrollbar-3dlight-color: black;
    }
a img {
		border: 0px;
	}

ul.steps {
		list-style: none;
		margin: 0px;
		margin-left: 10px;
		padding: 0px;
	}

ul.steps li {
		display: inline;
		padding: 1px 1em;
		border-right: 1px solid #4a3033;
		color: #888;
	}
	
ul.steps li.done {
		color: #c4c4c4;
	}
	
ul.steps li.current {
		color: #000;
		font-weight: bold;
	}
	
h1
	{
		color: #45340c;
		font-size: 13pt;
		font-weight: bold;
		margin-bottom: 2px;
		margin-top: 14px;
	}
		
h2
	{
		color: #c6bc97;
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
h3
	{
		color: #336699;
		font-size: 11pt;
		font-weight: bold;
		margin-bottom: 0em;
		padding-bottom: 0px;
		margin-top: 0em;
		padding-top: 0px;
	}
	
h6
	{
		color: #336699;
		font-size: 11pt;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 0px;
		margin-top: 0em;
		padding-top: 0px;
	}
	
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
	text-align: left;
}
fieldset {
	border: 1px solid #cfd2e1;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #0e1f6c;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 110%;
	padding: 2px;
	width: 90%;
}
input.short {
	display: inline;
	font-size: 110%;
	padding: 2px;
	width: 84%;
}
input.code {
	display: inline;
	font-size: 110%;
	padding: 2px;
	width: 5%;
}
select {
	clear: both;
	font-size: 110%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 110%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
.required span {
	color: #b00;
	font-size:150%;
	font-weight: bold;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
.form-error {
		background-color:#ffeeee;
	}
	
td.tiletitle
 {
	background: url(../img/tile_title.jpg) #a39596; 
	background-repeat: repeat-x;
	height: 31px;
}
td.tileslogan
	{
	background: url(../img/tile_slogan.jpg) #371a1b; 
	background-repeat: repeat-x;
	height: 102px;
	}
.tilenav
	{
	background: url(../img/tile_nav.jpg) #FFFFFF; 
	background-repeat: repeat-x;
	height: 30px;
	}	
.tileleft
	{
	background: url(../img/tile_leftnav.jpg) #FFFFFF; 
	background-repeat: repeat-y;
	height: 400px;
	}	
td.tilebannerend
 {
	background: url(../img/tile_banner_end.jpg) #311418; 
	background-repeat: repeat-x;
	height: 29px;
}
.onbody
	{
		padding-right: 12px;
		background: url(../img/body_back.jpg) #ffffff no-repeat top middle;
	}	
.bodybox, #container
	{
		border-left: 2px solid #4a3033;
		border-right: 2px solid #4a3033;
		border-bottom: 2px solid #4a3033;
	}	
td.chocstrip
 {
	background-color: #4a3033;
	height: 4px;
}	
.footertext
	{
		color: #003366;
		font-size: 8pt;
		letter-spacing: 3px
	}	
	
.footerdesc
	{
		color: #666666;
		font-size: 8pt;
	}
.content {
		padding-left: 10px;
	}
	
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Tables */
table.content {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
}
.content th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.content th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.content th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.content tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.content tr.altrow td {
	background: #f4f4f4;
}

.altcol {
		background: #f4f4f4;
	}
	
.title {
	font-weight: bold;
	text-align: right;
	width: 200px;
}

.data {
	text-align: left;
	margin-left: 20px;
}