
/****************/
/* print styles */
/****************/

/* admin background-color styles */

body.admin {
	background-color: #EE9D5B;
}
#admin_content {
	background-color: #FFFFFF;
}

/* admin border styles */

#admin_header {
	border-bottom: 2px solid #107BB3;
}
#admin_footer {
	border-top: 2px solid #107BB3;
}

/* admin color styles */

#admin_header a, #admin_footer a {
	color: #3F8508;
}
#admin_header, #admin_footer {
	color: #3F8508;
}

/*--------------*/
/* admin styles */
/*--------------*/

body.admin {
	margin: 0;
	padding: 0;
}

/*---------------------*/
/* admin header styles */
/*---------------------*/

#admin_header {
	padding: 5px 10px 0 10px;
}

/*----------------------*/
/* admin content styles */
/*----------------------*/

#admin_content {
	padding: 20px;
}
#admin_content .calendarlink {
	line-height: 1.2em;
}
#admin_content table#calendar td {
	width: 120px;
}

.pageNav {
	padding: 5px 10px 8px 10px;
}
#content{
	width:900px;
}

#admin_content #venue_detail h2,
#admin_content #venue_detail h2 a {
	border-bottom: 1px dotted #E57317; 
}
/*---------------------*/
/* admin footer styles */
/*---------------------*/

#admin_footer {
	padding: 5px 10px 0 10px;
}


/* styles from TinyMce */
.tablestyle_climate{
	border: 0;
	width:100%;
}

.tablestyle_climate td{
	padding: 0 20px 0 20px;
	margin:0;
	vertical-align:top;
}

.tablestyle_climate td#green{
	width: 25%;
	background-color:#B5DF94;
}
	

.whitetext {
	color:#ffffff;
	font-size:larger;
}

.photo,
#content img.photo {
  	background-color:#B5DF94;
    float: right;
	margin: 10px;
	padding: 10px;
}
.photo,
#content img.photo,
.photo p,
#content img.photo p {
	font-size:11px;
	font-style:italic;
	line-height: 1.4em;
}
.photo img,
#content .photo img {
	border: 1px solid #FFF;
	margin: 0;
    padding: 0;
}

.photostyle_right,
.photosytle_left {
	background-color:#B5DF94;
	margin: 10px;
	padding: 10px;
}
.photostyle_right {
	float: right;
}
.photosytle_left {
	float: left;
}

.photostyle_right img,
.photosytle_left img {
	border: 1px solid #FFF;
}

.tablestyle_climate td#green {
	padding: 0;
}
.green_box,
table td.green_box,
table td img.green_box,
#content table img.green_box {
	background-color: #B5DF94;
	margin: 10px;
	padding: 10px;
}
table td.green_box {
	margin: 0;
	padding: 10px;
}
#content table img.green_box {
	margin: 0;
}
.centertext {
	text-align: center;
}
.whiteborder {
	border: 1px solid #FFF;
}
.whiteboxborder{
	border: 1px solid #FFF;
	margin: 10px;
	padding: 10px;
}

/* styling of the container. */ 
#content a.myPlayer {     
	background-color: #B5DF94;
	border:1px solid #FFF; 
	display:block;     
	float:left;    
	height:240px;      
	text-align:center;    
	width: 320px;    
} 
/* play button */ 
#content a.myPlayer img {    
	border: 0; 
	margin: 95px 0 95px 0;
	height: 50px; /* 240px - 95px (padding top) - 95px (padding bottom) */
	width: 50px;
} 
/* when container is hovered we alter the border color */ 
#content a.myPlayer:hover {     
}

.green_box_video,
table td.green_box_video,
table td img.green_box_video,
#content table img.green_box_video {
	background-color: #B5DF94;
	margin: 10px;
	padding: 10px;
	height: 242px;
	width: 322px;
}

