
/* "global" template style sheet */

BODY, BODY DIV, BODY P, BODY TH, BODY TD, BODY LI, 
BODY DD, BODY INPUT, BODY TEXTAREA, BODY SELECT {
/* TODO - attributes */
	font-size: 10pt; 	/* value for Netscape 4 */
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
}

BODY INPUT, BODY TEXTAREA, BODY SELECT {
	color: #353535;
}
		
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: #000000;
}

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;
}	
	
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;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}	
	
BODY INPUT, BODY SELECT {
/* TODO - attributes */
	font-family: monospace;
	font-size: 10pt; 	/* value for Netscape 4 */
	margin: 1px;
	/* see standard.non-nn4.css for this one */
	/* border: 1px #262626 solid; */
	background-color: #ffffff;
	border: 0px;
	border-right: 1px solid #7F7F7F;	
	border-bottom: 1px solid #7F7F7F;	
	}
	
BODY INPUT {
/* TODO - attributes */
	margin-left: 2px;
	}
		
INPUT.radio  {
	background: none;
	vertical-align: middle;
	/* 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;
	background-color: #888888
}

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

A:visited, A:hover {
/* TODO - attributes */
	color: #404040;
}

A:link {
/* TODO - attributes */
	color: #F2C208;
	text-decoration: underline;
}

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: 10px;
	font-size: 10pt; 	/* value for Netscape 4 */
	color: #353535;
	text-align: right;
	vertical-align : bottom;
}

TD.logo {
	padding-top: 6px;
	padding-bottom: 15px;
	text-align: left; 	
}	

TD.fjmt {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
}

TD.menu {
/* TODO - attributes */

}


TD.straightline {
/* TODO - attributes */
	background-color: #000000;
}
	
TD.toolbar {
	background-color: #6F7378;		

}

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

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

TD.capella, TD.capella P {
	color: #ffffff;
	//font-size: 9pt;
	padding: 2px;
	padding-left: 6px;
	font-family: Verdana, Arial, sans-serif;
	bgcolor: #FF0000;
}

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

.carrinton IMG {
	padding: 0;
	margin: 0;
	border: none;
}

TD.links {
	padding-top: 7px;
}	

TD.register {
	text-align: right;
	padding-top: 30px;
}	


TD.flash {
	background-color: #6F7378;
}

TD.menu {
	padding-left: 20px;
	padding-top: 16px;
}

.project {
	margin-top: 10px;
	margin-bottom: 10px;
}
