/*
blue background on menus 988DB3 at bottom, ADA0CB at top
blue for sax Trader 352C4A
blue for blow your own horn 968BB1
orange: #ff9933
*/
p.important { color: #352C4A }
/* Standard tags */
body {
	font-size:8pt; /* 62.5%; */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 5px 25px 10px 25px;
	background: url("../images/bluetranefade2.gif") top right;
	background-repeat: no-repeat;
    background-color:transparent;

}
p.disclaimer {
	font-size:0.9em;
	font-style:italic;
}

h1,h2,h3,h4 {text-align:left;}
h1 {
	color:#352C4A;   /*#968BB1;  orange */
	font-size:1.4em;
	margin:0 0 5px 0;
	padding:14px 3px 10px 3px;
	vertical-align:middle;
}
h2 {
	color:#352C4A;
	padding-left:3px;
	font-size:1.1em;
}
h3 {
	color:#968BB1;
	font-size: 0.9em;
	margin: 5px 5px 5px 10px;
}
h4 {
	color:#968BB1;
	font-size: 0.8em;
}
h1.heading {
	font-size:2.0em;
	color:#968BB1;
}
p {
	color:#7D7D7D;
	margin:5px 5px 5px 10px;
	text-align:left;
}
p.highlight {
	border:0px;
	color:#968BB1;
	font-size:1.1em;
	margin:0px;
	text-align:left;
}
pre {
	color:#7D7D7D;
	font-weight:bold;
	margin:5px 5px 5px 10px;
	text-align:justify;
}
ul, ol {
	color: #7D7D7D;
	text-align: justify;
	list-style-image: url("../images/orange_square2.gif");
}
hr {
	background-color: #fff;
	border-color: #968BB1;
	border-style: none none dashed none;
	border-width: 1px;
	color: #fff;
	height: 1px;
}
td {
	color: #7D7D7D;
	font-size:1.05em;
}
th {
	font-size:1.2em;
}
td.caption {
    font-weight:normal;
    vertical-align:top;
    text-align:right;
    width:80px;
}
td.data {
    text-align:left;
    vertical-align:top;
}
td.number {
	text-align:right;
	vertical-align:top;
}

td .readonly {
	background-color:#F4F4F4;
	border:none;
	}
table.dataentry {
    width:90%;
    margin-left:2%;
    margin-bottom:3px;
    padding:4px;
}
table.dataentry caption {
    font-weight:normal;
    font-style:italic;
    font-size:0.9em;
    color:#968BB1;
    text-align:left;
    margin-left:1%;
}
fieldset.advertEntry {
    margin-left:10%;
    padding:0px;
	background-color: #F4F4F4;
}
form {
	margin:0;
	padding:0;
}

input:focus  { outline: thin solid #ff9933 }
input.readonly:focus  { outline: none; }


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

a:visited {
    	color: #ff9933;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
a:active {
    	color: #ff9933;
	text-decoration:none;
}
a.viewall {
	text-decoration:underline
}
a.important {
	font-weight:bold;
	color:red;
}
/* Standard Tags end */

/* advert display tags */

.adimage {
    float:right;
/*    width:120px;
    max-height:160px; */
    width:300px;
    max-height:400px;
    overflow:auto;
    margin:0px 10px 0px 10px;
    border:none;
}

.dealer_adimage {
    float:left;
    width:120px;
    max-height:160px;
    overflow:auto;
    margin:0px 10px 0px 10px;
}
table.dealerDisplay td.dealer_address_col {
/*	width:100px;
	background: url("../images/bluetranefade2.gif") top right;
	background-repeat: no-repeat;
    background-color:transparent;
    */
}
td.distributor_address_col {
}

table.dealerDisplay td{
	vertical-align:top;
	text-align:left;
}

table.dealerDisplay p { text-align:left;}

table.dealerDisplay .description {
	color:#352C4A;
	height:100px;
	overflow:auto;
}
.listcustomerbox {
    float:left;
    width:97%;
    padding:2px 0px 2px 0px;
    margin:2px;
    border-top: dashed #CCCCCC 1px;
}

.dealerbox {
    float:left;
    width:95%;
	height:120px;
    padding:2px 2px 2px 0px;
    margin:2px;
    border-top: dashed #CCCCCC 1px;
    border-right: dashed #CCCCCC 1px;
/*	overflow:auto;*/
}
.dealerbox h2 {
	padding-top:0px;
	margin-top:0px;
}
.adbox {
    float:left;
    width:98%;
    height:90px;
    padding:2px 0px 2px 0px;
    margin:2px;
    border-top: dashed #CCCCCC 1px;
    overflow:auto;
}
.adbox a, .adbox>p>a, .adbox p a {
    font-weight:bold;
}
.tradeadvert {
	height:120px;
/*	border-left:dashed #CCCCCC 1px;
	border-right:dashed #CCCCCC 1px; */
	font-weight:bold;
}
.insetbox {
	float:left;
	width:40%;
	text-align:left;
	border-right:thin dotted #eee;
}
.ad_editbox {
	float:right;
	width:23%;
	text-align:right;
}
/* Menu */
div.middlemenu, div.middlemenubottom, h2.mnu, h2.mnutop {
	min-width:100px;
}
h2.mnu, h2.mnutop {
	background: url("../images/blueback.gif") top left;
	background-repeat: repeat-x;
	border-left:1px solid #988DB3; /*#FF990D; orange */
	border-right:1px solid #988DB3; /*#FF990D; orange */
	color: #fff;
	margin: 13px 0px 0px 0px;
}
div.middlemenu a {
	background-color:#F4F4F4;
	border-style: solid solid none solid;
	border-color: #fff #CBCBCB #fff #CBCBCB;
	border-width: 1px;
}
div.middlemenu a:hover {
	background: #CBCBCB; /* orange #F4DCBC; */
	color: #FFFFFF;
}
div.middlemenubottom a {
	background-color: #F4F4F4;
	display: block;
	border: 1px solid #CBCBCB;
	border-top: 1px solid white;
}
div.middlemenubottom a:hover {
	background: #CBCBCB;
	color: #FFFFFF;
}
h2.mnu_search {
	background: url("../images/blueback.gif") top left;
	background-repeat: repeat-x;
	border:1px none #988DB3;
	border-style: none none none;
	color: #fff;
	font-weight:bold;
	font-size: 1em;
	margin: 5px 0 0px 0;
	padding: 0 0 0 5px;
	text-align: left;
	text-transform:uppercase;
}
/* Menu end */

/* Search Box */
.search {
	background-color: #F4F4F4;
	margin: 0;
	padding: 2px 0px 8px 0px;
	border-style: none solid solid solid;
	border-color: #fff #CBCBCB #CBCBCB #CBCBCB;
	border-width: 1px;
}
.searchinput {
    color: #7D7D7D;
	text-align:center;
    margin-top:7px;

}
.searchinput select {
	margin-bottom:5px;
}

.searchbutton {
	background: url("../images/blueback.gif") top left;
	background-repeat: repeat-x;
	color: white;
	background-color: #988DB3;
	border: 1px outset #9999CC;
}
.searchbox {
	border:2px inset #fff;
	color: #7d7d7d;
	padding: 1px 2px;
	width:115px;
}
table.discrete td {
	text-align:right;
	vertical-align:top;
	border-bottom:1px #ccc dotted;
}
/* Search Box Ends */

/* Layout */
#content {
	width:95%;
	margin:0px;
	padding:0px;
	border-width:0px;
}

.leftstrip {
	float: left;
	width: 160px;
	min-width:150px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	clear:left;
}
div.leftstrip a {
	display: block;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 9px;
	text-align: left;
}
#centrestrip {
	float:left;
	width:65%;
    min-width:200px;
	padding:10px 5px 0px 5px;
	margin: 0px auto;
	min-height:300px;
}
.rightstrip {
	float:right;
	width:143px;
	min-width:143px;
	margin:0px auto;
	padding:0px;
	border:0px;
	text-align:center;
}
.rightstrip table {
    margin-top:15px;
}
.footer {
	width:95%;
	padding: 3px;
	background:#FFF url("../images/footerback.gif") top left;
/*	font-size:0.9em ;*/
	border-style: solid;
	border-color: #CBCBCB;
	border-width: 1px;
	text-align: center;
}
.footer .links {
	font-size:0.9em ;
}

div.footer {
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	width:95%;
}
.screenshow {display:inline;}

.footer .address {
	display:none;
}
.imageborder {
	border:1px;
	border-color: #E1E1E1;
	border-style: solid;
}
a:hover .imageborder, a:active .imageborder {
	border:1px;
	border-color: #968BB1; border-style: solid
	}
/* Layout End */

/* Head Section */
#loginform {
    float:right;
    width:35%;
}
#loginform form {
    text-align:right;
}
#header {
	background-color: transparent;
	background: url("../images/rockingsax_sm.gif") top left;
	background-repeat: no-repeat;
    height:65px;
	width: 95%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	clear:both;
}
div#header div.main {
    background-color:transparent;
    float:left;
    width:35%;
	text-align: right;
	margin-left:30px;
	font-size:3em;
	font-weight:bold;
	letter-spacing:0.25em;
	color:#352C4A;
}
div#header div.subhead {
	font-size: 0.5em;
	letter-spacing:0.1em;
	color:#968BB1;
	line-height:1.02em;
}
.headtext {

	font-weight: bold;
	font-size: 1.2em;
/*	color:#fff;
	float:left;
	vertical-align:50%;
	margin: 8px 0 0 0;*/
}
.headblackbar {
	 margin-top: 7px;
	 width: 95%;
	 min-width:500px;
	 height: 31px;
	 text-align: right;
	 background: url(../images/glossyblack_slice.gif);
	 float:left;
	 width:95%;
	 clear:both;
}
.headsection {
	height: 31px;
	padding-right:15px;
	float:right;
	min-width: 60px;
}
.headimgs {
	width:30px;
	height:31px;
	float:left;
	padding: 0px 2px 0px 4px;
}
.headsectionlong {
	height: 31px;
	width: 120px;
	float:right;
}
/* Head Section End */

