html {
	background:#efefef; 
}
body {
	background:transparent;
	font-size:12px;
	line-height: 18px;
}

#wrapper {
	padding:20px;
	width: 1170px;
}

#wrapperpopup {
	padding:0;
	width:inherit;
}

#header {
	height:90px;
}





/*meetings calendar*/

#calendarwrapper {
	width:400px;
	margin-left:20px;
}

#filters {
	height:130px;
}

#datepicker {
	cursor: pointer; 
	padding: 4px 0 4px 6px; 
	border: 1px solid #ccc;
	width: 200px;
	font-size:13px;
	background-color:#FFFFFF;
	border-radius:4px;
}
#datepicker .caret {
	float: right;
    margin-right: 6px;
}
#keywordspicker {
	width:175px;
}

.meeting {
	margin-bottom:15px;
	border-radius:3px;
	clear:both;
	float:left;
	width: 100%;
}
.meeting-date {
	font-size: 12px;
	float:right;
	width: 150px;
}

.meeting-time{
	font-style:italic;
	float:right;
}

.meeting-org {
	float:left;
	font-size:1.05em;
	font-weight:bold;
}

.meeting-title{
	clear:both;
}
.meeting-desc{
	font-size:0.9em;
	float:left;
}

#meetingsnorecords{
	font-size:2em;
	background:#efefef;
	border-radius:3px;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:50px;
}

#meetingslist {
	height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -12px;
    padding: 7px 20px 7px 7px;
    box-shadow:inset 0px 1px 2px #ccc;
    border-radius:3px;
}

.notfound, .notfound a {
	color: #999999;
	text-decoration:none;
	background:inherit;
}

.notfound .label {
	background-color:#999999;
}

.notfoundmsg {
	float:right;
	display:none;
}

.notfound .notfoundmsg {
	display:block;
}


#browser-warning {
    background: #FFFFCC;
    font-size: 15px;
    margin-left: -15px;
    padding: 35px 10px 0;
    width: 100%;
	height: 85px;
}

#calendarwrapper label {
	margin-bottom:0;
}

.ajax-loader{
	width:100%;
	text-align:center;
}

#calendarwrapper h1 {
	margin:0;
}

#calendarwrapper fieldset {
	border: 0px solid;
}

.control-group input, .control-group select{
	font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding:4px 1px;
	width:150px;
}

.control-group {
	margin-bottom:0;
	margin-left:10px;
	float:left;
}

.ranges .range_inputs button {
	color:#FFFFFF;
}

.controls i {
	cursor:pointer;
}

.label, .badge{
	font-size:11px;
}


/*end of meeting calendar*/






/*player*/


.blue-background
{
   background-color: #A0CFEC;
}

.gray-background
{
   background-color: #EEE;
}

.alt-blue-background
{
    background-color: #D9EDF7;
}



#overview {
	padding:35px 0 0px 20px;
	margin-bottom:7px;
	height:85px;
}

#sessiondatetime {
	float:right;
    font-size: 12px;
    width:120px;
    margin-right: 10px;
    margin-top: -30px;
}
#sessiondate {
	float:left;
}
.meeting-time{
	font-style:italic;
	float:right;
}


.container {
	width:100%;
}

#player-container {
    border-radius:3px;
}

#player-controls {
	border-radius:3px;
}

.playImg {
  cursor:pointer;
	border:1px solid gray;
	padding: 5px 0px 5px 5px;;
	border-radius: 2px;	
	color: #222;
}

div.jp-audio {
    height: 100px;
    width: 600px;
    margin-left:20px;
}

div.jp-audio ul.jp-controls {
	width: 500px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width: 300px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 325px;
}

div.jp-audio div.jp-volume-bar {
	left: 443px;
}

#speaker-list-header {
	font-weight:bold;
	height: 40px; overflow: hidden; border: 1px solid #A0CFEC; border-bottom: none;
	border-radius:3px 3px 0 0;
}

#speakers-list{
	height: 500px;
	overflow: scroll; border: 1px solid #A0CFEC; border-top: none;
	border-radius:0 0 3px 3px;
}


.speaker, .meeting {
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari and Chrome */
	-o-transition: background 1s; /* Opera */
}

.speaker {
	margin: 2px 0;
}
.speaker:hover, .meeting:hover {
	background:#ffffee;
}

.notfound:hover {
	background:inherit;
}



#audio_languages {
	width:540px;
}
#audio_languages a.download {
	margin-left:40px;
	float:right;
	text-decoration:none;
}
#audio_languages .first_language {
	display:block;
}
#audio_languages .audio_language {
	margin-right:10px;
}

#audio_language_list input {
	margin-right: 2px;
	margin-top: -1px;
}
    

#bottom-warning {
	margin:0;
}

.linktoseconds {
	display:none;
}
.linktoseconds textarea {
	font-size:1em;
	width:400px;
	height:50px;
}


/*end of player*/







