* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	color: #000000;
	width: 1000px;
	margin: 0px auto;
}

a:link,
a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #f7991f;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a img {
	border: 0px none;
}

.error {
	color: #f00;
}


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

#menubg {
	width:100%;
	height:35px;
	padding-top:5px;
	background-color:#dfdfdf;
}

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

a.menu {
	display: block;
	font-weight: bold; 
	font-size: 12px; 
	background: #505050;
	width: 170px;
	line-height: 33px; 
	height: 33px; 
	text-decoration: none; 
	outline: none;
	text-align:center;
	color: #ffffff; 
	border-radius: 30px;
}

a.menu:active,
a.menu:focus,
a.menu:hover {
	background: #505050;
}

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

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

#logo {
	margin: 0;
	padding-right: 10px;
	float: left;
	border-right: #ebebeb 1px solid;
}

#right {
	width:500px;
	height:98px;
	padding-left: 30px;
	margin-top: 20px;
	float: left;
}

.weltext {
	color:#555555;
	font-size:18px;
	text-align:left;
	padding-left:0px;
	padding-top:0px;
}

div#header-bottom {
	height: 1px;
	width: 99%;
	background-color: #dfdee3;
	margin: 1em auto;
}

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

div#container { 
	clear: both; 
	border: 1px solid #d9e1e4;
	text-align: center;
	padding: 20px 10px;
}

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

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


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

div#footer {
	position: relative;
	clear: both;
	background-image: url(/images/footerbg.png);
	background-repeat: repeat-x;
	height: 70px;
	margin-top: 2em;
	padding-top: 5px;
	text-align: center;
}

img#footer-logo {
	position: absolute;
	left: 1em;
	top: 1em;
}

div#footer-links {
	position: absolute;
	right: 1em;
	top: 1em;
}

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

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

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

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

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

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

.normal {
	font-size: 12px;
	color: #000000;
}

.errmsg {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

small {
	font-size: 9px;
}

a.link {
	text-decoration: none;
}

a.link-button {
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 30px;
	width: 120px;
	display: inline-block;
	font-weight: bold;
	background-color: #505050;
	color: white;
	text-align: center;
}

a.link-button:hover {
	background-color: #505050;
}

div#registration {
	background: #eee;
	padding: 10px 0;
	margin-bottom: 20px;
}

div#registration h2,
div#training_details_container h2 {
	font-size: 22px;
}

div#training_details_container {
	margin: 40px 0 20px;
}

table#training_details {
	margin: 0 auto;
	border: none;
	text-align: left;
	min-width: 450px;
}

table#training_details td,
table#training_details th {
	border: none;
	padding: 3px 10px;
	font-size: 18px;
}

table#training_details th {
	font-weight: bold;
}

span.webinar-times {
	display: inline-block; 
	min-width: 140px;
}

h1 {
	font-size: 24px;
	background: #1b416f;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.thank-you {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}