body {
    font-family: 'Roboto', sans-serif;
}
.page-wrap {
    max-width: 980px; 
    margin: 0 auto;
}
.title {
    color:white;	
    padding: 0px;
    height: 60px;
    max-width: 980px;
    overflow: hidden;
    background: #0547ca url('images/background1.png')  left top;
    background-size: cover;

}

.title-main {
    padding-left: 5px;
    padding-top: 3px;
    font-size: 20pt;
    line-height: 1.1111;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    color: rgb(211, 211, 211);
    text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
   
}

.title-loggedin{
    float:right;
    padding-right:5px;
    position: relative;
    top:-40px;
   
    font-size: 12pt;

}


.title-slogan {
    font-size: 11pt;
    line-height: 1.1111;
    margin: 0;
    fxont-style: normal;
    font-weight: bold;
    color: rgb(155, 155, 155);
    padding-left: 70px;
    
}


.title-subtitle {
    font-size: 12pt;
    line-height: 1.1111;
    margin: 0;
    fxont-style: normal;
    font-weight: bold;
    color: rgb(53, 53, 53);
    padding-left: 5px;
    padding-top: 0px;
    
}

.titlelink {
    
    text-decoration:none;
    color: rgb(211, 211, 211);
    text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;

}

a.titlelink:hover {  
    color: rgb(190, 190, 190);
    text-decoration:none;

}

.simplelist {
    list-style-type: none;
    list-style-position: outside;
}

.loginlink
{
    color: rgb(211, 211, 211);
}
a.loginlink:hover {
    color: rgb(190, 190, 190);
    text-decoration:none;
}

a.loginlinkloggedin{
    background: url('images/user_24.png')  right no-repeat;
   
    padding-right: 26px;
}




.login-dialog-error {
    font-weight: bold;
    font-size: 16pt;
    color:red;
    height:50px;
    background-image:  url('images/remove_48.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left:60px;
    padding-top:10px;

    
}

@media only screen and (max-width: 600px) 
{
    .login-dialog-error 
    {
        padding-top:0px;
        font-size: 14pt;
    }
}

.junk {
    
    xbackground-image:  url('images/ bg-mainmenu.png');
    xheight:100%;

}


.error {
    font-size:12pt;
    font-weight:bold;
    width:100%;
    text-align: center;
    padding: 10px;
   }

.icon {
		max-width:150px;
		margin: 0 auto;
		display: block;
}

.menu section {
	text-align:center;
}

.iframe {
	border:none;
	width:100%;
	height:100%;
}

.recordinglist {
	 list-style-type: none;
	 xlist-style-image: url('images/video_48.png');
	 list-style-position: outside;

}

.renditionlist {
list-style-type: none;
}

ul#renditionlist li {
    display:inline;
    padding-right:10px;
}


.inputform {
	  padding-right:10px;
	  width:200px;
	  min-width:200px;
	  text-align:right;
	
}

a.indexitemlink:hover {
		text-decoration:none;
}
.indexitemlink {
	text-decoration:none;

}

.indexitem_subject {
   list-style-image: url('images/subject_24.png');
}


.indexitem_speaker {
   list-style-image: url('images/attendence_list_24.png');
   padding-left:40px;
}

.indexitem_voting {
   list-style-image: url('images/yn.png');
   padding-left:40px;
}

.indexitem {
	list-style-type: none;
	 
	 list-style-position: inside;

}

.indexlistdiv {
	 width:100%;
	 max-height:200px;
	 overflow-y:scroll;
	 overflow-x:auto;
}




h2.recoridingtitle {
 font-size:12pt;
 font-weight:bold;
 padding:0px;
 margin:0px;
 margin-top:10px;
}

.recoridingtitleplain{
font-size:11pt;
 font-weight:bold;
 padding:0px;
 margin:0px;
 margin-top:0px;

}

p.categorylist {
 margin:0px;
}

.renditionlist {
margin:0px;
}

.debug {
  display:none;
}

.pi {
     position:fixed;
     bottom:0;
     right:0;
}

.container {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #E0E0E0;
    min-height: 200px;
    vertical-align: middle;
    background: #D0D0D0;
}

.progress {
    margin-bottom:0;
    margin-top:6px;
    margin-left:10px;
}

.btn.focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

.btn.hover {
    color:#ffffff;
    background-color:#3276b1;
    border-color:#285e8e;
}
