/*-----------------------------------------------------------------------------
Molbak's Wholesale Screen Stylesheet

version:	1.0
date:		February 19, 2009
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	www.molbakswholesale.com
history:	/css/
-----------------------------------------------------------------------------*/

/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #666;
	background: #c5c6b9 url(../site/bg_body.jpg) repeat;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 18px;
	margin-bottom: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

li {
	margin-bottom: 0;
}

li ul, li ol {
	margin-top: 0;


/* keeps the line spacing even */
	margin-bottom: 0;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	color: #475337;
	font-size: 54px;
	font-weight: normal;
	font-style: normal;
	line-height: 54px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italics;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px dotted #a9a8a3;
	height: 25px;
	outline: none;
	clear: both;
	float: none;
}

a {
	outline: none;
}

a:link {
	color: #df4c09;
	text-decoration: none;
}

a:active {
	color: #df4c09;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #df4c09;
	text-decoration: none;
}

a:hover {
	color: #df4c09;
	text-decoration: underline;
}

/* Tables
-----------------------------------------------------------------------------*/

table {
	width: 100%;
	padding: 0 0 20px 0;
}

table, td, th {
	border-collapse: collapse;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: none;
	padding: .3em;
	background: #edeedc;
	color: #666;
}

td {
	padding: .3em;
	color: #666;
}

/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both;
	float: none;
}

.Padding {
	padding: 25px;
}

.DoNotDisplay {
	display: none;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	position: relative;


/* necessary to position primary navigation correctly */
	z-index: 10;
	height: 200px;
	width: 940px;
	margin: 0 auto;
}

a#Logo {
	position: absolute;
	right: 0;
	top: 0;
}

a#headerSlogan {
	display: block;
	position: absolute;
	left: -10px;
	top: 44px;
}

/* System Navigation
-----------------------------------------------------------------------------*/

ul#System {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 13px;
	margin: 0;
	list-style: none;
	background: url(../site/bg_system.jpg) repeat-x;
}

ul#System li {
	

/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

ul#System li a {
	margin-top: 9px;
	line-height: 35px;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #e5ee87;
	text-transform: lowercase;
}

ul#System li a:hover {
	text-decoration: underline;
}

/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary {
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#Primary li {
	

/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#Primary a {
	display: block;
	float: left;
	line-height: 51px;
	font-weight: bold;
	text-decoration: none;
	background: url(../site/bg_primary.jpg) no-repeat;
	text-indent: -2000px;
	z-index: 100;
}

ul#Primary a.Active {
	background-position: 0 0;
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 200px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0 10px 20px;
	list-style: none;
	background: url(../site/bg_subnav.png) no-repeat 0 bottom;
	z-index: 1000;
}

ul#Primary li span.subNav {
	/* displays top arrow */
	position: absolute;
	width: 220px;
	height: 30px;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	background: url(../site/bg_subnav.png) no-repeat 0 -5px;
	display: block;
}

ul#Primary li ul li {
	width: 200px;
}

ul#Primary li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	position: relative;
	height: 24px;
	line-height: 24px;
	width: 200px;
	font-weight: normal;
	font-size: 12px;
	text-indent: 10px;
	background: none;
	color: #666;
	text-transform: lowercase;
}

ul#Primary li ul li a:hover {
	background: #fff;
	color: #df4c09;
}

ul#Primary li ul li p {
	position: relative;
	line-height: 16px;
	width: 200px;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0;
	margin: 0;
	color: #666;
}

ul#Primary li.hover ul, ul#Primary li:hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 60px;
	left: -11px;
	z-index: 999;
	display: block;
}

ul#Primary li.hover span.subNav, ul#Primary li:hover span.subNav { 
	/* on mouseover, move the list to it's normal position */
	top: 35px;
	left: -11px;
	z-index: 999;
}

li#Home a {
	width: 93px;
}

li#Home a:hover, li#Home a.Active {
	background-position: left -52px;
}

