
 

	
.menu{
width:954px;
background-color: #FF0000;
} 

.menu ul{
margin: 0; padding: 0;
float: left;
}

.menu ul li{
display: inline;}

.menu ul li a{
float: left; text-decoration: none;
color: white;
padding: 6px 12px;
background-color: #FF0000;
text-align: center;
border-right: 1px solid #FFF;
font-family: arial;
font-size:12px;
font-weight: bold;
  }

.menu ul li a:visited
{
color: white;
}

.menu ul li a:hover, .menu ul li .current
{
color: #fff;
 background-color:#CC0202;
 }
 
 
 
 
 .menu2 ul{
margin: 0; padding: 0;
float: left;
}

.menu2 ul li{
display: inline;}

.menu2 ul li a{
float: left; text-decoration: none;
color:#000000;
padding-right:7px;
padding-left:7px;
text-align: center;
border-right: 1px solid #333333;
font-family: arial;
font-size:11px;

  }
  
  
  
  .content
  {
  background:#6dc1d7;
  width:954px;
  height:734px;
  position:relative;
  margin-left:auto;
  margin-right:auto;

  }
  
  .contentx
  {
  background:#6dc1d7;
  width:954px;
  height:1200px;
  position:relative;
  margin-left:auto;
  margin-right:auto;

  }

	.block { display: block;     }
label.error { display: none; 
 }	


	label.error {

	font-size:14px;
	font-weight:bold;
	color:red;

	background: url('images/x.png') no-repeat 0px 0px;
padding-bottom: 5px;
		padding-left: 20px;
		margin-left: 1em;
	}
	
	
	
	label.valid {
		background: url('images/o.png') no-repeat 0px 0px;
	padding-left: 20px;
		margin-left: 1em;
	padding-bottom:20px;
	
	}
	
	
	
	.labelx
{
width: 5em;
float: left;
text-align: right;
margin-right:16px;
display: block;
font-family:arial;
font-size:16px;
font-weight:bold;
color:#3a7483;


}

	.labelx2
{
width: 8em;
float: left;
text-align: right;
margin-right:16px;
display: block;
font-family:arial;
font-size:16px;
font-weight:bold;
color:#3a7483;

}


input
{
width: 200px;
height:17px;
border: 1px solid #3a7483;
}


.submit
{
background: url('images/continue.png') no-repeat;
border:none;
width:61px;
margin-left: 250px;
height:18px;
cursor: pointer; cursor: hand;  	
} 

.submit:hover {
background: url('images/continue2.png') no-repeat;
border:none;
width:61px;
margin-left: 250px;
height:18px;
cursor: pointer; cursor: hand;
}



.addx
{
background: url('images/add.png') no-repeat;
border:none;
width:61px;
margin-left: 5px;
#margin-bottom:2px;
height:18px;
cursor: pointer; cursor: hand;  	
} 

.addx:hover {
background: url('images/add2.png') no-repeat;
border:none;
width:61px;
margin-left: 5px;
#margin-bottom:2px;
height:18px;
cursor: pointer; cursor: hand;
}



p{

margin:11px;
}

	
	
	.footer
	{
	font-size:11px;
	font-family:arial;
	}
 
 
a:link {text-decoration: none; color:#101010;}
a:visited {text-decoration: none; color:#101010;}
a:active {text-decoration: none; color:#101010;}
a:hover {text-decoration: underline; color:#101010;}



a.linkr:link {text-decoration: none; color:#101010;}
a.linkr:visited {text-decoration: none; color:#101010;}
a.linkr:active {text-decoration: none; color:#008698;}
a.linkr:hover {text-decoration: none; color:#008698;}



#buttonLog
{
  display: block;
  width: 14px;
  height: 19px;
  background: url("images/button.png") no-repeat 0 0;

}

#buttonLog:hover
{ 
  background-position: 0 -19px;
}

