body, table {
   font-size: 10pt;
   font-family: Tahoma, Arial, Times New Roman;
}

.header {
   font-size: 14pt;
   font-weight: 700;
}

.rightSidebar {
	width: 200px;
	height: 100%;
	display: table-cell;
	background-color: #9FEFFF;
	border-left: 2px solid #4F777F;
	padding-left: 5px;
	background-image: url('images/bernard.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

.item {
	font-weight: 700;
	font-size: 12pt;
}

.subitem {
	font-weight: 100;
	font-size: 10pt;
	text-indent: 20px;
}

.input {
   font-weight: 100;
   font-size: 10pt;
   border: 1px solid #157689;
}

a:link {
   color: #157689;
   text-decoration: none;
}

a:visited {
   color: #157689;
   text-decoration: none;
}

a:hover {
   color: #189EB9;
   text-decoration: none;
}

a:active {
   color: #189EB9;
   text-decoration: none;
}

.menucell {
   border-width: 1px;
   border-style: solid;
   border-left-color: #189EB9;
   border-bottom-color: #189EB9;
   border-top-color: #ffffff;
   border-right-color: #ffffff;
}

td.emailHead {
	background-color: #8BD1DF;
	font-weight: bold;
	text-align: center;
}

ul.navList {
	margin: 0px;
}

*.formTable {
	border: 1px solid black;
	background-color: #CFF2FF; 
}

table.formTable {
	margin: auto; 
	margin-top: 10px; 
	margin-bottom: 10px;
	width: 400px;
}

td.bandInfoHeaderCol {
	font-weight: bold;
	text-align: center;
}

input.bandInfoTextField {
	width: 200px;
}

input.bandInfoTextField#state {
	width: 40px;
}

textarea.bandInfoTextArea {
	width: 200px;
	height: 200px;
}

div.notification {
	font-weight: bold;
	text-align: center;
}

li.notification {
	font-weight: bold;
	text-align: left;
}

.notification#error {
	color: #ff0000;
}

td.configHeaderCol {
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

td.configHeaderRow {
	font-weight: bold;
	text-align: center;
}

td.configField {
	text-align: left;
}

input.configTextField {
	width: 200px;
}

input.configTextField#state {
	width: 40px;
}

textarea.configTextArea {
	width: 200px;
	height: 200px;
}

td.requestForm#headCol {
	width: 140px;
	font-weight: bold;
	vertical-align: top;
}