/* CSS Document */

body {
color: #333;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #C2CBCF;
margin: 0;
padding-top: 20px;
}

h1 {
display: inline;
font-size: 18px;
font-weight: normal;
color: #AD002B;
margin: 40px 0 0 40px;
}

h2 {
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0 40px 0 40px;
}

h2.first {
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 35px 40px 0 40px;
}

p {
display: block;
margin: 0;
font-size: 11px;
line-height: 15px;
padding: 0 40px 15px 40px;
}

p.first {
display: block;
margin: 0;
font-size: 11px;
line-height: 15px;
padding: 35px 40px 15px 40px;
}

#closetop {
position: absolute;
top: 22px;
right: 40px;
margin: 0;
padding: 0;
}

/* links */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

a:hover, a:active {
	background: #fff;
}

#terms {
	position: absolute;
	top: 273px;
	left: 545px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: visible;
	z-index: 502;
	visibility: hidden;
}

#lastclose {
text-align: right;
margin-right: 40px;
}

#button
{
	width:200px
}

align_right
{
	text-align:right
}

TR
{
	font-size: xx-small;
}
TABLE
{
	font-size: xx-small
}

.boldRed
{
	font-weight:bold;
	color:Red
}

.tsandcs
{
	font-size:12px;
	font-weight:bold
}

.nm
{
	font-size:11px;
	font-weight:normal
}

.bg1
{
	font-size:14px;
	font-weight:bold;
	color: #AD002B
}



/* Admin Navigation */



div.nav {
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: 10px solid #3785a8;
}

div.nav ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
	height: 24px;
}

div.nav ul li {
	float: left;
}

div.nav a:link {
	color: #dde7ec;
	display: block;
	float: left;
	height: 24px;
	padding: 5px 7px 0 7px;
	margin: 0 2px 0 0;
	background: #3785a8;
}

div.nav a:visited 
{
	color: #dde7ec;
	display: block;
	float: left;
	height: 24px;
	padding: 5px 7px 0 7px;
	margin: 0 2px 0 0;
	background: #3785a8;}


div.nav a:hover {
	background: #3785bb;
}

div.nav a:active 
{
	background: #86a2ad;
}

div.nav li.selected{
	background: yellow;
}

div.nav li.selected a{
	color: yellow;
}

#voucher_list_table td
{
  border: solid 1px #000000;
}

#voucher_list_table td.heading
{
  font-weight: bold;
  text-align: center;
}

#voucher_edit_table td.field_name
{
  font-weight: bold;
  text-align: left;
  width: 100px;
}

#voucher_edit_table td.field_value
{
  text-align: left;
}
