/*
//
//+-----------------------------------------------------------------+
//|                   RadCLASSIFIEDS GOLD ADMIN                     |
//|                          (July 2006)                            |
//|                Copyright © 2006 RadScripts.com                  |
//|                                                                 |
//| File Name:       style.css                                      |
//| Project Manager:  Ed Pakstas                                    |
//| Email:            support@radscripts.com                        |
//| Website:          http://www.RadScripts.com                     |
//|                                                                 |
//| Note: Any alteration of PHP code in this file will void any     |
//|	     support services which RadScripts.com may provide.     |
//| Note: This script is NOT Freeware and IS NOT Open Source Code!  |
//|       All terms, conditions and copyrights as defined in the    |
//|	RadScripts License Agreement WHICH YOU AGREED TO COMPLY WITH|
//|	when you purchased this software must be adhered to and will|
//|	be strictly enforced.                                       |
//+-----------------------------------------------------------------+
//
*/
body	{
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	background-color: #002779; 
	color: #FFFFFF;
	margin-top: 0;
	margin-left: 7;
	margin-right: 5;
	margin-bottom: 5; }
	
table, tr, td, th, input, select, textarea {
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #000000; }
	
table	{ 
	background-color: #FFFFCC; 
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	border-style: solid; 
	border-width: 1px; }
	
td, th 	{ 
	border-color: #CCCCCC #FFFFFF #FFFFFF #CCCCCC; 
	border-style: solid; 
	border-width: 1px; 
	padding: 3px; }
	
th 	{ 
	text-align: left; 
	background-color: #FFCC00; }

th.aright {
	text-align: right;
	background-color: #FFCC00; }
	
a:link	{ 
	color: #0000FF; 
	text-decoration: none; }
	
a:visited  { 
	color: #0000FF; 
	text-decoration: none; }
	
a:hover	{ 
	color: #FF0000; 
	text-decoration: underline; }

.plus  { 
	color: #00A000; }

.minus { 
	color: #FF0000; }

table.empty {
	border: none;
	padding: 2px;
	border-width: 0px; }

table.empty tr {	
	border: none;
	padding: 0px;
	border-width: 0px; }
	
table.empty td {	
	border: none;
	padding: 0px;
	border-width: 0px; }
	
table.level{ border: none;
	padding: 0px;
	border-width: 0px; }
	
table.level tr{	border: none;
	padding: 0px;
	border-width: 0px; }
	
table.level td{	border: none;
	padding: 1px;
	border-width: 0px; }
	
table.logo{border: none;
	padding: 0px;
	border-width: 0px;
	background-color: #002779; }
	
table.logo tr{	border: none;
	padding: 0px;
	border-width: 0px; }
	
table.logo td{	border: none;
	padding: 0px;
	border-width: 0px; }

select.menu{
	width:	210px;	
}
input.menu{
	width:	180px;
}