/* @override http://www.neddc-yourspace.org.uk/style/neddc.css */

/* Colours 
 background: white
 text: black
 highlight: #A91529
 accented background #eee
*/

html {
	font-size: 66.8%;
}

body {
	font-size: 1em;
	font-family: arial, verdana, helvetica, sans serif;
	text-align: center;
	color: black;
	background-color: #aaa;
}

body, img, #page {
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #A91529;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0.25em;
}

h3 {
	color: #A91529;
	font-size: 1em;
	padding: 0;
	margin-bottom: 0.25em;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}

a {
	font-weight: bold;
	color: #A91529;
}

td {
	vertical-align: top;
}

#page {
	width: 768px;
	min-height: 720px;
  _height:auto !important;
  height:auto !important;
  height:720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: white;
	border: 1px solid black;
}

#page_was {
  height: expression(document.body.clientHeight ? “650px” : “auto”);
}

#header {
	margin-bottom: 5px;
	background-color: white;
	border-bottom: 1px solid black;
}

#footer {
	clear: both;
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid black;
	border-left-style: none;
	border-right-style: none;
	background-color: white;
}

#footer img {
	float: right;
	margin-right: 5px;
}

#footer p {
	text-align: center;
	font-size: 0.75em;
	padding-bottom: 22px;
}

#nav {
	color: white;
	margin: 0px;
	padding: 3px 0 5px;
	background: #A91529 url(/branding/nav_bgnd_red.gif) no-repeat;
}

#nav p {
}

#nav img {
	background-color: white;
}

#nav .nav_list {
	margin: 0;
}

#nav .nav_heading {
	font-weight: bold;
}

#nav span {
	font-size: 1.1em;
	margin:0 5px 0 5px;
	padding:0px;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav_secondary {
	border: 1px solid black;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}

#nav_secondary h2 {
	color: white;
	padding: 5px 5px 2px 38px;
	border-bottom: 1px solid gray;
	background: #eee url(/branding/go_bgnd_red.gif) no-repeat;
	text-align: right;
	font-size: 1.1em;
	height: 20px;
}

#nav_secondary .nav_list {
	padding: 0;
}

#nav_secondary .nav_element {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.25em 5px 0 0;
/*	margin-bottom: 0.25em;*/
	text-align: right;
	border-bottom: 1px solid black;
}

#nav_secondary .nav_element.active {
	background-color: #eee;
}

#nav_secondary .nav_element.last {
	border-bottom: none;
}

#nav_secondary .nav_element a {
	text-decoration: none;
	color: black;
}

#nav_secondary .nav_element a:hover {
	text-decoration: underline;
}

div.poll {
/*	float: left;
	width: 226px;*/
	background-color: white; #ff9272;
	border: 1px solid black;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}


div.poll h2 {
	color: white;
	padding: 5px 5px 2px 38px;
	border-bottom: 1px solid gray;
	background: #eee url(/branding/poll_bgnd_red.gif) no-repeat;
	text-align: right;
	font-size: 1.1em;
	height: 20px;
}

div.poll p {
	padding: 2px 5px;
	text-align: justify;
}

.poll_form {
	
}

.poll_form .poll_form_radio {
	margin: 0 0 0 5px;
}

.poll_form .poll_submit {
	margin: 5px 0 5px 5px;
}

/* Table encompassing all poll results */
.poll_result_table {
	
}

/* Table containing the result of one question as text */
.poll_result_text {
	
}

.poll_result_text .td {
	padding: 0 0 0 5px;
}

/* Table containing the result of one question as a bar */
.poll_result_bar {
	
}

#content {
	padding-top: 10px;
	position: relative;
/*	background: url(/branding/page_bg.gif) repeat-y;*/
}

#main {
	padding-left: 144px; /*152px;*/ /*172px*/
	font-size: 1.1em;
}

#main.page_index {
	font-size: 1em;
}

.left {
	position: absolute;
	width: 138px; /*162px*/
	top: 0;
	left: 5px;
	padding-top: 10px;
	background-color: white;
}

.left img.logo {
	margin-left: 5px; /*15px*/
}

.archive_webcast {
	position: relative;
	margin-bottom: 10px;
}

h2.category {
	padding-top: 5px;
	border-top: 1px solid black;
}

h2.category.first {
	padding-top: 0;
	border: none;
}

.archive_webcast h3 {
	font-size: 1em;
	padding-left: 105px;
	color: black;
	font-weight: bold;
}

