
body 
{
  background : #e9e9e9 url(../images/background.gif) repeat-y 50% 0;	
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
}

table {
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
}

select, input, textarea {
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height:1.2em; 
  vertical-align:middle; 
  color: #616161; 
  margin-left:0; 
  margin-top:0; 
  margin-bottom:0; 
}

input.date-dd,input.date-mm
{
	width: 32px;
}

input.date-yyyy
{
	width: 64px;
}

.padright
{
	margin-right: 8px;
}

.border {
  font-family: Verdana, Tahoma, Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  color: #ffffff;
  /*background-color: #a7a7a7;*/
  /*background-color: #000000;*/
  background-color:#666666;
  text-decoration: none;
  border: solid 0px #666666;
}

.bordernav {
  /*border: solid 1px black;*/
  margin: 0px;
  padding: 0px;
}

.minitable {
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: #EFEFEF;
  text-decoration: none;
}

.maintable 
{
	border:0;
}
	
.table_center 
{
  width: 800px;
  height:120px;
  margin: 0px;
  padding: 0px;
  border-color : #222222;
  border-width : thick;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: #a7a7a7;
  text-decoration: none;

  }

.maintable #lefttd{

	background: url(../images/leftbar.jpg) no-repeat top left; 
}

.table_left
{
	width:9px;
	background: url(../images/table_left.gif) repeat-y; 	
}

.table_right
{
	width:9px;
	background: url(../images/table_right.gif) repeat-y; 	
}


.contentsheading, .contentsheadingright {
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background-color: #EFEFEF;
  text-decoration: none;
  border-right: 0px;
  height: 10px;
  padding: 2px;
  margin: 2px;
  border: 0;

}


.contentsheading
{
   width : 75%;   
}

.contentsheadingright
{
   text-align:center;	
   background-color : #CDCDCD;
   border-left : 0px;	
   width : 25%;
   
}
.contents {
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border:0;
}

.contentnav 
{
	margin:0;
	padding:0px 8px 0px 8px;
}

.contents a, .contents a:active, .contents a:visited { 
  color: #000000;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.contents a:hover{ 
  color: #555;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.copyright a
{
	color:gray;
	text-decoration:none;
}

.contentnav a, .contentnav a:active, .contentnav a:visited
{
	color:White;
	text-decoration:none;
}

.contentnav a:hover{ 
  color: white;
  background-color: transparent;
  text-decoration: underline;
  /*text-decoration: underline;*/
}

.divRegInfos
{
	border : 0px;
	width : 300px;
	height: 150px;
	float: left;
}

.divPassword
{
	border : 0px;
	width : 300px;
}

br .stopfloat
{
	clear: both;
}

br .stopfloatR
{
	clear: right;
}

.copyright
{
	width: 350px;
	color : #555555;
	border : dashed 0px;
	font-family: Arial,Verdana;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-left: 120px;
	margin-bottom: 5px;
	font-size : 11px;
	/*background : url(../images/bottom_gradient.jpg) repeat-x;*/
}

.smallbtn
{
	border : dotted 1px #cccccc;
	padding: 0px;
	margin: 0px;
	/*margin: 6px 6px 6px 6px;*/
}



/* main big buttons with arrow */


.lnk
{
	text-align:left;
	color : White;
	font-family:Arial;
	font-size: 1.1em;
	font-weight:bolder;
	
	/* text-transform:uppercase; */
	
	padding : 4px 8px 4px 8px;
	margin-bottom : 2px;
	border : solid 1px #666666;
	
}

a.btn-arrow , a:visited.btn-arrow
{
	
	font-family : Arial,Verdana,Tahoma;
	font-weight : bold;
	font-size : smaller;
	background: url(../images/buttons/button-left.gif) top left no-repeat;
	text-decoration: none; 
	text-transform: uppercase;
	
	
	color: #ddd;
	
	float: left; 
	clear: both;
	margin: 5px 5px 5px 2px; 
	width: 105px;
}
	
a.btn-arrow span { 
	display: block;
	padding: 0 10px 0 0;
	
	margin-left: 10px;
	
	background: url(../images/buttons/button-right-noarrow.gif) top right no-repeat;
	text-align: center;

	line-height: 18px;
	height: 18px;
	
	cursor: pointer;
}

a:hover.btn-arrow
{
	text-decoration: none;
	
	background: url(../images/buttons/dark-button-left.gif) top left no-repeat;
	color: #fff; 
}
	
a:hover.btn-arrow span
{
	background: url(../images/buttons/dark-button-right-noarrow.gif) top right no-repeat;
}