/* Screen stylesheet */
/* www.johnkirkpatrick.co.uk */
/* ©Duncan Weaver Three Degrees West 2008 */

/* Class defintions */

.bannertitle {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.bigtitle {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.blackrow1 {
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	vertical-align: bottom;
}
.blackrow2 {
	background-color: #000000;
    font-size: 10px; 
	color: #FFCC99;
	vertical-align: top;
}
.discobox {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #FFCC99;
	vertical-align: bottom;



}
.formbutton {
	background-color: #FFCC99;
	border: 2px outset #FFCC99;
}
.greyrow {
	background-color: #333333;
	border: 1px solid #333333;
}
.greyrow1 {
	background-color: #333333;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	vertical-align: bottom;
}
.greyrow2 {
	background-color: #333333;
	font-size: 10px;
	color: #FFCC99;
	vertical-align: top;

}
.hilite {
	color: #FF9900;
}
.jtext {
	text-align: justify;
}
.linkbox {
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	float: right;

}
.linkboxcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
	vertical-align: top;
}
.mailfield {
	width: 300px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
.runningtitle {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.smalltext {  
    font-size: 10px; 
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* Div classes to control printing */
.noprint { }
.printonly { display: none }

/* Standard tag redefinitions */
body {
	background-color: #000000;
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-width: 0px;
	border-right-width: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
}
p {
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
} 
td {
	color: #FFCC99;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #FFCC99;
	width: 100%;
	height: 1px;
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}

/* Hyperlinks */
a:link {
	color: #FF9900; text-decoration: none}
a:visited {
	color: #FF9900; text-decoration: none}
a:hover {
	color: #FFFFFF; text-decoration: underline}
.discoboxbottom {
	color: #FFCC99;
	font-size: 11px;
	border: 1px none #333333;
	vertical-align: bottom;

}
.greyedout {
	color: #666666;
}
.homeTitle {

	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.homeQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	margin: 10px 0px 0px;
	padding: 0px 70px 0px 0px;

}
.homeQuoteName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: right;
}
.orderPanel {
	background-color: #FFFFFF;
	background-image: url(/images/panel-radial.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color: #000000;
	border: solid 3px #FFCC99;
}
.orderPanel p, .orderPanel td, .orderPanel a {
	color: #000000;
}
.orderPanel a:hover {
	color: #FF9900;
}
.orderSummary {
	color: #FF9900;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.jkbutton {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 10px;
	background-color: #FFD08A;
	color: #000000;
	background-image: url(/images/button-gradient-normal.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFB546;
}
.jkbutton:hover {
	background-image: url(/images/button-gradient-hilite.jpg);
}
.pricebox {
	margin: 0;
	padding: 0;
	border: none;
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
	width: 70px;	
	text-align: right;
}

