﻿/*body 
{
	margin: 0px 0px 0px 0px;
}*/

html, body, #total {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

td
{
	padding: 0px 0px 0px 0px;
}

a 
{
    font-family:Arial;
    font-size:12px;
	font-weight: normal;
}    

a.commandLink
{ 
	text-decoration: none; 
	color: #808080;
}

a.commandLink:hover,active
{ 
	font-weight: normal;
	text-decoration: none; 
	color: #B40000;
}

.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: outset;
	border-width: 1
}

.lableText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.messageText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #aa0000;
}

.headerText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.zoneTitle 
{
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight:bold;
	color: White;
}

.masterTable
{
	width: 100%; 
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.mastHeadCell
{
	height: 78px;
}

.userInfoCell
{
	background-color: #000000;
	text-decoration: none; 
	font-family: Arial;
	font-size: 12px;
	
	color: White;
}

.mainCell
{
	padding: 0 0 0 0;
	vertical-align:top;
}

.menuCell
{
	background-color: Green;
}

.tableColumnTitle
{
    padding:5px 5px 0px 5px;
    height:22px;
	background:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.detailSection
{
	height: 90%; 
	width: 100%; 
	border-collapse: collapse;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
}

.roundDiv
{
	width: 300px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BACKGROUND-COLOR: #cccccc;
}

.innerDiv
{
	width: 298px;
	background:#ffffff;
}

.textBox {
	font-family: Arial;
	font-size: 12px;
	border: 1 ridge #C0C0C0
}

.footer
{
	font-family:Arial;
	font-size:11px;
	border-top:solid 1px #808080;
	padding:3px;
	color:#808080;
	background: #FFFFFF;
	height:30px;
}

.iconTimesheets 
{
    font-family: Wingdings;
    font-size: 22px;
}

.activeStatus
{
	color:Green;
}

.inactiveStatus
{
	color:Red;
}