/* text */
body {font-family: Arial; color: #000;}
.formFieldTitle {font-size: 14px; font-weight: bold;}
.bodyText {font-size: 14px; font-weight: normal;}
.errorMessage {border: 2px solid #900; background: #ffc; padding: 10px; margin-bottom: 10px;}
.alertMessage {border: 2px solid #900; background: #ffc; padding: 10px; margin-bottom: 10px;}
.notes {border: 2px solid #f00; background: #fff; padding: 5px; margin: 10px;}
.addField {padding-bottom: 10px;}
.addLabel {font-weight: bold;}
.addNotes {font-style: italic;}
.categoryA {padding-bottom: 10px;}
.categoryB {display: inline; padding-right: 10px;}

/* forms */
.formTextBox {font-size: 14px; font-family: Arial;}
.adminFormText {font-size: 14px; font-family: Arial;}

/* links */
a, a:visited {color: #036; text-decoration: underline;}
a:hover {color: #900; text-decoration: none;}

a.categoryHead, a.categoryHead:visited {color: #fff; text-decoration: underline;}
a.categoryHead:hover {color: #ccc; text-decoration: none;}

a.category, a.categoryLink:visited {color: #036; text-decoration: underline;}
a.category:hover {color: #900; text-decoration: none;}

/* headers */
h1.category {font-family: Helvetica; font-size: 18px; font-weight: bold; line-height: 18px;}
h2.category {font-family: Helvetica; font-size: 16px; font-weight: bold}

/* lists */
#adminMenu {margin: 0; border-bottom: 2px solid #9c6;}
#adminMenu ul {padding: 0; margin: 0; list-style-type: none;}
#adminMenu li {display: inline;}
#adminMenu li a {border: 1px solid #ccc; border-bottom: 1px solid #fff; padding: 5px; background: #fff;}
#adminMenu li a:hover {background: #9c6;}

ul.categoryFilterField {margin: 0px; padding: 0px; list-style-type: none; font-weight: normal; text-transform: uppercase;}
li.categoryFilterField {padding-top: 5px;}
ul.categoryFilter {margin-left: 5px; padding: 0px; list-style-type: none; text-transform: none; font-size: 12px;}
ul.item {margin: 5px; padding: 0px;}
li.item {color: #900;}

/* tables */
td.adminTH, td.adminTH a {background: #000; color: #fff; font-weight: bold;}
td.categoryHead {color: #fff; font-weight: bold; background: #000;}

body {
	background: #fff; text-align: center; margin: 0px; background: #eee;
	font-family: Arial; color: #333; font-size: 14px; line-height: 18px;
}	  
#column {
	padding: 10px; width: 900px; top: 0px; float: left; 
	background: #fff; text-align: left;
} 
.column1 {
	width: 590px; padding-right: 10px; float: left; 
	background: #fff; text-align: left;
} 
.column2 {
	width: 300px; float: left; 
	background: #fff; text-align: left;
} 
#container {margin: 0 auto; width: 920px; background: #fff; clear: both;}
#nav {
	width: 915px; height: 32px; line-height: 32px; background: #000; color: #fff; 
	font-size: 16px; padding-left: 5px; text-align: left;
}

#footer {font-size: 12px; background: #ccc; width: 900px; padding: 10px;}
h1 {font-family: Helvetica; font-size: 20px; color: #333; font-weight: 800;}
h2 {font-family: Helvetica; font-size: 18px; color: #444; font-weight: 600; font-style: italic;}

#nav ul {padding: 0; margin: 0; list-style-type: none;}
#nav li {display: inline;}
#nav li a {padding: 8px 5px 8px 5px; font-family: Arial, Verdana; color: #fff; text-decoration: none; font-weight: 400;}
#nav li a:hover {background: #fff; font-family: Arial, Verdana; color: #000; text-decoration: none; font-weight: 400;}

#header {width: 920px; height: 100px; background: #600;}
/* input, textarea, select {border: 1px solid #9daeb1; font-family: Arial; font-size: 12px; color: #4e5a61; padding: 4px; margin: 5px 0; vertical-align: middle;} */
#pMessage {background: #ffe; border: 1px solid #eee; padding: 10px;}
img.icon {vertical-align: middle; padding-right: 7px;}