/* CSS Document */
body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#Banner {
	background-image: url(/time-tracker/images/header_bg.png);
	background-repeat: repeat;
	height: 70px;
}
#Banner h1 {
	background-image: url(/time-tracker/images/header_logo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 320px;
	padding: 0;
	margin: 0;
}
#Banner h1 span {
	display: none;
}
#Content {
	width: 760px;
}
#Footer {
	width: 760px;
	color: #999;
	font-size: x-small;
	text-align: center; 
}
#Footer a {
	color: #888;
}
#HelpInfo {
	display: none;
	text-align: left; 
	font-size: small;
	color: #333;
	padding: 0 2em;
}
#HelpInfo dt {
	margin-top: 1em;
	font-weight: bold;
}
#SaveIndicator {
	font-size: small;
	padding-left: 10px;
	line-height: 24px;	
}
#SaveIndicator img {
	vertical-align: bottom;
}
#SaveIndicator.saveInProgress .saveInProgress,
#SaveIndicator.saveComplete   .saveComplete,
#SaveIndicator.saveError      .saveError  {
	display: inline;
}
#SaveIndicator.saveInProgress .saveError, #SaveIndicator.saveInProgress .saveComplete,
#SaveIndicator.saveComplete   .saveError, #SaveIndicator.saveComplete   .saveInProgress,
#SaveIndicator.saveError      .saveComplete, #SaveIndicator.saveError   .saveInProgress {
	display: none;
}
#ErrorMessagePlaceholder {
	color: #F00;
	font-weight: bold;
	background-color:#FCE4E4;
}
#Menu {
	position: absolute;
	top: 0;
	left: 370px;
	width: 340px;
	background-image: url(/time-tracker/images/menu_bg.png);
	background-image: expression('url(/time-tracker/images/menu_bg.gif)');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 10px 10px 10px;
	z-index: 1000;
	color: #615836;
}

#Menu form {
	margin: 0;
	padding: 0;
}

#Menu fieldset {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
#Menu fieldset fieldset {
	margin-top: 1em;
}

#Menu legend {
	color: #111;
	font-weight: bold;
}
#Menu label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('9.5em'); /* Min-width for IE6 */
	min-width: 9.5em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
	border-bottom : 1px dotted #aaa;
	font-size: small;
}
#Menu label.postField {
	font-size: x-small;
}
#Menu #EditAccountForm label.preField {
	width: expression('6em'); /* Min-width for IE6 */
	min-width: 6em;
}
#Menu #LoginForm .oneChoice, #Menu #RegistrationForm .oneChoice {
	margin-top: 1em;
}
#Menu .actions {
	margin: 1em 0 1em 10px;
}
#Menu a {
	color: #615836;
}
#Menu .footNote {
	margin: 1em 0 2em 10px;
}
#ShowUserAccountLink {
	margin-left: 13px;
	font-size: x-small;
	
}

#TaskListFilter {
	text-align: right;
}
#TaskListFilter a {
	text-decoration: none;
}
#TaskListFilter .selected,
#TaskListFilter.filterNone  #FilterNone  img,
#TaskListFilter.filterMonth #FilterMonth img, 
#TaskListFilter.filterWeek  #FilterWeek  img,
#TaskListFilter.filterDay   #FilterDay   img {
	display: none;
}
#TaskListFilter.filterNone  #FilterNone  .selected,
#TaskListFilter.filterMonth #FilterMonth .selected, 
#TaskListFilter.filterWeek  #FilterWeek  .selected,
#TaskListFilter.filterDay   #FilterDay   .selected {
	display: inline !important;
}
#AddTaskLink {
	font-size: larger;
}
#TaskList li {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	background-image: url(/time-tracker/images/li_underline2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#TaskList li.running {
	color: #FF9933;
}
#TaskList li.running .taskDuration {
	font-weight: bold;
}
#TaskList li.complete {
	color: #555;
}
#TaskList li.hold{
	color: #000;
}
#TaskList {
	margin: 0 0 0 1em;
	padding: 0;	
}
#TaskList li ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	font-size: smaller;
}
#TaskList li ul li {
	margin: 0;
	background-image: none;
}
#TaskList li .taskDuration {
	float: right;
}
#TaskList li .taskDuration img {
	margin: 0 6px 0 0;
}
#TaskList li .taskLabel {
	font-weight: bold;
}
#TaskList li.complete .taskLabel {
	font-weight: normal;
}
#TaskList li .taskCategory {
	color: #666;
}
#TaskList li .dragHandle {
	cursor: move;
	margin-right: 10px;	
}
#TaskList li #SaveTaskLink {
	margin-left: 5px;
	font-weight: bold;
	width: 4em;
}
#TaskList li #CancelTaskLink {
	margin-left: 5px;
	width: 4em;	
}
#TaskList li #EditTimeSlicesLink {
	font-size: x-small;
}

