html, body {
	margin: 0px;
	padding: 0px;
	background-color: #222;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	height: 101%;
	background-image: url('/Layout/UDStage/Imgs/bg-transparent-dark-light-dark.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.container {
	width: 940px;
	margin: 0px auto;
}
#topbar {
	background-color: #111;
	border-bottom: 1px solid #000;
	height: 25px;
}

#topbar a:link, #topbar a:visited {
	color: #0dafde;
	font-size: 11px;
	text-decoration: none;
}

#topbar a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

#topbar #user a{
	padding: 0px 10px 0px 10px;
}


#topbar .container > div {
	float: left;
	line-height: 25px;
	color: #fff;
	z-index: 2;
	background: transparent;
}
#topbar #radio {
	text-align: left;
	padding-left: 10px;
	width: 54%;
}
#topbar #user {
	text-align: right;
	padding-right: 10px;
	width: 43%;
}

#header {
	position: relative;
	height: 110px;
}

#header .container {
	height: 100%;
}

#header #logo {
	position: absolute;
	top: -6px;
	z-index: 1;
}

#header #radiobuttons {
	padding-top: 10px;
	padding-left: 600px;
	overflow: hidden;
}

#header #radiobuttons img {
	margin-left: 15px;
}
#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar ul{
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
	width: 12.27%;
	margin: 0px 1px;
	background-color: #efefef;
}

#navbar ul li:first-child {
	margin-left: 2px;
}

#navbar ul li:last-child {
	margin-right: 0px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-shadow: #bbb 1px 1px 1px;
} 

#navbar ul li:hover {
	color: #000;
	border-top: 2px solid #fff;
	font-weight: bold;
	background-color: #c9c9c9;
} 

#navbar > .container {
	height: 25px;
	overflow: hidden;
	background-color: #111;
	border: 1px solid #111;
	border-bottom: none;
}

#body > .container {
	min-height: 600px;
	overflow: hidden;
	background-color: #1f1f1f;
	border: 1px solid #111;
	padding-top: 5px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0dafde;
}

input {
	max-width: 200px;
}

.notifications, .errors {
	margin: 1px 5px 5px 5px;
	padding: 3px;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #777;
	background-color: #2a2a2a;
	border: 1px solid #777;
}

.errors {
	font-weight: bold;
}

#footer .container {
	padding: 10px 0px 20px 10px;
	color: #aaa;
	font-size: 11px;
}
#footer {
	height: 70px;
}

a img {
	border: none;
}


#radios .image {
	width: 48px;
	text-align: center;
}

#radios td{
	line-height: 18px;
}

table {
	width: 100%;
}

textarea {
	height: 90px;
}

#body a {
	padding: 0px 1px 0px 1px !important;
}


.profile_table td:first-child, .information_table td:first-child {
	text-align: right;
	width: 20% !important;
	max-width: 100px;
}
.profile_table td:last-child, .information_table td:last-child {
	text-align: left;
}

.profile_table td, .information_table td {
	vertical-align: top;
}
