
/* "global" template style sheet */

html, body {
	height: 100%;
}
	

BODY, BODY DIV, BODY P, BODY TH, BODY TD, BODY LI, 
BODY DD, BODY INPUT, BODY TEXTAREA {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
		
BODY {
/* TODO - attributes */
	margin: 0px;

}

H1 {									/* H1 to be used as pagetitle */
/* TODO - attributes */
	font-size: 16pt; 	/* value for Netscape 4 */
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 5px;
	font-weight: 800;
	color: #ff0000;
}

H2 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #666666;
}

H3 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;	
	font-weight: 800;
	color: #363636;
}

H4 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #7e7e7e;
}
	
P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify
}	
	
OL  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 * some browser have incompability with OL */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}

UL  {
/* TODO - attributes */
	margin-left: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}	
	
BODY INPUT {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	margin: 1px;
	/* see standard.non-nn4.css for this one */
	/* border: 1px #262626 solid; */
	background-color: #ffffff;
	}

INPUT.radio  {
	background: none;
	/* border: 0px; causes problems in Mozilla, so only available in ie6.css */
}	

BODY TEXTAREA {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 1px;
}

BODY INPUT.fancybutton {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

A:hover {
/* TODO - attributes */
	color: #7A8B32;
}

A:visited {
/* TODO - attributes */
	color: #7A8B32;
}

A:link {
/* TODO - attributes */
	color: #5B6C15;
}

TABLE {
	border: 0px;
	margin: 0px;
}

TH {
	vertical-align : top;
	text-align: left;
	font-weight: normal;
}

TD {
	vertical-align : top;
	padding: 0px;
}	


TD.copyright {
/* TODO - attributes */
	padding-bottom: 6px;
	padding-right: 8px;
	font-size: 10pt; 	/* value for Netscape 4 */
	color: #353535;
	text-align: right;
	vertical-align : bottom;
	border-left: 6px solid #FFFFFF;	
	border-right: 6px solid #FFFFFF;
	background-color: #F8F8F8;
}

TD.logo {
	text-align: left; 	
}	

TD.header {
	background-image: url("/images/header.gif");
	background-repeat: repeat-x;
}

TD.menu {
	padding-top: 29px;
	border-right: solid 8px #F8F8F8;
	border-left: solid 13px #F8F8F8;

}

TD.straightline {
/* TODO - attributes */
	background-color: #666666;
}
	
TD.toolbar {
	text-align: right; 				
	vertical-align: top;
	padding-right: 5px; 
}

TD.alttoolbar {
/* TODO - attributes */
	text-align: right; 				
	vertical-align: top; 
}

TD.toowardslogo {
/* TODO - attributes */
	padding: 2px;
}

.pagetitle H1 {
	vertical-align : top;

}

TABLE.main {
	border-left: 6px solid #FFFFFF;	
	border-right: 6px solid #FFFFFF;
	background-color: #F8F8F8;
}

TD.leftborder {
	background-image: url("/images/left-border.gif");
	background-repeat: repeat-y;
}

TD.rightborder {
	background-image: url("/images/right-border.gif");
	background-repeat: repeat-y;
}

TD.topborder {
	background-color: #666666;
}

TD.main {
	border-right: solid 12px #F8F8F8;
	padding-left: 7px; 
}

TD.titleborder {
	background-image: url("/images/main-border.gif");
	background-repeat: repeat-x;
	border: 0px;
	border-right: solid 12px #F8F8F8;
	border-left: solid 8px #F8F8F8;
}


.news .clear {
	font-size: 10pt; 	/* value for Netscape 4 */
}

TD.news {
	border-right: solid 8px #F8F8F8;
	border-left: solid 12px #F8F8F8;
}

.clear TD.summary {
	background-image: url("/images/main-border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 6px;
}
.clear TD.newsheader {
	padding-top: 6px;
}

.flash {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	background: none;
	width: 628px;
	height: 260px;
	margin-bottom: -260px;
}

TD.managetoolbar {
	background-color: #5B6C15;
	text-align: right;
	padding-right: 6px;
}

TD.help {
	border-left: 1px solid #EAE5D4;
}

.pagetitle {
	padding-left: 4px;
}