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

table#meeting {
	border: none;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

#meeting tr {
}

#meeting tr.even {
	background-color: #fff;
}

#meeting tr.odd {
	background-color: #ffe;
}

#meeting td {
	padding: 0.5em 1em;
	vertical-align: top;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#meeting tr.cd-header {
	background-color: #efc;
	color: #131;
}

#meeting tr.cd-header td {
	padding: 0.25em 0.5em;
	font-weight: bold;
}

.mbuttonleft {
	margin: 15px;
	margin-left: 0;
	padding: 5px 5px;
	width: 12em;
	text-align: center;
	border: 1px solid #aaa;
	background: #ffc;
	float: left;
}

.mbuttonleft a {
	color: #363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.mbuttonleft a:hover {
	text-decoration: underline;
}

.mbuttonright {
	margin: 15px;
	margin-right: 0;
	padding: 5px 5px;
	width: 12em;
	text-align: center;
	border: 1px solid #aaa;
	background: #ffc;
	float: right;
}

.mbuttonright a {
	color: #363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.mbuttonright a:hover {
	text-decoration: underline;
}

.timezone {
	font-size: small;
	color: #363;
	font-style: italic;
	font-weight: normal;
}

.changeTimeZone {
	display: block;
	position: fixed;

	top: 10%;
	left: 20%;
	width: 70%;

/*	top: 100px;
	left: 300px;
	width: 500px;*/
	padding: 5px;
	margin: 6px;
	zIndex: 100px;
	color: #ffffff;
	background: #336633;
	font: 18px Georgia,Serif,Times, sans-serif;
	textAlign: center;
	
	border-left-style:solid;
	border-left-width:10px;
	border-left-color:#C2CFAD;
	border-right-style:solid;
	border-right-width:10px;
	border-right-color:#9BB48D;
	border-top-style:solid;
	border-top-width:10px;
	border-top-color:#CCD9B8;
	border-bottom-style:solid;
	border-bottom-width:10px;
	border-bottom-color:#91AA83;
	
	visibility: hidden;
}

.timeForm {
    margin-left: auto;
    margin-right: auto;
    width: 20em
}
