html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(186, 219, 226);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 750px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -250px; 
  width: 750px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  height: 31px;  
}

#menu a
{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
}

#menu a:link, #menu a:visited
{
  color: rgb(122, 170, 204); 
  background-color: rgb(186, 219, 226);
}

#menu a:hover, #menu a:active
{
  background-color: rgb(122, 170, 204);
  color: #ffffff; 
}

#menuselected
{
  display: block;
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(134, 210, 226);    
  text-decoration: none;
  line-height: 31px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
  text-align: center;
  border: 2px inset rgb(186, 219, 226);
}

.content
{
  height: 300px;
  overflow: auto;
  padding: 7px;
  position: relative;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: rgb(122, 170, 204);
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 18px;
  color: rgb(134, 210, 226);
  background-color: inherit;
  border-left: 5px solid rgb(134, 210, 226);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: rgb(122, 170, 204);
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

hr{
	clear: both;
}

.sliderHeader{
	font-weight:bold;
	text-align: center;
	margin-top: 25px;
}
.sliderPole{
	
}
.sliderLeft{
	float:left;
}
.sliderRight{
	float:right;
}
.sliderSlider{
	width:10px; height:15px; background-color:rgb(87, 154, 188); cursor: pointer;
}
.sliderTrack{
	width:400px; background-color:rgb(134, 211, 227); height:2px;
}