li#Inventory a {
	width: 130px;
	background-position: -93px 0;
}

li#Inventory a:hover, li#Inventory a.Active {
	background-position: -93px -52px;
}

li#Company a {
	width: 124px;
	background-position: -223px 0;
}

li#Company a:hover, li#Company a.Active {
	background-position: -223px -52px;
}

li#Account a {
	width: 150px;
	background-position: -347px 0;
}

li#Account a:hover, li#Account a.Active {
	background-position: -347px -52px;
}

#ApplyNow {
	position: absolute;
	right: 0;
	bottom: 52px;
	width: 167px;
	text-align: right;
}

/* Ancestors, Breadcrumbs, Cookie Trail
-----------------------------------------------------------------------------*/

ul#Breadcrumbs {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 9px;}

ul#Breadcrumbs li {
	display: inline;
	color: #625331;
	text-transform: uppercase;
	letter-spacing: .1em;

}

ul#Breadcrumbs li a {
	background: url(../site/bg_breadcrumb.gif) no-repeat 100% 50%;
	padding-right: 14px;
	color: #625331;
	text-decoration: none;

}

ul#Breadcrumbs a:hover {
	text-decoration: underline;
}

/* Canvas
-----------------------------------------------------------------------------*/

.Page {
	width: 940px;
	margin: 0 auto;
}

#Page {
	min-width: 960px;
	background: #eeece5 url(../site/bg_page.jpg) repeat-x center top;
	padding-bottom: 25px;
}

#Wrapper {
	position: relative;
}

#Canvas {
	
}

/* Left Column
-----------------------------------------------------------------------------*/

div.Left div#Canvas {
	margin-left: 220px;
	border-left: 1px dotted #a9a8a3;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	margin-bottom: 25px;
}

div.Left div#Canvas .Padding {
	padding: 0 0 25px 25px;
}

div#Left h2, div#Right h2 {
	font-size: 14px;
	background: #e3e1c9;
	color: #666;
	padding: 5px 10px;
	margin: 0 0 18px 0;
	clear: both;
}

/* Right Column
-----------------------------------------------------------------------------*/

div.Right div#Canvas {
	margin-right: 325px;
	border-right: 1px dotted #a9a8a3;
}

div.Right div#Canvas .Padding {
	padding: 0 25px 20px 0;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	margin-bottom: 25px;
}

/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	background: url(../site/bg_footer.jpg) repeat-x top left;
	padding: 20px 0 80px 0;
	color: #52603f;
	font-size: 11px;
	line-height: 18px;
	text-transform: lowercase;
}

div#Footer a {
	color: #52603f;
	text-decoration: none;
}

div#Footer a:hover {
	text-decoration: underline;
}

ul.Tertiary {
	padding: 0;
	list-style: none;
}

ul.Clear {
	display: block;
	width: 960px;
	clear: both;
	float: left;
}

ul.Tertiary li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

ul.Tertiary li:last-child {
	border: none;
}

ul.Tertiary a {
	padding: 0 10px;
}

ul#Contact li {
	float: right;
}

p#Copyright, p#Credits {
	text-indent: 10px;
	font-size: 11px;
	line-height: 18px;
}

/* Forms
-----------------------------------------------------------------------------*/

div#Right form {
	background: #dbd5c7;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0 0 25px 0;
}

legend {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}

.LabelInput, .labelInput {
	clear: left;
	margin-bottom: 1px;
	background: #e5e2d7;
	padding: 10px;
}

.Alt {
	background: #e3e1c9;
}

label {
	float: left;
	line-height: 24px;
	width: 120px;
	display: block;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
	color: #666;
	text-align: right;
}

input[type='text'], input[type='password'], textarea {
	font-size: 12px;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #c6caa1;
	width: 300px;
}

textarea {
	height: 10em;
}

.vertical label {
	float: none;
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.vertical input[type='text'], .vertical input[type='password'], .vertical textarea {
	width: 240px;
}

#Left label, #Right label {
	width: 70px;
	text-align: left;
}

