@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------- GLOBAL SETTINGS */
body {
	background: url(art/body-bg.gif) 0 0 repeat-x #a1d076;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

 /*------------------------------------------------------------ LINKS */
 
 a {
 	text-decoration: underline;
	color: ;
 }
 
 a:hover {
 	color: ;
 }
 
 /*--------------------------------------------------------- HEADINGS */
 
 
 
 
h1 {
 	font-size: 1.6em;
	line-height: 1.8em;
}

h1.bar {
	display: block;
	width: 692px;
	height: 61px;
	background: url(art/bar-bg.gif) top center no-repeat;
	text-align: center;
	color: #595;
	padding-top: 10px;
	margin-bottom: 8px;
}

h1#logo {
	display: block;
	width: 418px;
	height: 53px;
	background: url(art/logo.png) 0 0 no-repeat;
	margin: 0 auto;
}

h1#logo span {
	position: absolute;
	margin: 0 -999em 0 -999em; /* hides text in <span> tags - better for usability/accessibility with image bg */
}

 /*----------------------------------------------------- PARAGRAPHS */
 
p {
 	font-size: 0.75em;
	line-height: 1.5em;
}

ul li {
	font-size: 1em;
}
 
 
/*---------------------------------------------------------- LAYOUT */
#container {
	width: 100%;
	background: url(art/container-bg.jpg) top center no-repeat;
	min-height: 672px;
	height: auto !important;
	height: 672px;
	text-align: center;
}

#header {
	width: 100%;
	height: 145px;
	padding-top: 173px;
	margin-bottom: 0px;
	
}
 

#content {
	width: 803px;
	margin: 0 auto;
	height: auto;
}

#instructions {
	margin: 0 auto 34px auto;
	width: 803px;
	height: 65px;
	background: url(art/instructions-title.png); 		
}

#instructions span {
	position: absolute;
	margin: 0 -999em 0 -999em; /* hides text in <span> tags - better for usability/accessibility with image bg */
}

#scores {
	margin: 0 auto 34px auto;
	width: 803px;
	height: 65px;
	background: url(art/scores-title.png); 		
}

#scores span {
	position: absolute;
	margin: 0 -999em 0 -999em; /* hides text in <span> tags - better for usability/accessibility with image bg */
}

.window {
	margin: 0 auto 20px auto;
	width: 803px;
	height: auto;
	background-color: #d6eac3;
	background: url(art/window-bg.gif) top center repeat-y #d6eac3;
	text-align: left;
}

.window-top {
	width: 803px;
	height: 15px;
	background: url(art/window-top.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}

.window-bottom {
	width: 803px;
	height: 15px;
	background: url(art/window-bottom.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}

.window-content {
	width: 695px;
	min-height:280px;
  	height:auto !important;
  	height:280px;
	padding: 5px 54px 0 54px;
}

#footer {
	padding: 10px;
	background: url(art/footer-bg.gif) top center repeat-x #cce58e;
}

table {
	margin: 0;
}



/* CONTENT FORMATTING */

h2 {
	text-align: center;
	color: #595;
	margin: 10px;
	margin-top: 0;
}

li {
}

li.up {
	list-style-image: url(art/up.jpg);
}

li.down {
	list-style-image: url(art/down.jpg);
}

div.companies h3 {
	color: #252;
	font-size: 1em;
}

a {
	color: red;
}

#footer a {
	color: #717171;
}

#footer a:hover {
	color: #000;
}

.dossier-title {
	color: #252;
}

.employee-title {
	margin-top: 10px;
	color: #595;
}

.dossier td {
	vertical-align: top;
	font-size: 0.7em;
}

.result-bad {
	color: red;
	font-weight: bold;
}

.result-good {
	color: green;
	font-weight: bold;
}

