body {
	margin: 0;
	padding: 0;
	background-image: url(http://www.info.fundp.ac.be/~gpm/images/head-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*
 * * * Head & Widthlimit
 */
 
#head-container, #widthlimit-container, #main-container, #locationbar-container, #footer-container {
	text-align: left;
	width: 100%;
}

#head-container {
	height: 125px;
	background-image: url(http://www.info.fundp.ac.be/~gpm/images/head-img.gif);
	background-repeat: no-repeat;
}

#head {
	float: left;
	padding: 52px 0px 0px 256px;
	font-size: 22px; 
	color: #be7c3d;
}

#head-status {
	float: right;
	padding: 15px 50px 0px 0px;
}

#widthlimit {
	padding: 0px 55px 55px 55px;
}
	
/*
 * * * Locationbar & Main
 */

#locationbar {
	height: 20px; 
	padding-top: 6px;
	color: #565656;
	font-size: 10px; 
}

#main-container {
	/* Background only for IE */
}

#main {
	float: left;
}

/*
 * * * Menu & Content
 */
 
#menu-container {
	float: left;
	width: 168px;
	background-color: #f7f6f5;
}

#menu {
	
}

div.menu-head {
	padding: 3px;
	font-size: 14px;
	text-align: right;
	color: #f7f6f5;
	font-style: italic;
	background-color: #b6b6b6;
}
	
div.menu-item {
	padding: 5px;
}
	
div.menu-separator {
	font-size: 1px;
	border-bottom: 1px solid #b6b6b6;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}
	
	
#menu a, #menu a:link, #menu a:visited {
	color: black;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}
	
#content-container {
	float: left;
	width: 800px;
}

#content {
	padding: 0px 10px 0px 10px;
}

#message {
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
	background-color: #f7e5c0;
	border: 1px solid #de9903;
}

/*
 * * * Foot
 */
 
#foot-container  {
	clear: both;
	line-height: 120%;
	padding-top: 10px;
}

#foot {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}


body {
	text-align: left;
	font-family:  trebuchet ms, Myriad, tahoma, verdana, sans-serif;
	font-size: 11px;
}


/*
 * * * Text
 */

p {
	padding-bottom: 5px;
	margin: 0px;
}

p.center {
	text-align: center;
}

a, a:link, a:visited {
	color: #be7c3d;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1 {
	background-color: #b6b6b6;
	font-size: 14px;
	text-align: right;
	color: #f7f6f5;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 22px;
	color: #44479a;
	/*border-bottom: 1px solid #44479a;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

h4 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

img.icon {
	border: 0px;
	padding-right: 3px;
	margin-top: -3px;
	vertical-align: middle;
}

span.success 	{ color: green; }
span.failure 	{ color: red; }
span.problem	{ color: #FF8C00; }
span.inprogress	{ color: gray; }

p.success 		{ color: green;   border: 1px solid green; }
p.failure 		{ color: red;  	  border: 1px solid red; }
p.problem 		{ color: #FF8C00; border: 1px solid #FF8C00; }
p.inprogress	{ color: gray; 	  border: 1px solid gray; }

/*
 * * * Forms
 */

div.recordfoot {
	clear: both;
	margin-bottom: 10px;
}

div.record {
}

div.label {
	width: 250px;
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
}

div.value {
	width: 527px;
	float: left;
	padding-bottom: 3px;
}

/*
 * * * Tables
 */

table {
	width: 100%;
	padding: 2px 0px 2px 0px;
}

td, th {
	font-size: 11px;
	line-height: 160%;
	padding: 1px 3px 1px 3px;
}

td {
	text-align: left;
	vertical-align: top;
}

td.alt { background-color: #EFEFEF; }

th {
	background-color: #dadada;
	color: black;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
}

tr.probmainhighlight, tr.probdet, tr.initmainhighlight, tr.initdet {
	background-color: #DDDDDD;
}

tr.testmainhighlight, tr.testdet {
	background-color: #EEEEEE;
}

tr.probdet td, tr.testdet td, tr.initdet td {
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}


/*
 * * * Forms
 *
 
input, .upload, select, textarea  {
	font-family:  trebuchet ms, Myriad, tahoma, verdana, sans-serif;
	font-size: 11px;
}

.upload {
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	width: 100px;
}

input.button {
	width: 80px;
	font-size: 110%;
}

input.checkbox {
	vertical-align: middle;
}
*/

/*
 * * * Misc
 */

.hidden {
	display: none;
}

.error {
	color: #c40000;
	font-weight: bold;
}

.highlight {
	background-color: #EFE4C3;
}

