/* CSS Document */

/**** ID's ****/

#blueBox {
  width: 617px;
  padding: 10px;
  border-color: #66C;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
}
#comm_tbl {
  border: #666 solid 1px;
  width: 440px;
  margin-left: 50px;
}
#corpoff {
	float: right;
	width: 320px;
	height: 140px;
}
#dynamicCont {
  width: 463px;
  margin: auto;
  text-align: left;
}
#foot_bar {
  width: 902px;
  height: 20px;
  line-height: 20px;
  color:#FFFFFF;
  background-color: #999999;
  border-top: #fff solid 20px;
	text-align: center;
}
#formMan {
  float: left;
  text-align: left;
  width: 390px;
}
#formManTable {
  float: left;
  text-align: left;
  width: 390px;
}
#giro {
  margin: 0;
	background-color: #333;
	border-top: #333 solid 20px;
	text-align: center;
}
#greenBox {
  width: 610px;
  padding: 10px;
  border-color: #9c0;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
}
#imgTable {
	width: 550px;
	margin: auto;
	margin-top: 30px;
}
#intro_pic {
  float:right;
  width: 350px;
  border: #666666 solid 1px;
  margin-top: 13px;
  padding: 5px;
}
#intro_text {
  float:left;
  width:250px;
}
#listMan {
  float: right;
  text-align: left;
  width: 400px;
  height: 600px;
  border-left: #9c0 solid 1px;
  background-color: #FFF;
}
#listManScrollCont {
  overflow: auto;
  width: 370px;
  height: 555px;
  margin: 15px;
}
#loc {
  margin: 0;
	background-color: #333;
	border-top: #333 solid 20px;
  color: #999;
	text-align: center;
}
#map {
	float: left;
	width: 300px;
  height: 140px;
  border: #666 solid 1px;
  display: inline-block
}
#navigation {
  width: 800px;
  margin: auto;
}
#news_cont {
  width: 460px;
}
#newsRoom {
  width: 180px;
	height: 250px;
	margin-left: 15px;
	background-image: url(../img/news_background.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 11px;
}
#newVar {
  text-align: left;
  padding: 25px 0 13px 25px;
  border-bottom: #9C0 solid 1px;
}
#orangeBox {
  width: 610px;
  padding: 10px;
  border-color: #F60;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
}
#pic_left {
  float: left;
  margin: 0 15px 15px 15px;
}
#pic_right {
  float: right;
  margin: 10px 0 15px 15px;
}
#redBox {
  width: 617px;
  padding: 10px;
  border-color: #F00;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
}
#search_box {
  height: 20px;
  padding-right: 20px;
}
#search_input {
  width: 150px;
  height: 18px;
  line-height: 18px;
  border: none;
  background-color:#CCC;
  background-image: url(../img/magglass.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  font-size: 11px
}
#search_submit_btn {
  width:50px;
  height: 18px;
  line-height: 18px;
  background-color: #D7FF5B;
  border: none;
  cursor: pointer;
}
#species_list {
  width: 180px;
	padding-top: 10px;
  background-color: #E6E6E6;
}
#sitemap_cont {
  padding-left: 30px;
}
#species_list ul {
  margin: 0;
	padding-left: 30px;
  list-style: disc;
  text-align: left;
  line-height: 20px;
	font-size: 12px;
}
#submenu {
  width: 170px;
  margin-left: 15px;
  padding-left: 10px;
  cursor: default;
  background-color: #333;
}
#submenu_foot {
  margin-left: 15px;
}
#submenu_up_bar {
  width: 195px;
  height: 6px;
  background-color: #333;
}
#track_cont {
  width: 682px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding-left: 220px;
  border-bottom: #fff solid 3px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #666;
}
#varietiesCont {
  width: 760px;
  height: 495px;
  border: #FFF solid 20px;
  background-color: #FFF;
  text-align: left;
  overflow: auto;
}
#violetBox {
  width: 617px;
  padding: 10px;
  border-color: #609;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
}
#whiteFoot {
  width: 902px;
	height: 22px;
	margin: 0;
}

/**** CLASSES ****/

hr {
  border: none 0; 
  border-top: 1px dashed #666;/*the border*/
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.aL {
  text-align: left;
}
.aC {
  text-align: center;
}
.aR {
  text-align: right;
}
.agriset {
  font-weight: bold;
	color: #348F0E;
}
.bb_dotted {
  border-bottom: #666 dotted 1px;
}
.categories_bar {
  background-color: #D7FF5B;
  color: #666;
  font-weight: bold;
  margin: 5px 5px 5px 0;
  padding: 1px 0 2px 20px;
}
.clearfloat {
  clear:both;
  height:1px;
  overflow:hidden;
}
.delete {
  background-color: #C03;
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  cursor: pointer;
  border: none;
}
.edit {
  background-color: #560;
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
}
.fL {
  float: left;
} 
.fR {
  float: right;
}  
.form_btn {
  background-color: #560;
  padding: 2px 4px;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
}
.left_bar_conts {
  width: 180px;
  padding-left: 15px;
}
.longBar {
  width: 633px;
  height: 32px;
}
.main_txt {
  margin-left: 15px;
  text-align: justify;
}
.ml10 {
	margin-left: 10px;
}
.name_td_Man {
  width: 240px;
  border-bottom: #666666 dotted 1px;
  line-height: 25px;
}
.species_bar {
  background-color: #9c0;
  color: #fff;
  font-weight: bold;
  margin: 5px 5px 5px 0;
  padding: 1px 0 2px 5px;
}
.title_bar {
  width: 625px;
  _width: 620px;
  padding-left: 15px;
  height: 20px;
  line-height: 20px;
  background-image: url(../img/bar_bg.gif);
  background-repeat: repeat-x;
  color: #fff;
}
.var_bar {
  width: 433px;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
  background-image: url(../img/variety_bar.gif);
}
.var_cont {
  width: 463px;
  overflow: hidden;
  background-color: #EEE;
  min-height: 135px;
  margin-bottom: 20px;}
.var_img {
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.var_img_pdf {
  float: left;
  width: 110px;
  height: 150px;
  line-height: 40px;
  text-align: center;
  margin: 12px;
}
.var_txt {
  float: right;
  width: 295px;
  margin: 12px 20px 20px 0;
}

