/* ====================================================================================
	TimeTrack Web Application
	Copyright © 2010 The Enticy Group, LLC.
	REVISIONS :
		2005-07-31	Conrad	Created
		2006-07-19	Conrad	Hide SearchAction button
==================================================================================== */

/* =====================================================================
	NavBar menu
===================================================================== */

body.WAFFormBody
{
	background-color: #b7bcc3;
}

/*
td, th, p, div, input, textarea, select, option {
	font-family: Georgia, Palatino, Times New Roman, Times, Serif;
}
*/

td.WAFFormHeaderTD
{
	background: url(../images/d-gradient-2.gif) repeat-x left center;
	color: black;
}

td.WAFFormFooterTD
{
	background: none;
	text-align: right;
	border: none;
	font-size: smaller;
}

td.WAFFormContentTD
{
	background-color: #eeeeee;
	width: 100%;
}

tr.EvenRow
{
	background-color: transparent;
	border-bottom: 1px solid #e0e0e0;
}

tr.OddRow
{
	border-bottom: 1px solid #e0e0e0;
}

td.WAFFormNavbarTD
{
	background: #b7bcc3 url(../images/d-gradient-2.gif) repeat-x left top;
	height: 400px;
	padding-right: 15px;
}

td.WAFFormNavbarTD ul
{
	margin: 0; /* only needed in Mozilla */
	padding: 0;
}
td.WAFFormNavbarTD li
{
	margin-left: 1em;
	list-style-type: none;
	white-space: nowrap;
}
td.WAFFormNavbarTD a
{
	text-decoration: none;
}
td.WAFFormNavbarTD a:hover
{
	background-color: #C0C0C0;
	color: #000000;
	text-decoration: none;
}
input.SearchAction
{
	display: none;
}

div.PrimaryTitle, div.SecondaryTitle
{
	background: url(../images/d-gradient-1.gif) repeat-x left center;
	border-top: 1px solid #5555ff;
	border-bottom: 1px solid #5555ff;
}

table.ResultTable th
{
	background-color: transparent;
}

table.ResultTable tbody
{
	background-color: transparent;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.RecordTable th
{
	background-color: transparent;
}

table.RecordTable tbody
{
	background-color: transparent;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.ResultsStatus
{
	background-color: transparent;
	margin: 0px 0px 8px 0px;
	padding-top: 2px;
	border-top: 1px solid #cccccc;
}

table.ResultTable
{
	margin: 8px 0px 0 0px;
}

/* ====================================================================
	Imaged tabs
===================================================================== */
div.TabActions
{
	font-weight: normal;
}
div.TabActions ul
{
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
}
div.TabActions li
{
	float: left;
	background: url(../images/d-tab-left.gif) no-repeat left top;
	background-color: transparent;
	margin: 0;
	padding: 0 0 0 9px;
}
div.TabActions a
{
	float: left;
	background: url(../images/d-tab-right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
}
div.TabActions a:hover
{
	color: #333333;
}
div.TabActions li.CurrentTab
{
	background-image: url(../images/d-tab-left.gif);
	background-color: transparent;
}
div.TabActions li.CurrentTab a
{
	background-image: url(../images/d-tab-right.gif);
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #030303;
}
/* ====================================================================
	Imaged menuaction buttons
===================================================================== */
div.MenuActions
{
	background: url(../images/d-pattern-1.gif) repeat-x left top;
}
div.MenuActions ul
{
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
}
div.MenuActions li
{
	background-color: transparent;
	margin: 0;
	border: none;
}
div.MenuActions a
{
	float: left;
	background-color: transparent;
	background-image: url(../images/startcap.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding:  5px 0px 0px 14px;
	min-height: 19px;
}
div.MenuActions a:hover
{
	color: black;
	background-color: transparent;
	background-image: url(../images/startcap-focus.png);
	background-repeat: no-repeat;
}
div.MenuActions a span
{
	padding: 5px 14px 4px 0;
	background-image: url(../images/endcap.png);
	background-position: right top;
}
div.MenuActions a:hover span
{
	background-image: url(../images/endcap-focus.png);
}
/* ====================================================================
	Other tweaks
===================================================================== */
/* readonly foreign keys are blue already -- no need for underline */
a.NavigateText span
{
	text-decoration: none;
}
a.HelpLink
{
	background-image: url(../images/help2.png);
}
a.PrintLink
{
	background-image: url(../images/print2.png);
}
a.EmailLink
{
	background-image: url(../images/email2.png);
}
a.HomeLink
{
	background-image: url(../images/stopwatch.jpg);
	width: 85px;
	height: 55px;
}
