/* Amended Styles */
body {
	margin: 0 auto;
}
/* Menubar */
div#menuBar {
	background-image:url(../images/but-off.jpg);
	height:24px;
	background-color: #FFFFFF;
	height:30px;
}

div#menuBar li {
	font-weight:normal;	
	text-transform:none;
	font-size: 13px;
	padding:5px 10px 1px 10px;
	margin-bottom:1px;
}
div#menuBar li#currentPage {
	background-image:url(../images/but-on.jpg);
	height:24px;
	color:#000000;
	padding:5px 10px 1px 10px;
	margin-bottom: 1px;
}
ul.horizontalMenu a, ul.verticalMenu a {
	background: transparent url(../images/li.gif) no-repeat scroll left center
}
/*subMenu*/
div.subMenu {
	clear:left;
	background:#FFFFFF;
	border:solid 1px #000000; 
}
/*Form*/
form {
	border-bottom: 1px solid #000; 
	border-top: 1px solid #000;
}
legend {
	background-color:#000000;
	color:#FFFFFF;
	padding: 0px 15px 0 15px;
	font-size:13px;
	line-height:24px;
	vertical-align:top;
}
fieldset {
	border-width: 24px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
}

label{
	width:110px;
	padding-right:2px;
}
label.required {
	font-weight: normal;
}

div.formLine{
	font-size:14px;
	padding:2px;
}
div.formElement{
	font-size:13px;
	padding:5px;
}
input, select, textarea {
	margin: 0px;
	padding: 0px;
	font-size:13px;
}
div.formAnnotation{
	color:#009933;
}
input.submitButton {
	background-color:#000;
	color:#FFF;
	margin-bottom:2px;
	margin-top:6px;
	padding-bottom:1px;
	padding: 2px 4px 2px 4px;	
	border:#999999 2px solid;
}
/*Tables*/
tr.header td, tr.header th {
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding: 3px 0 3px 0;
	border-color:#000000;
}

th,td {
	border-color:#000000;
}
/* miscellaneous classes*/
.message {
	 color:#009933;
}
.addressBook {
background:transparent url(../images/address_book.gif) no-repeat scroll 0 0;
}
/* Internet Explorer css hacks */

a.helpLink {
	background: url(../images/help.gif) no-repeat center center;
	border: 0;
	margin: 0 0 0 2px;
	padding: 0;
	padding: 3px 5px;
}
.trash {
	background: url(../images/trash.gif) no-repeat scroll 0 0;
	margin-left:5px;
}	
a.helpLink span {
	color: #000066;
	display: inline;
	font-size: 1px;
	margin: 0;
	padding: 8px 2px 2px 2px;
}

div.formAnnotation {
	padding-top: 15px;
}

div.formLine {
	/* stops IE from soiling itself when there are lots of floated elements in a fieldset */
	width: 97%;
}

fieldset#newConf {
	/* If the width isn't set, IE expands the fieldset to fill the form */
	width: 430px;
}

fieldset.ns {
	padding-top: 10px;
}

input.actionButton {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 2px;
}	

input#filterText {
	width: 100px;
}
th{
	color:#000000 !important;
}  