#Left input[type='text'], #Left input[type='password'], #Left textarea, #Right input[type='text'], #Right input[type='password'], #Right textarea {
	width: 150px;
}

#Left .CAPTCHA label, #Right .CAPTCHA label {
	float: none;
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: inherit;
}

#Left .CAPTCHA input[type='text'], #Right .CAPTCHA input[type='text'] {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	width: 75px;
	margin-right: 12px;
}

#Left .CAPTCHA img, #Right .CAPTCHA img {
	float: none;
}

#Left .vertical label, #Right .vertical label {
	width: auto;
	float: none;
	border: none;
}

#Left .vertical input[type='text'], #Left .vertical input[type='password'], #Left .vertical textarea, #Right .vertical input[type='text'], #Right .vertical input[type='password'], #Right .vertical textarea {
	width: 240px;
}


.FormControls {
	display: block;
	padding: 0 1em;
	text-align: right;
}

div.CAPTCHA label {
	line-height: 50px;
}

div.CAPTCHA input[type='text'] {
	font-family: georgia, times new roman, serif;
	font-size: 30px;
	width: 135px;
	text-align: center;
	color: #3a2d59;
	padding: 7px;
	margin: 0 125px 0 5px;
	float: right;
}

div.advice {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	padding: 0 20px;
	background: #bf114f;
	color: #fff;
	display: block;
}

.error {
	background: #f4c4d5;
}

.dimmed {
	color: #b8b2a5;
}

.notice {
	margin: 0;
	padding: 0;
	line-height: 25px !important;
	font-size: 10px !important;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #df4c09;
}

span.required, p.required {
	text-transform: uppercase;
	color: #df4c09;
	padding-left: 5px;
	font-size: 11px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	background: #f4c4d5;
	padding: 10px;
	border: 1px solid #bf114f;
	color: #000;	
}

.Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}



/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalMask {
	z-index: 1000;
}

.modalContainer {
	z-index: 1001;
}

.modalBox {
	background: #fff url(../site/loading.gif) no-repeat 50% 50%;
	border: 5px solid #df4c09;
	border-top: 35px solid #df4c09;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	position: relative;
	padding: 10px;
}

.modalMessage {
	overflow: hidden;
	background: #fff;
}

div.modalMessage form {
	width: 500px;
	overflow: hidden;
	margin: 10px auto;
}

div.modalMessage fieldset {
	width: 500px;
	margin: 0;
	padding: 0;
}

div.modalMessage div.CAPTCHA input[type='text'] {
	margin: 0 30px 0 5px;
}

div.modalControls {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34,0.8);
	display: block;
	width: 100%;
	height: 35px;
}

a.modalClose:link, a.modalClose:visited, a.modalNext:link, a.modalNext:visited, a.modalPrevious:link, a.modalPrevious:visited {
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 35px;
	text-decoration: none;
	position: absolute;
}

a.modalClose:hover, a.modalClose:active, a.modalNext:hover, a.modalNext:active, a.modalPrevious:hover, a.modalPrevious:active {
	color: #fff;
	text-decoration: underline;
}

a.modalClose {
	top: -35px;
	right: -3px;
}

a.modalNext {
	top: 0;
	right: 0;
}

a.modalPrevious {
	top: 0;
	left: 0;
}

/* Universal Elements */

div#Canvas div.Padding {
	padding-top: 0;
}

div.Inset {
	padding: 15px;
	background-color: #dbd5c7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.Inset h3 {
	font-size: 18px;
}

div.Inset p {
	font-size: 13px;
	line-height: 18px;
}

/* Home Page
-----------------------------------------------------------------------------*/

div.Home div#Canvas {
	border-left: 1px dotted #a9a8a3;
	margin-left: 320px;
}

div.Home div#Left {
	left: 0;
	width: 300px;
}

