
/* HamCo ASP.net styles for inhouse asp net Apps*******************/
/************************************************/
/*standard starting point for grid lines in tables & grids */
.defaultGridTable { 
border: solid 2px #6A6253; 
width:100%;
} 
.defaultGridTable td { 
border: solid 1px #6A6253; 
} 
.defaultGridTable th  
{
   font-weight:bold;
   color:White;
   background-color:#77140B;  
} 
.defaultGridTable th > a:focus  
{
 outline: 1px dotted white;  
} 
/*for all data tables & grids*/
.emptyDataSet
{
    font-weight:bold;
    color:Red;
} 
.emptyDataSet td  
{
    font-weight:bold;
    color:Red;
} 
/*Primarily for Captions and table Titles*/ 
.defaultDataTitle 
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: medium;
}
/* for th header row*/
.defaultHeaderStyle th  
{   
    background-color:#77140B;
    font-size:12px;
    Color:White;
    font-weight:700;
}
.defaultHeaderStyle th > a 
{
     Color:White;
     font-weight:700;
}
.defaultHeaderStyle th > a:focus  
{
 outline: 1px dotted white;  
} 
/*Application and/or page title*/
.goldHeaderTitle 
{
    background: #e3b238 url('../../images/misc/section-title-bg.gif') left top;
	font-size: 150%;
	color: #574614;
	margin: 0 0 6px 0;
	min-width:240px;
	border-bottom: 2px solid #7e661e;
	padding: 4px 2px 2px 4px;
}

    
.defaultPager tr td
{
    font-weight:bold;
    font-size:12px;
    border-color:#F1F1E2;
    border-style:solid;
    border-right-width:6px;
    margin:0px;
    padding:0px; 
}

/*Primarily for the number at the bottom the Spring and Fall Statements read by a barcode scanner  */
.ocr-a {
	font-size: 18px;
	font-family: "OCR A Extended";
	font-weight: bold;
}

/*Primarily for buttons.  Chanage the default cursor to a hand on mouse over*/
.ButtonHover
{
    cursor: pointer;
}
/*Diana: thinks this is for a report that needed less padding within the data rows*/
.ListTight
{
    margin:2px;
    padding:2px;
    margin-left:10px;
    padding-left:10px;
}
/*Diana: not quite sure where we use this one*/
.dataSubTable tr td
{
    margin: 5px;
    padding: 5px;
    
    border-bottom: thin solid #E3EBD3;
   
}
/* END HamCo ASP.net Apps*******************/