/* CSS Document */

/* Core Styles */

body {
	height: 100%;
	margin-bottom: 1px;
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f5869; 
}

.grid_white	{
	background-image:url(images/grid_white.gif);
	background-color: #FFFFFF;
	background-position: top;
	width: 775px;
	border-style:ridge;
	border-color: #5aa6cc;
	vertical-align:top;
	border-width: 3px;
}

.leftnav	{
	background-image:url(images/grid_blue.gif);
	width: 187px;
	border-top:thin;
	border-top-style: solid;
	border-top-color: #2f5869;
	vertical-align:top;
}

p	{
	padding-left:15px;
	padding-right:15px;
}

a:link, a:visited {
	color: #3b64be; 
}

a:hover {
	color: #578cff;	
}

a.nav:link, a.nav:visited {  /* Navigation Menu links */
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

a.nav:hover {
	text-decoration: none;
	color: #142d38;
}

a.footer:link, a.footer:visited {  /* Navigation Menu links */
	color: #b2cad4;
	text-decoration: none;
	padding-left: 10px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

a.footer:hover {
	text-decoration: none;
	color: #142d38;
}

.footer {
	text-align: right;
	padding: 3px;
	color: #b2cad4;
	font-size: 11px;
}

h3	{
	font-size: 14px;
	color: #2f5869;
	font-weight: bold;
	padding-left: 15px;
}

.heading	{
	font-size: 13px;
	color: #006699;
	font-weight: bold;
	padding-left: 15px;
}

.indent	{
	padding-left: 15px;
	padding-right: 15px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
padding-left: 15px;
padding-right: 15px;
padding-bottom: 8px;
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 12px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(file:///F|/Clients/DCS/PBM Fraud/pbmfraud/images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
