/* CSS Document */

/* Turn off uber screen content */
#uberContainer {
	display: none;
}

/* Standard styles for print */
html, body {
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	clear: both;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
}
h2.pageTitleSub {
	font-size: 14px;
	font-weight: lighter;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

a:link, a:active, a:visited { color: #007EBB;outline:none; }
a:hover { color: #695710; }

.noPad {
	padding: 0px;
}

.noMarg {
	margin: 0px;
}

.marg5 {
	margin: 5px;
}

tr.altRow td {
	background-color: #e7e7e7;
}

#pageContainer {
	width: 680px;
	margin: 0 auto;
}

#headerContainer {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

#bodyContainer {
	width: 100%;
}

.inMargin {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#footerContainer {
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
}

#footerContainer {
	font-size: 12px;
}

div.shim {
	clear: both;
	line-height: 0px;
	height: 0px;
}



/* --== Schedule Viewing (for public consumption) ==-- */

table.viewSchedule {
	border: 1px solid #666;
}

table.viewSchedule > thead th {
	text-align: center;
	padding: 10px;
}

table.viewSchedule > tbody td {
	display: table-cell;
}

table.viewSchedule > tbody td > div {
	position: relative;
	display: block;
	border: 1px dashed #cccccc;
	background: #f7f7f7;
	padding: 5px;
	height: 54px;
}

.viewSchedule tbody td h2.dateFlag {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	z-index: 100;
}

.viewSchedule tbody td h2.dateFlag a {
	text-decoration: none;
}

table.viewSchedule > tbody td > div.selectedDate {
	border: 1px solid #333;
	background: #CFF0FF;
}

div.calIcons {
	position: absolute;
	bottom: 3px;
	right: 3px;
	padding: 0px;
	background: transparent;
	/*
	height: 20px;
	*/
	z-index: 101;
}


.calHdr {
	background: #fff url('/images/print/grey-angle-bg.gif') top left repeat;
	margin:5px;
	padding:5px;
	border:1px solid #999;
}

div.calendarDigest { margin-top: 12px; }

table#dateBook th {
	border-right: 1px dashed #ccc;
	padding: 0px 10px;
}

table#dateBook tr.inUse th {
	border-right: 1px solid #000;
	padding: 0px 10px;
}

table#dateBook h3 {
	text-align: right;
	vertical-align: top;
	font-size: 11pt;
	color: #ccc;
	margin: 0;
	padding: 0;
}

table#dateBook tr.inUse h3 {
	text-align: right;
	vertical-align: top;
	font-size: 16pt;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: lighter;
}

table#dateBook {
	background: url('/images/elements/dateBook-rule.gif') top left repeat;
}

table#dateBook table.dateDetails {
	padding: 0;
	margin: 0;
}

table.dateDetails {
}

table.dateDetails h4 {
	padding-top: 4px;
}

table.dateDetails p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	line-height: 140%;
	font-size: 8pt;
}

div#printThis {
	display: none;
}