html, body, div, img, p, form, fieldset, a, ul, li dl, dt, dd, h1, h2, h3, span {
	border:0 none;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
}
body, input, table {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
p {
	line-height: 150% 
}
a {
	color:#990033;
	text-decoration: underline;
	margin: 10px 0 0 0;
}
input[type=text], input[type=file], input[type=password], textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:2px solid #DDDDDD;
}
input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus {
	border:2px solid #32588D;
}
h1, span.h1 {
	color:#000066;
	font-size:19px;
	margin-top:0;
	margin-bottom:5px;
	padding-top:4px;
	text-shadow:#B3B5FD 2px 2px 2px;
	border-bottom:1px solid #B3B5FD;
	font-weight: bold;
}
h2, span.h2 {
	color:#000066;
	font-size:18px;
	margin:0 0 5px 0;
	text-shadow:#B3B5FD 2px 2px 2px;
}
h3, span.h3 {
	text-decoration:none;
	font-size:15px;
	color:#000066;
	font-weight: bold;
}
h4, span.h4 {
	text-decoration:none;
	font-size:16px;
	color:#000066;
	font-weight: bold;
	margin:0;
	padding:0;
}
h5 {
	text-decoration:none;
	text-align:left;
	font-size:1.2em;
	color:#000086;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h6 {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
li {
	list-style-type: square;
	margin-left: 15px;
	padding: 5px 0 0 0;
}

/* id */
.content {
	padding: 10px 10px 10px 10px;
}
#footer {
	background-color: #ECECFF;
	text-align:center;
	padding:10px 0px;
}
#navBar{
	padding: 0px;
	margin: 2px;
	text-align: center;
}
/* end id */

/* class */
.menuHeader {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.bg {
	background-color: #ECECFF;
}
.hidden {
	text-decoration:none;
}
.tdstyle{
	width:100%;
	text-align:left;
}
.headtit {
	font-weight:bold;
	font-size:18px;
}
.tbtit {
	BACKGROUND-COLOR: #F4F4FF;
	font-weight:bold;
}
.highlight {
	BACKGROUND-COLOR: yellow;
	font-weight:bold;
}
.tds {
  background-Color:#E43A7A;
  text-align:center;
  border:1px solid gray;
  filter:alpha(opacity=75);
  cursor:default;
}
.mt5 {
  margin-top:5px; 
  margin-left:5px;
  text-align:left;
}
.ml7 {
  margin-top:3px; 
  margin-left:10px;
  text-align:left;
}
.mt2 {
  margin-top:2px;
  text-align:left;
}
/* end class */

/* frame.php */
.marquee {
	background-color:#F2F2FF; 
	border:1px solid #acc0d4; 
	padding:5px;
}
/* frame.php */

/* index.php */
.login {
	color:#000089;
	font-weight:bold;
}
.fieldset {
	border:solid #000089 1px;
	margin:3px;
	padding:5px;
}
#marqueecontainer {
	position: relative;
	height: 30px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}
div.footer {
	background-color: #ECECFF;
	border-top:solid grey 1px;
	text-align:center;
	padding: 10px;
}
/* index.php */

/* STATUS BOXES */
div.StatusOK, div.StatusInfo, div.StatusError, div.StatusWarning {
	padding: 10px;	
	margin-bottom:10px;
	font-size: 14px;
	color: black;	
	font-weight: bold;
	background-position: 5px;	
	background-repeat: no-repeat;	
}
div.StatusOK {
	border: solid 1px #009933;	
	background-image: url('../img/status_good_32.gif');	
	background-color: #DFFFE9;
}
div.StatusInfo {	
	border: solid 1px #6A83AB;	
	background-image: url('../img/status_info_32.gif');	
	background-color: #F7F7F7;
}  
div.StatusError {	
	border: solid 1px #CC3333;	
	background-image: url('../img/status_bad_32.gif');	
	background-color: #FFD6D6;
}  
div.StatusWarning {	
	border: solid 1px #FFCC33;	
	background-image: url('../img/status_problem_32.gif');	
	background-color: #FFFED6;
}  
div.StatusText {	
	margin-left: 32px;	
	border: 0px;
}
/* END STATUS */

/* common */
div.buttons {
	margin: 10px 10px 10px 0;
}
td.checked {
	background:#6DC5C2;
}
/* common */

/* buttons */
input[type="button"], input[type="submit"], button{
	background:url("../img/btn_on.gif") repeat-x;
	border:#696969 1px solid;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover{
	background:url("../img/btn_off.gif") repeat-x;
	border:#000000 1px solid;
}
/* buttons */