/*-----DEFAULTS-----*/

. {
	font-family: Arial;
	font-size: 10pt;
}

* {
	font-family: Arial;
	font-size: 10pt;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

body, p, td {
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

div.scroll{
	scrollbar-base-color: #663366; 
	scrollbar-face-color: #5278F0; 
	scrollbar-track-color: whitesmoke; 
	scrollbar-arrow-color: whitesmoke;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-shadow-color: #9FB3F0;
	scrollbar-darkshadow-color: #000000; 
}

p.error {
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 20px;
	margin-right: 20px;
}

td.bikeheader {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}


td.category {
	font-family: Arial;
	font-size:14px;
	color: black;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	
}

td.bikedata {
	font-family: Arial;
	font-size: 9pt;
	color: black;
	font-weight: normal;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left:2px;
	padding-right:2px;
	
}

td.bikedataheader {
	font-family: Arial;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	padding-right:2px;
	background-color: #5278F0;
	font-size: 10pt;
	color: whitesmoke;
}

table.bikecontent{
	font-weight: bold;

}


/*-----STANDARD FORMATS-----*/

h1 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #5278F0;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 5px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #575757;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 10px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 20px;
}

ul {
	list-style-image: url('/images/bulletblue.gif');
}




/*-----SPECIAL FORMATS-----*/

div.menu {
	border: 1px solid whitesmoke;
	background-color: whitesmoke;
	cursor: pointer;
	cursor: hand;
	width=100%;
	margin-left:4px;
	margin-right:4px;
	margin-top: 5px;
	
	
}
div.menuover {
	background-color: #5278F0;
	border: 1px solid white;
}


td.borderfont, p.borderfont {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

td.bartitle{
	background-color: #5278F0;
	/*background-color: #575459;*/
	font-size: 9pt;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	height: 18px;
}

td.barcontent, tr.barcontent{
	background-color: whitesmoke;
	border: 1px solid #5278F0;
	/*border: 1px solid #575459;*/
	font-size: 10pt;
	padding-top: 15px;
}

td.disclaimer{
	font-size: 8pt;
	font-family: Arial;
}

td.bikelisting{
	font-size: 9pt;
	font-family: Arial;
}

input.command {
	width: 70px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	word-wrap: no-wrap; 
	background-color: #5278F0;
	color: white;
	border: 1px outset #9FB3F0;
	cursor: pointer;
	cursor: hand;
	padding: 1px; 
	height: 23px;
	font-size: 10pt;
	word-spacing: 3px;
}

div.bikemenu , td.bikemenu {
	border: 1px solid #5278F0;
	background-color: white;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width=100%;
	margin-left:2px;
	margin-right:2px;
	margin-top: 2px;
}

div.bikemenuover, td.bikemenuover {
	border: 1px solid #5278F0;
	background-color: whitesmoke;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width=100%;
	margin-left:2px;
	margin-right:2px;
	margin-top: 2px;
}

td.bikebox, bikebox{
	font-size: 8pt;
	padding: 5px;
}