/*--------------------- General --------------------------------------------------*/

body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font: 75% verdana, arial, technical;
	text-align: center;
    height: 96%;
}

a {
	color: #BA0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*--------------------- Main divs --------------------------------------------------*/

div.general {
	position: absolute;
    width: 730px;
    height: 100%;
    left: 50%;
    margin-left: -350px;
    overflow: auto;
}

div.title {
 	position: absolute;
 	width: 700px;
 	height: 80px;
 	top: 10px;
 	overflow: none;
 	left: 0px;
 	background-color: #FFFFFF;
}

div.menu {
 	position: absolute;
	text-align: left;
	width: 150px;
 	top: 100px;
 	left: 550px;
 	overflow: auto;
 	background-color: #FFFFFF;
 	color: #669933;
 	border-left: 1px solid #000000;
 	padding-left: 5px;
 	padding-bottom: 5px;
 	padding-top: 5px;
 	padding-right: 1px;
	font: 110% verdana, arial, technical;
 	font-weight: bold;
}

div.content_tabs {
	position: absolute;
	width: 700px;
 	top: 100px;
 	left: 0px;
	height: 25px;
	overflow: none;
	z-index: 101;
	vertical-align: middle;
	text-align: left;
	background-color: #FFFFFF;
}

div.content {
 	position: absolute;
	text-align: left;
	width: 700px;
 	top: 135px;
 	left: 0px;
 	overflow: auto;
 	background-color: #FFFFFF;
 	color: #000000;
}


/*--------------------- Navigation --------------------------------------------------*/

span.menu_navlink a {
	text-decoration: none;
	display: block;
	color: #669933;
	background-color: #FFFFFF;
}

span.menu_navlink a:hover {
	color: #FFFFFF;
	background-color: #669933;
	text-decoration: none;
}


/*--------------------- tabs --------------------------------------------------*/

.tabPanel {
  border-bottom: 1px solid #000;
  margin: 0;
  padding-bottom: 15px;
  padding-left: 5px;
}

.tabPanel ul, .tabPanel li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabPanel a:link, .tabPanel a:visited {
  background: #ecf9e0;
  border: 1px solid #000;
  color: #000;
  float: left;
  font-weight: bold;
  line-height: 12px;
  margin-right: 8px;
  padding: 2px 10px 5px 10px;
  text-decoration: none;
}

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

.tabPanel a:hover {
  text-decoration: none;
  background: #669933;
  color: white;
}

.tabPanel a:link.currentTab:hover, .tabPanel a:visited.currentTab:hover {
  text-decoration: none;
}


/*--------------------- Picture table --------------------------------------------------*/

table.picture {
	text-align: center;
	background: #fff;
	padding: 2px;
}

td.picture {
	text-align: center;
	padding: 5px;
}

a.picture img {
	border: 2px solid #ecf9e0;
}

a.picture:hover img {
	border: 2px solid #669933;
}


/*--------------------- Other --------------------------------------------------*/

span.subtitle {
	color: #FFFFFF;
	display: block;
	background-color: #669933;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
}

