@charset "utf-8";
/* CSS Document */
.newyear{
background-image:url(../imgs/bg_newyear.png);
background-repeat: no-repeat;
}
.odd{
	background-color: #fff;
	color: #222;
}

.even{
	background-color: #e3f5f9;
	color: #444;
}
table{
	border:0px;
}
body
{
margin-top:0px;
margin-bottom:0px;
font-family:Arial, Geneva, Helvetica, sans-serif;
color:#444444;
font-size:12px;
}
.countries
{
color:#999999;
}
.logo
{
margin-left:30px;
}
.topdiv
{
margin-left:500px;
margin-top:-25px;
width:300px;
}
a
{
color:#2b90ef;
font-size:12px; 
margin-bottom:5px;
text-decoration:underline;
}
.persmenu
{
background-position:bottom; 
background-repeat:no-repeat;
}

.submit_butt
{
background-image:url(../imgs/butt_1.gif); 
height:19px; 
width:65px; 
color:#FFFFFF; 
text-align:center;
}
.hr
{
border-top:1px solid #2b90ef; 
width:600px; 
margin-left:10px;
}
.contant_table
{
margin-top:5px; 
margin-left:15px; 
margin-right:15px;
}
.contant_artical
{
font-weight:bold;
}
.style2 {color: #999999}
h1{
	font-size:14px;
	color:#2b90ef;
}
h2{
	font-size:13px;
	color:#2b90ef;
}
.clear{
	margin: 0; 
	padding: 0;
}
img{
	border:0px;
}
table{
	border-collapse: collapse;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}
input[type="text"], input[type="password"], select, .input{
	width:150px;
	font:110% Arial, Helvetica, sans-serif;
	color:#2d535d;
	margin:5px;
	border:1px solid #2b90ef;
	/*height: 19px;*/	
}
textarea, input[type="checkbox"] {
	font:110% Arial, Helvetica, sans-serif;
	color:#2d535d;
	margin:5px;
	border:1px solid #2b90ef;
}
li {
margin-left:15px;
}



.bubbleInfo {
    position: relative;
}

.popup {
    /*position: absolute;*/
    display: none; /* keeps the popup hidden if no JS available */
}
