body  {
font-family:arial, Verdana, sans-serif;
	font-size: 11px;
	background:#101429 url(images/bg.jpg) repeat scroll center top;
 
 
}
#border { 
 
background:url("tblbg.gif");
background-repeat:repeat-y;
 
 
} 
#bullet {list-style-image:url('bullet.gif');}
 
td, tr  {
	font-family:arial, Verdana, sans-serif;
	font-size: 10px;
	vertical-align:top;
	font-color: black;
select {
 background-color: #43689C;
 color: #E3DEDC;
 font-size: 10px;
 
}
 
 #mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}
 
#boxes #dialog1 {
  width:375px; 
  height:203px;
}
 
#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}
 
#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}
 
#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}
 
#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}


#content  {
  text-justify: distribute;
  font-variant: small-caps;
  font-color: white;
}
 

 
a { color:#333333; text-decoration:none; }
a:hover { color:#336699; text-decoration:underline; }

a.submenu { color:#ffffff; text-decoration:none; }
a:hover.submenu { color:#f2f04b; text-decoration:underline; }
 

  
/* Z-index of #mask must be lower than #boxes .window */  
#mask {   
  position:absolute;   
  z-index:9000;   
  background-color:#000000;   
  display:none;   
}   
     
#boxes .window {   
  position:absolute;   
  width:440px;   
  height:300px;   
  display:none;   
  z-index:9999;   
  padding:20px;   
}   
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {   
 width:375px;    
 height:203px;   
}   


