body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Verdana, sans-serif;
	color: #444;
	font-size: 12px;
}

#wrapper {
	background: #fff url('../images/red/header-bkg.png') repeat-x;
}

/*#wrapper.viega {
	background: #fff url('../images/yellow/header-bkg.png') repeat-x;	
}*/

body#login #wrapper {
	background: none;
}

/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
/*	color: #CB9109;*/
	color: #C22727;
}

h2 { font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/*
 * Links, misc globals and helpers
 */
a {
/*	color: #4598EC;*/
	color: #44BCEE;
	text-decoration: none;
}

a:hover {
	color: #c00;
}

a img {
	border: none;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	font-size: 12px;
}

.subtitle {
	margin: -10px 0 0 0;
	color: #777;
	font-size: 14px;
}

.break {
	clear: both;
}

.separator {
	border-top: #D9DADC solid 1px;
	clear: both;
}

.spacedSeparator {
	border-top: #D9DADC solid 1px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.topMarginSeparator {
	border-top: #D9DADC solid 1px;
	margin-top: 20px;
	clear: both;
}

#sectionNav {
	padding-top: 20px;
}

#sectionNav a {
	background-image: url('../images/red/button-bkg.png');
	color: #fff;
	font-size: 12px;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	float: left;
	margin: 0 5px;
}
#sectionNav a:hover {
	background-position: 0 -23px;
}


.spacer {
	padding: 10px 20px;
}


table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}

table thead tr td {
	font-weight: bold;
	font-size: 14px;
}

table a {
	color: #444;
	border-bottom: 1px solid #B5BCCD;
	padding-bottom: 1px;
}

table a img {
	border: none;
}


table tr td {
/*	line-height: 1.8em;*/
	padding: 5px 0;
}

.hover {
	background: #ececff;
}

td.thumbnailCol {
	width: 90px;
}

.settingsMessage {

	margin: 10px 0;
}

.settingsMessage .fail {
	background: #FAEBEC;
	padding: 10px 20px;
	border: 1px solid #EBBBBE;
	color: #892D31;
}

a.editLink {
	font-size: 14px;
}

dt, dd {
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

dt {
	width: 200px;
	float: left;
	font-weight: bold;
	clear: left;
	border-top: #D9DADC solid 1px;

}

dd {
	margin-bottom: 5px;
	float: left;
	width: 500px;
	border-top: #D9DADC solid 1px;
}

#formWarning {
	color: #c00;
	font-weight: bold;
}

/*
 * Header & footer
 */
#header {
/*	background: #fff url('../images/logo.png') center center no-repeat;*/
/*	width: 290px;*/
	height: 80px;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#youRequsetWeDeliver {
	background: url('../images/red/you-request-we-deliver.png');
	width: 204px;
	height: 18px;
	float: right;
	margin: -25px 20px 0 0;
}

#logoContainer {
	background: #fff;
	height: 80px;
}

#logoContainer .dcLogo {
	padding: 20px 25px 0 20px;
	float: left;
}

#companyLogo {
	height: 80px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 40px 0 0;
}

#logoSeparator {
/*	background-image: url('../images/red/logo-separator.png');*/
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	width: 2px;
	float: left;
}

#footer {
	margin-top: 20px;
	font-size: 10px;
	border-top: #D9DADC solid 1px;
	padding-top: 20px;
}

#footer h1 {
	font-size: 18px;
}

/*
 * Main containers
 */ 
#content {
	padding: 20px 20px 20px 30px;
	margin: 0;
}

/*
 * Navbar
 */
#navbar {
	height: 39px;
	background: #fff url('../images/red/nav-bkg.png') top repeat-x;	
}

#navbar ul {
}

#navbar ul, #navbar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar ul li {
	float: left;
}

#navbar ul li a {
	display: block;
	height: 39px;
	text-indent: -5000px;
/*	margin: 0 10px;*/
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}

body#entrance #navbar ul li a#navHome,
body.inventory #navbar ul li a#navInventory, body.people #navbar ul li a#navPeople,
body.items #navbar ul li a#navItems, body.items #navbar ul li a#navLogout {
	background-position: 0 -39px;
}

#navbar ul li a:hover, body#entrance #navbar ul li a:hover#navHome,
body.inventory #navbar ul li a:hover#navInventory, body.people #navbar ul li a:hover#navPeople,
body.items #navbar ul li a:hover#navItems {
	background-position: 0 -78px;
}

#navbar ul li#navLogout { float: right; }
#navbar ul li#navLogout a {
	width: 49px;
	background-image: url('../images/red/nav-logout.png');
	float: left;
	margin-right: 20px;
}

#navbar ul li#navAccount { float: right; }
#navbar ul li#navAccount a {
	width: 88px;
	background-image: url('../images/red/nav-account.png');
	float: left;
}

#navbar ul li a#navHome {
	width: 80px;
	background-image: url('../images/red/nav-home.png');
}

