/*
'*************************************************************************************
'	Copyright © 2003 by Dryden Technologies (www.drydentech.com). All Rights Reserved.
'
'	Project			 :	DigSAFE
'	File Name		 :	Main.css
'*************************************************************************************
*/
BODY
{
	margin: 0px;
	color: Black;
	font-family: Verdana,Courier, Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: auto;
}

INPUT
{
	color: Black;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Courier, Arial;
}
TEXTAREA
{
	color: Black;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Courier, Arial;
}
SELECT
{
	color: Black;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Courier, Arial;
}

TABLE
{
	color: Black;
	font-family: verdana, Courier,Arial;
	font-size: 8pt;
}
TABLE.borderTable
{
	border: 1px solid gray;
}

.err
{
	background-color: Salmon;
}
.valid
{
	background-color: white;
}

A.link:link, A.link:visited, A.link:active
{
	font-size: 7pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
A.link:hover
{
	text-decoration: underline;
}
A.btn:link, A.btn:visited, A.btn:active
{
	padding: 2 10px 2 10px;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #D4051C;
	background-color: #FFFFFF;
	border: 1px solid #CC6666;
	cursor: hand;
	height: 20px;
}
A.btn:hover
{
	background-color: #FFCCCC;
}
A.reg:link, A.reg:visited, A.reg:active, A.reg:hover
{
	font-size: 7pt;
	text-decoration: none;
	color: #DC2B19;
	font-weight: bold;
}
A.term:link, A.term:visited, A.term:active, A.term:hover
{
	font-size: 7pt;
	text-decoration: underline;
	color: #000000;
}

.hdr
{
	font-weight: Bold;
	font-size: 14;
	color: #DC2B19;
	text-transform: uppercase;
}

.topbanner
{
    width:100%;
    height:80px;
    position:absolute;
    top:0px;
    left:0px;
}

.customercontent
{
    width:100%;
    position:absolute;
    top:70px;
    left:0px;
}

.content
{
    width:100%;
    height:155px;
    position:absolute;
    top:85px;
    left:0px;
}

.label
{
	color: #000000;
	font-size: 8pt;
	font-weight: Bold;
}
.bodyText
{
	color: #000000;
	font-size: 8pt;
}
.bodyHeader
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	background-color: #D3D3D3;
}
.bodyTextReadOnly
{
	color: #000000;
	font-size: 8pt;
	background-color: #D3D3D3;
}
.UtilityHeader
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #DC2B19;
}
.PresentBar
{
	font-weight: Bold;
	width: 100;
	color: #DC2B19;
	vertical-align: bottom;
}
.PastBar
{
	font-weight: Bold;
	width: 100;
	color: #000000;
	vertical-align: bottom;
}
.FutureBar
{
	font-weight: Bold;
	width: 100;
	color: #CCCCCC;
	vertical-align: bottom;
}
.RowOver
{
	background-color: salmon;
}
.bottomLine
{
	background: white url(../images/greyPixel.gif);
	background-repeat: repeat-x;
	background-position: 100% 50%;
}
.middelLine
{
	background: white url(../images/greyPixel.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
Input.NoSize
{
	background: #FFFFFF;
	border: none;
	width: 0;
	height: 0;
}
.popupbox
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid black;
	background-color: white;
}
