@import url(/style/shared/gateway.css);
body {
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	}
	
ol, ul {
	list-style: disc outside none;
	}
	
.page {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    width: 100%;
    border: none;
	}
h1 {
	font-size: 20px;
	text-align: center;
	margin: 20px 0px;
	}
	
h2 {
	background-color: #03ACE7;
	color: #FFF;
	padding: 8px 5px;
	font-size: 16px;
	margin: 8px 0px;
	}

.main_header {
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
.main_wrapper {
	width: 70%;
	border: none;
}
	.headerImg img {
		width: 100%;
		height: auto;
	}

.main_module_header {
    padding: 10px;
    height: 30px;
    border-bottom: 2px solid #cccccc;
    background-color: #0b7297;
    color: #ffffff;
}
.navigation_tab, .navigation_admin_search, .AssignedEntries_Entry.odd, .AssignedPeerReview_Entry.odd {
	background-color: #f1f1f1;	
}

.tab_selected {
    background-color: #0b7297;
    color: #fff;
}

.AssignedEntries_Role_Select_div h1, .AssignedEntries_RoleName_div, .AssignedPeerReview_RoleName_div {
    background-color: #0b7297;
}


/*Rotating Image functionality styles */
#slideshow_right {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	}
#slideshow_right IMG {
    position:absolute;
    z-index:8;
	}

	#slideshow_right IMG.active {
		z-index:10;
		}

		#slideshow_right IMG.last-active {
			z-index:9;
		}		
.FICME {
	margin-bottom: 20px;
	}
.meetinglist {
	display: block;
	clear:both;
	}

	
.button {
    background-color: #782A80;
    border-color: #993fa3;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px auto 0;
    padding: 3px 5px;
    text-align: center;
	height: 30px;
	font-family: Arial;
	border-radius: 8px;
}

a.button {
	text-decoration: none;
	display: block;
	width: 55%;
	padding:22px 0px;
	float: left;
	font-size: 13px;
	font-family: Arial, sans-serif;
	height: auto;
	box-sizing: border-box;
	}
	
.meetinglist li {
	display: block;
	clear: both;
	margin-bottom: 20px;
	}
	.meetinglist ul.entermeeting {
		height: auto;
		box-sizing:content-box;
		padding-bottom: 20px;
	}
	
	.meetinglist .entermeeting li {
		height:auto;
		min-height:90px;
		box-sizing: border-box;
	}
	.meetinglist .entermeeting a.button {
		margin: 0 auto;
		min-height: 90px;
		
		}
	
.meetinglist img {
	height: 80px;
	width: auto;
	display: inline-block;
	margin-left: 20px;
	}
	
p {
	width: 100%;
	}
	ul.submitting {
		list-style: disc outside none;
		}