body
{
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}

form, td
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

A {
	/**********************************************************************  HYPERLINK COLOR - PAGE **********/
	color:#7B1C16;
	TEXT-DECORATION: underline;
}

A:hover {
	TEXT-DECORATION: underline;
}

FORM {
	MARGIN: 0px;
	PADDING: 0px;
}

P {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4A4A4A;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	/******************************************************  TEXT COLOR - DATA SHOWN AS LABELS - PAGE **********/
	COLOR: #4A4A4A;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

TH {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	/*************************************************  Old style, sometimes used in place of .Label  **********/
	COLOR: #4A576F;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}

HR {
	color: #7887A1;
	height: 1px;
	border: 0px;
	background-color: #7887A1;	
}

.PageTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	/***************************************************  Old style, sometimes used for table titles  **********/
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
}

/* any tds that are a descendent of an element with class PageHeader */
.PageHeader td
{
	/********************************************************************  BACKGROUND COLOR - BANNER **********/
	background-color: #905651;
	margin:0;
	padding:0;	
}

/* any tds that are a child of an element with class PageHeader (won't work for IE6) */
.PageHeader > td
{
	/**********************************************************************  BOTTOM BORDER - BANNER ***********/
	border-bottom:1px solid #7887A1;
}

/* IE6 ignores child selector, so use this hack */
* html .PageHeader td
{
	/***********************************  BOTTOM BORDER (IE workaround for the above rule) - BANNER ***********/
	border-bottom:1px solid #7887A1;
}
* html .PageHeader * td
{
	border-bottom:0;
}

.PageSidebar
{
	padding: 15px 5px;
	/*********************************************************  BACKGROUND - LEFT NAVIGATION MENU ***********/
	background-color: #E6E3E3;
	vertical-align: top;
}

#MainContent
{
	padding: 8px 6px;
	vertical-align: top;
}

.FormTable{
	width:100%;
	border-collapse:collapse;
	/************************************************  BACKGROUND (except last line) - CASE HEADER ***********/
	background-color: #F5F5F5;
	/********************************************************************  OUTSIDE BORDER - TABLES ***********/
	border: 1px solid #7887A1;
}
/* default row height for a form table row */
.FormTable td{
	height:22px;
	padding:2px;
}

/* you can't define font attributes on a tr cell */
tr.tableHeading td{
	/************************************************************  BACKGROUND - TITLE ROW - TABLES ***********/
	background-color: #6d3430;
	height:25px;
	/******************************************************************  TEXT - TITLE ROW - TABLES ***********/
	color: #ffffff;
	font-weight: bold; 
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

tr.tableSubHeading td{
	/***********************************************************  BACKGROUND - SUBHEADING - TABLES ***********/
	background-color: #CFCECE;
	height:22px;
	/*****************************************************************  TEXT - SUBHEADING - TABLES ***********/
	color: #52221E;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ButtonBox{
	height:30px;
	vertical-align:bottom;
	text-align:right;
}

.ButtonBox input.Button, .ButtonBox button{
	margin-right:15px;
}

.Label {
	/********************************************************************  TEXT - CAPTIONS - PAGE ***********/
	COLOR: #4A576F;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.HeaderLabel {
	/*******************************************************  LABEL SAYING "User:" - TEXT - BANNER ***********/
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; COLOR: #FFFFFF; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

A.HeaderLabel:visited {
	/******************************************************************  might not be used anymore ***********/
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #FFFFFF; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

A.HeaderLabel:hover {
	/******************************************************************  might not be used anymore ***********/
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

A.Label:visited {
	/******************************************************************  might not be used anymore ***********/
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0752A5;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

A.Label:hover {
	/******************************************************************  might not be used anymore ***********/
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0752A5;
	BORDER-BOTTOM: #4A4A4A 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.Content {
	/************************************************************** DROP-DOWN VALUES - TEXT - PAGE ***********/
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4A4A4A;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	vertical-align: middle;
}

.InputText {
	/****************************************************************** INPUT FIELDS - TEXT - PAGE ***********/
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4A4A4A;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
}

.Error {
	/************************************************************************* ERROR - TEXT - PAGE ***********/
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.OddRow {
	/************************(also background color bottom row header) BACKGROUND COLOR - ODD ROWS ***********/
	BACKGROUND-COLOR: #F5F5F5;
}

.EvenRow {
	/***************************************************************  BACKGROUND COLOR - EVEN ROWS ***********/
	BACKGROUND-COLOR: #FFFFFF;
}

.Button {
	/*****************************************************************************  TEXT - BUTTONS ***********/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	/************************************************************************ FILL COLOR - BUTTONS ***********/
	background-color: #6D3430;
	/********************************************************************** BORDER COLOR - BUTTONS ***********/
	border: #CFCECE;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 20px;
	vertical-align: middle;
	padding-bottom: 1px;
}

.Warning
{
	color: #FF0000;
}

.Debug
{
	color: #FF6633;
	background-color: #FFFFCC;
	border: 1px dotted #BAC9BA;
	font-size: 10px;
}

UL.NoIndent
{
	margin-left: 2em;
	padding-left: 0;
}

td.HeaderLink
{
	text-align: right;	
}

A.HeaderLink, A.HeaderLink:visited, A.HeaderLink:hover, 
td.HeaderLink a, td.HeaderLink a:visited, td.HeaderLink a:hover 
{
	color: white; 
	TEXT-DECORATION: underline;
	font-style: italic;
}

.LogInUserName {
	/************************************************************************* USER'S NAME - BANNER ***********/
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.QuickSearch
{
	padding: 2px;
}

.QuickSearch .label
{
	font-weight: bold;
	font-size: 11px;
	color: #4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NoRecords
{
	color: #52221e;
}

.Confirmation
{
	color: #52221e;
}

.EntityOptions
{
	margin:0px;
	padding-left:20px;
}

.EntityOptions li
{
	padding:2 0 2 0;
}

/** tabs: http://www.dynamicdrive.com/style/csslibrary/item/css-tabs-menu/ **/
#MenuHeader
{
	height: 33px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 5px;
}

#MenuHeader table
{
	margin: 0 auto;
}

#MenuHeader table.minwidth
{
	/******************* set min width of tabs *******************/ 
	width: 500px;
	white-space: nowrap;	
}

#MenuHeader td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px;
	vertical-align: bottom;
}

#MenuHeader td div
{
	background: url(/ctrack/images/corner_left.gif) no-repeat top left;
	height: 16px;
	padding: 1px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
}

#MenuHeader td div a
{
	background: url(/ctrack/images/corner_right.gif) no-repeat top right;
	padding: 1px 10px 2px 5px;
	color: white;
	text-decoration: none;
}

#MenuHeader td div a:hover
{
	text-decoration: underline;
}

#MenuHeader td div.selected
{ 
	background: url(/ctrack/images/corner_left_selected.gif) no-repeat top left;
	position: relative;
	height: 16px;
	background-color: white;
	top: 1px;
	padding: 1px 0px 1px 5px;
}

#MenuHeader td div.selected a
{
	background: url(/ctrack/images/corner_right_selected.gif) no-repeat top right;
	padding: 1px 10px 2px 5px;
	color: #4A4A4A;
	text-decoration: none;
}

#MenuHeader td div.selected a:hover
{
	text-decoration: underline;
}

/*****/

.MenuTable
{
	width: 100%;
}

.MenuTable td
{
	vertical-align: top;
	height: 17px; /* IE screws up em calculations (was supposed to be 1.5em) */
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MenuTable td a, .MenuTable td a:visited
{
	color: #4A4A4A;
	text-decoration: none;
}

.MenuTable td a:hover
{
	text-decoration: underline;
}

.PageHeaderControls, .PageHeaderControls a
{
	margin-top:.5em;
	font-size:9px;
	font-weight:bold;
	color:white;
	white-space: nowrap;
}

.pagingControls
{
	margin-bottom: 2px;	
}

.pagingControls td
{
	padding-right: 5px;
}

/* --- popup calendar tag styles --- */
.cpYearNavigation,.cpMonthNavigation 
{
	background-color:#6D3430;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family:arial;
	font-size:9pt;
}

td.cpDayColumnHeader 
{
	text-align:right;
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate 
{
	text-align:right;
	text-decoration:none;
	margin:1px;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled 
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.cpCurrentMonthDate, .cpCurrentDate 
{
	color:#000000;
}

.cpOtherMonthDate
{
	color:#808080;
}

td.cpCurrentDate
{
	color:white;
	background-color: #C0C0C0;
	border-width:1px;
	border:solid 1px #5A3C3C;
}

td.cpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #FFAAAA;
}

td.cpTodayText, td.cpTodayTextDisabled
{
	border:solid thin #C0C0C0;
	border-width:1px 0px 0px 0px;
}

a.cpTodayText, span.cpTodayTextDisabled
{
	height:20px;
}

a.cpTodayText
{
	color:black;
}

.cpTodayTextDisabled
{
	color:#D0D0D0;
}

table.cpBorder table, table.cpBorder tr
{
	border-collapse:separate;
}

table.cpBorder
{
	border:1px solid #808080;
}

table.cpBorder tr td
{
	padding: 0px;	
}

table.cpBorder tr td table tr td
{
	padding: 1px;	
}

.caldiv 
{
    position:absolute;
    visibility:hidden;
    background-color:white;
    layer-background-color:white;
}

.calAnchor
{
	width:1px;
	display:inline;
	overflow:hidden;
	margin-left:1px;
}

.calImg
{
	vertical-align:middle;
	border:none;
	width:34px;
	height:21px;
}
/* --- popup calendar tag styles --- */

/* --- left nav styles --- */
#NavMenuList {
    padding:0;
    margin:0;
    width:0;
}

#NavMenuList li {
    list-style-type:none;
    margin:0 0 0.1em 0;
}

#NavMenuList a, #NavMenuList a:visited {
    display:block;
    width:158px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
    color:#4A4A4A;
	border:1px solid #E6E3E3;
    padding:0.25em;
}

#NavMenuList a:hover {   
    background:#fff;
    color:#4A4A4A;
	border:1px solid #D0D0D0;
} 

#NavMenuListSelected a, #NavMenuListSelected a:visited {
    display:block;
    width:158px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
    background:#fff;
    color:#4A4A4A;
	border:1px solid #D0D0D0;
    padding:0.25em;
}
