﻿
@media screen
{
	*
	{
		font-family: Century Gothic, Verdana, Arial, Sans-Serif, MS Sans Serif;
	}
	body
	{
		background: #ebeee5;
		margin: 0px 14px 16px 14px;		
	}
	.NoPrint
	{
		display: block;
	}
	.PrintOnly
	{
		display: none;
	}
	.Print
	{
		display: block;
	}
	.AgencyLegal
	{
		font-size: 9pt;		
	}	
	.AgencyLegal br
	{
		font-size: 6pt;
	}
	.AgencyLegalSmall
	{
		font-size: 7pt;		
	}	
	.AgencyLegalSmall br
	{
		font-size: 5pt;
	}
}
	

@media Print
{
	*
	{
		font-family: Arial, Verdana, MS Sans Serif;
	}
	.TimesheetPrint *
	{
		font-family: Verdana, Arial;
	}
	body
	{
		background: #ffffff;
		background-image: none;
		font-family: Arial, Verdana, MS Sans Serif;
		margin-top: 0px;
		font-size: 9pt;
	}
	.NoPrint
	{
		display: none;
	}
	.PrintOnly
	{
		display: block;
	}
	.Print
	{
		display: block;
	}
	li
	{
		padding-bottom: 4px;
	}
	.AgencyLegal
	{
		font-size: 9pt;		
	}	
	.AgencyLegal br
	{
		font-size: 6pt;
	}
	.AgencyLegalSmall
	{
		font-size: 7pt;		
	}	
	.AgencyLegalSmall br
	{
		font-size: 5pt;
	}
	
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #106080;
}
a:hover
{
	text-decoration: underline;
	color: #336644;
}

.LinkDisabled
{
	color: #336644;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
a.LinkDisabled:hover
{
	color: #336644;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

a img
{
	padding-top: 2px;
	text-decoration: none;
	padding-right: 4px;
	font-style: normal;
}

Table
{
	margin: 0px;
}

TD
{
	margin: 0px;
}

hr
{
	border: none;
	color: #ffffff;
	border-top: solid 1px #cccccc;
}

li
{
	line-height: 120%;
	margin-bottom: 8px;
}

h1
{
	font-size: 110%;
	font-weight: bold;
	color: #336699;
}

h2
{
	font-size: 100%;
	font-weight: bold;
	color: #336699;
}

.Copyright
{
	line-height: 220%;
	font-size: 75%;
	color: #999999;
}

.Frame
{
	padding: 2px 8px 8px 8px;
	border: solid 1px #c0c8a0;
	margin: 4px 0px 4px 0px;
	background: #fffff8;
}

.WhiteFrame
{
	padding: 2px 8px 8px 8px;
	border: solid 2px #aaccaa;
	margin: 4px 0px 4px 0px;
	background: #ffffff;
}

.SmallNote
{
	font-style: italic;
	font-size: 80%;
}

.SmallNote strong
{
	font-size: 100%;
}

.SmallFont
{
	font-size: 80%;
}

.SmallFont strong
{
	font-size: 100%;
	font-weight: bold;
}

.SmallFont a
{
	font-size: 100%;
}

.AdminBigLink
{
	font-size: 11pt;
}

.AdminBigLinkBold
{
	font-size: 11pt;
	font-weight: bold;
}

.AdminBigLinkBoldBad
{
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
}

.ImportantNote
{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}


.MessagePanel_Info hr
{
	border-bottom: dotted 1px #888888;
}

.MessagePanel_Error hr
{
	border-bottom: dotted 1px #888888;
}

.MessagePanel_Warning hr
{
	border-bottom: dotted 1px #888888;
}


.MessagePanel_Info
{
	margin: 8px;
	padding: 4px;
	border: solid 2px #336699;
	background: #d0ffd0;
}

.MessagePanel_Warning
{
	margin: 8px;
	padding: 4px;
	border: solid 2px #999933;
	background: #fff8d0;
}

.MessagePanel_Error
{
	margin: 8px;
	padding: 4px;
	border: solid 2px #aa3333;
	background: #fff8d0;
}

.MessagePanelCaption
{
	font-weight: bold;
	font-size: 110%;
}

.MessagePanelMessage
{
}

.TSPrintHeader
{
	font-size: 150%;
	text-align: center;
	border-bottom: solid 2px #000000;
	padding: 8px;
}

.TSPrintFieldLabel
{
	margin: 0px;
	padding: 1px;
	text-align: left;
	font-weight: normal;
	border: none;
}

.TSPrintFieldValue
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	text-align: left;
	font-weight: bold;
	border: solid 1px #333333;
}

.TSRowHeader
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	color: #000000;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;
	font-weight: bold;
	font-variant: small-caps;
	background: #dddddd;
}

