/* AEIOMed 2008
Dealer Tool Styles
by Dan Moriarty, wwww.danmoriarty.com
Copyright 2008, All Rights Reserved */

.highlight {
	padding:8px;
	border:1px solid #333;
	background:#fff;
	margin:10px;
	}

.page_numbers {
	background:#fff;
	margin-right:10px;
	}


#edit_dealer_entry input {

	
	}


#edit_dealer_entry p {
	margin: 6px;
	padding:2px;
	font-size:12px;
	color:#333;
	
	}

#edit_dealer_entry input {
	
	
	}
	
.delete_entry {
	border:1px solid red;
	width:200px;
	padding:2px;
	}
	

.alert {
	color:#990000;
	}

/* DEALER SEARCH..........*/

#store_results {
	float:left;
	width:458px;
	}

#sresults table {
	background:#fff;
	margin-bottom:10px;
	font-size:10px;
	}


table#results {
	width:99%;
	margin-bottom:10px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	}
		
#results th {
	background:#ccc;
	color:#333;
	font-weight:normal;
	border-collapse:collapse;
	text-align:center;
	}

#results th a {
	color:#000066;
	}
	
#results td, #results th {
	padding:4px;
	margin:0;		
	border-collapse:collapse;	
	border-bottom:1px solid #999;
	border-right:1px solid #999;

	}
	
/* PAGINATION........*/
div.pagination {
	padding: 3px;
	margin: 3px;
	}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #005A55;
	text-decoration: none;

	}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
	}

div.pagination span.current {
	padding: 2px;
	margin: 1px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
	
div.pagination span.disabled {
	padding: 2px;
	margin: 2px;
	border: 1px solid #EEE;
	color:#ccc;
	}
	