﻿body
{
	font: 11px/1.5 verdana, arial, helvetica, sans-serif;
	background: #ddd;
	margin: 0;
	padding: 0;
	background: #fff url(/content/images/bkg_fade.jpg) repeat-x;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #062a5e;
}

a:hover
{
	text-decoration: underline;
	color: #062a5e;	
}


h1
{
	margin: 15px 0;
	padding: 0;
    font : bold 18px arial, sans-serif;	
}

h1, h2, h3
{
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #062A5E;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}

h2
{
	border-bottom: 1px solid #000;
}

img { border: 0}


div#loginSection
{
	text-align: left;
	width: 250px;
	float: right;
}

.loginInfo
{	
	color: #fff;
}

.logoutLink
{
	color: #fff;
}

div#container
{
	margin: 0 auto;
	padding: 0 22px;
	width: 780px;
	background: #fff url(/content/images/bkg.jpg) no-repeat top left;
}

div#header
{
	margin: 0;
	padding: 0;
	height: 105px;
}

p#flash_header{ margin: 0; padding: 0; }

div#nav ul
{
	margin: 0 0 5px 0;
	padding: 5px 10px;
	list-style: none;
	background-color: #EDEDED;	
	font-size: 12px;
	text-transform: uppercase;
}

div#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
}

div#nav li a
{
	text-decoration: none;
	padding: 5px 10px;
	color: #062A5E;
	font-weight: bold;
}

div#nav li a:hover
{
	background-color: #CCC;	
	color: #fff;
}

#main
{
	padding: 20px 0 0 10px;	
	height:500px;
    min-height:500px;
}

div#sidebarContainer{
   width:160px;
   float:left;
}

div#sidebartop{
	background: url(/Content/images/top.jpg) no-repeat bottom right;
	width: 145px;
	height: 12px;
	float: left;
	padding: 0 0 0 15px;
	text-align: center;
}

div#sidebar
{	
	
	top: 40px;
	height: auto;
	width: 153px;
	float: left;
	padding: 0 0 0 7px;
	background-color: #EDEDED; 	
}

div#sidebarbottom{
	background: url(/Content/images/bot.jpg) no-repeat top right;
	width: 145px;
	height: 12px;
	float: left;
    padding: 30px 0 12px 15px;
}

div#sidebar ul
{
	margin: 0px;
	padding: 3px 3px 5px 4px;
	list-style: none;	
}

div#sidebar ul li a
{
	font-size: 12px;	
}

div#content
{
	margin: 0 10px 0 20px;
	width:560px;
	float:left;	
}

#footer
{
  color: #555;
  font-size: 0.8em;
  margin-top:45px;
  text-align: center;
}

.error
{
	font-weight: bold;
	color: #f00;
}

table.standard 
{
	 border-width:0px;
	 border-spacing:0px;
	 border-style:outset;
	 border-collapse:separate;
	 width: 90%;
}

table.plain
{
	padding:3px;
}

tr.standardHeader
{
	background-color:#e8eef4;	
}

td.plain300
{
	width:300px;	
}

td.plain250
{
	width:250px;	
}

td.standardHeader
{
	font-weight: bold;	
	border-collapse:separate;
	text-align: center;
	padding:3px;
}

td.standardHeader100
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:100px;
}
td.standardHeader150
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:150px;
}
td.standardHeader200
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:200px;
}

td.standardHeader250
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:250px;
}
td.standardHeader300
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:300px;
}

td.standard
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
}
td.standard100
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:100px;
}
td.standard200
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:200px;
}

tr.Enrolled{
  background-color: #abc8cc;
}

tr.Declined {
  background-color: #EDEDED;
}

tr.notprocessed{
  background-color: ;
}

tr.rowa {
  height: 24px;
  background-color : #EDEDED;
}

tr.rowb {
 height : 24px;
}

