html, body{  height: 100%;}
body{
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	color:#004680;
	font-family:tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-weight:bold;
}

a:link, a:visited{
	color: #0f77ad;
	text-decoration: none;
}

a:hover, a:active{
	color: #003957;
	text-decoration: none;
}

/* table classes */
td{ text-align:left }
.tbl-head, th{
	background-color:#004ea2;
	background-image:url('img/gred1.jpg');
	background-repeat:repeat-x;
	color:#ffffff;
	border:1px solid #7fb9e8;
}

.tbl, .seconed{
	background-color:#dfeefa;
	border:1px solid #7fb9e8;
	color:#3f78a6;
}

.tbl2, .third{
	background-image:url('img/tblbg.jpg');
	background-color:#ffffff;
	border:1px solid #7fb9e8;
	color:#272727;
	padding:3px;
}

.error{
	color: #a30000;
	border: 1px solid #a60e0e;
	background-color: #fff2f2;
	padding:5px;
}

.success{
	color: green;
	border: 1px solid #9fbf8e;
	background-color: #dfecd9;
	padding:5px;
}

.pad{
	padding: 4px;
}

#mgc{
	color:#ffffff;
	font-size:10pt;
}

#navbtn{
	background-image:url('img/4.jpg');
	background-repeat:repeat-x;
	width:130px;/*change this value to change the width of the navBtn */
	height:35px;
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	align:center;
}
#navbtn .left{
	background-image:url('img/3.jpg');
	background-repeat:no-repeat;
	width:24px;
	float:left;
	height:35px;
}

#navbtn .right{
	background-image:url('img/2.jpg');
	background-repeat:no-repeat;
	width:24px;
	float:right;
	height:35px;
}

#navbtn .center{
	background-image:url('img/4.jpg');
	background-repeat:repeat-x;
	height:35px;
	text-align:center;
}

#navbtn .font{
	text-align:center;
	padding-top:5px;
	color:#ffffff;
}

#nav td{
	text-align:center;
	color: #004177;
	height: 32px;
	width: 143px;
	background-image: url(img/nav2.jpg);
}

#nav td:hover{
	text-align:center;
	color: #004177;
	height: 32px;
	width: 143px;
	background-image: url(img/nav3.jpg);
	cursor: pointer;
}

#nav a:link, #nav a:visited{
	color: #004177;
	text-decoration:none;
}

#nav a:hover, #nav a:active{
	color: #0061b1;
	text-decoration:none;
}

/* rotation block */
#msg{
	color:#ffffff;
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	direction:rtl;
}

#msg .hide{
	display:none;
	visibility:hidden;
}

#msg .show{
	display:block;
	visibility:visible;
}
td.opacity{
	background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.opacity2{
	background-image:url('img/tblbg.jpg');
	background-color:#ffffff;
	border:1px solid #7fb9e8;
	color:#000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

