

#centeredmenu { z-index:99; }

/* MANAGER */

#speakerImg, .speakerImg { float:left; width:140px; height:140px; border:1px solid grey; background-repeat:no-repeat; background-position: 50% 50%; }

#toolbar { float:right; width:300px; height:30px; background-color:rgb(240, 240, 240); padding:5px; }

.divAddSession { display:block; text-align:right; border:1px solid pink; margin:5px 30px 5px 80px; }
.divUpdateSession { display:block; border:1px solid pink; margin:5px 30px 5px 80px; }

.btCloseFormAddSession {  float:left; height:20px; margin-top:-20px; margin-left:-20px; }

.formAddSession { display:none; clear:both; border:1px solid grey; background-color:rgb(240, 240, 240); margin:5px; padding:20px; }
.formUpdateSession { display:none; clear:both; border:1px solid grey; background-color:rgb(240, 240, 240); margin:5px; padding:20px; }

.btShowUpdateSession, .btDeleteSession { float:right; }

.spk_toolbar { float:right; margin-top:-20px; margin-right:-15px; }

/* Display SPK */

.spk_div { float:left; margin-left:20px; margin-bottom:20px; width:140px; height:250px; background-color:rgb(230, 230, 230); padding:20px; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.spk_div:hover { text-decoration:none; background-color:rgb(210, 210, 210); }

.spk_photo { display:block; width:140px; height:140px; border:1px solid white; background-repeat:no-repeat; background-position:50% 0%; }
.spk_name { display:block; margin-top:5px; margin-bottom:0px; font-size:16px; color:rgb(78, 95, 0); }
.spk_company { display:block; margin-top:0px; font-size:12px; line-height:14px; color:black; font-style:normal; }
.spk_country { display:block; font-size:12px; color:black; font-style:normal; }



/* FORM */
form label { margin-left:0px; font-size:12px; width:100px; }
form input { width:100%; margin-bottom:5px; }
.redactor_box { width:100%; }

.btSaveUpdateSpeaker{ float:right; margin-top:10px; }

/*  */

.formAddSpeakerPhoto { float:left; width:250px; margin-right:20px; }
.formUpdateSpeaker { float:left; width:550px; }

/* USER BIO*/
.wrapperBio { padding:20px; }
.wrapperBio .spk_photo { float:left; margin-right:20px; border:none; border-right:1px solid white; }
.wrapperBio .spk_biography { clear:both; padding-top:30px; font-size:12px; }
.wrapperBio .spk_name { margin-top:0px; background-color:rgb(78, 95, 0); color:white; padding:10px; font-size:20px; }
.wrapperBio .spk_company { font-size:14px; color:rgb(78, 95, 0); padding-bottom:10px; }
.wrapperBio .spk_country { font-size:14px; color:black; }
.wrapperBio p { margin-left: 0px; }
/*  */