.TSRowData
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	white-space: nowrap;
}

.ViewTimesheet td
{
	padding: 3px 8px 3px 8px;
	text-align: center;
	white-space: nowrap;
}

.ViewTimesheet .TSRowTime
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	text-align: right;
}

.ViewTimesheet .TSRowTimeSubtotal
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	text-align: right;
	font-weight: bold;
	background: #eeeeee;
}

.ViewTimesheet .TSRowTimeExt
{
	margin: 0px;
	padding: 1px 4px 1px 4px;
	text-align: right;
	font-style: italic;
	font-size: 8pt;
}

.TSDataRow td
{
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
}

.TSDataRow .TSPrintFieldLabel
{
	text-align: right;
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
}

.SignatureBlock
{
	border: solid 1px #000000;
	height: 64px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.TSPrintInstructions
{
	border: solid 3px #888888;
	margin: 8px;
	padding: 16px 16px 0px 16px;
}


.BarcodePrintAreaBorder
{
	border: solid 1px #888888;
	padding: 0px;
	text-align: center;
}

.BarcodePrintArea
{
	text-align: center;
	margin: 8px 16px;
	border: none;
}


.GridViewHeader A
{
	font-variant: small-caps;
	text-decoration: none;
	color: #ffffff;
}


.HistoryTable
{
	padding: 0px;
	margin: 0px;
}

.HistoryTable TR
{
	padding: 0px;
	margin: 0px;
}

.HistoryTableOdd
{
	padding: 2px;
	margin: 0px;
}

.HistoryTableEven
{
	padding: 2px;
	margin: 0px;
	background: #e8e8e8;
}

.HistoryTableHeader
{
	background: #c0c8cf;
	padding: 3px;
	margin: 0px;
}


.FaxScroll
{
	overflow: auto;
	height: 300px;
}

.RequiredMark
{
	font-size: 80%;
	color: #880000;
}

.RequiredMarkNote
{
	font-size: 80%;
	color: #667777;
}

.RequiredMarkNote strong
{
	font-size: 100%;
}

.MainFrameBody
{
	padding: 0px 12px 0px 12px;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/Butterfly.jpg);
}




.LoginWarning
{
	font-size: 80%;
	color: #990000;
	font-weight: bold;
}


.AdminMenu
{
	padding-right: 0px;
	background: #ffddaa;
	text-align: right;
}


.AdminMenuItem
{
	height: 24px;
	padding-right: 2px;
	border-top: solid 1px #ccbb66;
	font-variant: small-caps;
}

.AdminMenu h1
{
	font-size: 110%;
	color: #334433;
	font-variant: small-caps;
	background-image: url(../images/MenuBackground.gif);
	background-position: bottom;
	height: 24px;
}

.AdminMenu h2
{
	color: #334433;
	font-variant: small-caps;
	background-image: url(../images/MenuBackground.gif);
	background-position: bottom;
	height: 24px;
}

.AdminMenu a
{
	color: #304020;
}

.AdminMenu hr
{
	border: none;
	height: 1px;
	border-bottom: solid 1px #998833;
}



