.bluefoot
{
background: red;
}

.hide
{
	text-align: right;
	color: red;
	cursor: pointer;
	font-size:13px;
	font-style:italic; 
	font-weight: bold;
}

.buttonImage
{
	cursor: pointer;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#introLayer
{
	position: absolute; 
	z-index:10; 
	opacity: 0.75; 
	height: 150px;
	width: 500px;
	text-align: center;
	display: none;
	color: #7EA324;
	border: 1px solid #4F953A;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	background: #DFEBC0;
}
.introTitle
{
	font-size:24px;
	text-decoration:underline
}

.introText
{
	text-align: left;
	font-size:18px;
}

#activityPlannerTable td {
	height: 30px;
	border: 1px solid #CDCDCD;
}

.activityPrev img {
	float: left;
	margin: 0 7px 0 0;
	border: 1px solid black;
}
.activityPrev p.title {
	color: #0d619b;
	font-weight: bold;
}
.activityPrev ul {
	
}
.activityPrev ul li {
	width: 280px;
	padding: 0 20px 0 0;
	float: left;
}

li.activityList
{
	height:70px;
}

img.activity
{
	height: 63px;
	width: 98px;
}

.dayCell
{
	border: 0px solid #CCC;
	font-weight: bold;
	width:90px;
	text-align: center;
	background: #FFF;
	height: 25px;
}

.timeCell
{
	width:70px;
	text-align: center;
	background: #DDD;
	color: black;
	font-weight: bold;
}

#activityPlannerTable td.t1
{
	background: #eb9a69;
	color: #444;
	border: 1px solid #777;
}
#activityPlannerTable td.t2
{
	background: #77b266;
	color: #444;
	border: 1px solid #777;
}
#activityPlannerTable td.t3
{
	background: #61a6d6;
	color: #444;
	border: 1px solid #777;
}
.t600
{
	background:#CCC;
}
.t601
{
	background: #EEE;
}
.toggleBar
{
	background:#CCC;
	cursor: pointer;
}

.activityDraggable
{
	cursor: pointer;
}


.formLayout
{

}

.formLayout input, .formLayout select
{
	background: transparent;
	padding: 3px;
	margin: 1px 0px 1px 0px;
	display: block;
	width: 142px;
	float: left;
	border: 1px solid white;
	color: white;
}

.formLayout select
{
	width: 150px;
}

.formLayout option
{
	background: white;
	color: black;
}

.formLayout label
{
	padding: 3px 0px 3px 3px;
	display: block;
	width: 75px;
	float: left;
	text-align: left;
	color: #154864;
}