body{
	font-family: helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	background-color: #444444;
	padding-left: 50%;
	margin-top: 0;

}

#page {

	width: 800px;
	margin-left: -400px;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	background-image: url(pix/paper.gif);
	background-repeat: repeat-x repeat-y;
	border-left : 1px solid white;
	border-right : 1px solid white;
	
}



div.left{

	border: 1px solid white; 
	width: 30%;
	float: left;
	margin: 0px;
	margin-right: 7px;
	padding: 5px;
}

div.right{

	border: 1px solid white; 
	width: 30%;
	float: right;
	margin: 0px;
	margin-left: 7px;
	padding: 5px;
}

div.full{

	border: 1px solid white; 
	width: 95%;	
	margin: 7px;
	padding: 5px;


}

a.css_button {

    display:block;

    float:left;

    height:35px;

    background:url(pix/k_button_left.gif) transparent no-repeat top left;

    padding-left:21px;

    text-decoration:none;

    font: bold 10px Verdana;

    line-height:28px;

    color:#666699;

}

a.css_button span{

    background:url(pix/k_button_right.gif) transparent no-repeat top right;

    display:block;

    padding:6px 10px 6px 3px;
    
    height:35px;

}

a:hover.css_button {

    color:#ff6600;

}


p{
	color: #555555;
}




.small{
	width: 70%;
}



table.info{
	border-collapse:collapse;
	width: 100%
}


td select{
	margin:0px 3px 0px 3px;
}

textarea{
	width: 45em;
	height: 10em;
}

textarea.small{
	width: 20em;
	height: 4em;

}

img{
	margin:0px 0px 7px 0px;
	padding:0;
	border: 1px solid white;
}

img.noborder{
	margin:0px;
	padding:0;
	border: 0;
}
	

td.field{
	font-style: italic;
	text-align: right;
	vertical-align:top;
	padding-bottom: 4px;
	padding-right: 7px;
	color: #555555;
}


td{
	vertical-align:top;
	
}



.r{
	text-align: right;
	padding-right: 5px;

}

.l{
	text-align: left;
	padding-left: 5px;
}

.centre{
	text-align: center;
}

.error_code{
	font-style: italic;
	color: red;
}
	


th {
	width: 14%;
	background-color: #666666; 
	color: #ffffff;
	border: 1px white solid;
	text-align: center;
}


th.pale{

	border: 1px solid white;
	background-color: #cccccc;
	vertical-align:top;
	padding: 2px 3px;

}




a{
	text-decoration:none;
	font-weight:bold;
	color: #6600cc; /* purple */
}



th a{
	color: #6600cc; /* purple */
}



img.left{
	border: 1px solid #666666; 
	float: left;
	margin: 7px;
}

img.right{
	border: 1px solid #666666; 
	float: right;
	margin: 7px;
}

.textinput{
	font-size: 8pt;
	width: 180px;
	height: 1.2em;	
}



.clear{
	clear: both;
}