.TimesheetFieldError
{
	border: solid 2px #cc3333;
	text-align: right;
}

.TimesheetField
{
	text-align: right;
}

.SubtotalFieldError
{
	color: #cc3333;
	text-align: right;
	font-weight: bold;
}

.SubtotalField
{
	text-align: right;
	font-weight: bold;
}

.SubtotalFieldExt
{
	text-align: right;
	font-size: 8pt;
	color: #554433;
}

.TotalHoursField
{
	font-weight: bold;
	text-align: right;
}

.TimesheetWeekend
{
	background: #e8e8e8;
}

.TimesheetWeekday
{
	background: #f8f8f8;
}

.TimesheetHeader
{
	background: #909890;
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.TimesheetHeader td
{
	padding: 1px 4px 1px 4px;
	font-family: Arial;
}

.TimesheetStatus
{
	background: #ffffff;
}

.TimesheetRowOdd
{
	background: #ffffff;
}

.TimesheetRowEven
{
	background: #ffffff;
}


.PopupSignatureDiv
{
	visibility: hidden;
	background: #ffffff;
	position: absolute;
	border: solid 5px #dddddd;
}

.PopupSignatureDiv2
{
	padding: 4px 8px 4px 8px;
	border: solid 2px #ea3;
}

.PopupCommentsDiv
{
	visibility: hidden;
	background: #ffffff;
	position: absolute;
	border: solid 5px #dddddd;
}

.PopupCommentsDiv2
{
	padding: 4px 8px 4px 8px;
	border: solid 2px #ea3;
}

.AgencyNameStrong
{
	font-size: 125%;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 200%;
}


.MessageFrame
{
	border: solid 2px #f47e1f;
	background: #ffffff;
	margin: 8px;
	padding: 4px;
}

.SystemMessageTitle
{
	font-weight: bold;
	font-variant: small-caps;
	color: #f47e1f;
}

.SystemMessageBody
{
}


.TimesheetInstructions
{
	padding: 4px;
	background: #ffffe8;
	border: solid 1px #80c080;
}

.TimesheetFieldDisabled
{
	border: solid 1px #d8d8d8;
	background: #f8f8f8;
	color: #333333;
}

.AssignmentChoice
{
	margin: 2px;
	padding: 6px;
	border: solid 1px #d0d8df;
	background: #f8f8fa;
	cursor: pointer;
	cursor: hand;
}

.AssignmentChoiceSelected
{
	margin: 2px;
	padding: 6px;
	border: solid 1px #336633;
	background: #ccffcc;
	cursor: pointer;
	cursor: hand;
}

.ReportTable
{
	border: solid 1px #dddddd;
}

.ReportTable TD
{
	padding: 4px;
	white-space: nowrap;
	padding-right: 8px;
	border-left: solid 1px #dddddd;
	empty-cells: show;
}

.ReportRowHeader
{
	background: #6B696B;
	color: #ffffff;
}

.ReportRowOdd
{
	background: #ffffff;
}

.ReportRowEven
{
	background: #F7F7DE;
}

.TimesheetSummary
{
	border: solid 1px #aa9966;
	background: #ffffee;
	padding: 6px;
	width: 400px;
}

.TimesheetSummary .Tag
{
	font-variant: small-caps;
	color: #333333;
}

.TimesheetSummaryWarning
{
	color: #660000;
	background: #ffffcc;
	border: solid 2px #990000;
	padding: 4px;
	margin: 2px;
}

.CenterTab input
{
	font-size: 10pt;
}

.TSTotal
{
	background: #eeeeee;
	border: solid 2px #000000;
	text-align: right;
	font-weight: bold;
}

.TSRegular, .TSOvertime
{
	border: solid 1px #000000;
	border-left: none;
	text-align: right;
}


.TotalLabels td, .TotalLabels td strong
{
	font-size: 8pt;
}
