/* Text and titles */
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
}
p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A00000;
	margin-bottom:0px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b4d1d1;
	text-decoration: none;
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

/* Background Images and colours */

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navbg {
	background-color: #e9efee;
}
.tablestraps {
	background-color: #cad9d7;
	padding-left: 1px;
}

/* Borders */

.bL {border-left:1px solid #06453D;}
.bR {border-right:1px solid #06453D;}
.bB {border-bottom:1px solid #06453D;}

.topmenuborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b4d1d1;
}
.tableborders {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	padding-left: 8px;
	padding-right: 8px;
}
#TABLE_SYSTEMS td {
	border:1px solid #FFFFFF;
}
.TABLE_DEFAULT th {
	background-color: #386F69;
	vertical-align:middle;
	padding:1px 1px;
	font-size: 9px;
	font-weight: bold;
	color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
}
.TABLE_DEFAULT {
	border:1px solid #386F69;
}
.p10 {
	padding:10px;
}

.TABLE_ABC th {
	background-color: #e2ebea;
	padding:2px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #00463e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.TABLE_ABC {
	border:1px solid #386F69;
}


/* List styles */
ul.customList {
	list-style-image:url(images/bullet.gif);
	margin-left:1.2em;
	padding-left:1.2em;
}
ul.customList li {
	margin-bottom:6px;
}

/* Links */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00463e;
}
a:hover {
	text-decoration: underline;
	
}

a.top {
	font-size: 11px;
	font-weight: bold;
	color: #386F69;
	text-decoration: none;
}
a.top:hover {
	text-decoration: underline;
	
}

a.longhurst {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
}
a.longhurst:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

/* Navigation Sub Menus */

.menu ul {
	padding:0px 15px 0px 20px;
	margin:0px;
	list-style-type:none;
	text-align:left;
	background-color: #CAD8D8;
}
.menu li a {
	display: block;
	padding: 2px;
	color: #00463e;
	text-decoration:none;
	width: 100%;
}

.sub_menu li a{
	
	padding:0px 15px 0px 20px;
	margin:0px;
	list-style-type:none;
	text-align:left;
	background-color: #009933;
	font-family:Arial, Helvetica, sans-serif ;
	font-style:normal;
	color:#009933
}

.menu li a.withBorder {
	border-bottom:1px dotted #97B0B0;
}
.menu li a:hover {
	/*text-decoration:underline;*/
	background-color:#CAD1C8;
	/*font-weight:900;*/
	/*font-size:12px;*/
	color:#00463e;
}
html>body .menu li a {
	width: auto;
}

/* Forms */

.searchformfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	width: 120px;
	height: auto;
}

.searchformfield_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	
	height: auto;
}

.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	width: 70px;
}
.tableborders1 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	padding-left: 8px;
}
.tableborders2 {
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 220px;
}
.success {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.failure {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.moremodels{
	font-size: 11px;
	font-weight: bold;
	color: #A00000;
}

.heading_1{
	font-size: 14px;
	font-weight: bold;
	color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
}