*, input, select
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}
	
/********* Main.aspx ********/
body
{
	margin: 0;
	
}

/******* Default.aspx *******/
table.login td
{
	font-weight : bold;
}
table.login
{
	border: 1px solid black;
}

/********* Sidebar **********/
#LeftSidebar
{
	background-color: threedface;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	margin-top: 0px;
	width: 88px;
	height: 100%;
}

#LeftSidebar div.sidebarRow
{
	margin: 0;
	padding: 0;
	background-color: threedface;
	text-align: center;
	border: 2px solid threedface;
}
/* end of sidebar */


/******** toolbar ************/
td.toolbarButton
{
	width: 24px;
	border: 1px solid threedface;
}

#toolbarCell
{
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	background-color: threedface;
}

#ToolbarDiv
{
	background-color: threedface;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

div.toolbar
{
	background-color: threedface;
	height: 25px;
	margin-left: 10px;
	margin-top: 4px;
}
div.toolbar *
{
	vertical-align: middle;
}

div.toolbar span.toolbarButton
{
	border: 1px solid threedface;
	background-color: threedface;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	height: 100%;
}

/* End of toolbar */

/************ Tabstrip **********/
body.tab
{
	background-color: ThreedFace;
	overflow: hidden;
}

table.tabTable
{
	background-color: ThreedFace;
	table-layout: fixed;
	width: 100%;
	margin-top: 1px;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

table.tabTable td
{
	height: 22px;
	border: 1px solid ThreedFace;
	text-align: center;
}

table.tabTable td.tabSelected
{
	font-weight: bold;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor: default;
}

table.tabTable td.tab
{
	font-style: normal;
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
	cursor: pointer;
}

@media print
{
	table.tabTable
	{
		display: none;
	}
}
/* End of Tabstrip */

/************ List *************/
div.list
{
	width: 100%;
	background-color: white;
}

table.controlTable
{
	table-layout: fixed;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

table.controlTable td
{
	padding-left: 4px;
	padding-right: 4px;
}

table.outerTable
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

table.tableHeader
{
	table-layout: fixed;
	background-color: threedface;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	width: 100%;
	margin-bottom: 0px;
}

table.outerTable table.tableHeader th
{
	text-align: left;
	border-right: 1px solid threedshadow;
	padding-left: 4px;
}

td.listDataArea
{
	background-color: white;
}

div.list div.listData
{
	width: 100%;
	overflow: auto;
}

@media print
{
	div.list div.listData
	{
		background-color: white;
	}
}

table.tableData
{
	background-color: white;
}

table.tableData td
{
	border-bottom: 1px dashed threedface;
	cursor: default;
}

tr.locked
{
	background-color: #CCCCCC;
}

tr.archived
{
	background-color: #FFFF99;
}

table.tableData tr.selected
{
	color: CaptionText;
	background-color: Highlight;
}

th.jobSheetHeaderCell
{
	font-size: 8pt;
	color: white;
	background-color: InactiveCaption;
}

/* End of List */

/* Forms */
body.form
{
	background-color: ThreedFace;
}

table.form
{
	width: 100%;
}

table.form table.caption
{
	width: 100%;
}

table.form tr.caption
{
	color: CaptionText;
	font-size: 8pt;
	background-color: ActiveCaption;
}

tr.caption
{
	color: CaptionText;
	font-size: 8pt;
	background-color: ActiveCaption;
}

td.caption
{
	padding-left: 2px;
}
/* End of Forms */

/* Control */
body.control
{
	background-color: ThreedFace;
	overflow: hidden;
}

table.controlTable
{
	background-color: ThreedFace;
	width: 100%;
	margin-top: 0px;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

@media print
{
	table.controlTable
	{
		display: none;
	}
}

tr.control td
{
	background-color: ThreedFace;
	margin-top: 0px;
	border: 1px solid;
	xborder-color: threedhighlight threedshadow threedshadow threedhighlight;
}

tr.control span
{
	margin-right: 5px;
}
/* End of Control */

/* Form frame */
iframe.formframe
{
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

/* Scrollable Div */
div.scrollable
{
	overflow: scroll;
	height: 170px;
}

/* AddressEditorTable */
table.addressEditorTable
{
	border: 1px solid;
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
}

/* Tracksheets */
div.tracksheetDiv
{
	border: 1px solid;
	border-color:  threedshadow threedhighlight threedhighlight threedshadow;
	xwidth: 100%;
	margin: 2px;
}

/* Reporting */
body.report
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	background-color: white;
}

div.scroll
{
	overflow:scroll;
	width:100%;
	height:100%;
}

span.reportTitle
{
	font-size: 25pt;
	font-weight: bold;
}

@media print
{
	div.scroll, div.listData
	{
		overflow:hidden;
	}
	tr.noPrint
	{
		display: none;
	}
}

table.fax
{
	background-color : white;
	width : 100%;
	spacing: 0;
	padding: 0;
	border-collapse: collapse;
}

table.fax th
{
	text-align: left;
	border: 0;
}

table.faxLines
{
	background-color : white;
	width : 100%;
	spacing: 0;
	padding: 0;
	border-collapse: collapse;
}

table.faxLines tr.lastRow th, table.faxLines tr.lastRow td
{
	border-bottom: 1px solid threedface;
}

td.bold
{
	font-weight: bold;
}

table.report
{
	background-color : white;
	width : 100%;
	border : 0;
	spacing: 0;
	padding: 0;
	border-collapse: collapse;
}

table.report th
{
	height : 20;
}

table.report span
{
	font-weight : normal;
}

table.verttop td, table.verttop th
{
	text-align: left;
	vertical-align: top;
	border: 0;
}

table.reportData
{
	width: 100%;
}

table.reportData th
{
	background-color: grey;
	border: 1px solid black;
}

table.reportData td
{
	border: 1px solid black;
}

table.completion
{
	background-color : white;
	width : 80%;
}

table.completion th
{
	height : 20;
	border : 1px solid black;
	background-color : grey;
}

table.reportHeaderDescHead
{
	border: 0;
}

table.reportHeaderDescHead th
{
	border: 0;
	text-align: right;
}

#WorkPlanningReportTable td
{
	text-align: left;
}

/**** Proforma ****/
table.noborder th
{
	border: 0;
}

table.goe
{
	width : 100%;
	font-family: Arial, Sans-Serif;
}

table.goe th
{
	text-align:left;
	font-weight:bold;
	font-size:18px
}

table.goe td
{
	font-size: 12px;
}

table.Proforma
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	border : 1px solid black;
	border-collapse: collapse;
}

table.Proforma td, th
{
	border : 1px solid black;
}

table.happy
{
	width : 100%;
	font-family: Arial, Sans-Serif;
	border : 1px solid black;
}

table.happy td
{
	font-size: 12px;
}

/**** Misc ****/
span.label
{
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
}

input.noborder
{
	border: 2px solid white;
	border: 2px solid white;
}

div.autocompleteitem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:White;
	cursor:hand;
	padding-left:2px;
	height:16px;
}
div.autocompleteitem_selected
{
	background-color:Blue;
	color:White
}

input.locked
{
	background-color: threedface;
}

.raised
{
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

.sunken
{
	border: 1px solid;
	border-color: threedshadow threedhighlight threedhighlight threedshadow;
}

table.noborder
{
	border: 0;
}

table.noborder th
{
	border: 0;
}

input.weekending
{
	background-color: threedface;
	width: 70px;
}

.error
{
	width: 10px;
	font-weight:bold;
	color:red;
}

div.autocomplete
{
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	height: 98px;
	overflow-y: scroll;
}
div.autocomplete ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected
{
	background-color: #ffb;
}
div.autocomplete ul li
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:15px;
	cursor:pointer;
}



table.holeTable td
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

td.head
{
	border-bottom: 1px solid black;
	text-align: center;
}





textarea
{
	behavior:url(../htc/maxlength.htc);
    /*
    scrollbar-base-color: #CCCCCC;
    scrollbar-face-color: #FFFFFF; 
    scrollbar-face-color: red; 
    scrollbar-track-color: blue; 
    scrollbar-arrow-color: green; 
    scrollbar-highlight-color: yellow; 
    scrollbar-shadow-color: lightblue; 
    scrollbar-3dlight-color: lightgreen; 
    scrollbar-darkshadow-color: darkgoldenrod;
    */
}

tr.selected
{
	background-color: ActiveCaption;
}

tr.selected td
{
	color: white;
}

tr.notSelected
{
	background-color: white;
}

tr.notSelected td
{
	color: ActiveCaption;
}

div.contextMenu
{
	position:absolute;
	border:1px solid black;
	cursor:default;
	z-index:50;
	background-color:white;
}

div.contextmenu table
{
	width:100%;
}

div.contextmenu table col.iconstrip
{
	background-color:#eeeeff;
	width:20px;
}

div.contextmenu table tr.hover td
{
	color:highlighttext;
	background-color:highlight;
}

table.reportGeneratorTable
{
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	border-collapse: collapse;
}

table.reportGeneratorTable td
{
	border-top: 1px solid white;
	border-bottom: 1px dashed threedface;
	border-left: 1px dashed threedface;
	background-color: white;
	height: 24px;
	color: black;
}

table.reportGeneratorTable tr.selected td
{
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px dashed threedface;
	background-color: #ffffd2;
	color: black;
}

table.reportGeneratorTable th
{
	background-color: threedface;
	height: 24px;
}

.bordered
{
	border:1px solid #000000;
	padding: 3px;
}

td.DailySheetHeader
{
	font-weight:bold;
	font-size:18px;
}

td.DailySheetSubHeader
{
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	border:1px solid #000000;
}

table.DailySheetDataTable
{
	width:100%;
	border-collapse:collapse;
	border:1px solid #000000;
}

td.DailySheetData
{
	padding-left:2px;
}

td.tdTextArea
{
	vertical-align:top;
	padding-top:5px;
}
