﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #49176D;
}

h1 
{
	color: #081863;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

td 
{
	background-color: #FFFFFF;	
}

#maincontainer
{
    background-color: #FFFFFF;
    width: 1200px;
    min-height: 720px;
    top: 50%;
    margin: auto;
    margin-top: 30px;
    border: 6px solid #50b948;
    border-radius: 25px;
    padding: 30px 0px 0px 30px;
}

#header
{
	background: url('../Images/qtime_logo.gif') no-repeat center;
	height: 200px;
}

#footer
{
    color: White;
    background-color: transparent;
    font-size: 10px;
    text-align: center;
    position: absolute;
    height: 18px;
    bottom:0px;
    width:1500px;
    padding-left:70px;
}

#footer a, a:visited:hover
{
    color: #FFFFFF;
}

.WeekKolomRij
{
	color: Red;
}

#KalenderPanel
{
	margin: auto;
	clear: both;
	width: 250px;
}

#registratiePanel
{
	width: 1100px;
	margin: auto;
}

#buttonPanel
{
	clear: both;
	float: left;
	width: 1100px;
	margin-left: 0px;
	padding-left: 0px;
}

#loginbox
{

	height: 200px;
	margin: 20px auto 20px auto;	
	text-align: left;
	width: 300px;

}

.seperator
{
	height: 30px;
	}

/* Forms */
.formitem {
	width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.formitem label {
	float:					left;
	width:					125px;
	margin-right:			10px;
}

.formitemdiff label 
{
	width: 250px;
	padding-left: 10px;
	text-align: left;
}

input {
	font-family:			Verdana;
	font-size:				12px;
}

.SelectieVandaag 
{
	background-color: #CCCCCC;
}

.WeekSelecteren
{
	
}

.Kalender
{
	height: 130px;
	width: 300px;
}

.KalenderTitel
{
  color: #0C1967;
  background-color: #FFFFFF;
  font-weight: bold;
  border: none; /*/#FFD912 4px;/*/
}

.GeselecteerdeDag 
{
  color: #0C1967;
  background-color:  #49176D;	
}

.urenEdit, .urenReadOnlyEdit
{
	float: left;
	width: 30px;
}

.urenEdit input, .urenReadOnlyEdit input
{
	width: 25px;
	border: 1px solid #49176D;
	
	text-align: right;
	padding-right: 5px;
}

.urenReadOnlyEdit input 
{
	background-color: #51B948;
}

.rowSelect
{
	width: 20px;
}

.klantSelect
{
	width: 160px;	
	display: block;
	float: left;
}

.klantSelect select 
{
	width: 155px;
}

.projectSelect
{
	width: 220px;	
}

.projectSelect select
{
	width: 215px;	
}

.activiteitSelect 
{
	width: 160px;	
}

.activiteitSelect select
{
	width: 155px;	
}

.omschrijvingStyle 
{
	width: 280px;
}

.omschrijvingStyle input
{
	width: 270px;
	border: 1px solid #49176D;
}

.urenRegelContainer, .urenRegelHeaderContainer	
{
	clear: both;
	float: right;
	width: 1155px;
	text-align: left;
	vertical-align: bottom;
	margin: auto;
	margin-bottom: 5px;
}

.urenRegelHeaderContainer
{
	background-color: #49176D;
	color:White;
	margin-bottom: 5px;
}

.urenRegelHeaderContainer	
{
	height: 20px;
	text-indent: 2px;
	float: right;
}
	
.rowSelect, .klantSelect, .projectSelect, .activiteitSelect, .omschrijvingStyle, .urenEdit
{
	float: left;
	display: block;
	min-height: 1px;
}

.errorContainer
{
	background-color: Red;
}