/* Head links */

a.headtxtlink:link,a.headtxtlink:visited,a.headtxtlink:hover,a.headtxtlink:active{
	font-weight:bold;
	font-size: 0.9em;
	vertical-align:50%;
	margin:8px 0 0 0;
}
a.headtxtlink:link,a.headtxtlink:visited,a.headbookmark:link,a.headbookmark:visited{
	color:#FFF;
}
a.headtxtlink:link,a.headtxtlink:visited,a.headtxtlink:hover,a.headtxtlink:active,a.headbookmark:link,a.headbookmark:visited,a.headbookmark:hover,a.headbookmark:active{
	float:left;
}
a.headtxtlink:hover,a.headtxtlink:active,a.headbookmark:hover,a.headbookmark:active{
	color:#FF990D;
}
/* Head links end */

/* Misc */
.caption {
	font-family: Arial;
	font-weight: bold;
	color:      #123456;
}

.contact {
	color: #7d7d7d;
	white-space: pre
}
.Copyright {
	color: #7D7D7D;
}
.pagedset {
    display:block;
	clear:both;
	background-color:#eee;
	padding:5px 3px 5px 3px;
	margin:3px 0px 5px 0px;
}
.pagedset a {
    color: #ff9933;
}
.inpast {
	color:red;
}
.datedisplay {
	width:100px;
	border-bottom:1px solid #ff9933;
}
.datedisplay:hover {background-color:white;}
#dropmenu {display:none;}
table.rates {
   margin:10px 30px 10px 30px;
   border:thin dotted gray;
}
li.help {
	padding-bottom:10px;
}
/* misc end */
