body {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

.epCalendar {
	font-size: 11px;
	margin: 0 auto;
        margin-left: auto;
        margin-right: auto;
	border: #CCC 1px solid;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

th{
	padding: 3px;
	border-bottom: 1px solid #ddd;
	background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
	color: #666;
	text-align: center;
	font-size: 28px;
	vertical-align: middle;
	line-height: normal;
}
.spacerRow{
	height: 20px;
	
}
.chartrow{
	border-top: 1px solid #ddd;
	background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;

}
.epCalendar td {
	padding: 0px;
	border: 1px solid #ccc;
	vertical-align: top;
}

.daynames th {
	margin: 0;
	padding: 2px 5px 3px 5px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	background: #7CA0C7 url(../img/admin/default-bg-medium.gif) repeat-x;
	color: white;
}

/* Days on top of each cell*/

.notInMonth {
	opacity: .4
}

.cal_daycounter {
	color: #666;
	display: table-row;
}

.cal_total {
	color: #333;
	background: #EAEAEA url(../img/custom/gradient-side.gif) repeat-y left;
	border-left: 1px solid gray;
	border-top-width: 0;
	border-bottom: 1px solid #a8a8a8;
	width: 110px;
	height: 100px;
	padding-left: 7px;
}
.dataCellWrapper{
	display:table;
	position: static;
	height: 100%;
	width: 99%;
}
.dataCell{
	display: table-cell; vertical-align: middle; position: static;
}
.dataCell td{
	border-width: 0;
	font-size: 12px;
	line-height: 20px;
}
.cellkey{
	display: table-cell;
	width: 78px;
	text-align: right;
	color: gray;
	padding-right: 5px;
}
.cellvalue{
	display: table-cell;
	text-align: right;
	font-weight: bold;
	padding-left: 5px !important;
}
.totals {
	color: #222;
}

.cal_weekday {
	background: #fff url(../img/custom/thin-gradient.gif) top	 left repeat-x;
	width: 110px;
	height: 100px;
}

.cal_weekend {
	background: #EDF3FA url(../img/custom/thin-gradient-blue.gif) top	 left repeat-x;
	width: 110px;
	height: 100px;
}

td.cal_weekend:hover, td.cal_weekday:hover {
	background: #fffeeb;
}

td.cal_total:hover {
	background: #fffeeb url(../img/custom/calendar-hover.gif) right bottom;
}

.dayData {
	display: table;
	float: right;
	padding-right: 2px;
	padding-top: 11px;
}

.productName {
	font-size: 10px;
	text-align: right;
	display: table-cell;
}

.shipCount {
	font-weight: bold;
	font-size: 14px;
	width: 33px;
	display: table-cell;
	text-align: right;
}

a:link {
	color: #152e7f;
}

/*buttons*/

.nextButtonBevel {
	width: 70px;
	height: 23px;
	margin: 0 auto;
	background: url(../img/buttons/bevelButton-next.gif) no-repeat;
}

.previousButtonBevel {
	width: 70px;
	height: 23px;
	margin: 0 auto;
	background: url(../img/buttons/bevelButton-previous.gif) no-repeat;
}

div.nextButtonBevel:hover {
	background-image: url(../img/buttons/bevelButton-next_hover.gif);
}

div.nextButtonBevel:active {
	background-image: url(../img/buttons/bevelButton-next_active.gif);
}

div.previousButtonBevel:hover {
	background-image: url(../img/buttons/bevelButton-previous_hover.gif);
}

div.previousButtonBevel:active {
	background-image: url(../img/buttons/bevelButton-previous_active.gif);
}

.cal_today{
	background: #effdff;
	border-top: 2px solid #00dfff !important;
	border-bottom: 2px #00dfff solid !important;
}

.monthlyLabel {
	font-size: 14px;
	margin-top: 3px;
	line-height: 28px;
	margin-left: 14px;
}

.monthlyTotal {
	font-size: 14px;
	margin-top: 3px;
	font-weight: bold;
	line-height: 28px;
}

/*  HEADER  */

#header {
	background: #417690;
	color: #ffc;
	overflow: hidden;
}

#header a:link, #header a:visited {
	color: white;
}

#header a:hover {
	text-decoration: underline;
}

#branding h1 {
	padding: 0 10px;
	font-size: 18px;
	margin: 8px 0;
	font-weight: normal;
	color: #f4f379;
}

#branding h2 {
	padding: 0 10px;
	font-size: 14px;
	margin: -8px 0 8px 0;
	font-weight: normal;
	color: #ffc;
}

#user-tools {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.2em 10px;
	font-size: 11px;
	text-align: right;
}
label{
	vertical-align:middle;
	 font-weight: bold !important; color:#333;
	font-size: 12px;
}

/*  TOOLBAR  */

#toolbar {
	padding: 3px;
	border: 1px solid #ccc;
	background: #e1e1e1 url(../img/admin/nav-bg.gif)  left repeat-x;
	color: #666;
	line-height: 24px;
	width: 880px;
	margin:0 auto;
}


/*  FORM BUTTONS  */

input[type=submit], input[type=button], .submit-row input {
	background: white url(../img/admin/nav-bg.gif) bottom repeat-x;
	padding: 3px;
	color: black;
}

input[type=submit]:active, input[type=button]:active {
	background-image: url(../img/admin/nav-bg-reverse.gif);
	background-position: top;
}

input[type=submit].default, .submit-row input.default {
	border: 2px solid #5b80b2;
	background: #7CA0C7 url(../img/admin/default-bg-medium.gif) bottom repeat-x;
	font-weight: bold;
	color: white;
}

input[type=submit].default:active {
	background-image: url(../img/admin/default-bg-medium.gif-reverse.gif);
	background-position: top;
}
.indexListing{
	width: 260px;
	margin: 40px 30px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