#navbar ul li a#navInventory {
	width: 107px;
	background-image: url('../images/red/nav-inventory.png');
}

#navbar ul li a#navPeople {
	width: 84px;
	background-image: url('../images/red/nav-people.png');
}

#navbar ul li a#navItems {
	width: 108px;
	background-image: url('../images/red/nav-items.png');
}

/*
 * Login page
 */
body#login {
	background: #BCBEC3;
	font-size: 12px;
}

body#login h2 {
	line-height: 1.5em;
}

body#login #page {
	width: 300px;
	background: #fff;
	margin: 20px auto;
	border: #AAABB2 solid 2px;
}

body#login #header {
	height: 60px;
}

body#login #content {
	margin: 0;
	padding-top: 0;
}

body#login h2 {
	font-size: 20px;
	color: #444;
	padding-top: 20px;
}


/*
 * People page
 */
body.people #sectionNav a {
	width: 80px;	
}

body.people #sectionNav a#removeUserLink {
	width: 100px;
}

#dataContainer {
/*	background: #DFE2E8;*/
	background: #eee;
}

#dataContainer .col1, #dataContainer .col2, #dataContainer .col3 {
	width: 200px;
	float: left;
}

#dataContainer .col2, #dataContainer .col3 {
	margin-left: 20px;
}

#dataContainer .col1 input.text, #dataContainer .col2 input.text {
	width: 90%;
}

#dataContainer #dataForm .col3 textarea {
	height: 130px;
	width: 100%;
}

body.people#view #content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.people#view #content ul li {
	padding: 4px 0;
}

#userDetails {
	margin: 20px 0;
}

/*
 * Client's entrance
 */
#introductionToNewUser {
	margin: 20px 40px;
	font-size: 14px;
	line-height: 1.6em;
}

#reservationLink { width: 180px; }
body.items#view #reservationLink { width: 240px; }

#dataContainer #dataForm .col1, #dataContainer #dataForm  .col2 { width: 300px; }

#dataContainer #dataForm textarea {
	width: 90%;
	height: 100px;
}

#viewOnlyContainer {
	margin-left: 5px;
	background: #fff;
	border-bottom: 1px solid #D9DADC;
	border-left: 1px solid #D9DADC;
	border-right: 1px solid #D9DADC;
	width: 50%;
	padding: 5px 10px;
	font-size: 10px;
	color: #838997;
}

#viewOnlyContainer span { padding-right: 10px; }


/*
 * Inventory
 */
body#inventory table {
	width: 70%;
}

body.inventory#client #sectionNav a {
	width: 80px;
}

body.inventory#client #dataContainer .col2 textarea {
	width: 100%;
}

body.inventory#client table tbody tr td {
	padding: 5px 0 5px 5px;
}

.colDescription {
	width: 30%;
}

body.inventory#view h4 {
	font-size: 16px;
}

#itemPhoto {
	float: left;
	margin-right: 10px;
}

#itemDescription p {
	margin: 0 0 10px 0;
}

#itemDetails {
	margin-top: 20px;
}

body.inventory#view #sectionNav a {
	width: 130px;
}

body.inventory#view a#removeItemLink {

}

/*
 * Date picker (calendar)
 */
.calendar, .calendarNav {
	width: 245px;
	font-size: 10px;
	background: #fff;
}

.calendar {
	padding: 5px 5px 15px 20px;
}

.calendarNav {
	color: #4163A1;
	text-align: center;
	padding: 10px 5px 5px 20px;
}

