body, th, tr, td, input, select, textarea, div, p, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body a img{
  border:0px;
}

body a{
  text-decoration:none;
  color: #2293be;
}

body a:hover{
  color: #0066FF;
}

body a:visited{
  color: #2293be;
}

.input {
  font-size:12px;
  color:#006666;
}

.error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: RED;
}

.menu-inactive {
  background: WHITE;
}

.menu-active {
  background: #D3D3D3;
  font-weight: bold;
}

.listing { 
  background-color: WHITE;
 }

.listingSelected { 
  background-color: #D3D3D3; 
}

.title{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

/**/
.table_home {border-left:#3A393F 1px solid; border-right:#3A393F 1px solid;border-bottom:#3A393F 1px solid;}
.top_bar {color:#FFFFFF; font-weight:bold;}
.nav_bar {font-weight:bold; font-size:16px;}
.table_login {border:#3A393F 1px solid;}
.highlight{background:#33FFCC; color:#000000;}

.homekw {font-size:14px; text-decoration:none; color:#993300;  font-family: Arial, Helvetica, sans-serif; font-weight:bold;}
tr.hl {color:#FF0000;}
.nopay {color:#FF0000;}



div.sample_popup 
{ 
  width:400px;
  border: 1px solid black;
  background-color:#ebebeb;
  z-index: 1; 

}

div.sample_popup div.menu_form_header
{  
  height:      20px;
  line-height: 19px;
  vertical-align: middle;
  background-color:#cccccc;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  /*background: url('form.png') no-repeat left bottom;*/
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  12px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

