/** MAIN */
* {
	margin: 0;
	padding: 0;}

body {
	background-color: #000;
	color: #FFF;
	font: 15px Arial, Helvetica, sans-serif}

a img {
	border: 0;}

div#wrapper {
	max-width: 320px;}


/** TYPOGRAPHY */
h1 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	margin: 0 5px 5px 5px;
	color: #666;
	padding-bottom: 1px;}

h1 a {
	position: absolute;
	left: 5px;}

h1 a {
	margin-top: 4px;}

h2, p, span, h3 {
	font-size: 15px;
	margin: 0 5px;
	line-height: 18px;}

h2 {
	font-weight: bold;
	color: #FF0;}

h3 {
	display: inline;
	color: #999;
	font-weight: normal;}

hr {
	height: 1px;
	border: 0;
	margin: 10px 5px;
	border-bottom: 1px dotted #666;}

p {
	margin-bottom: 1.5em;}

a:link, a:visited {
	color: #FF0;
	text-decoration: none;}

a#homelink:link, a#homelink:visited {
	color: #999;
	font-size: 85%;
	text-decoration: underline;
	text-transform: uppercase;}

a#homelink {
	display: block;
	margin: 30px 0;
	text-align:center;}

div.link {
	cursor: pointer;}

.haslink a {
	background: transparent url(/images/mobile/link-arrow.gif) right center no-repeat;
	padding-right: 25px;
	margin-right: 10px;
	display: block;}

.news h2.haslink {
	margin-bottom: 18px;} 

.news p {
	position: relative;
	color: #999;}

.program .haslink a:link, .program .haslink a:visited {
	color: #FFF;}

.program p {
	font-style: italic;
	color: #999;
	margin-bottom: 0;}

.program .title {
	color: #FF0;
	font-weight: bold;
	font-style: normal;}

p.resultcount {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #999;}

p#loggedin {
	font-size: 13px;
	line-height: 24px;
	color: #FF0;
	margin-bottom: 0;
	text-align: center;}

span.datetime {
	display: block;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;}

.news span.datetime {
	font-size: 15px;}

a.extrainfo {
	text-decoration: none;
	display: block;
	padding-right: 10px;
	margin: 0 5px 1.5em 5px;}

a.extrainfo span {
	display: block;
	padding-right: 35px;
	background: transparent url(/images/mobile/link-arrow.gif) right center no-repeat;
	margin: 0;}

a.extrainfo span span {
	background: transparent none;
	padding: 0;}

a:link span.title, a:visited span.title {
	font-weight: bold;
	color: #FFF;}

q, .keywords {
	font-style: italic;}

.keywords {
	color: #666;}

ul {
	list-style-type: none}

ul.menu {
	margin: 5px;
	list-style-type: none;}

ul.menu li {
	display: block;
	margin-bottom: 2px;}

ul.menu a:link, ul.menu a:visited,
a.nextpage:link, a.nextpage:visited,
a.prevpage:link, a.prevpage:visited {
	display: block;
	padding: 0 10px 0 8px;
	background: #000 url(/images/mobile/link-bg.png) top left no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;}

ul.menu a:link span, ul.menu a:visited span,
a.nextpage:link span, a.nextpage:visited span,
a.prevpage:link span, a.prevpage:visited span {
	display: block;
	line-height: 15px;
	height: 33px;
	color: #FFF;
	vertical-align: middle;
	background: transparent url(/images/mobile/link-arrow.gif) right center no-repeat;
	padding: 15px 35px 0 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

a.prevpage,
a.nextpage {
	margin: 0 5px;}

a.prevpage:link span, a.prevpage:visited span {
	background: transparent url(/images/mobile/link-arrow-back-small.gif) left center no-repeat;
	padding: 15px 10px 0 35px;}

.program .prevpage,
.program .nextpage {
	margin-top: 10px;}


/** FORMS */
form {
	margin: 0 5px;}

form p {
	margin-bottom: 0.75em;}

label {
	display: block;
	color: #FF0;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;}

input[type=text], input[type=password] {
	border: 0;
	background: #D9D9D9 url(/images/mobile/input-bg.gif) top left repeat-x;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 100%;
	padding: 4px 0 0 0;
	line-height: 28px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	color: #666;
	display: block;}

#login-form button {
	border: 0;
	display: block;
	background: #000 url(/images/mobile/link-bg.png) top left no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	text-align: left;}

button span {
	display: block;
	line-height: 15px;
	height: 33px;
	color: #FFF;
	margin: 0 10px 0 11px;
	vertical-align: middle;
	background: transparent url(/images/mobile/link-arrow.gif) right center no-repeat;
	padding: 15px 35px 0 0;}

form.program {
	margin: 15px 5px 0 5px;
	background: #FF0 url(/images/mobile/program-top-left.gif) top left no-repeat;}

form.program div {
	background: transparent url(/images/mobile/program-top-right.gif) top right no-repeat;}

form.program div div {
	background: transparent url(/images/mobile/program-bottom-right.gif) bottom right no-repeat;}

form.program div div div {
	padding: 10px;
	background: transparent url(/images/mobile/program-bottom-left.gif) bottom left no-repeat;
	color: #333;}

form.program label, form.program input, form.program select {
	margin-bottom: 13px;
	float: left;}

form.program label {
	width: 70px;
	clear: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;}

form.program input {
	border: 1px solid #C4C3C3;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	width: 215px;
	background: #FFF url(/images/mobile/program-input.gif) top left repeat-x;}

form.program select {
	width: 215px;}
/*
form.program select, form.program button {
	background-color: #CCC}*/

form.program button {
	float: right;}


/** LINKS */
p#loggedin a:link, p#loggedin a:visited {
	color: #666;
	text-decoration: none;}


/** HEADER */
div#header {
	margin: 0 5px;
	height: 36px;
	overflow: hidden;
	position: relative;}

div#header img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

div#header img#ade-label {
	left: auto;
	right: 0;
	top: 5px;
	z-index: 2;}
