/* Added by eater */
/* Powermail form */

.tx-powermail-pi1 label {width:150px; display:block; float:left; text-align:right; margin-right:15px;}
.tx-powermail-pi1 fieldset {border:0;}
.tx-powermail-pi1 legend {display:none;}
.tx_powermail_pi1_fieldwrap_html {margin-bottom:10px;}
#middle p.tx_powermail_pi1_fieldwrap_html_radio_title {text-align:right; width:150px; margin-bottom:0; line-height:100%; padding:0;}
.tx-powermail-pi1 input, .tx-powermail-pi1 textarea {border: 1px solid #cccccc; width:200px;}
.tx_powermail_pi1_fieldwrap_html_radio input {width:auto;}
div.tx_powermail_pi1_fieldwrap_html_radio {margin-bottom:15px;}
.tx_powermail_pi1_fieldwrap_html_submit input, .tx_powermail_pi1_formconfirmation_back input, .tx_powermail_pi1_formconfirmation_submit input {width:auto; padding:0 10px;}
.tx-powermail-pi1 textarea {height:70px;}

.powermail_mandatory {color:#ff0000;}
.powermail_mandatory_js {color:#ff0000; margin-left:165px;}

#middle .tx-powermail-pi1_thx p {text-indent:0}

.tx_powermail_pi1_formconfirmation_back {
	width:100px;
	float:left;
}

.tx_powermail_pi1_formconfirmation_submit {
	width:150px;
	float:left;
}


* {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

html, body {
	background: #cadfee url('../images/bg.gif') left top repeat-x;
	color: #333;
}

body {
	font-size: 75%;
	text-align: center;
}

a {
	text-decoration: underline;
}

a, :focus {
	outline: 0;
}

a {
	color: #0067c1;
}

a:hover, a:focus {
	text-decoration: none;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

form p {
	padding: .4em 0 !important;
}

a, a *, button, button * {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

button {
  background: #0067c1 url('../images/mainnav_act_bg.gif') left top repeat-x;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: .4em 1.4em .5em;
	text-align: center;
}

code, pre {
	background: #262626;
	border-left: 5px solid #363636;
	color: #fff;
	display: block;
	font-family: monospace;
	font-size: 120%;
	line-height: 180%;
	padding: 15px 15px 0 15px;
	width: 505px;
	zoom: 1;
	height: 1%;
}

blockquote {	
	background: transparent url('../images/quotebg.gif') left 10px no-repeat;
	color: #888;
	display: block;
	font-style: italic;
	line-height: 180%;	
	padding: 20px;
	text-indent: 3em;
}

sup {
	font-size:60%;
}

.ri {
	text-align: right;
}

#siteholder {
  background: #fff;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	width: 880px;
}

#logo {
  display: block;
  padding: 20px 10px;
  text-align:right;
}

#logo h1, #logo h1 a {
	color: #333;
	text-decoration: none;
}
#logo .where, #logo .when {text-align:right; display:block; font-size:80%}


#content {	
	float: right;
	width: 550px;
	padding: 10px 50px 10px 40px;
}

#wide_content {
	float:right;
	width: 790px;
	padding:10px 50px 10px 40px;
}

#subnav {
  float: left;
  padding: 10px 0;
	width: 240px;
}

#mainnav {
  background: #e2edf6 url('../images/mainnav_bg.gif') left top repeat-x;
  font-weight: bold;
	padding: 10px 10px;
	text-transform: uppercase;
}

#mainnavwrap {
  overflow: hidden;
}

#mainnav ul {
  margin-left: -2px;
}

#mainnav li, #mainnav li a, #mainnav li span {
  display: block;
  float: left;
}

#mainnav li {
  margin-left: 2px;
}

#mainnav li a, #mainnav li span {
  padding: 9px 20px;
}

#mainnav a, #mainnav a * {
	color: #333 !important;
	text-decoration: none;	
}

#mainnav a:hover, #mainnav a:hover *, #mainnav a:focus, #mainnav a:focus * {
  background: #abcdeb url('../images/mainnav_over_bg.gif') left top repeat-x;
}

