/***** Override Global Styles *****/

body {
	background-color: #3469ED;
	background-image: url("../../../en_US/_global/other/NeutralFullBackground.gif");
	background-repeat: repeat-y;
}

body.en_US, body.es_US {
	background-image: url("../../../en_US/_global/other/NeutralFullBackground_noShadow.gif");
}

#column1 {
	top: 140px;
	width: 696px;			/* Actual width minus left & right padding */
	margin-left: 0px;
	margin-right: 42px;
	color: #060E33;
}
body.en_US #column1, body.es_US #column1 {
	top: 157px;
}

div#column1 * A {
	color: #000000;
}

.footerImage {
	background-image: none;
	background-color: #C4D8F9;
}

/***** PRINTABLE PAGE STYLE *****/

#printLabel {
	position: relative;
	top: -5px;
	left: 2px;
}

#headerBox {
	height: 20px;
	margin-bottom: 10px;
}

#headerLeft {
	float: left;
}

#printerView {
	float: right;
	height: 25px;
	width: 142px;
	text-align: right;
}


/***** VIEW SCHEDULE STYLE *****/
.viewSched {
	padding:13px 0px 0px 0px
}

#viewSchedForm {
	display:inline;
}

#viewSchedText {
	font-weight: bold;
}

.viewSchedBgLeft {
	background-color: #B3CBF9;
	background-image: url("../../../en_US/calendar/ViewScheduleBgCornerLeft.gif"); 
	background-repeat:no-repeat; 
	background-position:top left;
	padding:0px;
	width:693px;
	z-index:5;
}

.viewSchedBgRight {
	background-image: url("../../../en_US/calendar/ViewScheduleBgCornerRight.gif"); 
	background-repeat:no-repeat; 
	background-position:top right;
	height:120%;
	width:693px;
	padding-top:14px;
	padding-bottom:0px
}

.viewSchedMain{
	background-color: #B3CBF9;
	width:693px;
	float:left;
}

.viewSchedCol {
	width:345px;
	float:left;
}

.viewSchedArrival{
	float:left; 
	padding:0px 0px 10px 10px; 
	width=500;
}
.viewSchedArrival1{
	float:left; 
	width:90px;
}
.viewSchedArrival2{
	float:left; 
	width:55px;
}
.viewSchedArrival3{
	float:left; 
	width:45px;
}
.viewSchedArrival4{
	float:left; 
	width50px;
}


.viewSchedLength{
	float:left; 
	padding:0px 0px 10px 10px; 
	width=500;
}
.viewSchedLength1{
	float:left; 
	width:90px;
}
.viewSchedLength2{
	float:left; 
}
.viewSchedParks{
	float:left;
	width:300px;
}
.viewSchedParks1{
	float:left; 
	width:25px;
}
.viewSchedParks2{
	float:left; 
	width:25px;
}
.viewSchedParks3{
	float:left; 
	margin-top:3px;
}
.viewSchedGetButton{
	clear:both; 
	padding-left:200px;
	padding-top:4px;
	padding-bottom:6px;
}

.left{
	float:left;
}

.right{
	float:right;
}
.clearLeft{
	clear:left;
}

.clearBoth{
	clear:both;
}

/***** MAIN CALENDAR STYLE *****/

.calendarCrocError {
	color:#FF0000;
	padding-top:10px;
}

table#calendarMonthly {
	margin-bottom:0px;
	margin-left:1px;
}

#calendarMonthly td {
	background-color:#FFFFFF;
	width:98px;
	height:110px;
	vertical-align: top;
	border-right:1px solid #C4D8F9;
	border-bottom:1px solid #C4D8F9;
}

#calendarMonthly th {
	width:98px;
	height:17px;
	background-color:#A1C1FC; 
	line-height:17px; 
	text-align:center;
	font-weight:normal;
}

#calendarMonthly th#calendarHeadLast {
	border-right:1px solid #C4D8F9;
}

#calendarDay {
	color: #FF0000;
}

#calendarDay .a{
	color: #FF0000;	
}

#calendarDayDk {
	color: #000000;
}

.calendarDayHours {
	float:left;
	padding-top:5px;
	text-align:left;
	font-size:10px;
	width:70px;
}

#buttonBar	{
	position:relative; 
	top:0px; left:1px; 
	background-color:#6D9AFF; 
	height:28px; 
	width:692px; 
	overflow:hidden;
	z-index:0;
}

#buttonBarBottom {
	position:relative; 
	top:0px; left:1px; 
	background-color:#6D9AFF; 
	height:28px; 
	width:692px; 
	overflow:hidden;
	z-index:0;
	margin-bottom:25px;
}

.calendarMonthSelectModule {
	position:absolute; 
	top:0px; 
	left:260px; 
	height:28px; 
	line-height:28px;
}

.calendarMonthSelect {
	float:left;
	margin-top:3px;
}

#calendarText {
	position:relative; 
	padding:2px; 
	top:30; 
	text-align:center;
	margin-bottom:4px;
}

.calendarOff {
	color:#89AFF8;
	font-size:16px;
	font-family:arial,helvetica;
	font-weight:bold;
	margin-right:1px;
	text-align:right; 
	padding:2px;
}

.calendarOnWrapper {
	text-align:right;
	position:relative; 
	padding:2px;
}

.calendarOn {
	font-size:16px;
	font-family:arial,helvetica;
	font-weight:bold;
	text-decoration:underline;
	color:#3369ED;
	margin-right:1px;
}

.calendarDayViewBox	{
	position:relative; 
	margin-bottom:7px; 
	background-color:#85B165;
}

.keyToSymbols {
	background-image: url("../../../en_US/_global/icons/CalKeyToSymbols.gif");
	width: 306px;
	height: 86px;
}
.calendarNotice {
	color:#DC143C;
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:normal;
	text-align:left; 
}