@charset "UTF-8";
/* CSS Document */

#content{
	margin: 25px;
	padding-top:15px;
}
#mediaPlayer{
	margin:auto;
	margin-left:46px;
	vertical-align:top;
	margin-bottom:10px;	
	
}
.showmore{
	padding: 15px 5px 0 0;
	width: 710px;
	text-align:right;
}
.submit-a-question input[type="text"], .submit-a-question textarea
{
width:90%;
display:block;
border: 1px solid #CEE1E8;
margin-bottom: 20px;
padding: 4px;
}
.odd{
	background-color:#f4f4f4;	
}
.selected{
background-image: linear-gradient(bottom, #E0DDB8 25%, #F5F3DA 63%, #FAF9EB 82%);
background-image: -o-linear-gradient(bottom, #E0DDB8 25%, #F5F3DA 63%, #FAF9EB 82%);
background-image: -moz-linear-gradient(bottom, #E0DDB8 25%, #F5F3DA 63%, #FAF9EB 82%);
background-image: -webkit-linear-gradient(bottom, #E0DDB8 25%, #F5F3DA 63%, #FAF9EB 82%);
background-image: -ms-linear-gradient(bottom, #E0DDB8 25%, #F5F3DA 63%, #FAF9EB 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #E0DDB8),
	color-stop(0.63, #F5F3DA),
	color-stop(0.82, #FAF9EB)
);
}
.thinner{
	margin-left: 25px;
	width: 50%;
	padding: 10px 15px;
}



.centerminutes {margin: 0 auto; width: 920px;}
.submit-a-question {padding: 5px 15px 15px 15px; margin:15px 0; background:#e7ebf0; width:690px;}
.submit-a-question td:first-child {width: 35%; }
.submit-a-question td {padding: 5px 0; vertical-align:top}
#questions {background-color:#f8f8f8; border:solid 1px #999; width: 720px;}
	
#submit-button {
	width: 100px;
	background-color: #333;
	color: #FFF;
	border: none;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-right: 6px;
	background-color: #8FB5C1;
	-moz-border-radius: 8px;
	font-size:1.5em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior:url(http://wfsu.org/sitewide/border-radius.htc);
 }
  #submit-button:hover {
	background-color: #A6CFDD;
}
.successMsg h5{
	color: #00CC33;
	font-size: 15px;
	font-weight:bold;
}
.error {
	color:#F00;
	padding:25px;
	background-color:#FFFFCC;
	margin-right:15px;
	font-weight:bold;
	}
.minutesEdit, .hostTable{
	margin-top: 25px;
}
.minutesEdit td, .minutesEdit th, .hostTable td, .hostTable th{
	padding: 5px 8px;
}
.minutesEdit td:last-child{
	min-width: 100px;
}
.minutesEdit tr:last-child{
	background: #d2dff8 !important;
	text-align:right;
}

.minutesEdit tr:nth-child(even), .hostTable tr:nth-child(even)  {background: #e6e6e6}
.minutesEdit th,.hostTable th {background: #FFC;}

#upload2 p{
	margin:25px 0;
}

.minuteTitle {
	font-size:1.3em;
}
.display-block-style {
	 margin:25px 0; 
	 clear:both;
}
	