/* 
//
// +----------------------------------------------------------------------+
// |                         RadBids Gold                                 |
// |                          (Sept 2004)                                 |
// |                Copyright © 2004 RadScripts.com                       |
// |                                                                      |
// | File Name:       style.css                                           |
// | Project Manager:  Ed Pakstas                                         |
// | Programmed by:    Roger Stringer & Mike Paterson                     |
// | 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! All terms, conditions and         |
// |       copyrights as defined in the License Agreement must be         |
// |       adhered to and will be strictly enforced.                      |
// |       http://www.radscripts.com/contents/license.php                 |
// +----------------------------------------------------------------------+
//
*/


body{ 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	background-color: #710000;
	color: #FFFFFF;
	top-margin: none;
}

table{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
}

a:link{
	color: #000077;
	text-decoration: none;
}

a:visited{
	color: #000077;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

a.design:link{
	color: #ffffff;
	text-decoration: none;
}

a.design:visited{
	color: #ffffff;
	text-decoration: none;
}

a.design:hover{
	color: #002779;
	text-decoration: underline;
}

.small{
	font-size: 9px;
}

small{
	font-size: 9px;
}

.medium{
	font-size: 11pt;
	font-weight: 600;
}

medium{
	font-size: 11pt;
	font-weight: 600;
}

.large{
	font-size: 14px;
}

big{
	font-size: 16px;
}

.tiny{
	color: #FFFFFF;
	font-size: 7pt;
}

.error{
	color: #FF0000;
}

.highlight{
	background-color: #EEEEEE;
}


table.design{
	font-size: 11px;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


table.design th{
	padding: 3px;
	background-color: #710000;
	font-size: 11px;
	color: #ffffff;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.design td{
	padding: 3px;
	font-size: 11px;
	color: #000000;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

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

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

table.header {
	background-color: #710000;
	border-collapse: collapse; 
	font-size: 11px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.header td {
	background-color: #710000;
	border-collapse: collapse; 
	font-size: 11px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}


table.leftcolumn{
	background-color: #710000;
	border-collapse: collapse; 
	font-size: 11px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
table.leftcolumn td{
	background-color: #710000;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.navcats{
	border: none;
	padding: 0px;
	background-color: #710000;
	font-size: 11px;
}


table.navcats th{
	border: none;
	padding: 3px;
	background-color: #710000;
	font-size: 11px;
	color: #ffffff;
}

table.navcats td{
	padding: 0px;
	border: none;
	font-size: 11px;
	color: #ffffff;
}

td.row1{
	background-color: #FFFFFF;
}

td.row2{
	background-color: #F7F7F7;
}

td.copy{
	background-color: #710000;
}

input{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

textarea{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

select{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

input.checkbox{
	border: none;
}

input.button{
	background-color: #EEEEEE;
	cursor: hand;
}

.open{
	color: #009000;
}

.frozen{
	color: #710000;
}

.closed{
	color: #900000;
}

.plus{
	color: #00A000;
}

.minus{
	color: #FF0000;
}

ul,li{
	margin-left: 11px;
	padding: 0px;
}

.quote{
	margin-left: 50px;
	margin-right: 50px;
	border:	1px solid black;
	background: #dddddd;
	padding: 5px;
}

#nav a{
	color: white;
}
#nav a:hover{
	color: white;
}

