html
{
	height: 100%;
	margin: 0;
}

body
{
	height: 100%;
	margin: 0;
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	min-height: 100%;
	
	padding: 80px 0px 10px 10px;
	
	background: url(../images/menu.png) no-repeat top left #F0F0F0;
}

div#right
{
	position: relative;
	
	min-height: 100%;
	
	/* min-height hack for IE, see: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
	height: auto !important;
	height: 100%;
	
	bottom: 0;
	
	margin-left: 160px;
	border-left: 1px solid #F02020;
}

div#content
{
	padding: 16px 20px 32px 20px;
}

div#footer
{
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 18px;
	
	text-align: center;
}

div#footercenter
{
	position: absolute;
	
	left: 20px;
	right: 20px;
	
	padding-top: 2px;
		
	font-size: 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	text-align: center;
	
	border-top: 1px dotted #A0A0A0;
	
	color: #303030;
}


/*
* menu
*/
div#menu table
{
	width: 136px;
	border-collapse: collapse;
	border: 1px solid #D0D0D0;
	margin-bottom: 16pt;
	
	background-color: white;
}

div#menu th
{
	color: white;
	background-color: #F02020;
	border: 1px solid #F02020;
	text-align: left;
}

div#menu td
{
	padding: 4px 0px 4px 8px;
}

div#menu p
{
	margin-bottom: 16pt;
	line-height: 12pt;
}

div#menu img
{
	margin-right: 6px;
}

div#menu a
{
	font-size: 11px;
	color: #606060;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#menu a:hover
{
	text-decoration: underline;
}


/*
* footer
*/
div#footer a
{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #303030;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}


/*
* login
*/
.centerbox
{
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 400px;
	height: 120px;
	margin-left: -200px;
	margin-top: -60px;
	
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #F02020;
	
	background-color: #F0F0F0;
}

.loginlabel
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #777777;
	vertical-align: middle;
}

input.button
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	text-decoration: none;
}

input.button[disabled="disabled"]
{
	color: gray;
}

input,select,option,textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	text-decoration: none;
}

select.monospace,option.monospace
{
	border: 1px solid #606060;
	font-family: 'courier new', monospace;
	font-size: 12px;
	color: #202020;
	text-decoration: none;
}

select.monospace option
{
	font-family: 'courier new', monospace;
	font-size: 12px;
	color: #202020;
	text-decoration: none;
}


/*
* general
*/
div#content span.heading
{
	font-size: 18px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#content hr.heading
{
	color: #F02020;
	background-color: #F02020;
	border: 0px;
	margin-bottom: 20px;
	height: 2px;
	text-align: left;
}

div#content hr
{
	color: #F02020;
	background-color: #F02020;
	border: 0px;
	height: 1px;
	text-align: left;
}

div#content a
{
	font-weight: bold;
	color: #808080;
}

div#content a:hover
{
	color: #F02020;
}

.label
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: text-top;
}

.info
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.infoicon
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background: #E0E0E0 url("../images/info.gif") no-repeat 4px center;
	padding: 4px 0 4px 24px;
	margin-bottom: 8px;
}

.attention
{
	color: red;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.message
{
	color: green;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.note
{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #808080;
	vertical-align: text-top;
}

.hover-tooltip {
	border-bottom: 1px dotted red;
	cursor: help;
}


/*
* datatable
*/
table.datatable
{
	border-collapse: collapse;
}

table.datatable th
{
	border: 1px solid #A0A0A0;
	
	color: white;
	background-color: #333333;
	
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}

table.datatable td
{
	border: 1px solid #A0A0A0;
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	
	vertical-align: top;
}


/*
* performance entry
*/
table.performanceentry
{
	border-collapse: collapse;
}

table.performanceentry th
{
	border: 1px solid white;
	
	color: white;
	background-color: #505050;
	
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}

table.performanceentry th.week
{
	background-color: #333333;
}

table.performanceentry td
{
	border-top: 0px;
	border-bottom: 0px;
	
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	
	vertical-align: top;
}

td.workername
{
	font-weight: bold;
	background-color: #E0E0E0;
}

td.hourscode
{
	font-weight: bold;
	background-color: #E0E0E0;
	white-space: nowrap;
}

td.code
{
	background-color: #E0E0E0;
	white-space: nowrap;
}

td.hoursweek
{
	background-color: #CCCCCC;
}

td.hoursweekend
{
	background-color: #E0E0E0;
}

table.performanceentry input
{
	width: 30px;
	border: 1px solid #999999;
	padding: 1px;
}

table.performanceentry input:focus
{
	background-color: lightyellow;
	border: 1px solid black;
}

table.performanceentry input.disabled
{
	background-color: #E0E0E0;
}

table.performanceentry select
{
	width: 100px;
}


/*
* throbber
*/
div#greyout
{
	display: none;
	
	background-color: #C0C0C0;
	
	filter: alpha(opacity=50);
	opacity: 0.50;
	
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
}

div#throbber
{
	display: none;
	
	background-color: white;
	
	border: 1px solid gray;
	
	position: fixed;
	width: 200px;
	height: 100px;
	left: 50%;
	top: 300px;
	margin-left: -100px;
	padding-top: 50px;
	z-index: 200;
	
	text-align: center;
	
	font-family: Tahoma ,Verdana;
	font-size: 11px;
}
