body,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	width: 1008px;
	margin: 0px auto;
	background-color: #fff;
}

.western {
	font-size: 10pt;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 22px;
	text-align: right;
	color: #336699;
}

.time {
	font-size: 11px;
}

.error {
	color: #f00;
}

/* ********************************************************************************
   Top
******************************************************************************** */

#menubg {
	height: 34px;
	padding: 5px 0;
	background: rgb(0, 182, 222);
}

#menubg div {
	float: right;
	padding-right: 0.4em;
}

.menu:link,
.menu:visited {
	display: block; 
	font-weight: bold; 
	font-size: 11px; 
	background: rgb(128, 127, 131);
	border-radius: 15px;
	width: 170px; 
	color: #ffffff; 
	line-height: 33px; 
	height: 33px; 
	text-decoration: none; 
	outline: none; 
	text-align: center;
}

.menu:active,
.menu:focus,
.menu:hover {
	background: rgb(200, 223, 142); 
}

/* ********************************************************************************
   Header
******************************************************************************** */

#header {
	width:100%;
	height:100px;
	padding-top: 1em;
}

#logo {
	width: 220px;
	height: 88px;
	line-height: 88px;
	float: left;
	border-right: 1px solid rgb(0, 182, 222);
}

#logo img {
	vertical-align: middle;
}

#right {
	width: calc(100% - 230px);
	height: 88px;
	line-height: 88px;
	float: left;
}

.weltext {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(128, 127, 131);
	font-size: 35px;
	padding: 0;
	text-align: center;
}

div#header-bottom {
	height: 1px;
	width: 99%;
	background-color: rgb(0, 182, 222);
	margin: 1em auto;
}

/* ********************************************************************************
   Main Content Wrapper
******************************************************************************** */

div#container { 
	clear: both; 
	border: 1px solid rgb(0, 182, 222);
	padding: 20px 10px;
	text-align: center;	
}

/* ********************************************************************************
   Footer
******************************************************************************** */

div#footer {
	clear: both;
	height: 40px;
	margin-top: 2em;
	padding-top: 5px;
	background: -webkit-linear-gradient(bottom, rgb(0, 182, 222), rgb(255, 255, 255));
	background: linear-gradient(to bottom, rgb(0, 182, 222), rgb(255, 255, 255));
}

div#footer div {
	float: right;
	margin-right: 2em;
}

div#footer div img {
	vertical-align: middle;
}

div#footer div a {
	color: black;
	text-decoration: none;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

body#login div#logo_header {
	text-align: center;
}

div#content {
	width: 700px;
	display: inline-block;
	font-size: 14px;
	text-align: left;
}

body#login form {
	margin-top: 30px;
}

body#login a:hover {
	color: #f7991f;
}

body#login .errmsg {
	color: #ff0000;
}

input[type=submit], 
input[type=reset] {
	background: rgb(128, 127, 131);
	color: white;
	border: none;
	padding: 3px 15px;
}

body#login input[name=login] {
	padding: 5px 20px;
}

p#venue_info {
	color: rgb(128, 127, 131);
	text-align: center;
	font-size: 14px;
}

a.link-button {
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 30px;
	width: 120px;
	display: inline-block;
	font-weight: bold;
}

a#register_here {
	background: #4E93BE;
	color: white;
}

a#date_conflict,
a#not_interested {
	background: #9DC7DD;
	color: #5F5F5F;
}

div#registration {
	padding: 10px 0 20px 0;
	background: #eeeeee;
	color: rgb(128, 127, 131);
}