div#Hero {
	margin: 10px 0 25px;
	min-height: 265px;
	background: #9aa38d url(../site/bg_hero.jpg) no-repeat right;
	-moz-box-shadow: 0 0 5px rgba(33,33,33,0.8);
	-webkit-box-shadow: 0 0 5px rgba(33,33,33,0.65);
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

div.heroImage {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	width: 320px;
	height: 265px;
}

div.heroImage img {
	display: none;
}

div#heroDescription {
	position: absolute;
	top: 50px;
	left: 345px;
	width: 550px;
	color: #fff;
}

div#heroDescription h1 {
	color: #fff;
}

div#heroDescription p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

div#heroDescription a {
	color: #e8ff00;
	font-weight: bold;
}

div#Feature {
	
}

div#Feature h2 {
	font-size: 21px;
	color: #333;
}

div#Feature h3 {
	font-size: 16px;
	color: #df4c09;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 18px;
}

div#Feature p {
	margin: 0 0 5px 0;
}

div.featureItem {
	min-height: 135px;
	position: relative;
}

div.featureItem div.featureImage {
	position: absolute;
	top: 0;
	left: 0;
}

div.featureItem div.featureDescription {
	margin-left: 240px;
}

div#Tabs {
	margin-top: 35px;
}

div#Tabs h3 {
	font-size: 16px;
	margin-bottom: 6px;
}

div#Tabs p {
	font-size: 13px;
	line-height: 18px;
}

div.Panel form {
	background: #e5e2d7;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.Panel legend {
	display: none;
}

.Panel label {
	text-align: left;
}

.Panel .LabelInput {
	background: none !important;
	padding: 10px 0;
}

.Toggle {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../site/bg_tabs.jpg) no-repeat right top;
	height: 41px;
	width: 79px;
	text-indent: -2000px;
	cursor: pointer;
}

div#Tabs .Active {
	background-position: left top;
}

a#Apply {
	left: 89px;
	background-position: right -41px;
}

div#Tabs a#Apply.Active {
	background-position: left -41px;
}

span#MyAccount {
	width: 125px;
	background-position: right bottom;
	cursor: default;
}

div#Tabs span#MyAccount.Active {
	background-position: left bottom;
}

/* Filtered Product List
-----------------------------------------------------------------------------*/

#Banner {
	_margin-bottom: 25px; /* IE6 hack */
}

div.Category div#Hero {
	min-height: 155px;
	background: #5b5647 url(../site/bg_hero_category.jpg) no-repeat right 20px;
}

div.Category div.heroImage {
	height: 155px;
}

div.Category div.heroDescription {
	bottom: 25px;
}

div.Category div.heroDescription h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}

div.Category div.heroDescription p {
	margin-bottom: 0;
}

div.tableFilters input {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
	margin: 0;
	color: #909090;
	float: left;
}

#filterVariety {
	margin: 0 160px 10px 35px;
	width: 200px;
}

#filterSize, #filterUnit, #filterPrice, #filterAvailability {
	margin: 0 29px 10px 0;
	width: 100px;
}

#filterAvailability {
	margin-right: 0;
}

div#categoryTable table {
	padding: 0;
	margin: 0 0 25px 0;
}

div#categoryTable th {
	cursor: pointer;
	background: #787263 url(../site/bg_thead.jpg) repeat-x right -1px;
	color: #fff;
	height: 44px;
	padding: 0 10px;
	border-left: 1px solid #868774;
	border-right: 1px solid #868774;
}

div#categoryTable td {
	border: 1px solid #d5d9d0;
	border-collapse: collapse;
	padding: 0 10px;
	margin: 0;
	line-height: 30px;
}

div#categoryTable th.table-th-sort {
	background: #787263 url(../site/bg_thead.jpg) repeat-x right -44px;
	color: #fff;
}

div#categoryTable th.table-th-sort-rev {
	background: #787263 url(../site/bg_thead.jpg) repeat-x right -88px;
	color: #fff;
}

.table-tr-group, .table-tr-group-head  {
	background: #fff;
}

.table-tr-odd {
	background: #f5f6f4;
}