#TaskList .insertBefore {
	background-color: #FEFEF5;
	padding-top: 10px;
	border-top: 1px dotted #777;
	background-image: url(/time-tracker/images/drag_insertbefore.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#TaskList .insertAfter {
	background-color: #FEFEF5;
	border-bottom: 1px dotted #777;	
	background-image: url(/time-tracker/images/drag_insertafter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#TaskList .insertInside {
	background-color: #FEFEF5;
	background-image: url(/time-tracker/images/drag_insertinside.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#TaskList .dragged {
	z-index: 999;
	opacity: 0.5;
	-moz-opacity:0.5;	
	filter:alpha(opacity=50);
}
#TaskListForm .actions {
	text-align: center;
	margin: 1em 0 2em 0;
}

#TaskList #TimeSlices {
	display: none;
	margin: 2em 0 2em 2em;
}
#TaskList #TimeSlices.visible {
	display: block !important;
} 

#TimeSlices #TimeSlicesTable {
	height: 160px;
	width: 540px;
	overflow: auto;
	font-size: 13px;
	font-family: "Courier New", Courier, mono;
	border: 1px solid #999;		
}
#TimeSlicesTable table {
	width: 521px;
}
#TimeSlices #TimeSlicesTable th {
	background-color: #E2E4E9;
}
#TimeSlices #TimeSlicesTable .alternate {
	background-color: #EDF1F1;
}
#TimeSlices #TimeSlicesTable td {
	vertical-align: top;
}
#TimeSlices #TimeSlicesTable  .timeSliceDuration {
	text-align: right;
}
#TimeSlices #TimeSlicesTable  .commentColumn {
	text-align: center;
	vertical-align: middle;
}

#TaskList #TimeSlices #_flash_proxy_1 {
	display: none; 
}
#TaskList #TimeSlices #ClockPlaceHolder {
	float: right;
	width: 150px;
	margin-left: 20px;
}
#TimeSlices .adjustTimeSliceHelp {
	clear: right;
	float: right;
	width: 150px;
	font-size: x-small;
	color: #999;
}
/*
 * COMMENT FORM
 */

#Comment {
	display: none;	
	position: absolute;
	z-index: 80; 
	width: 420px;
	height: 125px;
	padding: 5px 15px 20px 15px;	
	background-image: url(/time-tracker/images/comment-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: expression('none');
	background-color: expression('#FFF');
	border: expression('1px solid #444');
}

#Comment textarea {
	width: 415px
}
#Comment .actions {
	margin-top: 3px;
	text-align: right;
}
/*
 * TASK REPORT 
 */
#Report {
 	position: absolute;
	top: 75px;
	left: 90px;
	width: 600px;
	padding: 4px;
	border: 1px solid #444;
	display: none;
	background-color: #FFFFFF;
}
#Report h3 {
	letter-spacing: 1px;
}
#Report #CloseReportLink {
	float: right;
}
#Report .content {
	padding: 1em 2em;
}  
#Report th {
	text-align: left;
	font-weight: normal;
}
/*
 * CONTEXTUAL MENU
 */
#CtxMenu {
	position: absolute;
	z-index: 90; 
	width: 114px;
	background-image: url(/time-tracker/images/ctx_shadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: expression('none');
	display: none;	
	padding: 0 5px 7px 5px;
}

#CtxMenu ul {	
	background-color: #FFFFFF;
	cursor: default;
	border: 1px solid #888;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#CtxMenu li {
	border-top: 1px dotted #ccc;
	padding: 1px 3px;
}
#CtxMenu li:hover {
	background-color: #FFC;
	color: #000;
}
#CtxMenuStart, #CtxMenuStop {
	border-top: none !important;
}
#CtxMenuEdit {
	border-top: 1px solid #999 !important;
}
#CtxMenuDelete {
	color: #B86758;
}
a img {
	border: none;
}
.errorMsg {
	color: #CC0000;
	padding: 4px;
	border: 1px solid #F00;
	margin: 1em 10px;
}
.callout {
	width: 260px;
	margin: 20px 0 0 50px;
	font-size: 130%;
}
.footNote {
	font-size: x-small;
}
.offstate-a, .offstate-b, .offstate-c, .offstate-d, .offstate-e  {
	display: none !important;
}
.onstate-a, .onstate-b, .onstate-c, .onstate-d, .onstate-e {
	display: block !important;
}

