/* CSS Document */

body
{
	background-color: #666;
	color: #444;
	
	font-family: verdana, sans-serif;
	font-size: 90%;
}

#page
{
	width: 750px;
	
	margin: 0px;
}

#body
{
	background-color: #F3E1C8;
	
	padding: 10px;
	padding-right:0;
	
	font-size: .8em;
	
	border: solid black;
	border-width: 1px 0px;
	
	height: auto;
}

#footer
{
	margin: 0px 0px 10px;
	font-size: .8em;
	
	background-color: #F3E1C8;
	
	padding: 3px 10px;
	
	border-top: 1px solid black;
}

/**************************************************************************/
/*								HEADER   							      */
/**************************************************************************/
#header
{
	position: relative;
	
	background: #F3E1C8 url(../images/header.gif) no-repeat top left;
	
	height: 130px;
	width: 750px;
	
	border: solid black;
	border-width: 1px 0px;
}

#login_text
{
	position: absolute;
	top: 5px;
	right: 5px;
}


#return_link
{
	position: absolute;
	bottom: 5px;
	left: 140px;
	width: 270px;
	text-align: center;
}

/**************************************************************************/
/*								NAV									      */
/**************************************************************************/
#nav
{
	font-size: 1em;
	text-align: left;
	
	margin: 0px;
	
	padding: 3px 10px;
	
	background-color: #F3E1C8;
	
	border: solid black;
	border-width: 1px 0px;
}

#nav .link
{
	display: inline;
}

#cart_links
{
	display: block;
	float: right;
}


#nav a
{
	color: black;
}

/**************************************************************************/
/*								LINKS									  */
/**************************************************************************/

a
{
	/*
	color: #0c6cf2;
	*/
	color: #663300;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/**************************************************************************/
/*								SECTION									  */
/**************************************************************************/

#left_column,
#center_column,
#right_column
{
	margin: 0px 5px 0px 0px;
	float: left;
	width: 30%;
		
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	padding-left: 10px;
}

#left_column{ padding-left: 0; margin-left:0;}

#center_column,
#right_column
{
	/*border-left: 1px dashed #666;*/
}

p.setup_note{
	width: 510px;
	padding: 10px 20px;
	border:medium solid #666666;
	background: #fff;
	color: black;
}

#right_column
{
	height: 100%;
}

.section
{
	margin: 10px 0px;
	text-align: left;
}

.section .content
{
	border: 1px solid #666;
	padding: 5px 10px;
	background-color: #f7ead9;
	
	font-size: .9em;
	
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.section .title
{
	background-color: #666;
	color: white;
	padding: 3px 10px;
	font-size: 1em;
}


/* TABLES */
table.fancy .header,
table.fancy th
{
	background-color: #555;
	color: white;
}



table.fancy .header a
{
	color: white;
}


table.fancy td
{
	text-align: left;
	padding: 3px 20px;
}


table.fancy
{
	font-size: 90%;
	border-bottom: 1px solid #666;
}

table.fancy tr th
{
	text-align: center;
	padding: 4px;
	border-right: 1px solid #666;
	color: white;
}

table.fancy tr th:first-child
{
	border-left: 1px solid #666;
}

table.fancy tr td
{
	padding: 2px 4px;
	margin: 0px;
	border-right: 1px solid #666;
}

table.fancy tr td:first-child
{
	border-left: 1px solid #666;
}

table.fancy tr:first-child th
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

table.fancy tr.even td
{
	background-color: #f7ead9;
}

table.user_list{
	border-right: thin solid #666;
}

table.user_list th{
	color:#fff;
	background:#666;
	padding:2px;
}

table.user_list td{
	border: thin solid #666;
	border-width: 1px 0 0 1px;
	padding: 2px;
}

table.user_list tr.odd{
	background: #eee;
	border-bottom:1px solid #444;
}

table.registered_riders{

}

table.registered_riders tr.header th{
	background: #666;
	color:white;
	padding:5px;
}

table.registered_riders tr.odd td{
	background: white;
}
