﻿/* =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, .Recordset a:visited, .Recordset a:hover, .Recordset 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;
}










.ace .Recordset{
margin: 3px 0 0 0;
color:#000;
width:100%;
} 

.ace .Recordset th{
	font-weight:bold;
	background-color:#DDDDDD ;  
	color:#363636;
	padding:0 2px 0 5px;  
	height:24px;
    border-color: #DDDDDD ;
    border-width: 1px;	
    border-style: solid;		
} 

.ace .Recordset td{
	padding:0 2px 0 5px; 
    border: 1px #EAE9E1 solid;		   
} 

.ace .Recordset a:link,.ace  .Recordset a:visited,.ace  .Recordset a:hover,.ace  .Recordset a:active{
	text-decoration:underline;
	color:#717BC6 ;
} 

.ace .Recordset  .selected{
background-color:#316AC5;
color:#fff;
}

.ace .selected a:link,.ace  .selected a:visited,.ace  .selected a:hover,.ace  .selected a:active{
	text-decoration:underline;
	color:#fff;
} 

.ace .Recordset .over{
background-color:#F9F9F9 ;
}

.ace .Recordset-header{
	margin-top:8px;
   font: bold 1em/1em Arial, Tahoma, sans-serif; color: #3768B9;
   font-size: 12px;
   line-height: 20px;  
	background-color:#444444;
	color:#fff;
	padding-left:5px;
	text-transform:uppercase;	
	height:21px;
}

.ace .Recordset-subheader{
	margin-top:3px;
	margin-bottom:5px;	
	height:19px;
}

.ace .Recordset-function{
    float:left;
}

.ace .Recordset-page{
    float:right;
	padding-top:1px;
	color:#415481;
	font-weight:bold;
}

.ace .Recordset-page a:link, .ace .Recordset-page a:visited{
    font: bold 1em/1em Arial, Tahoma, sans-serif; color: #415481;
	font-size:10px;
	text-decoration:none;
}

.ace .Recordset-page a:hover, .ace .Recordset-page a:active{
    font: bold 1em/1em Arial, Tahoma, sans-serif; color: #FF8800;
	font-size:10px;
	text-decoration:none;
}

.ace .Recordset-page select{
	height:20px;
}

.ace .Recordset-page .total-records
{
color:#FF8800;
text-decoration:none;
}

.ace .Recordset-page .current-page
{
color:#FF8800;
text-decoration:underline;
}


.ace .Recordset-content{
    clear:both;
	margin-bottom:8px;
}

.ace .Recordset-bottom{
	margin-top:3px;
	margin-bottom:8px;	
	background-color:#0069B9;	
	height:3px;
}













.even-row{
background-color:#cccccc;
}

.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
--------------------------------------------------------- */

/* Autocomplete */

.autocomplete{
font-size:12px;
}

.autocomplete ul{
background-color:#ffffff;
}

.autocomplete li{
padding-left:3px;
}

.autocomplete .selected{
color:#fff;
background-color:#3366CC;
cursor:DEFAULT;
}

#autocomplete_list{
clear:both;
z-index:99;
border:1px solid #000;
}

