/*
	2008.12.12
	Minimum version for running the XHTML version of the framework
*/

body
{
	background-position: left top;
	margin: 0 auto;
}

html
{
	min-height: 100%;
	margin-bottom: 1px;
}

form
{
	height: 100%;
}



p
{
	/*float: none;*/
	clear: both;
	margin: 5px 0pt 10px 0px;
}

img
{
	border: solid 0px #ffffff;
}

ul
{
	margin: 0;
	padding: 0 0 15px 25px;
}

ol
{
	margin: 0;
	padding: 0 0 15px 25px;
}





#page
{
	text-align: left; /*margin:0 auto;*/
	position: relative;
	display: table;
	margin: 0px auto;
	float: none;
	width:960px;
	padding:0px 3px;
	/*background-image:url(../../../sites/Kluge/im/kluge-page-background.gif);
	background-repeat:repeat-y;*/
	
}

/* TOP MENU */
#menu
{
	height: 127px;
	background-image:url("../../../sites/kluge/im/new_top.background.gif");
	background-repeat: repeat-x;
	vertical-align: bottom;
}

#mainfooterspace
{
	/*background-image: url(../../../sites/kluge/im/ratings-logo.png);
	background-repeat:no-repeat;
	background-position:right 3px;
	float:right;*/
	float:right;
	width:200px;
	margin-top:-60px;
	
	position:relative;
	
	z-index:1000;
}

#topmenu
{
	/*padding-top: 91px; /*float:left;*/ /*clear:left*/
	padding-top: 8px;
	height: 35px;
	float: left;
	clear: left;width:960px;
}

/* GLOBALMENU */
#globalmenu
{
	/* 	float:left;  	clear:right 	*/
}

/* MAIN */
#main
{
	/* 	float:left; 	clear:both; 	*/ /*height:500px;*/ /*width:975px;*/
	/*background-image: url(../../../sites/kluge/im/ratings-logo.png);
	background-repeat:no-repeat;
	background-position:bottom right;*/
	width:960px;
	background-color:#E8E8E8;
	
	float:left;
}

/* FOOTER */
#footer
{
	/*clear:both;*/
	float:left;
	clear:left;
	width:960px;
	border-top:2px solid #8b8b8b;	
}

/*#footer p{margin:5px 0 -5px;}*/

/* Calendar */
table.Calendar
{
	width: 100%;
}

.toolbar
{
	width: 100%;
}
.toolbar input
{
	margin: 3px;
}
.toolbar img
{
	margin: 3px;
	cursor: pointer;
}
#footer .toolbar
{
	display: none;
}

.PageMessage
{
	font-weight: bold;
	font-size: 12px;
}
.PageMessage-Error
{
	border: dotted 1px red;
	color: red;
}
.PageMessage-Warning
{
	border: dotted 1px black;
	color: black;
}
.PageMessage-Info
{
	border: dotted 1px green;
	color: green;
}
