@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin: 0px auto;
	padding: 5px;
	color: black;
}

a 
{
	color: blue;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:visited 
{
	font-size: 12px;
	color: navy;
	text-decoration: underline;
}


.timecard-gwt-autoPopulateButton 
{ 
	width: 65px;
}
.gwt-PopupPanel { border-style: dotted }

.gwt-Label, .gwt-Button, .gwt-ListBox, .gwt-TextBox, .gwt-SuggestBox, .gwt-Table, .gwt-SuggestBoxPopup, .gwt-SuggestBoxPopup .item, .gwt-SuggestBoxPopup .item-selected table/* .gwt-FlexCell,*/
{ 
	font-family: sans-serif;
	font-size: 10px; 
}

.gwt-SuggestBox
{
	width: 50px;	
}

.timecard-gwt-popup 
{ 
	font-family: sans-serif;
	border-color: #000000;
	border: solid 1px black;
	padding: 6px 6px 6px 6px;
	font-size: smaller; 
 	background-color: #ffffcc; /*Pale Weak Yellow*/ 
}

.gwt-message-popup
{
	font-family: sans-serif;
	border-color: #000000;
	border: solid 1px black;
	padding: 6px 6px 6px 6px;
	font-size: smaller; 
 	background-color: #ffffcc; /*Pale Weak Yellow*/ 
}

.gwt-sos-menulabel
{
	color: blue;
	cursor: pointer;
}

.timecard-gwt-table-column-1
{
	background-color : #EBF0F5;
}
.timecard-gwt-table-column-2
{
	background-color : #FFCC99;
}

.timecard-gwt-total
{
}

.timecard-gwt-table-header
{
	background-color : #dddddd;
	color : #000000;
	font-weight : bold;
	text-align : center;
}
.timecard-gwt-table
{
	font-size: 10px;
	border: solid 1px black;
}


.timecard-gwt-table-column-date
{
	font-style: italic;
}

.background-red
{
	background-color: #CC9999;
}

.background-white
{
	background-color: #ffffff;
}

p.legal
{
	font-size: 10px;
}
	

