body
{
	overflow:auto;
}

INPUT
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial, san-serif;
}
TEXTAREA
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial, san-serif;
}
SELECT
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial, san-serif;
}

TABLE
{
	border-style: none;
	
}

TD
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-style: normal;
	font-family: Arial, sans-serif;
}

TD.MenuHeading
{
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	font-style: normal;
	font-family: Arial, sans-serif;
}

TD.read
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	line-height: 20px;
	font-style: normal;
	font-family: Arial, sans-serif;
}
A.Menu:link
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
	color: #505050;
	line-height: 17px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.Menu:visited
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
	color: #505050;
	line-height: 17px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.Menu:hover
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
	color: #0000ff;
	line-height: 17px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.Menu:active
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
	color: #505050;
	line-height: 17px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

/* Grid Styles */
TD.cssGridHdr
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	color: #ffffff;
	font-family: Arial, sans-serif;
	background-color: #9a9da6;
}

TD.cssGridHdrPadded
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	color: #ffffff;
	font-family: Arial, sans-serif;
	background-color: #9a9da6;
}

TD.cssGridHdrLink
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	color: #ffffff;
	line-height: 20px;
	background-repeat: repeat;
	font-family: Arial, sans-serif;
	background-color: #9a9da6;
}

A.cssGridHdrLink:link
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
A.cssGridHdrLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
A.cssGridHdrLink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #f9d777;
	line-height: 20px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

TD.cssGridLine1
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	line-height: 20px;
	font-style: normal;
	font-family: Arial, sans-serif;
}

TD.cssBlueLink A
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #000080;
	line-height: 20px;
	font-style: normal;
	font-family: Arial, sans-serif;
}
TD.cssBlueLink A:hover
{
	color: #0000ff;
}

TR.cssNormal TD 
{
	background-color: #FFFFFF;
	color: #000000;
}


TR.cssBadDebt TD
{
	background-color: #eeaaaa;
	color: #FFFFFF;
}

TR.cssVoided TD
{
	background-color: #cfcfcf;
	color: #FFFFFF;
}

img.activeNotification 
{
	cursor: hand;
}

img.inactiveNotification 
{
	cursor: default;
}


ul.inlineList 
{
	display: block;
	margin: 0;	
}

ul.inlineList li { list-style-type: none; display: inline;  }

ul.list 
{
	margin: 0;
	display: block;
}

ul.list li 
{
	text-align: left;	
}


div.notification 
{
	display: none;
	background-color: #eeaaaa;
	border: solid 1px #994444;
	color: #FFFFFF;
	width: 200px;
}

div.notification h1 
{
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

div.notification a, div.notification a:visited, div.notification a:active  
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;	
	text-decoration: none;
}

div.notification a:hover
{
	color: #FFFFFF;	
	text-decoration: none;
}

A.cssBlueLink
{
	font-weight: normal;
	font-size: 11px;
	color: #000080;
	line-height: 20px;
	font-style: normal;
	font-family: Arial, sans-serif;
}

A.cssBlueLink:hover
{
	color: #0000ff;
}


.toolTip 
{
	border: solid 1px #AAAAAA;
	background-color: #cccccc;
	color: #000000;
	width: 200px;	
}