.movable
{
	position: absolute;
}
body {
	margin: 0px;
	padding: 0px;
	background: #d7d9db;
	font-family: Verdana, Arial, helvetica, Tahoma, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

body.nocolor {
	background: none;
}
a:link    { color: #C00; text-decoration: none;}
a:active  { color: #C00; text-decoration: none;}
/*DA Modification*/
a:visited { color: Purple; text-decoration: none;} 
a:hover   { color: #C00; text-decoration: underline;}
b {
	font-weight: bold;
	color: #060;
}
em {
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #009;
}
p {
	padding: 0px;
	margin: 0px;
	
}


table {
	padding: 0px;
	spacing: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
}


td {
	font-family: Verdana, Arial, Tahoma, Trebuchet MS, sans-serif;
	
}



td.grey { padding: 0px; font-family: Arial, Verdana; font-size: 7.5pt; font-weight: bold; color: #666; }
/*Da Modification*/
/*Changed input to input.homepage*/
input.homepage {
	font-family: Verdana, Arial, sans-serif;
	background: #FFF url(../img/input.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 11px;
	color: #060;
    border: 1px solid #666;
	padding: 2px 2px 2px 4px;
}
/*DA Modification*/
/*
input.rad {
	background: none;
	border: none;
}
*/

/*
input.submit {
	background: none;
	border: none;
	padding: 2px;
}
*/

input.submit {
	background: #080 url(../img/submit.gif) repeat-x top left;
	border: none;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #080;
}

input.lighter {
	/*background: #080 url(../img/submit.gif) repeat-x top left;*/
	border: none;
	padding: 2px 5px 2px 5px;
	text-align: center;
	/*color: #FFF;*/
	border: 1px solid #080;
}


button.submit {
	background: #080 url(../img/submit.gif) repeat-x top left;
	border: none;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #080;
}



/* DA Modification */
a.submit {
	background: #080 url(../img/submit.gif) repeat-x top left;
	border: none;
	padding: 2px 3px 2px 3px;
	text-align: center;
	color: #FFF;
	border: 1px solid #080;	
}
a.submit:link	{color: #FFF;
             	 text-decoration : none;
             	 }
a.submit:visited	{color: #FFF;
                	 text-decoration : none;
                	 }
a.submit:active      {color: #FFF;}

a.submitYellow
{
	border: none;
	background-position: left top;
	background: #FFFF00 none repeat-x left top;
	padding: 2px 3px 2px 3px;
	text-align: center;
	color: #008000;
	border: 1px solid #080;
	font-weight: bold;
}

/* end DA modification */

select {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	font-size: 11px;
	color: #060;
    border: 1px solid #666;
	padding-left: 4px;
}
.banner {
	position: relative;
	margin-top: 10px;
	width: 766px;
	height: 125px;
	text-align: center;
}
.shell {
	width: 766px;
	padding: 0px;
	spacing: 0px;
	margin-top: 0px;
}

.shellWide {
	width: auto;
	padding: 0px;
	spacing: 0px;
	margin-top: 4px;
	/*added 20080512 to left justify the masterpagewide pages because the doctype I use for them centers the div while the doctype I used for drivers.aspx left aligns by default)*/
	text-align: left;
}

.bar {
	position: relative;
	height: 24px;
	background: url(../img/bar_left.gif);
	background-repeat: no-repeat;
}

.barMid
{
	position: relative;
	height: 24px;
	background: url('../img/bar_midWide.gif') repeat-x;
		top: 0px;
	left: 0px;
}

.edge {
	position: relative;
	float: right;
	width: 3px;
	height: 24px;
	background: url('../img/bar_rite.gif') no-repeat;
		top: 0px;
	left: 0px;
}

.edgeBegin {
	position: relative;
	float: left;
	width: 3px;
	height: 24px;
	background: url(../img/bar_begin.gif);
	background-repeat: no-repeat;
}
.hdr {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #060;
	font-weight: bold;
	margin-left: 18px;
	line-height: 21px;
	padding-top: 2px;
	/*DA Added */
	text-align : left;
}
.hdr em {
	font-weight: normal;
	font-style: normal;
	color: #999;
}
.content {
    /* DA Modifications:  took out background and background-repeat and replaced with background-color: #ffffff
	/*background: #FFF url(../img/content.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666;
	margin-bottom: 10px;
	/* DA Added */
	text-align: left;
}
.boxtxt {
	position: relative; 
	padding: 10px;
	/*DA Mod */
	/*line-height: 16px; */
}

/* DA Addition */
.largeTitle
{font:Arial;
    font-weight: bold;
    font-size: 16pt;
    color:#060;
}
/* end da addition */


.title {
	font-family: arial narrow, arial;
	font-weight: bold;
	font-style: normal;
	color: #060;
	font-size: 17px;
	margin: 6px 0px 12px 0px;
}
.arrowed { 
	background: url(../img/arrow.gif); 
	background-position: 0px 4px;
	background-repeat: no-repeat; 
	padding-left: 12px;
	line-height: 16px;
}
.arrowmenu {
	background: url(../img/arrow.gif); 
	background-position: 0px 7px;
	background-repeat: no-repeat; 
	padding-left: 12px;
	line-height: 20px;
}
.arrowmenu b {
	font-weight: normal;
	color: #C00;
}
.arrowblu {
	background: url(../img/arrowblu.gif); 
	background-position: 0px 7px;
	background-repeat: no-repeat; 
	padding-left: 12px;
	line-height: 20px;
}
.arrowblu b {
	color: #009;
	font-weight: normal;
}
ul {
	padding: 0px 0px 0px 16px;
	margin: 0px 0px -4px 0px;
	line-height: 14px;
}
ul li {
	list-style-image: url(../img/orange.gif);
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.fright {
	float: right;
	width: 340px;
	font-weight: normal;
	text-align: right;
	line-height: 21px;
	padding: 0px 20px 0px 0px;
}
.foot {
	font-family: Verdana, Arial;
	color: #444;
	font-size: 10px;
	text-align:center;
}
.data
{
    position: relative;
    /* DA Modifications:  took out background and background-repeat and replaced with background-color: #ffffff
    /*background: #FFF url(../img/content.gif);*/ /*background-repeat: repeat-x;*/
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #666;
    margin-bottom: 10px;
    
}
.data table {
	border: none;
	width: 764px;
	background-color: #FFF;
}
.data table tr.top td {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 8px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.data table tr.top td.end {
	border-width: 0px 0px 1px 0px;
}
.data table tr.top td.lend {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.data table tr.top td.lite {
	text-align: right;
	border-width: 0px 0px 1px 0px;
}
.data table th.lend {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.data table td.lend  {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}


.data table tr.top td em {
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	color: #009;
	font-weight: normal;
	font-size: 9px;
}
.data table td em {
	font-weight: normal;
	font-style: normal;
	color: #CCC;
	margin: 0px 6px 0px 6px;
}
.data table tr.total {
	background-color: #f9edd3;
}
.data table tr.total td {
	font-weight: bold;
	color: #930;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
}
.data table tr.total td.end {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.data table th {
	background-color: #cde8cd;
	font-family: Verdana, Arial, Tahoma;
	color: #060;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.data table th.left {
	text-align: left;
	padding-left: 8px;
}
.data table th.end {
	border-width: 0px 0px 1px 0px;
}
.data table td {
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	/*DA Modification text-align center to left */
	text-align: left;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
	padding: 4px 4px 4px 8px;
}
.data table td.end {
	border-width: 0px 0px 1px 0px;
}
.data table

/* begin DA added 20071115   */
ing: 4px 4px 4px 8px;
}
.data table td.bad {
	background-color: #FDD;
	color: #C00;
	width: 60px;
}
.data table td.good {
	background-color: #DFD;
	color: #030;
}

/* begin DA added 20071115   */
.dataWide
{
    position: relative;
    
    /* DA Modifications:  took out background and background-repeat and replaced with background-color: #ffffff
    /*background: #FFF url(../img/content.gif);*/ /*background-repeat: repeat-x;*/
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #666;
    margin-bottom: 10px;
    
}
.dataWide table {
	border-style: none;
	border-color: inherit;
	border-width: medium;

	/*ab removed color 20080630*/
	/*background-color: #FFF;*/
}
.dataWide table tr.top td {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 8px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.dataWide table tr.top td.end {
	border-width: 0px 0px 1px 0px;
}
.dataWide table tr.top td.lend {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.dataWide table tr.top td.lite {
	text-align: right;
	border-width: 0px 0px 1px 0px;
}
.dataWide table th.lend {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.dataWide table td.lend  {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}

.dataWide table tr.top td em {
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	color: #009;
	font-weight: normal;
	font-size: 9px;
}
.dataWide table td em {
	font-weight: normal;
	font-style: normal;
	color: #CCC;
	margin: 0px 6px 0px 6px;
}
.dataWide table tr.total {
	background-color: #f9edd3;
}
.dataWide table tr.total td {
	font-weight: bold;
	color: #930;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
}
.dataWide table tr.total td.end {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.dataWide table th {
	background-color: #cde8cd;
	font-family: Verdana, Arial, Tahoma;
	color: #060;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.dataWide table th.left {
	text-align: left;
	padding-left: 8px;
}
.dataWide table th.end {
	border-width: 0px 0px 1px 0px;
}
.dataWide table td {

	
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	/*DA Modification text-align center to left */
	text-align: left;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
	padding: 4px 4px 4px 8px;
}
.dataWide table td.end {
	border-width: 0px 0px 1px 0px;
}
.dataWide table td.left {
	text-align: left;
	padding: 4px 4px 4px 8px;
}
.dataWide table td.bad {
	background-color: #FDD;
	color: #C00;
	width: 60px;
}
.dataWide table td.good {
	background-color: #DFD;
	color: #030;
}
/* end DA added 20071115   */







.redbar {
	background: #C00 url(../img/grad_red.gif);
	font-family: Tahoma, Arial;
	font-size: 8px;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 1px 0px 1px 0px;
	margin: 1px;
	line-height: 8px;
	letter-spacing: 1px;
	text-indent: 6px;
}
.grnbar {
	background: #C00 url(../img/grad_grn.gif);
	font-family: Tahoma, Arial;
	font-size: 8px;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 1px 0px 1px 0px;
	margin: 1px;
	line-height: 8px;
	letter-spacing: 1px;
	text-indent: 6px;
}
.zrobar {
	background: #DDD;
	font-family: Tahoma, Arial;
	font-size: 8px;
	color: #000;
	background-repeat: no-repeat;
	padding: 1px 0px 1px 0px;
	margin: 1px;
	line-height: 8px;
	letter-spacing: 1px;
	width: 100%;
	text-indent: 6px;
}
table.history {
	width: 250px;
}
table.history td {
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #BBB;
	padding: 4px;
}
table.calldata {
	width: 250px;
}
table.calldata td {
	font-family: verdana, arial, verdana, helvetica;
	font-size: 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #BBB;
	padding: 4px;
}
table.calldata td b {
	color: #050;
	font-weight: bold;
}


table.course {
	border: none;
	width: 100%;
}
table.course tr.top {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
}
table.course tr.top td {
	color: #009;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
}
table.course th {
	font-family: Verdana, Arial, Tahoma;
	color: #060;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}
table.course td {
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	text-align: left;
	line-height: 26px;
	padding: 0px 0px 0px 8px;
}
table.course tr.mid td {
	background: #FFF url(../img/greybit.gif);
	background-repeat: repeat-x;
}
table.course td.desc {
	background: none;
	font-weight: normal;
	font-size: 11px;
	padding: 6px;
}
table.course tr.bit td {
	background: none;
	font-weight: normal;
	font-size: 11px;
	padding: 6px;
}
td.spc {
	border-right: 1px solid #9ab9de;
}
table.course td em {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #C00;
}
.clock { 
	background: url(../img/clock.gif); 
	background-repeat: no-repeat; 
	background-position: 0px px; 
	padding: 4px 4px 4px 22px; 
	display: inline; 
	font-family: Arial, Trebuchet MS, Helvetica; 
	font-size: 10px; color: #060; 
}
.lang { 
	background: url(../img/language.gif); 
	background-repeat: no-repeat; 
	background-position: 0px px; 
	padding: 4px 4px 4px 22px; 
	display: inline; 
	font-family: Arial, Trebuchet MS, Helvetica; 
	font-size: 10px; 
	color: #060; 
	margin-left: 12px; 
}


/*DA Additions */





table.blank {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
	width: 100%;
}

table.blank tr.top td {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12pt;
	border-width: 0px 0px 0px 0px;
	vertical-align: middle;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank tr.top td.lend 
{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
table.blank tr.top td.lite 
{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
table.blank th.lend 
{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
table.blank td.lend  
{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

table.blank tr.top td em 
{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Verdana, arial, helvetica;
	color: #009;
	font-weight: normal;
	font-size: 9px;
}
table.blank td em {
	font-weight: normal;
	font-style: normal;
	color: #CCC;
	margin: 0px 6px 0px 6px;
	border-width: 0px 0px 0px 0px;
}
table.blank tr.total {
	background-color: #f9edd3;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank tr.total td {
	font-weight: bold;
	color: #930;
	border-color: #CCC;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank tr.total td.end {
	text-align: left;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank th {
	background-color: #cde8cd;
	font-family: Verdana, Arial, Tahoma;
	color: #060;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank th.left {
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank th.end {
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank td {
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	/*DA Modification text-align center to left */
	text-align: left;
	padding: 0px 4px 0px 4px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
table.blank td.left {
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank td.right {
	text-align: right;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank td.bad {
	background-color: #FDD;
	color: #C00;
	width: 60px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.blank td.good {
	background-color: #DFD;
	color: #030;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}









.contentDaReports {
	background: #FFF url(../img/content.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666;
	padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.boxtxtCompact
{
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.data table tr.top {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
}

.data table tr.grandtotal
{
    background-color: #ffedb9;
}
.data table tr.grandtotal td
{
    font-weight: bold;
    color: black;
    border-color: #999;
    border-top-color: #000;
    border-width: 1px 1px 1px 0px;
}
.data table tr.grandtotal td.end {
	border-width: 1px 0px 1px 0px;
}

.data table.noBorder td {
	border-width: 0px 0px 0px 0px;
}

/* begin added 20071115 */
.dataWide table tr.top {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
}

.dataWide table tr.grandtotal
{
    background-color: #ffedb9;
}
.dataWide table tr.grandtotal td
{
    font-weight: bold;
    color: black;
    border-color: #999;
    border-top-color: #000;
    border-width: 1px 1px 1px 0px;
}
.dataWide table tr.grandtotal td.end {
	border-width: 1px 0px 1px 0px;
}

.dataWide table.noBorder td {
	border-width: 0px 0px 0px 0px;
}


/* end added 20071115 */

.data2 {
	
}
.data2 table td {
	text-align: left;
}

.highlighted {
	color: black;
	background-color: #ffffcc;
	text-decoration: none;
}

.highlightedLarge
{
	color: black;
	background-color: #ffffcc;
	text-decoration: none;
	font-size: large;
}

.linkSelected {
	color: black;
	background-color: #ffe32f;
	text-decoration: none;
}

.highlightedbackground {
	color: black;
	background-color: #ffffe1;
	text-decoration: none;
}
.highlightedbackground:link              {color: #ffab00;}
.highlightedbackground:visited           {color: #ffab00;}
.highlightedbackground:active            {color: #ffab00;}

.highlightedgreen
{
    color: black;
    background-color: #cde8cd;
    text-decoration: none;
}
.highlightedgreen:link              {color: #006b00;}
.highlightedgreen:visited           {color: #006b00;}
.highlightedgreen:active            {color: #006b00;}

.error
{
	padding: 5px;
	margin: 5px;
	width: inherit;
	background-color: #FFD2DE;
	border-color: red;
	border-style: solid;
	border-width: thin;
	font-weight: bold;
	text-align: left;
}

.errorCell
{
	background-color: #FFD2DE;
	border-color: red;
	border-style: solid;
	border-width: thin;
}



.warningCell
{
	background-color: #FFFFCC;
	border-color: #DAA520;
	border-style: solid;
	border-width: thin;
}


.warningCellWithErrorBackground
{
	background-color: #FFD2DE;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.errorBackground
{
	background-color: #FFD2DE;
}

.error ul
{
 list-style-type: none;
 margin: 1em 1em 1em 1em;
}

.error li
{
	list-style-image: url(  "/live/img/ball_red.gif" );
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 2em;
	color: #515151;
}


.errorMessage
{
	color: black;
	background-color: #fABD00;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
}

.AlertLabel
{
    color: #ff6633;
    text-decoration: none;
    font-size: 1.33em;
    font-weight: 500;
}

.StatusLabel
{
    font-weight: bold;
    font-size: 12pt;
    color: #ff0000;
    text-transform: uppercase;
}

.StatusLabelSmall
{
    font-weight: bold;
    font-size: 10pt;
    color: #ff0000;
    text-transform: uppercase;
}

.StatusLabelVerySmall
{
    font-weight: bold;
    font-size: 8pt;
    color: #ff0000;
}

.StatusLabelBlackLarge
{
    font-weight: bold;
    font-size: 16pt;
    color: black;
}

.StatusLabelBlack
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
}

.StatusLabelGreen
{
    font-weight: 700;
    font-size: 12px;
	color: #060;
}

.StatusLabelGreenSmall
{
	font-weight: 700;
    font-size: 11px;
	color: #060;
}

.StatusLabelBlackSmall
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
}

.StatusLabelGreySmall
{
    font-weight: bold;
    font-size: 10pt;
    color: gray;
}

.InfoLabelSmall
{
	font-size: 10pt;
	font-style: italic;
	color: #a9a9a9;
}

.InfoLabelVerySmall
{
	font-size: 8pt;
	font-style: italic;
	color: #a9a9a9;
}

.LeftLabel
{
    display: inline;
    float: left;
}

.TrainingTitle {
	font-family: arial narrow, arial;
	font-weight: bold;
	font-style: normal;
	color: #060;
	font-size: 14px;
	margin: 6px 0px 12px 0px;
}

.WizardStep {
	height: 250px;
}


.newpage
{
	page-break-after: always;
}

.data table tr.noPadding td {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

.data table tr.top td {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 8px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}

.data table tr.noPadding table.needPadding td {
	padding: 4px 4px 4px 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.data table tr.noPadding table.needPadding td.end {
	border-width: 0px 0px 1px 0px;
}
.data table tr.top td.needPadding {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.data table tr.top td.needPadding {
	text-align: right;
	border-width: 0px 0px 1px 0px;
}


.data table tr.grandtotal
{
    background-color: #ffffcc;
}
.data table tr.grandtotal td {
	font-weight: bold;
	color: #930;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
}
.data table tr.grandtotal td.end {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}


/* begin added 20071115 */
/* .dataWide field below added 20080512 */
.dataWide {
	border-right-style: none;
	border-left-style: none;
}
.dataWide table tr.noPadding td {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

.dataWide table tr.top td {
	height: 29px;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 8px;
	color: #009;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}

.dataWide table tr.noPadding table.needPadding td {
	padding: 4px 4px 4px 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BBB;
}
.dataWide table tr.noPadding table.needPadding td.end {
	border-width: 0px 0px 1px 0px;
}
.dataWide table tr.top td.needPadding {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}
.dataWide table tr.top td.needPadding {
	text-align: right;
	border-width: 0px 0px 1px 0px;
}


.dataWide table tr.grandtotal
{
    background-color: #ffffcc;
}
.dataWide table tr.grandtotal td {
	font-weight: bold;
	color: #930;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
}
.dataWide table tr.grandtotal td.end {
	border-width: 0px 0px 1px 0px;
	text-align: left;
}

/* end added 20071115 */

.valigntop
{
    vertical-align: top;
}






/*begin added 20080115

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:300px;
}

/*end added 200801015 */

.NewSkinClass
{
	border-width: 1px;
	border-color: #DCDCDC;
	margin-top: 0px;
}

.NewSkinClass td
{
	padding: 2px;
}


.NewSkinTableRowHeader
{
	background-color: #cde8cd;
	font-size: smaller;
	color: #060;
	
}

.NewSkinTableRowPager
{

	border: none;
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
	color: #009;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	padding: 4px;
}

.watermark
{
	background: #FFFFD7;
	font-style: italic;
	color: #006600;
}

.blueGrad 
{
	background: #d5e2f2 url(../img/bluegrad.gif);
	background-repeat: repeat-x;
}



#nav { position: relative; background: url(/live/img/navbak.gif) no-repeat; width: 766px; height: 27px; }
		#nav a { position: relative; margin: 0px; padding: 0px; display: block; float: left; background: url(/live/img/nav.gif) no-repeat; height: 27px; font-family: Trebuchet MS, Arial, sans; font-size: 12px; font-weight: bold; color: #444; line-height: 27px; text-decoration: none; }
		#nav a.lefbtn { display: inline-block; background-position: 0px 0px; width: 93px; height: 27px; margin-left: 160px; text-align: left; text-indent: 38px; }
		#nav a.welbtn { display: inline-block; background-position: 0px 0px; width: 93px; height: 27px; margin-left: 12px; text-align: left; text-indent: 27px; }
		#nav a.midbtn { background-position: -93px 0px; width: 87px; height: 27px; text-align: center; }
		#nav a.hepbtn { background-position: -288px 0px; width: 60px; height: 27px; text-align: center; }
		#nav a.bigbtn { background-position: -180px 0px; width: 108px; height: 27px; text-align: center; }
		#nav a.rytbtn, #nav a.logbtn { background-position: -348px 0px; width: 92px; height: 27px; text-align: left; text-indent: 10px; }
		#nav a.lefbtn:hover, #nav a.welbtn:hover { background-position: 0px -27px; color: #FFF; }
		#nav a.midbtn:hover { background-position: -93px -27px; color: #FFF; }
		#nav a.hepbtn:hover { background-position: -288px -27px; color: #FFF; }
		#nav a.bigbtn:hover { background-position: -180px -27px; color: #FFF; }
		#nav a.rytbtn:hover, #nav a.logbtn:hover { background-position: -348px -27px; color: #FFF; }
		#nav a.logbtn { color: #C40; }
		
		/*.clear { position: relative; clear: left; }*/

.toolbar
        {
        
		 background-color : red;
         font-size: 13px;
         font-family: Verdana;
         padding: 6px;
         filter: 
         progid:DXImageTransform.Microsoft.Gradient                (gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
        }



.TabMenuItem  
{
	background-color: #FFFFBC;
	text-align:center; 
	font-size: xx-small;
	border: solid 1px black; 
	border-left: none; 
	padding: 3px 3px 3px 3px;

	}

.TabMenuItemSelected  
{
	background-color: White; 
	text-align:center; 
	font-size: xx-small; 
	border-right: solid 1px black; 
	border-bottom: none; 
	border-top: solid 1px black; 
	border-left: none; 
	padding: 5px 3px 5px 3px;

	
}

.SiteContentSpacer  
{
	height: 200px;  visibility: hidden;
	}
	
	