body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

h2 {
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
}

td {
	font-size: 9pt;
}

hr {
	border: none;
	height: 2px;
	color: #5eb455;
	background-color: #5eb455;
}

input {
	font-family: Courier New, "Trebuchet MS", Verdana;
	font-size: 9pt;
}

input#buttons {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	font-weight: bold;
}

input#buttons_filter {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	font-weight: bold;
	width: 175px;
}

button {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	font-weight: bold;
}

button#list {
	width: 70px;
	height: 70px;
}

select {
	font-family: Courier New, "Trebuchet MS", Verdana;
	font-size: 9pt;
}

textarea {
	font-family: Courier New, "Trebuchet MS", Verdana;
	font-size: 9pt;
}

.texthead{
	font-size: 9pt;
	font-weight: bold;
	color: #5eb455;
}
.texthead_bw{
	font-size: 9pt;
	font-weight: bold;
}

a {
	color: #005fab;
	text-decoration: none;
}

a:hover {
	color: #005fab;
	text-decoration: underline;
}

a#black {
	color: #000000;
}

.greenline {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header {
	font-size: 16pt;
	font-weight: bold;
}

.header#green {
	color: #5eb455;
}

.row_header {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #5eb455;
}

.row_header#big {
	font-size: 16pt;
}

.nav {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
}

.nav a {
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	color: #000000;
	text-decoration: underline;
}

.nav#current a {
	color: #5eb455;
	text-decoration: none;
}

.nav#current a:hover {
	color: #999999;
	text-decoration: underline;
}

.error {
	color: #e60000;
	font-weight: bold;
}

.small {
	font-size: 7.5pt;
}

.footer {
	font-size: 7.5pt;
	font-weight: bold;
}

.footer#green {
	color: #5eb455;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.border {
  background-color: #dfdfdf;
}

.green {
	color: #5eb455;
}

.green_bg {
	background-color: #5eb455;
}

.white_bg {
	background-color: #ffffff;
}

.tab_green {
	background: url(/pics/tab_green.gif) no-repeat;	
	color: #ffffff;
	font-weight: bold;
}

.tab_grey {
	background: url(/pics/tab_grey.gif) no-repeat;
	color: #000000;
	font-weight: bold;
}

.list_top {
	background: url(/pics/list_top.jpg) no-repeat;
	background-position: bottom left;
	height: 65px;
}

.search_top {
	background: url(/pics/search_top.jpg) no-repeat;
	background-position: bottom left;
	height: 65px;
}

.box_bottom {
	background: url(/pics/box_bottom.gif) no-repeat;
	background-position: bottom left;
}

.box_left {
	background: url(/pics/box_lr.gif) repeat-y;
	background-position: top left;
	padding-left: 8px;
}

.box_right {
	background: url(/pics/box_lr.gif) repeat-y;
	background-position: top right;
	padding-right: 8px;
}

.gray {
  background-color: #efefef;
}

.ac_input {
}

.ac_results {
	font-family: Courier New, "Trebuchet MS", Verdana;
	font-size: 9pt;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results iframe {
	display: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.ac_results ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style: none;
}

.ac_results li {
	width: 100%;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	display: block;
}

.ac_loading {
	background : url(/pics/indicator.gif) right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.welcome_note_s_b{
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
}

.banner_bg {	
	background: url(/pics/banner_bg.jpg) no-repeat; 
}

.blog_new {
	margin-left: 156px;
}

/* Start sliding panel CSS */
#panel {
	padding: 3px;
	margin: 0;
	position: relative;
	top: -8px;
	background: #5eb455;
	width: 770px;
	height: 20px;
	border-bottom: 3px solid #2a8020;
	border-left: 3px solid #2a8020;
	border-right: 3px solid #2a8020;
	display: none;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
}
/* End sliding panel CSS */