/* Driveline Retail Style Sheet  */

/* General Tags */

body {
	background: #666666;
	margin: 0;
	padding: 10px;
	color: #101010;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
}

a.hidden:link,
a.hidden:visited,
a.hidden:hover {
	color: #0000ff;
	text-decoration: underline;
	padding: 2px;
}

a:link,
a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

a:hover {
	background: #303030;
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

form {
	margin: 0;
	padding: 0;
}

.alert {
	font-weight: bold;
	background: yellow;
}

.gobtn {
    font-size: xx-small;
    font-weight: bold;
    border-style: outset;
    border-color: #802020;
}

.excelbtn {
    background: url(images/excel.gif) top left no-repeat;
    border: 0;
}

.CalendarHeader, .CalendarBody, .CalendarFooter, .CalendarDays {
    font-size: xx-small;
}

table.layout_table, table.layout_table th, table.layout_table tr, table.layout_table td {
	border: 0;
	padding: 0;
	font-size: xx-small;
}

table.content_table, table.entry_table {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-left: auto; 
	margin-right: auto;
}

table.entry_table th a:link,
table.entry_table tr.entry_table_header td a:link,
table.entry_table tr.entry_table_footer td a:link,
table.entry_table th a:visited,
table.entry_table tr.entry_table_header td a:visited,
table.entry_table tr.entry_table_footer td a:visited {
	color: #f0f0f0;
}	

table.content_table th a:link,
table.content_table tr.content_table_header td a:link,
table.content_table tr.content_table_footer td a:link,
table.content_table th a:visited,
table.content_table tr.content_table_header td a:visited,
table.content_table tr.content_table_footer td a:visited {
	color: #f0f0f0;
}

table.content_table th a:hover,
table.content_table tr.content_table_header td a:hover,
table.content_table tr.content_table_footer td a:hover {
	background: #cccccc;
	color: #802020;
}
table.entry_table th a:hover,
table.entry_table tr.entry_table_header td a:hover,
table.entry_table tr.entry_table_footer td a:hover {
	background: #cccccc;
	color: #400000;
}

table.content_table th,
table.content_table tr.content_table_header td {
	background: #802020;
	color: #e0e0e0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: xx-small;
	font-weight: bold;
	padding: 5px;
}

table.entry_table th,
table.entry_table tr.entry_table_header td,
table.entry_table tr.entry_table_footer td {
	background: #505050;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: xx-small;
	font-weight: bold;
	padding: 5px;
}

table.entry_table tr.entry_table_footer td {
	font-size: xx-small;
}

table.content_table td,
table.entry_table td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #dddddd;
	color: #101010;
	font-size: xx-small;
	padding: 4px;
}

table.content_table tr.content_table_odd_row td,
table.entry_table tr.entry_table_odd_row td {
	background: #ffffff;
}

table.content_table tr.content_table_even_row td,
table.entry_table tr.entry_table_even_row td {
	
}

table.content_table tr.content_table_footer td {
	background: #802020;
	color: #e0e0e0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 5px;
}

table.content_table select,
table.entry_table select {
	font-size: xx-small;
}

table.content_table td table td,
table.entry_table td table td {
	border: 0;
}

table.content_table tr.subhead td {
    font-weight: bold;
    background: #666666;
    color: #ffffff;
    text-align: left;
}

table.content_table tr.subtotal td {
    font-weight: bold;
}


/* Layout and positioning */

#container {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

#header_logo {
	width: 280px;
	background: #ffffff url(../transition.gif) top right repeat-y;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}

#header_logo_right {
	width: 280px;
	background: #ffffff url(../transition_reverse.gif) top left repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	padding-right: 15px;
	text-align: right;
}

#header_text {
	background: #c0c0c0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #303030;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}

#top_menu {
	padding-left: 15px;
	background: #802020;
	border-bottom: 1px solid #000000;	
}

#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align: center;
	background: #ffffff url(../driveline_watermark.gif) fixed center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	vertical-align: bottom;
	background: #ffffff;
	padding: 5px;
	padding-top: 15px;
	text-align: center;
	font-size:  xx-small;
}