
/* "global" template style sheet */

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, Arial, sans-serif;
}
		
BODY {
/* TODO - attributes */
	margin-top: 15px;
}

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: #EF9A01;
}

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

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

H4 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #D44141;
}
	
P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}	
	
OL, OL LI  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 * some browser have incompability with OL */
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

UL  {
/* TODO - attributes */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}	
	
BODY INPUT {
/* TODO - attributes */
	font-family: monospace;
	margin: 1px;
	font-size: 12pt; 	/* value for Netscape 4 */
	/* 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 */
	margin: 1px;
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

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

A:active {
/* TODO - attributes */
	color: #C52727;
}

A:visited {
/* TODO - attributes */
	color: #9B0000;
}

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

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 */
	position: relative; 
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 2px;
	font-size: 10pt; 	/* value for Netscape 4 */
	color: #858585;
	text-align: right;
	vertical-align : bottom;
	background-color: #F5F8F8;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


TD.logo {
/* TODO - attributes */
	text-align: left; 
}	

TD.main {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

TD.mainalt {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

TD.mainstandard {
	border-right: 1px solid #999999;
}

TD.maintop {
	border-top: 1px solid #999999;
}

TD.mainside {
	padding-top: 11px;
	border-right: 0px dotted #E2E2E2;
}

TD.menu {
/* TODO - attributes */
	padding-top: 10px;
	border-left: 1px solid #999999;
}

TD.topborder {
 background-image: url( "/images/tbk.gif" );
 background-repeat: repeat-x;
 border-right: 1px solid #999999;
 border-left: 1px solid #999999;
}


TD.straightline {
/* TODO - attributes */
	background-color: #000000;
}
	
TD.toolbar {
/* TODO - attributes */
	text-align: right; 				
	vertical-align: bottom;
}

TD.toolbar3 {
/* TODO - attributes */
	text-align: left; 				
	vertical-align: top; 
}

TD.toowardslogo {
	padding-top: 2px;
	padding-left: 5px;
	border: 0px;
	text-align: right;
}


.pagetitle H1 {
	text-align: right;
	vertical-align : bottom;
}