#mainnav .act a, #mainnav .act * {
  background: #0067c1 url('../images/mainnav_act_bg.gif') left top repeat-x;
  color: #fff !important;
}


#mainnav .cur, #mainnav .cur * {
  background: #0067c1 url('../images/mainnav_act_bg.gif') left top repeat-x;
  color: #fff;
}

#middle {
  padding: 20px 0 50px;
}

#middle .csc-firstHeader {
	margin-top:0;
}

#middle h2, #middle h3, #middle h4 {
	margin-top:1em;
	margin-bottom:.3em;
}


#middle h2 {
	font-size: 220%;
}

#middle h3 {
	font-size: 160%;
}

#middle h4 {
	font-size: 110%;	
}

#middle h5 {
	font-size: 140%;	
}


#middle p {
	font-size: 110%;
	line-height: 160%;
	/*text-indent:50px;*/
	margin-top:.2em;
	/* padding-bottom: 2em; */
	text-align:justify;
}

#middle .teaser {
	color: #888;
	font-size: 130%;
	line-height: 170%;
	padding-bottom: 1em;
}

#content ul {
	margin-left:30px;
	margin-top:.2em;
}

#content ul li {
	background: transparent url('../images/li_bullet1.gif') left .5em no-repeat;
	display: block;
	padding: .4em 0 .4em 18px;
	
}

#content ul li ul {
	margin: .5em 0 0;
}

#content ul li li {
	background: transparent url('../images/li_bullet2.gif') left .7em no-repeat;
	font-size: 95%;
	padding: .4em 0 .4em 15px;
}

#middle table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	/* width: 100%; */
}

#middle table th, 
#middle table td {
	padding: .7em .5em;
}

#middle table.csc-uploads th, 
#middle table.csc-uploads td {
	padding: .2em .2em;
}

#middle table th {
  background: #e2edf6 url('../images/mainnav_bg.gif') left top repeat-x;
}

#middle table tbody .tr-even td {
	background: #f2f2f2;
}

#middle table caption {
	font-size:150%;
	margin-bottom:0.3em;
	text-align:left;
}

#middle .in {
	background: #e9f0f5;
	border: 1px solid #d0e0ed;
	border-right: 0 none;
	border-bottom: 0 none;
}

#content label {
	font-size: 90%;
	font-weight: bold;
}

#content input,
#content textarea {	
	padding: 5px;
	width: 530px;
}

#middle img {
	border: 1px solid #eee;
	display: block;
	padding: 4px;
}

.img-left {
	float: left;
	margin: .3em 20px 10px 0;
}

.img-right {
	float: right;
	margin: .3em 0 10px 20px;
}

#subnav ul li {
	background: transparent url('../images/dotted.gif') left bottom repeat-x;
	display: block;
	padding: 0;
}

#subnav ul li a,
#subnav ul li span {
	display: block;	
	color: #333;
	padding: .8em 10px;
	text-decoration: none;
}

#subnav ul li a:hover, #subnav ul li a:focus {
  color: #0067c1;
}

#subnav ul .act a {
  background: transparent url('../images/arrow.gif') 10px 1.1em no-repeat;
  color: #0067c1;
  font-weight: bold;
  padding-left: 25px;
}

#subnav ul .cur span {
  background: transparent url('../images/arrow.gif') 10px 1.1em no-repeat;
  color: #0067c1;
  font-weight: bold;
  padding-left: 25px;
}

#footer {
  background: #f2f2f2;
	display: block;
	padding: 20px 0 40px;
	text-align: center;
}

#footer p {
	font-size: 90%;
	padding: 0 0 5px 0;
}

#footer, #footer * {
	color: #aaa;
	text-decoration: none;
}

/* FCE styles */

.organiser a.image {
	float:left;
	width:150px;
}

.organiser img {
	margin:0 auto;
}

.organiser span.description {
	/*clear:left;*/
	float:left;
	font-size:120%;
	margin-left:20px;
	width:230px;
	vertical-align:middle;
}


.organiser {
	clear:left;
	margin-bottom:1em;
	overflow:auto;
}

p.imp, span.imp, h4.imp, h3.imp, h5.imp {
	text-decoration:bold;
	color:red;
}