.table-tr-group td.table-td-sort, .table-tr-group-head td.table-td-sort {
	background: #eef0de;
}

.table-tr-odd td.table-td-sort {
	background: #f6f8e5;
}

.table-tr-hovered td {
	background: #faf1c3 !important;
}

.table-tr-selected td.nameVariety {
	background: url(../site/bg_selected.png) no-repeat -2px center;
}

.table-tr-group.table-tr-selected td.nameVariety.table-td-sort, .table-tr-group-head.table-tr-selected td.nameVariety.table-td-sort {
	background: url(../site/bg_selected.jpg) no-repeat -2px -30px;
}

.table-tr-odd.table-tr-selected td.nameVariety.table-td-sort {
	background: url(../site/bg_selected.jpg) no-repeat -2px -60px;
}

.table-tr-selected.table-tr-hovered td.nameVariety {
	background: url(../site/bg_selected.jpg) no-repeat -2px 0 !important;
}

.hideSize, .hideVariety, .hidePrice, .hideAvailability, .hideUnit {
	display: none;
}

th.nameVariety {
	width: 416px;
	text-indent: 20px;
	text-align: left;
}

.nameVariety {
	width: 416px;
	text-indent: 23px;
	text-align: left;
}

.nameSize, .nameUnits, .namePrice, .nameAvailability {
	width: 131px;
	text-align: center;
}

div#categoryTable td.nameAvailability, div#categoryTable th.nameOn-Hand {
	text-align: right;
	padding-right: 30px;
	width: 101px;
}

.options {
	float: right;
	line-height: 31px;
	height: 31px;
	margin-bottom: 18px;
}

#printItems {
	display: none;
}

/* Basic Content
-----------------------------------------------------------------------------*/

div.Community {
	background: url(../site/community.jpg) no-repeat left center;
	display: block;
	height: 180px;
}

div#Headline h1 {
	margin-top: 1em;
}

div.User h1 {
	margin-left: 245px;
}

div#Canvas div#Summary p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

div#Canvas div#Summary p span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

div#Canvas {
	font-size: 12px;
}

div#ColumnOne {
	float: left;
	width: 48%;
}

div#ColumnTwo {
	float: right;
	width: 48%;
}

/* Secondary Navigation
-----------------------------------------------------------------------------*/

div#Secondary ul {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}

div#Secondary a {
	font-size: 12px;
}

/* Contact Us
-----------------------------------------------------------------------------*/

div.Contact div#Canvas {
	margin-left: 320px;
}

div.Contact div#Left {
	position: absolute;
	left: 0;
	width: 320px;
	color: #666;
}

#map {
	height: 220px;
	border: 1px #999 solid;
}

#map a, #map span {
	text-decoration: none;
	text-align: center;
	display: block;
}

form#Directions {
	background: none;
	padding: 0 10px;
}

div#Address p {
	font-size: 12px;
}

#Directions fieldset {
	border: none;
}

#Directions legend {
	border: none;
	background: none;
	line-height: 24px;
	color: #666;
	text-indent: none;
	padding: 0;
	margin: 0;
}

input#saddr {
	width: 250px !important;
	padding: 4px 0 5px 10px;
	margin: 0;
	display: block;
	font-size: 12px;
	float: left;
}

input.inactive {
	font-style: italic;
	color: #a8a8a8;
}

table.Departments td {
	vertical-align: top;
}

table.Hours {
	background: #e7e4dc;
	float: right;
	padding: 10px;
	display: block;
	width: 240px;
}

table.Hours thead {
	background: none;
	text-align: left;
}

table.Hours thead th {
	background: none;
	text-align: left;
	text-transform: uppercase;
	color: #999;
	padding: 5px;
	width: 120px;
}

table.Hours thead th.AltHead {
	background: none;
	text-align: left;
	color: #000;
	text-transform: none;
	font-size: 14px;
}

table.Hours td {
	padding-left: 5px;
}

table.Hours td.Alt {
	background: #f7f6f3;
}

