@import url(framework.css);

/* 
	CSS Document for cloudnine
	
	Creator: Fredrik Bonander, cloudnine 2007
	
	Title: Global

	Add ONLY tag styles here!

 */
html, body{
	height:100%;
	width:100%;
}
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
	margin:0;
	padding:0;
}
body {
	background: #000000;
	color: #ffffff;
	font-family: Arial, serif;
	font-size: 10px;
}
a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight:normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, serif;
}
h1 {
	font-size: 1.6em;
	color: #000000;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	color: #000000;
	font-size: 1.2em;
}
ul
{
	list-style: none;
	margin:0;
	padding:0;
}
li
{
	margin:0;
	padding:0;
}
/*

	clearfix
	
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* EvaluationForm */
#EvaluationForm h1, #EvaluationForm h3 { color: #FFFFFF !important; }

#EvaluationForm div { padding-bottom: 30px !important; }

#EvaluationForm span { font-size: 1.2em !important; }

#EvaluationForm .EvalFormSubmit { padding-left: 370px; }
