@charset "utf-8";


body {
	background-color: #f5f5db;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:0px 0px 0px 10px;
	padding:0px;
	line-height:30px;
}

a{
	color:#4646b0;
	text-decoration:none;
}

a:hover{
	color: #4646b0;
	text-decoration: underline;
}

.header{
	font-weight:bold;
	background-image:url(images/bgcenter.jpg);
}
.header a{
	display:block;
	line-height:24px;
	color:#FFFFFF;
	
}

.header_bg_left{
	background-image:url(images/bgleft.jpg);
	background-repeat:no-repeat;
}

.header_bg_right{
	background-image:url(images/bgright.jpg);
	background-repeat:no-repeat;
	background-position:right;

}

.rows{
border-bottom:#003333 solid 1px;
}

.rowsbg{
border-bottom:#003333 solid 1px;
background-color:#eff4fa;
}

.rows1{
border-bottom:#003333 solid 1px;
border-left:#003333 solid 1px;

}

.rows1bg{
border-bottom:#003333 solid 1px;
border-left:#003333 solid 1px;
background-color:#eff4fa;
}

.rows2{
border-bottom:#003333 solid 1px;
border-right:#003333 solid 1px;
}

.rows2bg{
border-bottom:#003333 solid 1px;
border-right:#003333 solid 1px;
background-color:#eff4fa;
}



.top{
background-image:url(images/bg1.jpg);
background-repeat:repeat-x;
height:60px;
color:#FFFFFF;
}

.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/

left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background:  #0066FF;
text-transform:uppercase;
font-size:10px;
color:#FFFFFF;
border: 1px solid black;
padding: 2px 10px 2px 10px;
}

input[type=text], input[type=password]{
width:280px;
border:#003333 1px solid;
background-color:#eff4fa;
}

input[name=date],input[name=ip]{
width:100px;
border:#003333 1px solid;
background-color:#eff4fa;
}

.infook{
border:#000000 1px solid;
background-color: #33FF99; 
width:998px;
height:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:center;
margin:0px;
padding:0px;
}

.infoerror{
border:#000000 1px solid;
background-color: #FF0000; 
width:998px;
height:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
margin:0px;
padding:0px;
}
