A:link { text-decoration: none; color: #0000ff }
A:visited { text-decoration: none; color: #0000ff }
A:hover { text-decoration: underline }
A:active { text-decoration: none }
A:link IMG { text-decoration: none }

A.menu:link { text-decoration: none; color: #000000 }
A.menu:visited { text-decoration: none; color: #000000 }
A.menu:hover { text-decoration: underline; color: #660000 }

img {  /* prevents borders around images that are links (whose dumb idea was that anyway?) */
  border-width:0px;
}

body { 
	background-color : #FFFFFF; 
	background-image : url(/images/bg.gif); 
	background-repeat : repeat;
}

.site_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.site_font_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}

.center_table {
	text-align: center;
}

.form_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}

.form_labels_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}

.form_labels_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}

.form_labels_center_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}

.form_labels_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

.form_labels_left_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

.form_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}

.form_text_center_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

.form_fields {
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

.form_input {
	background-color: #FFFFE8;
	border: thin solid #CCCCCC;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.form_input:focus { 
	border: thin solid #006600;
	background-color: #FFFFCC;
}

.form_input:hover { 
	border: thin solid #0000ff;
	background-color: #FFFFCC;
}

.form_input_disabled {
	background-color: #EDEEF0;
	border: thin solid #CCCCCC;
}

.form_buttons {
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#DBDCEA;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 height: 22px;
}

.form_buttons:hover { 
   border-top-color: #006600;
   border-left-color: #006600;
   border-right-color: #006600;
   border-bottom-color: #006600;
   color:#006600;

}

.form_table {
	background-color: #EDEEF0;
	border: 1px dotted #666;
	padding: 3px;
	margin: 0px auto;
	margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form_table_left {
	background-color: #F6F6F6;
	border: 1px dotted #666;
	padding: 3px;
}

.form_table_withdrawn {
	background-color: #ff9999;
	border: 1px dotted #666;
	padding: 3px;
	margin: 0px auto;
	margin-left: auto;
  margin-right: auto;
}

table.black_border {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: grey grey grey grey;
	border-collapse: separate;
	background-color: white;
}

table.black_border th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: grey grey grey grey;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.black_border td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: grey grey grey grey;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.grid_table td{
  margin:0px;
  padding:2px;
  border-bottom:1px solid #E8E8E8;	/* Border bottom of table data cells */
}

.grid_table {
  font-family:arial;
  font-size:12px;	
  border:1px solid #E8E8E8;	/* Border around entire widget */
  border-spacing:0;
}

.grid_normal { 
  background-color: #F6F6F6;
}

.grid_highlight { 
	background-color: #ffffff;
}

.grid_labels {
  border-bottom:3px solid #E8E8E8;
  border-right:1px solid #ACA899;
  border-left:1px solid #FFF;	
  background-color: #E8E8E8;
  border-top:2px solid #F6F6F6;
	text-align: left;
}

.grid_labels_center {	
  border-bottom:3px solid #E8E8E8;
  border-right:1px solid #ACA899;
  border-left:1px solid #FFF;	
  background-color: #E8E8E8;
  border-top:2px solid #F6F6F6;
	text-align: center;
}

.grid_labels_right {	
  border-bottom:3px solid #E8E8E8;
  border-right:1px solid #ACA899;
  border-left:1px solid #FFF;	
  background-color: #E8E8E8;
  border-top:2px solid #F6F6F6;
	text-align: right;
}

.grid_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

.grid_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}

.grid_text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	background-color: #ffffff;
}

.grid_text_withdrawn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #ff9999;
}

.grid_sm_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.module_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	background-color: #B8BDC8;
	height: 20px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.module_table {
	background-color: #ffffff; 
	border: 1px solid #666; 
	padding: 5px;
	margin: 0px auto;
	width: 100%;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menu_options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}

.menu_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	font-style: normal;
	text-transform: none;
}

.pop-up_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
}

.hidden {
	display: none;
}

/* Tab Menu Styles */

#tabcontainer {
		width: 500px;
		font-family: verdana, sans-serif;
		font-size: 11px;
		background: #f3f3f3;
		background: #fff;
}

#tabnav {
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
  	margin: 0; 
		padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
}

#tabnav a:link.active, tabnav a:visited.active {
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
}

#tabnav a:hover {
		background: #fff;
}

/* Tree Menu Styles */	 


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}