﻿body						{ margin:10px; background-image: url('../images/bg_DiagonalLines.gif'); background-position: center top; background-repeat:repeat; }
/*
body						{
								SCROLLBAR-FACE-COLOR: rgb(202,202,202); 
								SCROLLBAR-HIGHLIGHT-COLOR: rgb(202,202,202);
								SCROLLBAR-3DLIGHT-COLOR: rgb(202,202,202); 
								SCROLLBAR-SHADOW-COLOR: rgb(202,202,202);
								SCROLLBAR-DARKSHADOW-COLOR: rgb(202,202,202);
								SCROLLBAR-ARROW-COLOR: rgb(160,160,160);
								SCROLLBAR-TRACK-COLOR: rgb(160,160,160); 
							}
*/
body, td, li,
input, select, textarea		{ font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#666666; color:black; }
textarea					{ width:100%; }
hr							{ width:100%; height:1px; color:#CCCCCC; }
a							{ color:#333333; font-weight:bold; text-decoration:none; }
a:link						{ text-decoration:none; }
a:hover						{ text-decoration:underline; }
a:active					{ }
a:visited					{ }

.PageFrame					{ background-color:White; }
	.PageFrame td					{ text-align:justify }
.Banner						{ }
	.Banner .Upper					{ border:1px dashed #666666; border-bottom:none; padding-top:2px; }
	.Banner .Lower					{ border:1px dashed #666666; border-top:none; }
	.Banner .Combined				{ border:1px dashed #666666; }
.MenuBar					{ }
	.MenuBar td						{ font-size:7pt;
										background-image: url('../images/bg_DiagonalLines.gif'); background-position: center top; background-repeat:repeat; }
	.MenuBar .InfoText				{ padding:5px; }
	.MenuBar .MenuDivider			{ height:1px; background-color:#FF6600; background-image:none; text-align:right; }
.MenuTabs					{ }
	.MenuTabs td					{ padding:0px; width:105px; height:30px; background:url('../Images/bg_MenuTab.gif') no-repeat scroll left top; font-size:9pt; text-align:center; }
	.MenuTabs a						{ color:white; }
.ContentPanels				{ }
	.ContentPanels .ContentLeft		{ border-left:1px dashed #666666; border-right:1px solid #CCCCCC;
										border-top:3px solid #FF6600; border-bottom:1px dashed #666666;
										background:#fff url('../Images/bg_SoftGreyGradient_Left.jpg') repeat-x scroll left top;
										width:200px; }
	.ContentPanels .ContentCenter	{ border-top:3px solid #FF6600; border-bottom:1px dashed #666666;
										width:500px; padding:10px; }
	.ContentPanels .ContentRight	{ border-right:1px dashed #666666; border-left:1px solid #CCCCCC;
										border-top:3px solid #FF6600; border-bottom:1px dashed #666666;
										background:#e4e4e4 url('../Images/bg_SoftGreyGradient.jpg') repeat-x scroll left top; 
										width:200px; }
.Footer						{ }
	.Footer td						{ border:1px dashed #666666; }
	.Footer .HTMLLinks td			{ border:none; font-size:8pt; }
	.Footer .HTMLLinks a			{ color:#333333; font-weight:bold; }
.WebForm					{ }
	.WebForm td						{ padding:5px; }
	.WebForm table					{ border:1px solid #FFDD99; }
	.WebForm .BorderlessTable			{ border:none; }
	.WebForm .FormLabel				{ text-align:right; font-weight:bold; }
	.WebForm .FormLabelLeft				{ text-align:left; font-weight:bold; }
	.WebForm .FormLabelRight			{ text-align:right; font-weight:bold; }
	.WebForm .FormTitle				{ font-size:10pt; font-weight:bold; background-color:#ffcc99; }
	.WebForm .FormSubTitle				{ font-size:10pt; font-weight:bold; background-color:#ffdd99; }
	.WebForm .FormDataRight				{ text-align:right; }
	.WebForm .FormDataLeft				{ text-align:left; }
	.WebForm .Button					{ background-color:#f5821f; color:black; border:1px solid Black; }
.ContentBox					{ }
	.ContentBox td					{ padding:5px; font-size:8pt; }
.JobBoards					{ }
	.JobBoards td					{ padding:5px; font-size:8pt; }
	.JobBoards .Header				{ border-bottom:1px solid #FF6600; padding:0px; }
	.JobBoards .BoardLogo			{ text-align:center; }
.StickyNote					{ position:absolute; left:-500px; top:-500px; width:320px; height:160px; background-color:#FFFFCC;
								border:1px solid #CCCCCC; visibility:hidden;
								filter:progid:DXImageTransform.Microsoft.Shadow(color=Gray,direction=135); }
	.StickyNote td					{ font-size:9pt; }
	.StickyNote .Note				{ width:100%; height:100%; border-collapse: collapse; background-image:url('../images/bg_YellowSticky.gif');
										background-repeat:repeat-x; background-position-y:bottom; }
.LeftText td {
	text-align:left;
}