html{
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006699;
	margin: 0px;
	padding: 0px;
	height:100%;
}
a
{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
}

a:hover
{
	text-decoration: none;
	font-weight:normal;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/* MAIN DIV */
#kontainer {
	position: relative;
	height: 667px;
	width: 1260px;
	margin: 0 auto;
	/* CSS HACK TO RESET CENTER POSITIONING FROM BODY CSS*/
	<strong>text-align: left;</strong>
	border: 1px solid red!important;
}
#header {
	background-attachment: fixed;
	background-image: url(../new_images/black_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 auto;
	position: relative;
	height: 215px;
	width: 1260px;
	border: 1px solid red!important;
}

#logo {
	background-image:url(../new_images/header.png);
	background-repeat:no-repeat;
	width:447px;
	height:115px;
	left: 300px;
	/*padding-left: 50px;*/
	border: 1px solid red!important;
	margin-left: 173px;
	margin-top: 65px;
}
#menu_container
{
width: 1260px;
height:80px;
float: left;
border: 1px solid red!important;
}
#menu 
{
	width: 935px;
	height:80px;
	float: left;
	margin-left: 173px;
	border: 1px solid red!important;
	/*background-image: url(../images/lft_bg.png);
	background-repeat: repeat-y;*/
}
#menu a {
	display:block;	
	width:120px;
	/*margin: 1em 0;*/
	padding:20px 20px 10px 20px;
	background: url(../new_images/bj_button.png) 0 0 no-repeat;	
	text-decoration:none;  
	
   }
#menu a:hover {
   
   background-position: 0px -45px;
   /*background-attachment:fixed;*/
   
   }
#menu a:active {
   /*background-position: -314px 0;
   ...*/
   }
   
   
   
   /* this for CSS tables */
   
   
   
  table.grid{
font-size: 11px;
border-collapse:collapse;
}

table.grid th{
padding-top:1mm;
padding-bottom:1mm;
}

table.grid th{
background: #999;
border-top: 0.2mm solid #000;
border-bottom: 0.2mm solid #000;
text-align:left;
padding-left:0.2cm;
}

table.grid tr td{
padding-top:0.5mm;
padding-bottom:0.5mm;
padding-left:2mm;
border-bottom:0.2mm dotted #000;
}

.noentry
{
color:#FF0000;
text-decoration:line-through;
}
.title
{
color:#CCCCCC;
text-decoration:none;
font-size:16px;
font-weight:bold;

}


div.pagination {
padding: 3px;
margin: 3px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
/*border: 1px solid #AAAADD;*/
background-color:#0066CC;

text-decoration: none; /* no underline */
color:#FFF;
}
div.pagination a:hover, div.pagination a:active {
/*border: 1px solid #000099;*/
background-color:#EEEEEE;
color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
background-color:#006699;
/*border: 1px solid #000099;*/

font-weight: bold;
background-color: #000099;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;

color: #DDD;
}
                         
input.textfields
{
	padding:1px 2px;
	background:#D2DBE5;
}
.selectfields{
	padding:1px 2px;
	background:#D2DBE5;

}