.archive_webcast p {
	padding-left: 105px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.archive_webcast .related {
	padding-left: 105px;
}

.archive_webcast .related a {
	text-decoration: none;
}

.archive_webcast .related a:hover {
	text-decoration: underline;
}

.archive_webcast .screenshot {
	position: absolute;
	left: 0;
}

img.screenshot {
	border: 1px solid black;
}

/* @group index page elements */

/* @group welcome section */

div.welcome {
/*	float: left;
	width: 226px;*/
	background-color: white;
	border: 1px solid black;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}


div.welcome h2 {
	color: white;
	padding: 5px 5px 2px 38px;
	border-bottom: 1px solid gray;
	background: #eee url(/branding/mast_bgnd_red.gif) no-repeat;
	text-align: right;
	font-size: 1.1em;
	height: 20px;
}

div.welcome p {
	padding: 2px 5px;
	text-align: justify;
	font-size: 1.1em;
}

/* @end */

div.main_category {
	padding: 0 0 10px 150px; /* left was 175px */
	width: 460px; /*440px*/
	position: relative;
	height: 111px;
}

div.main_category img.screenshot {
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 111px;
}

*.launch.archive {
/*	margin-left: 10px;*/
}

div.main_category p,
div.main_category h3,
div.main_category h2,
div.main_category ul {
	margin-left: 10px;
}

div.main_category h2 a,
div.webcast_category h2 a {
	text-decoration: none;
}

div.main_category h2 a:hover,
div.webcast_category h2 a:hover {
	text-decoration: underline;
}

div.main_category h3 {
	color: black;
	font-weight: bold;
}

div.row {
}

div.webcast_category {
	float: left;
	width: 299px; /*295px;*/ /*290px*/
	padding: 10px 0 5px;
	border: none;
	background: url(/branding/dot_2_black.gif) repeat-x left top;
	margin-right: 10px;
/*	position: relative;*/
	margin-bottom: 10px;
	min-height: 90px;
}

div.webcast_category.first {
	clear: left;
}

img.shim {
	float: left;
}
div.webcast_category.last {
	margin-right: 0;
}

div.webcast_category h2 {
	/*font-size: 1em;*/
	padding-left: 12px;
	background: url(/branding/diamond.gif) no-repeat 0 2px;
}

div.webcast_category h3 {
	font-size: 1em;
	padding-left: 5px;
	color: black;
	font-weight: bold;
}

div.webcast_category p {
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

div.webcast_category img.screenshot {
	vertical-align: top;
}

.webcast_category .related {
	padding-left: 5px;
}

.title {
	font-weight: bold;
}

/*.related {
	font-size: 0.8em;
}*/

a.launch {
	text-decoration: none;
	/*font-size: 0.8em;*/
}

a.launch:hover {
	text-decoration: underline;
}

/* @end */

/* @group static text */

.static_content strong {
	font-weight: bold;
}

.static_content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

.question {
  font-weight: bold;
}

/* @end */



/* @group From epetitioner */

#parentmenucore {
	position:absolute;
	top:2px;;
	left:0;
	margin:0;
	padding:0;
	height:20px;
	}
#parentmenucore ul {
	}
#parentmenucore li {
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin:0 1px 0 0;
	padding:0;
	}
#parentmenucore a {
	display:block;
	text-decoration:none;
	padding:3px;
	color:#FFFFFF;
	}
a#plink1 {
	background-color:#333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #95928D;
	border-bottom-color: #95928D;
}
a#plink1:hover {background-color:#95928D;}
a#plink2 {
	background-color:#00A7DC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3FB9E0;
	border-bottom-color: #3FB9E0;
}
a#plink2:hover {background-color:#3FB9E0;}
a#plink3 {
	background-color:#6EB54F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8E1C2;
	border-bottom-color: #D8E1C2;
}
a#plink3:hover {background-color:#D8E1C2;}
a#plink4 {
	background-color:#E87033;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EC8F64;
	border-bottom-color: #E87033;
}
a#plink4:hover {background-color:#EC8F64;}
a#plink5 {
	background-color:#E53C43;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F6C3BF;
	border-bottom-color: #F6C3BF;
}
a#plink5:hover {background-color:#EC8F64;}
a#plink6 {
	background-color:#BFD242;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEE8A3;
	border-bottom-color: #DEE8A3;
}
a#plink6:hover {background-color:#DEE8A3;}


/* @end */

