/* CSS Document */
body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#Banner {
	background-image: none;
	height: auto;
}
#Banner h1 {
	background-image: none;
	height: auto;
	width: auto;
	padding: 0;
	font-size: small;
	font-variant: small-caps;
	margin: 0;
}
#Banner h1 span {
	display: block;
}
#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; 
}
#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 #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;
	font-size: small;
}
#TaskListFilter #FilterSelect {
	font-size: x-small;
}
#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 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 .taskCategory {
	color: #666;
}
#TaskList li .dragHandle {
	cursor: move;
	margin-right: 10px;	
}
#TaskList li #SaveTaskLink {
	margin-left: 5px;
	font-weight: bold;
	width: 5em;
}
#TaskList li #CancelTaskLink {
	margin-left: 5px;
	width: 5em;	
}
#TaskList li #EditTimeSlicesLink {
	font-size: x-small;
}

#TaskList .insertBefore {
	background-color: #FEFEF5;
	border-top: 1px dotted #777;
	background-image: url(/images/v2/builder_insertbefore.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#TaskList .insertAfter {
	background-color: #FEFEF5;
	border-bottom: 1px dotted #777;	
	background-image: url(/images/v2/builder_insertafter.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#TaskList .insertInside {
	background-color: #FEFEF5;
	background-image: url(/images/v2/builder_insertinside.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#TaskList #dragDropTrash {
	margin-top: 15px !important;
}
#TaskList #dragDropTrash.insertInside {
	background-color: #FFF3F3;
	background-image: url(/images/v2/builder_delete.gif);
}
#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;
}

#TimeSlices #TimeSlicesTable {
	height: 145px;
	overflow: auto;
	font-size: 13px;
	font-family: "Courier New", Courier, mono;
	border: 1px solid #999;		
}
#TimeSlices #TimeSlicesTable th {
	background-color: #E2E4E9;
}
#TimeSlices #TimeSlicesTable .alternate {
	background-color: #EDF1F1;
}
#TimeSlices #TimeSlicesTable td {
	vertical-align: top;
}
#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;
}

/*
 * 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;
}
#CtxMenuDone {
	border-top: 1px solid #999 !important;
}
#CtxMenuDelete {
	color: #B86758;
}
.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;
}

