body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	background: #fff url(/images/bg_fade.gif) repeat-x; 
}

/*330099 330066*/
h1 {
	color: #000066;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	text-align: left
}

h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: left
}

a {
	color: #03c
}

a:hover {
	text-decoration: none;
}

table {
}

td {
	text-align: left;
	vertical-align: top
}

th {
	text-align: left;
	vertical-align: top
}

p {
}

select {
	font-size: 12px
}

option {
	font-size: 12px
}

input {
	font-size: 12px;
}

.imgGen {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}     

.textCaption {
	color: #666666;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none
}   

.linksMenu {
	font-size: 10px;
	color: #000099;
	font-weight: bold;
	text-decoration: none
}

.linksMenu:hover {
	font-size: 10px;
	color: #009900;
	text-decoration: none
}

.nonlinksMenu {
	font-size: 10px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer
}  

.textFooter{
	color: #000000; 
	text-align: center; 
	margin: 0px 0px 0px 0px
}

p.textFooter a{
	color: #000000; 
	text-align: center; 
	margin: 0px 0px 0px 0px
}

.footer_box {
background-image: url(/images/bg_gradient_1_flip.png); background-repeat: repeat-x; height: 35px; background-color: #ffffff; vertical-align: middle
}

.imgMarker{
	vertical-align: middle
}

.frame_bg {
	background-color: #000000
}

.frame_bg td {
	padding: 5px 5px 5px 5px;
}

.frame_bg img {
	border: 0px solid #cccccc; display: block;
}

.frame_border {
	 border: 1px solid #999999;
}

.frame_border_top {
	border-top: 1px solid #000066;
}

/*

.menu_box_sel {
	border: 3px solid #000099;
	background-position: 0px -1px; background-image: url(/images/bg_gradient_1_flip.png);
}

.menu_box {
	border: 1px solid #cccccc;
	background-position: 0px -1px; background-image: url(/images/bg_gradient_1_flip.png);
}
*/

.side_bar {
	background-color: #FEFEFE; border-right: 1px solid #E9E9E9; width: 190px
}

#menu_box {
	width: 100%; margin: 10px 0px 20px 5px; 
}

.box_menu_item {
	margin-top: 2px; height: 25px; background-color: #ffffff; width: 150px; text-align: left; border: 1px solid #cccccc;
	background-position: 0px -1px; background-image: url(/images/bg_gradient_1_flip.png);
	margin-left: 3px;
}

.box_menu_item  tr td {
	background-position: center left; background-repeat: no-repeat; 
	padding-left: 10px;
	vertical-align: middle;
}

.child_block {
	background-image: url(/images/treev_minus.gif); 
}

.child_none {
	background-image: url(/images/treev_plus.gif); 
}

.child_empty {
	background-image: url(/images/treev_leaf.gif); 
}

.box_menu_item tr td a{
	font-size: 10px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

.box_menu_item tr td a:hover{
	font-size: 10px;
	color: #009900;
	text-decoration: none
}

.menu {
	text-align: left;
	display:  block;
}

.sub_menu {
	margin-left: 7px;
}

.main_box {
	background-color: #ffffff; width: 800px; margin-top: 5px; margin-bottom: 20px; border: 1px solid #999999; margin-left: auto; margin-right: auto
}

/* --- Photo gallery --- */

.gallery_photo
{
	border: 0px solid #ffffff;
} 

/* --- Validation --- */

.fieldWithErrors {
  padding: 2px;
  background-color: #c00;
  display: inline;
  /* note that at the moment this is a div but can change this in environment.rb */
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #f0f0f0;
}

#ErrorExplanation h5 {
  text-align: left;
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: disc;
  margin: 0px;
  padding: 0px
}                                                                                           