/* systempage.css */
/* base css stylesheet include */

/* html css info */
body
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 10pt;
}

a img
{
	border: 0;
}

a:link, a:active 
{
	color: blue;
}

a:hover, a:visited
{
	color: red;
}

pre
{
	font-size: 9pt;
}

#TopMenuBarList input, #TopMenuBarList select
{
	font-size: 8pt;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#TopMenuBarList input :hover, #TopMenuBarList select :hover
{
	background-color: #CCCCCC;
}

#PageContent
{
	padding-left: 20px;
	padding-right: 20px;
}

/* standard font css info */
p, li
{
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1, h2, h3
{
	font-family: sans-serif;
}

h1 
{
	font-size: 14pt;
	color: #EF0F07;
	font-weight: bold;
	margin-top: 0px;
}

h2
{
	font-size: 13pt;
	color: #EF0F07;
	margin-top: 0px;
}

h3
{
	font-size: 11pt;
	color: #EF0F07;
	margin-top: 0px;
}

td
{
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

th
{
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
	text-align: left;
	vertical-align: top;
}

th a:link, th a:visited, th a:active
{
	color: #FFFFFF;
}

th a:hover
{
	color: #CCCCCC;
}

/*******************************/
/* Custom Page CSS Definitions */
/*******************************/
#TopMenuBarMain
{
	background-color: #EF0F07;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: bottom;
	height: 80px;
}

#TopMenuBarList
{
	background-image: url("/images/abrweb/bottom-header.gif");
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 100%;
	height: 20px;
}

#PageDesc
{
	text-align: left;
	vertical-align: bottom;
	font-family: sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}

#RebrandLogo
{
}

#FastAccess
{
	text-align: right;
}

/*******************************/
/* Custom Font CSS Definitions */
/*******************************/

/* top menu item css definition */
.TopMenuItem
{
	font-stretch: ultra-condensed;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* href css definitions for top menu items */
.TopMenuItem a:link, 
.TopMenuItem a:visited, 
.TopMenuItem a:active
{
	color: #000000;
	text-decoration: none;
}

/* hover css definition for top menu items */
.TopMenuItem a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.FooterText
{
	font-family: sans-serif;
	font-size: 7pt;
	font-style: italic;
	margin: 0;
}

.DisclaimerText
{	
	font-family: sans-serif;
	font-size: 7pt;
	margin: 0;
}

@media print
{
	/*******************************/
	/* Custom Page CSS Definitions */
	/*******************************/
	#TopMenuBarMain
	{
		background-color: #FFFFFF;
	}

	#TopMenuBarList
	{
		background-color: #000000;
	}

	#PageDesc
	{
		color: #000000;
	}
		
	#FastAccess
	{
		display: none;
	}

	/* top menu item css definition */
	.TopMenuItem
	{
		color: #FFFFFF;
	}

	/* href css definitions for top menu items */
	.TopMenuItem a:link, 
	.TopMenuItem a:visited, 
	.TopMenuItem a:active
	{
		color: #FFFFFF;
	}
}
.capl
{
	font-weight: bold;
	text-align: left;
}

.capc
{
	font-weight: bold;
	text-align: center;
}

.capr
{
	font-weight: bold;
	text-align: right;
}

.row0
{
	background-color: #CCCCCC;
}

.row1
{
	background-color: #EEEEEE;
}

.field
{
	text-align: right;
	font-weight: bold;
}

.input
{
	text-align: left;
}

.date /* Date input fields */
{
	vertical-align: middle;
}
