
/* "global" template style sheet */

BODY, BODY DIV, BODY P, BODY TH, BODY TD, BODY LI, 
BODY DD, BODY INPUT, BODY TEXTAREA, BODY CAPTION  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	font-family: Verdana, Arial, sans-serif;
}
		
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: 0px;
	padding: 0px;
	border: 0px;
	font-weight: 800;
	color: #ff0000;
}

H2 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: 800;
	color: #000000;
	padding-top: 0px;
}

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

H4 {
/* TODO - attributes */
	font-size: 10pt; 	/* value for Netscape 4 */
	margin-left: 2em;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #08517A;
}
	
P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}	
	
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;
}

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

UL LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}

OL LI {
	margin-left: 1em;
	list-style-position: outside;
}
	
BODY INPUT {
/* TODO - attributes */
	font-family: monospace;
	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;
	background-color: #ffffff;
}

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

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

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

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

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

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

TD.red {
	vertical-align : top;
	padding: 0px;
	background-color: #FF23ac;
}	


TD.copyright {
/* TODO - attributes */
	padding-bottom: 6px;
	padding-right: 10px;
	font-size: 10pt; 	/* value for Netscape 4 */
	color: #787878;
	text-align: right;
	vertical-align : middle;
}

TD.header {

}

TD.logo {
/* TODO - attributes */

}	

TD.menu {
	padding-top: 25px;

}

TD.repeatbar {
    background-repeat: repeat-x;
	text-align: right;

}

TD.straightline {
/* TODO - attributes */
	background-color: #000000;
}
	
TD.toolbar {
/* TODO - attributes */
	text-align: left; 				
	vertical-align: top;
	background-image: url('/images/bgrepeat-node.jpg');
}
td.toolbar div {
	padding-top: 24px;
	height: 109px;
	background-image: url('/images/background-node.png');
	background-repeat: no-repeat;
	background-position: -142px 0;
}

td.pagetitle-holder {
	background-image: url('/images/bgrepeat-node.jpg');
	background-position: 0 -133px;
}
td.pagetitle-holder div {
	background-image: url('/images/background-node.png');
	background-repeat: no-repeat;
	background-position: -142px -133px;
	padding: 1px 0;
	width: 200px;
}

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

.splashnews TD.toolbaralt {
/* TODO - attributes */
	text-align: right; 				
	vertical-align: top;
	border-right: 0px;
}

TD.toolbarbox {
/* TODO - attributes */
	text-align: left; 				
	vertical-align: top;
	padding-left: 56px;
	padding-top: 24px;
}

TD.toolbarmanage {
/* TODO - attributes */
	text-align: right; 				
	vertical-align: bottom;
	padding-top: 39px;
}

TD.toowardslogo {
	padding-top: 2px;
	padding-right: 5px;
	
}

.pagetitle H1 {
/* 
		WAIT - if you want to move the text up or down use the baseline in 
		sitedesign <ref name="fixedtag"> PLEASE
*/
	text-align: left;
	vertical-align: top;
	padding: 0px;
	padding-left: 5px;    /* if you change this also change standard handler x value */
	margin: 0px;
	border: 0px;
	font-size: 0px;
/* 	margin-top: 1px; */
}

hr {
	height: 1px;
	border: none;
	background-color: #999999;
}
