﻿.grid 
{ 
	/*width:95%; */
	width:890px;
/*	font-family:Tahoma; */
	background-color: White;
/*	border: solid 1px #760100; */
    border: solid 1px #041938;
    border-top-width: 3px;
    border-bottom-width: 3px;
	padding: 15px;
	margin: auto;
}
.grid H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#333;
}        
.grid .datatable TH
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    color: #760100;
    border-bottom: solid 2px #EBA7A7;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color: #760100;
}
.grid .datatable TH.sortasc A { background:url(../images/asc.gif) right center no-repeat; }
.grid .datatable TH.sortdesc A { background:url(../images/desc.gif) right center no-repeat; }
.grid .datatable .row TD
{
    font-size:12px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #EBA7A7;
}      
.grid .datatable .row TD A
{
    color: #760100;
}      
.grid .datatable .row:hover
{
    /* background-color: #F8E2B3; */
    background-color: #F0F0FF;
    color: #000;
}
.grid .datatable .row TD.first { padding-left:10px; }
.grid .datatable TH.first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../images/bullet.gif);
}  
/* Data Pager Styles */
.grid TR.pager-row TD
{
    border-top:solid 2px #bbd9ee;
}
.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	
    font-size:14px;
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command,
.grid TR.pager-row TD A
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.grid .pager A.command:hover,
.grid TR.pager-row TD A:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current,
.grid TR.pager-row TD SPAN
{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
}
.grid TR.pager-row TD
{
	border-top:none;
	text-align:center;
}
.grid TR.pager-row TABLE
{
	height:35px;
	margin:0 auto 0 auto;
}


/* DeatilsView formatting */
.BillDetails
{
    font-size: 10pt;
}
.detailCaption
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    color: #760100;
    width: 160px;
}
.detailsRow
{
    border-bottom: solid 1px #EBA7A7;
    color: #000;
}

caption
{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    margin-bottom: 5px;
    color: #760100;
    border-bottom: solid 2px #EBA7A7;
}

caption a
{
    font-size: 12px;
    font-weight: normal;
    color: #760100;
}


/*  Bill text display styles */
.detailTextCaption
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    color: #760100;
    width: 0px;
    display:none;
}
.detailsRow
{
    border-bottom: solid 1px #EBA7A7;
    color: #000;
}

.BillDetailCaption
{
    letter-spacing: 0px;
    padding: 2px 4px;
    margin-bottom: 5px;
    color: #760100;
    border-bottom: solid 2px #EBA7A7;
}
.BillTextCaption
{
/*    float: left; */
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.BillHeaderLink
{
/*    float: right; */
    font-size: 12px;
    font-weight: normal;
    color: #760100;
}

.BillHeaderLink:hover
{
    font-weight: normal;
}

.BillText
{
    font-size: 13px;
    color: #000;
    margin: 10px;
}


/* Generated tables from memo fields */
.memotable 
{
    width: 100%;
}

.grid .datatable .row .memotable TD
{
    font-size:12px;
    text-align:left;
    padding:2px 2px;
    border-bottom:none;
}      


/************************************************/
/************************************************/
/* e-mail signup
/************************************************/
/************************************************/
.gridtitletable
{
    width: 922px;
    padding: 0px;
    margin: auto;
    height: 30px;
}

.gridtitle
{
    padding-left: 20px;
    width: 600px;
    background-image: url('../images/grid_heading.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
/*    font-weight: bold;  */
}

.emaillink
{
    text-align: right;
}
