html * {
	margin: 0px;
	padding: 0px;
}


/** GENERAL **/
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}



ul {
	margin: 0.5em;
}
li {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

/** start popup **/
.entry a{
	position: relative;
	z-index: 24;
}
.entry a:hover {
	z-index: 25;
}
a .popup {
	display: none;
	
}
.entry a:hover .popup {
	display: block;
	position: absolute;
	top: 2em; left: 1em; width: 18em;
	padding: 1em;
	border: 1px solid #e7ab00;
	background-color: #fffff0;
}
a.hoverhighlight:hover {
	background-color: #e7ab00;
}
/** end popup **/

.window {
	height: 180px; 
	clear: both; 
	overflow: auto; 
	width: 95%; 
	border: 1px solid #e7ab00; 
	padding: 2px;
}
fieldset {
	padding: 2px;
	padding-top: 0px;
	border: 0px;
	border-top: 3px solid #e7ab00;
}
legend {
	font-size: 0.7em;
	letter-spacing: -0.0em;
	text-transform: uppercase;
	margin-left: 20px;	
}
legend * {
	text-transform: none;
}
body {
	font-size: 0.8em;
	color: #836531;
	font-family: arial, verdana;
}
a.false{
	color: #836531;
	text-decoration: none;
	cursor: default;
}

p {
	line-height: 0.95em;
	margin: 2px 2px 4px 2px;
}
.a, 
a {
	font-weight: bold;
	color: #1f716f;
	text-decoration: underline;
	cursor: pointer;
}
#bottommenu {
	font-size: 0.8em;
}

.help {
	font-size: 1em ;
}
.a:hover, 
a:hover {
	text-decoration: none;
	font-style: normal;
}
textarea, input, select {
	padding: 0px;
	font-size: 0.9em;
	font-family: arial, verdana;
	border: 1px solid #e7ab00;
	background-color: #fffff0;
	color: #836531;
	
}
input[type=button]{
	font-weight: bold;
	border-style: outset;
}
input.disabled {
	color: #ccc;
	font-weight: normal;
	border-style: solid;
	border: 1px solid #ccc;
}
textarea, select {
}
/*#entry label */

.label, label {
	color: #e7ab00;
}
.label {
}
label {
	font-size: 0.8em;
}
.shorttext {
	display: block;
	float: left;
	width: 5.5em;
}
.vshorttext {
	display: block;
	float: left;
	width: 4em;
}

.message, .error {
	font-size: 0.7em;
}
.message {
	color: #1f716f;
}
.error{
	color: #c8272a;
}

.xlarge {
	font-size: 1.6em;
}

.left { float: left; }
.right { float: right; }

.small {
	font-size: 0.8em;
}
/** SPECIFIC **/



#fromdate, #todate {
	width: 29%;
	padding-left: 0.1em;
}
#fromtime, #totime {
	width: 22%;
	padding-left: 0.1em;
}

#activities {
	width: 90%;
}
#clients, #projects, #tasks {
	width: 45%;
}

#reset 
{
	width: 20%;
}
#save
{
	width: 80%;
}


.button {
	font-size: 0.8em;
	background-color: #fffff0;
	border-style: outset;
	cursor: pointer;
	font-weight: bold;
}
.needssaving {
	background-color: #e7ab00;
}
img {
	border: 0px;
}


/** STUFF FOR THE FOOTER **/

#footer {
/*
	position: absolute;
	bottom: -4px;
	right: 0px;
*/
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
#footer img
{
	vertical-align: middle;
}

.entry {
	line-height: 0.95em;
	font-size: 0.75em;
}
.entrylist {
	margin-bottom: 5px;
}
.entry .datetime {
	font-size: 0.8em;
}
.entry .activity {
	font-weight: bold;
	color: #836531;
}
.entry .desc {
	color: #836531;
}
#previousentry {
	top: 1em;
}
#helpwindow {
}
#entrylistwindow {
	overflow: auto;
}
#entrylistwindow .popup {
	width: 15em;
}
