@charset "utf-8";
/* CSS Document */
@import "layout.css";
@import "nav.css";

html,body,h1,h2,h3,h4,h5,h6,p,span,ul,li,img{
	border:none;
	margin:0;
	padding:0;
	list-style:none;
}	

html,body{
	background:#FFF url(/images/bg_body.jpg) repeat-x;
	width:100%;
	height:100%;
	font:normal 82.5%/1 Arial, Helvetica, sans-serif;
}

a{
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}
a.more{
	float:right;
}
a:hover{
	text-decoration:underline;
}

p{
	font-size:1.3em;
	color:#333;
	margin-bottom:15px;
	line-height:1.3;
	text-align:justify;
}

p.intro{
	font-size:1.7em;
	color:#555;
}

img.border{
	padding:2px;
	border:1px solid #999;
}

a img.border{
	padding:3px;
	border:1px solid #FFF;
}
img.border:hover{
	border:1px solid #333;
}
a img.border:hover{
	border:1px solid #999;
}
.right{
	float:right;
}
img.right{
	margin:0 0 20px 20px;
}


table{
	width:100%;
	color:#333;
	border-collapse:collapse;
	font-size:1.2em;
}
th{
	font-size:1.2em;
	text-align:left;
	border-bottom:2px solid #999;
	padding:5px;
}

td{
	padding:5px;
}

tr.on td{
	background:#dbe7db;
}

tr.new input{
	width:100%;
}
input,select{
	width:300px;
}
textarea{
	width:600px;
	height:100px;
}

select.date{
	width:70px;
}
input.button{
	border:none;
	background:#035900 url(/images/button.gif) no-repeat;
	height:20px;
	width:80px;
	text-align:center;
	color:#FFF;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	cursor:pointer;
}
tr.new input.button{
	width:80px;
}	

a.view{
	font-size:1.5em;
}

.clear{
	clear:both;
}
/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}
