﻿/* =Leo's Recordset Table Styles
--------------------------------------------------------- */
.Recordset{
margin: 3px 0 0 0;
color:#000;
width:100%;
} 

.Recordset th{
	font-weight:bold;
	background-color:#DBE1E6;  
	color:#000;
	padding:0 2px 0 5px;  
	height:24px;
    border-color: #DBE1E6;
    border-width: 1px;	
    border-style: solid;		
} 

.Recordset td{
	padding:0 2px 0 5px; 
    border: 1px #EAE9E1 solid;		   
} 

.Recordset a:link, a:visited, a:hover, a:active{
	text-decoration:underline;
	color:#0066CC;
} 

.Recordset  .selected{
background-color:#316AC5;
color:#fff;
}

.selected a:link, .selected a:visited, .selected a:hover, .selected a:active{
	text-decoration:underline;
	color:#fff;
} 

.Recordset .over{
background-color:#EEEDEB;
}

.Recordset-header{
	margin-top:8px;
   font: bold 1em/1em Arial, Tahoma, sans-serif; color: #3768B9;
   font-size: 12px;
   line-height: 20px;  
	background-color:#0069B9;
	color:#fff;
	padding-left:5px;
	text-transform:uppercase;	
	height:21px;
}

.Recordset-subheader{
	margin-top:3px;
	margin-bottom:5px;	
	height:19px;
}

.Recordset-function{
    float:left;
}

.Recordset-page{
    float:right;
	padding-top:1px;
	color:#415481;
	font-weight:bold;
}

.Recordset-page a:link, .Recordset-page a:visited{
    font: bold 1em/1em Arial, Tahoma, sans-serif; color: #415481;
	font-size:10px;
	text-decoration:none;
}

.Recordset-page a:hover, .Recordset-page a:active{
    font: bold 1em/1em Arial, Tahoma, sans-serif; color: #FF8800;
	font-size:10px;
	text-decoration:none;
}

.Recordset-page select{
	height:20px;
}

.Recordset-page .total-records
{
color:#FF8800;
text-decoration:none;
}

.Recordset-page .current-page
{
color:#FF8800;
text-decoration:underline;
}


.Recordset-content{
    clear:both;
	margin-bottom:8px;
}

.Recordset-bottom{
	margin-top:3px;
	margin-bottom:8px;	
	background-color:#0069B9;	
	height:3px;
}

.even-row{
background-color:#cccccc;
}

.label{
text-align:right;
font-weight:bold;
}

.field{
}

.button{
	background-color:#ECF1F4;
	border:1px solid #ABC3D7;
	background-image:url(../images/Recordset/button_bg.gif);	
	background-position:center top;
	background-repeat:repeat-x;		
	color:#000000;
	font-size:11px;
	padding-left:6px;	
	padding-right:6px;
	padding-bottom:1px;	
	text-align:center;	
	overflow: visible;
	margin:0px;
	cursor:pointer;		
	vertical-align:middle;
}  
/* =Leo's Recordset Table Styles
--------------------------------------------------------- */
