/* CSS Document */
@media screen, print {
	body{		background-image: url(../templateimages/page_bg.gif); background-repeat:repeat-y; background-position:top center;}
	div.printlogo{ display:none; }
	a.whitelinks {
		color: #ffffff;
		text-decoration: none;
	}
	
	a.whitelinks:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	
	.padding {
		padding: 8px;
	}
	
	/* FORMS */
	form {margin0px;}
	
	.formbutton {cursor:pointer; border:solid 1px #fff; background:#C7C7C7; color:#fff; font-weight:bold;  width:80px;}
	
	input, textarea, select{
		border: solid 1px #c3c3c3;
		color: #525252;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		
	}
	
	
	
	
	#language{
		width: 135px; 
	}
	
	.white_text{
		color: #ffffff;
	line-height:15px;
	}
	
	.slogan_bg {
		background-image: url(../userfiles/headers/header_home.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.slogan_bg_gr {
		background-image: url(../userfiles/headers/header_home_gr.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.slogan_bg_rs {
		background-image: url(../userfiles/headers/header_home_rs.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.OLDslogan_bg_inside {
		background-image: url(../userfiles/headers/header_home.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	
	#logo{
		Z-INDEX:1;
	
		VISIBILITY:visible;
		WIDTH:100px;
		POSITION:relative;
		HEIGHT:0;
		top:50px;
	}
	
	#holderlogo{
		Z-INDEX:1;
		VISIBILITY:visible;
		POSITION:absolute;
		HEIGHT:0px;
		width:100px;
		top: 0px;
	}
	
	td.copyright {font-size:10px; color:#a8a8a8;}
	td.copyright a {color:#91a3c7; }
	
	
	/* NEWS */
	
	#back2news {width:150px;}
	#back2news a {background-color:#60b650; color:#ffffff; text-align:left; padding:2px; display:block;}
	
	.datelist {font-size:11px; color:#60b650;}
	.newstitle, a.newstitle {font-size:14px; font-family:georgia; color:#123984; font-weight:bold;}
}
@media print {
	.noprint{
		display:none;
	}
	div.printlogo{
		display:block;
		clear: both;
		overflow:hidden;
		padding-left:40px;
		height: 35px;
		float:left;
		margin-bottom:10px;
	}
}