.calendarNav a { color: #4163A1; }
.calendarNav a:hover { color: #c00; }

.calendarDay, .weekDay, .firstWeekDay, .weekDayLast, .emptyCalendarDay, .calendarDayAtTheEnd, 
.calendarDayLeft, .calendarDayAtTheEndAndLeft, .calendarDayAtTheRight, .calendarDayAtTheBottomRight,
.calendarDayLast,.calendarDayBottomOfEmpty {
	width: 13%;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;
}

.emptyCalendarDay {
	border-bottom: 1px solid #ccc;
	border-right: none;
	border-left: none;
}



.calendarDay a, .calendarDayAtTheEnd a, 
.calendarDayLeft a, .calendarDayAtTheEndAndLeft a, .calendarDayAtTheRight a, .calendarDayAtTheBottomRight a,
.calendarDayLast a {
	display: block;
	height: 25px;
}

.weekDay, .weekDayLast, .firstWeekDay {
	background: #e8f1ff;
	border-right: 1px solid #a6caff;
	border-top: 1px solid #a6caff;
	border-bottom: 1px solid #a6caff;
	font-weight: bold;
}.weekDayLast { 
/*	border-right: 1px solid #e8f1ff;*/
}

.firstWeekDay {
	border-left: 1px solid #a6caff;
}

.weekDay div, .weekDayLast div { padding-left: 5px;}



.calendarDay, .calendarDayAtTheEnd, .calendarDayLeft, .calendarDayAtTheEndAndLeft, .calendarDayAtTheRight  {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.calendarDayAtTheRight, .calendarDayAtTheBottomRight, .calendarDayLast {
	border-right: 1px solid #ccc;
}
.calendarDayAtTheBottomRight, .calendarDayLast {
	border-bottom: 1px solid #ccc;
}


.calendarDayAtTheEnd { border-bottom: 1px solid #ccc; }
.calendarDayLeft  { border-left: 1px solid #ccc; }
.calendarDayAtTheEndAndLeft {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.emptyCalendarDay {	border-right: 1px solid #fff; }

.calendarDayNumber {
	color: #555;
	padding: 1px 3px;
}

.calendarDayNumber a { color: #4163A1; }
.calendarDayNumber a:hover { color: #c00; }

/*
 * Reservations
 */

#reservationPhoto img {
	border: 1px solid #D9DADC;
	padding: 5px;
}

body.reservations#view #sectionNav a { width: 140px; }
body.reservations#view #sectionNav a#changeStatusLink { width: 220px; }

#changeStatusContainer {
	background: #eee;
}



/*
 * My Items
 */
body.items .separator {
/*	padding-top: 20px;*/
}



/*
 * Tag/buttons
 */
.tagprocessing, .tagenroute, .tagdelivered, .tagreturned {
	width: 100px;
	height: 19px;
	line-height: 19px;
	display: block;
	border: none;
	color: #fff;
	text-align: center;
}

a:hover.tagprocessing, a:hover.tagenroute, a:hover.tagdelivered, a:hover.tagreturned {
	color: #fff;
	text-decoration: underline;
}

.tagprocessing { background: #c00; }
a:hover.tagprocessing { background: #e22; }

.tagenroute { background: #44BCEE; }
a:hover.tagenroute { background: #66cdff; }

.tagreturned { background: #888; }
a:hover.tagreturned { background: #999; }

.tagdelivered { background: #5FB83F; }
a:hover.tagdelivered { background: #6fc94f; }

/*
 * March 08 additions
 */
body#inventory #sectionNav a, body.categories #sectionNav a {
	padding: 0 10px;
}

body#reportsProcess h4,
body#reportsCurrent h4, body#reportsFinished h4, body#reportsAdded h4,
body#reportsAllReservations h4, body#reportsAllFinished h4, body#reportsAllActive h4, body#reportsAllDeleted h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

body#reportsProcess table,
body#reportsCurrent table, body#reportsFinished table, body#reportsAdded table,
body#reportsAllReservations table, body#reportsAllFinished table, body#reportsAllActive table, body#reportsAllDeleted table {
	margin: 0;
	width: 100%;
}

body#reportsProcess table .thead,
body#reportsCurrent table .thead, body#reportsFinished table .thead, body#reportsAdded table .thead,
body#reportsAllReservations table .thead, body#reportsAllFinished table .thead, body#reportsAllActive table .thead, body#reportsAllDeleted table .thead {
	font-weight: bold;
}

body#reportsProcess table td,
body#reportsCurrent table td, body#reportsFinished table td, body#reportsAdded table td,
body#reportsAllReservations table td, body#reportsAllFinished table td, body#reportsAllActive table td, body#reportsAllDeleted table td {
	width: 33%;
	border: 1px solid #ccc;
	padding: 5px;
}

td.imgCol, td.qtyCol {
	width: 10%;
}

#sectionNav a#subusersNav {
	width: 150px;
}

body#subUsers #sectionNav a {
	width: 200px;
}

/*
 * Viega
 */
/*body#login #page.viega #logoContainer {
	height: 80px;
}

body#login #page.viega #logoContainer {
	text-align: center;
	width: 300px;	
}

body#login #page.viega #logoContainer .dcLogo {
	float: none;
}

body#login #page.viega #main h2 {
	padding-top: 140px;
}

* html body#login #page.viega #main h2 {
	padding-top: 20px;
}


#page.viega #navbar ul li#navLogout a {
	background-image: url('../images/yellow/nav-logout.png');
}

#page.viega #navbar ul li#navAccount a {
	background-image: url('../images/yellow/nav-account.png');
}

#page.viega #navbar ul li a#navHome {
	background-image: url('../images/yellow/nav-home.png');
}

#page.viega #navbar ul li a#navInventory {
	background-image: url('../images/yellow/nav-inventory.png');
}

#page.viega #navbar ul li a#navPeople {
	background-image: url('../images/yellow/nav-people.png');
	width: 81px;
}

#page.viega #navbar ul li a#navItems {
	background-image: url('../images/yellow/nav-items.png');
	width: 103px;
}

#page.viega #navbar {
	background: #fff url('../images/yellow/nav-bkg.png') top repeat-x;	
}

#wrapper.viega .dcLogo {
	padding: 15px 25px 0 20px;	
}
*/
