/* hidden layers */
#contentlink,
#navigation,
#subnavigation,
#shortcuts { display: none; }

/* generic formating, tags */
IMG { border: 0; }
A { color: #000; }

H1,H2,H3,H4 {font-family: arial;}

/* generic formating, classes */
.image P { margin-top: 0; }
.clear { display: none; }

/* logo layer */
#logo { border-bottom: 1px solid #000;}
#logo H1 {display: none; border-bottom: 1px solid #000; }

/* main content layer, all pages */
#content { }
	
	
	#content H1 {font-family: arial;}
	
	/* images */
	#content IMG.left { float: left; margin: 5px 10px 10px 0; }
	#content IMG.right { float: right; margin: 5px 0 10px 10px; }
	
	/* links and files */
	UL#related { list-style: none; padding: 0; margin: 0; }
	UL#related .filesize { padding-left: 5px; text-decoration: none; color: #999; }
	UL#related .filetype { display: none; }
	
	/* news archive template */
	TABLE.news { margin: 10px 0 0 0; width: 100%; border: 0; border-collapse: collapse; }
	TABLE.news THEAD TR TD { font-weight: bold; padding: 0 0 5px 0; text-align: left;}
	TABLE.news TBODY TR TD { padding: 5px 0; }
	TABLE.news TBODY TR.foot TD { padding: 10px 0 0 0; }
	TABLE.news TBODY TR.foot TD.next { text-align: right; }

	/* newsbill frontpage template */
	#news { }
	#news H2 {display: none;}
	#news UL { display: inline; list-style: none; margin: 0; padding: 0; }
	#news UL LI { margin: 0; padding: 0; list-style: none; display: inline;}
	#news A.title { display: block; text-decoration: none; font-weight: bold; color: #000; }
	#news A.introduction { text-decoration: none; color: #000; }
	#news A.readmore { display: none; }
	#news SPAN { padding-right: 5px; font-weight: bold; }
	
	#facts {margin: 30px 0; }
	#facts IMG {display: none;}
	
	#content .links {display: none;}

	/* filearchive template */
	#filearchive TABLE { margin: 10px 0 0 0; width: 100%; border: 0; border-collapse: collapse; }
	#filearchive TABLE THEAD TR TH { font-weight: bold; padding: 0 0 5px 0; text-align: left;}
	#filearchive TABLE TBODY TR TD { padding: 5px 0; }
	#filearchive TABLE TBODY TR.foot TD { padding: 10px 0 0 0; }
	
	/* form template */
	FIELDSET { border: 0; margin: 0; padding: 0; }
	LEGEND { display: none; }
	LABEL { display: block; padding: 5px 0 2px 0; }
	INPUT.text { width: 50%; border: 0; border-bottom: 1px dotted #000; }
	BUTTON { display: none; }
	TEXTAREA { width: 100%; border: 0; border-bottom: 1px dotted #000; overflow: hidden;}
	TEXTAREA.error { background: #f00; }

/* address layer */
#address {margin: 50px 0 0 0;}
#address UL { clear: both; display: block; list-style: none; padding: 5px 0 0 0; margin: 0; border-top: 1px #000 solid; font-size: 70%; font-family: arial; }
	#address .email A { text-decoration: none; }
	#address .about { display: none; }
	
#receipt {}
	#receipt .header {padding: 0 0 10px 10px; border-bottom: 8px #8D7C4B solid; }
	#receipt .info {padding: 10px;}
	
	#receipt .row {width: 100%; clear: left; padding: 4px 0;}
	#receipt .info .header {border: 0; width: 120px; display: inline; float: left;  font-weight: bold;}
	
	#receipt TABLE {padding: 0; margin: 20px 0 0 10px; width: 400px;}
	#receipt TABLE THEAD TR TD {background: #9BAFC4; padding: 4px 2px; margin: 0; font-size: 70%; font-weight: bold;}
	#receipt TABLE TBODY TR TD { padding: 4px 2px; margin: 0; font-size: 70%;}
	#receipt INPUT {display: none;}