html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

/*************	HEADER	****************/
#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top right; 
	background-color: #000000;
}

/*************	NAV	****************/
#nav {
	width: 158px;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 2px;
	text-align: left;
}

#nav a {
	list-style: none;
	display: block;
	padding: 1px 0px 1px 4px;
	margin: 0px;
}

#nav a:hover {
	text-decoration: underline;
	color: #444444;
}

a.active {
	font-weight: bold;
	color: #FFFFCC;
	background-color: #444444;
}

#nav a.cats {
	padding-left: 12px;
}

#nav a.acat {
	font-weight: bold;
	color: #444444;
	padding-left: 12px;
}

.logout {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

/*************	ADMIN  ****************/
#admin{
	background-color: #cccccc;
	color: #000000;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #444444;
}

/*************	CONTENT	****************/
#content {
	position: absolute;
	top: 95px;
	left: 160px;
	margin: 0px 0px 0px 3px;
	padding-left: 5px;
	width: 75%;
}

#content h2 {
	font-size: 20px;
	margin: 1ex 0ex 1ex -1px;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
}

#content th {
	font-size: 11px;
}

.theader {
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}

hr {
	border: 0px;
	color: #444444;
	background-color: #444444;
	width: 100%;
	height: 1px;
}

input, select {
	font-size: 11px;
}

input.checkbox {
	margin: 1px 0;
}


/*************	GENERAL STYLES	****************/
a {
	text-decoration: none;
	color: #000006;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

/* Vdeamon Alert */
.vdErr {
	color: #C4151C;
	font-weight: bold;
}

.orghed {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

.orgt {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.bold {
	font-weight: bold;
}

.heading {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
}
/* bold small colour */
/* used on statement page */
.bsc {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

.bt {
	border-top:1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.bb {
	border-bottom:1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #444444;
	color: #FFFFFF;
}

.astrix {
	color: #003366;
	size: 12px;
}

.bartext {
	color: #FFFFFF;
	background-color: #444444;
}
.boldred {
	font-weight: bold;
	color: #CC0000;
}

.boldgreen {
	font-weight: bold;
	color: #009900;
}

.error {
	color: #CC0000;
}

.ok {
	color: #009900;
}

.hrow {
	background-color: #444444;
	color: #FFF;
	font-weight: bold;
	height: 20px;
}

/*	Used in editClaim.php */

a.addbtn, a.minbtn{
	display: block;
	color: #517693;
	text-align: center;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #517693;
	border-right:1px solid #517693;
	text-decoration: none;
}
a.addbtn{
	background-color: #cccccc;
}
a.minbtn{
	background-color: #bbbbbb;
}
a.addbtn:hover{
	background-color: #517693;
	color: #fff;
}
a.minbtn:hover{
	background-color: #517693;
	color: #fff;
}

a.addbtn:active{
	background-color: red;
}
a.minbtn:active{
	background-color: red;
}
