/* Pages with unique css tags get their own sheet in the same DIR as the page file */
@import "/css/default/browseby.css";
@import "/css/default/motors.css";

ul, li {
    min-height: 1%;
}

body {
	background-color: #DBE2E7;
	font-family: Trebuchet MS, Tahoma, Arial;
    margin: 10 0 0 0;
}

img {
    border: none;
}

a:link, a:active {
	color:  #0F69A9;
	text-decoration: none;
}
a:active {
	color: #43C3FF;
	text-decoration: underline;
}
a:visited {
	color:  #0F69A9;
	text-decoration: none;
}
a:hover  {
	color: #43C3FF;
	text-decoration: underline;
}
/*h1 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
}*/
h1 {        
    color:black;
    font-size: 1.2em;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #0F69A9;
}

h2 {
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
h3 {
	color: #1672B2;
	font-size: .8em;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
p {
	font-size: 1em;
	margin: 5px 5px 10px 5px;
}
.fleft {
	float: left;
	padding: 10px;
}
.fright {
	float: right;
	padding: 10px;
}
.cboth {
    clear: both;
}
.hide {
	display: none;
}

/* Layout specific */
#container {
	background-color: #FFFFFF;
	font-size: .8em;
    margin-left: auto;
	margin-right: auto;
    width: 750px;    
}
#logo {
    height: 150px;
    width: 100%;
}
#nav {
	background-color: #0F69A9;
	padding: 5px;
	margin-bottom: 25px;
}
#nav li, ul {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
.navlink:link, a:visited {
	color:  #43C3FF;
	text-decoration: none;
}
.navlink:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content {

}

#footer {
	background: #E6E6E6;
	clear: both;
	font-size: .8em;
	padding: 10px;
	margin: 5px 0px 10px 0px;
}
#performance {
	color: #C0C0C0;
	font-size: 11px;
}

/* Content Specific */
#main {
	display: inline;  /*display inline because ie is fucking retarded and makes a double left border*/
	float: left;
	margin: 0px 5px 0px 5px;
	width: 540px;
}
#main ul, li {
	font-size: 1em;
	font-weight: normal;
	margin-left: 20px;
	padding: 0px;
}
#main h1 {
	/*background: #808080 url('images/layout/grad_header.gif');
	color: #FFFFFF;*/
    color:black;
    font-size: 1.2em;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #0F69A9;
}
#sidebar {
	display: inline; /*display inline because ie is fucking retarded and makes a double left border*/
	float: right;
	margin: 0px 5px 0px 5px;
	width: 190px;
}
#sidebar h1 {
	background: #C0C0C0 url('images/layout/grad2_header.gif');
	color: #FFFFFF;
	font-size: 1em;
	padding: 5px;
}
#sidebar ul, li {
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
}
#fullpage {
	clear: both;
	float: left;
	margin: 10px 10px 10px 0px;
	width: 750px;	
}
#fullpage h1 {
	background: #808080 url('images/layout/mainh1bg.gif');
	color: #FFFFFF;
	font-size: 1em;
	padding: 5px;
}
#disclaimer {
	background-color: #FFFFFF;
	font-size: .8em;
	width: 450px;
}

/* Embedded content */
#embedded {
}

/* Would like to move this to the motors.css but it doesn't work there */
.motorTestData input[type="text"] {
    width: 50px;
}

/* Form Elements */
form {
	font-size: 13px;
	margin: 10px;
}
fieldset {   
	border: 1px solid #0F69A9;
	margin: 5px 0;
	padding: 5px;
}
legend {
	color: #404040;
	font-size: 11px;	
}
label {
	display: block;
}
input {
	font-size: 13px;
}

input[type="submit"] {
    padding: 1px 6px;
}

input.validation_error {
    color: red;
}

/* Advertisement Specific */
.leaderboard {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	width: 728px;
}
.fullbanner {
	clear: both;
	margin: 10px 0px 10px 26px;	
	width: 468px;
}
.rectangle {
	clear: both;
	margin: 10px auto 10px auto;	
}

.button {
    border: 1px solid #ccc;
    margin: 1px;
    padding: 2px;
}

/* Generic Sitewide table */
table.std-table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

.std-table th {
    border: 1px solid;
    vertical-align: top;
    text-align: center;
    background-color: #8FBC8F;
    padding: 2px;
}

.std-table td {
    border: 1px solid;
    text-align: center;
    padding: 2px;
}

.std-table .odd {
    background-color: white;
    color: #000000;
}

.std-table  .even {
    background-color: #C0C0C0;
    color: #000000;
}

.big-edit-box {
    height: 300px;
    width: 500px;
    background-color: #CCCCCC;
    margin-bottom: 5px;    
}