/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #030303;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/navback.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #818181;
	margin-left: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #818181;
	margin-left: 30px;
}
p {
	font-size: 0.7em;
	line-height: 1.7em;
	color: #6D6D6D;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 25px;
}

ul {
	margin-left:50px;	
}

li {
	font-size: 0.7em;
	line-height: 2em;
	color: #6D6D6D;
	margin-right: 30px;
	margin-left: 30px;
}
a {
	color: #B35986;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span {
	margin-right: 15px;
	margin-left: 15px;
}
#wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 309px;
	float: left;
}
#right {
	margin-left: 309px;
}
#right #content .module {
	float: left;
	width: 334px;
}
/* BUTTONS first level */
#globalheader {
	width: 669px;
	height: 44px;
	padding-top: 54px;
}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0; padding-top: 44px; overflow: hidden; cursor:pointer; }
#globalheader #globalnav li a { background-image: url(../images/navigationBar.jpg); background-repeat: no-repeat; }

/* ON STATES first level */
#globalheader #globalnav li#button1 a { background-position: 0 0; width: 110px; }
#globalheader #globalnav li#button2 a { background-position: -110px 0; width: 112px; }
#globalheader #globalnav li#button3 a { background-position: -222px 0; width: 115px; }
#globalheader #globalnav li#button4 a { background-position: -337px 0; width: 111px; }
#globalheader #globalnav li#button5 a { background-position: -448px 0; width: 106px; }
#globalheader #globalnav li#button6 a { background-position: -554px 0; width: 115px; }

/* OVER STATES first level */
#globalheader #globalnav li#button1 a:hover { background-position: 0 -88px; }
#globalheader #globalnav li#button2 a:hover { background-position: -110px -88px; }
#globalheader #globalnav li#button3 a:hover { background-position: -222px -88px; }
#globalheader #globalnav li#button4 a:hover { background-position: -337px -88px; }
#globalheader #globalnav li#button5 a:hover { background-position: -448px -88px; }
#globalheader #globalnav li#button6 a:hover { background-position: -554px -88px; }

/* ON STATES first level */
#globalheader #globalnav li#button1 a.selected { background-position: 0 -88px; cursor: default; }
#globalheader #globalnav li#button2 a.selected { background-position: -110px -88px !important; }
#globalheader #globalnav li#button3 a.selected { background-position: -222px -88px !important; }
#globalheader #globalnav li#button4 a.selected { background-position: -337px -88px !important; }
#globalheader #globalnav li#button5 a.selected { background-position: -448px -88px !important; }
#globalheader #globalnav li#button6 a.selected { background-position: -554px -88px !important; }

.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#content {
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 30px;
	padding-top: 40px;
}
#content #register  label{
	width: 8em;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px;
	font-weight: bold;
}
#content #register .input {
	font-size: 12px;
	border: 1px solid #2E2E2E;
	;
	padding: 2px;
	color: #6E6E6E;
	width: 15em;
	background-color: #191919;
}
#content #register p {
	margin-top: 15px;
}
#content .highlight {
	background-color: #BED8EF;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #434343;
}
#content .podcast img {
	float: left;
	margin-right: 20px;
	border: 1px solid #828282;
	margin-left: 30px;
}
.button {
	background-color: #333;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
	font-weight: bold;
	cursor:pointer;
	cursor:pointer;
	border: 1px solid #2E2E2E;
}
.footer {
	clear: both;
	margin-bottom: 50px;
}

.utilities {
	float: right;
}
