@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 14px;
	color: #77A1B1;
	font-weight: normal;
}

.maintext{
font:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:normal;
color:#CC6600;

}

.h1{color:#FF9900; font-family:Algerian, "BankGothic Lt BT", "Century Gothic"; font-size:12px;}

body{
font:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#CC6600;
}
.usr {color: #FF0000;
font-size:16px;}


.usrwarn {color: #FF0000;
font-size:12px;}


.usr1 {
	color: #35262D;
	font-size:16px;
}


.ips {
	color:#663300;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



fieldset
{
	border: solid 1px #76A0B0;
	padding: 20px;
	padding-top: 0;
}


.tab{
max-width:200;
max-width:200;
}
.logtxt{
color:#FFFFFF;
font-size:12px;
}
.but{
	border:none;
	min-width:90px;
	height:24px;
	background-image:url(../images/button.png);
	background-repeat: no-repeat;
	width: 40px;
	font-weight: bold;
	
}

.search{
	color:#76A0B0;
	font-size:13px;
	font-weight:normal;
}

.list{
	min-width:120px;
	height:20px;
	max-width:130px;
	width: 130px;
}

.mlist{
	min-width:130px;
	height:70px;
	max-width:130px;
	width: 160px;
}

.box{
	min-width:180px;
	height:20px;
	min-height:20px;
	max-width:180px;
	width: 180px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}
.sbox{
	min-width:60px;
	height:20px;
	min-height:20px;
	max-width:100px;
	width: 60px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}
.sLbox{
	min-width:50px;
	height:15px;
	min-height:15px;
	max-width:100px;
	width: 50px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}




.ctbox{
	min-width:130px;
	height:17px;
	min-height:17px;
	max-width:130px;
	width: 130px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}


.cbox{
	min-width:181px;
	max-height:50px;
	min-height:15px;
	max-width:181px;
	width: 181px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}

.fbox{
	min-width:140px;
	max-height:25px;
	min-height:15px;
	max-width:140px;
	width: 140px;
	border-color:#76A0B0;
	border-width:thin;
	outline:#0033FF;
	background-color:#EBECED;
}
.but1{
	border:none;
	min-width:90px;
	height:24px;
	background-image:url(../images/button1.png);
	background-repeat: no-repeat;
	width: 40px;
	font-weight: bold;

}
.butlong{
	border:none;
	min-width:170px;
	height:24px;
	background-image:url(../images/button2.png);
	background-repeat: no-repeat;
	width: 170px;
	font-weight:normal;

}

.logout{
	border:none;
	min-width:30px;
	height:30px;
	background-image:url(../images/logout.png);
	background-repeat: no-repeat;
	width: 30px;
}
.home{
	border:none;
	min-width:30px;
	height:30px;
	background-image:url(../images/home.png);
	background-repeat: no-repeat;
	width: 30px;
}
.fieldset{
min-width:750px;
}

div.al {
	position: absolute;
	left: 160px;
	top: 450px;
	background-color: #F3F3F3;
	width: 420px;
	padding: 10px;
	color: white;
	border: #0000cc 2px dashed;
	height: 185px;
} 


a:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            #76A0B0;
  } 
a:visited {
	/* Applies to visited links of class mainNav */
  text-decoration:  none;
	font-weight:      bold;
	color:            #333333;
  } 
a:hover   {
	/* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
	font-weight:      bold;
	background-color: #FFFBFF;
	color:            #76A0B0;
  } 
a:active  {
	/* Applies to activated links of class mainNav */
  text-decoration:  underline;
	font-weight:      bold;
	background-color: #76A0B0;
	color: white;
  } 

