/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 0.5em 0px 0.5em 0px;
	color: #CC1E49;
}

h3 {
	font: 1.4em Helvetica, Arial, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #3C7CBF;
}
h4{
	font: 1.1em Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #333;
}
p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 1.4em 0px;
	color: #333;
}
.blue{
	font-weight: bold;
	color: #3C7CBF;
	text-align: center;
	font-size: 1.1em;
}
.blue span{
	font-size: 1.4em;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 20px;
	list-style: url(../images/bullet.gif);
	color: #333;
	margin-bottom: 1em;
}
.ticks{
	margin-left: 20px;
}
.ticks li{
	background: url(../images/tick.gif) no-repeat;
	list-style:url();
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	color: #3C7CBF;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 4px 25px;
}
a, a:visited{
	color: #9E005D;
	text-decoration: underline;
}
a:hover, a:visited:hover{
	color: #CC1C55
}

table{
	border-collapse:collapse;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	clear: both;
}

table td{
	padding: 5px;
	border-bottom: 1px solid #e6e6e6;	
	background: #fff;
	vertical-align: top;
}
table th{
	padding: 5px;
	border-bottom: 1px solid #e6e6e6;
	background: #e6e6e6;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}


/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear{
	clear: both;
}
.boxed{
	padding: 20px;
	background: #3C7CBF;
}
.boxed h2, .boxed h3, .boxed p, .boxed h4{
	color: #fff;
}
.boxed p{
	font-size: 1.2em;
}
.boxed a, .boxed a:visited{
	color: #fff;
	text-decoration: underline;
}
.boxed a:hover, .boxed a:visited:hover{
	color: #000
}

.rightbox{
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
	font-weight: bold;
}
.boxedlight{
	padding: 10px;
	background: #D7E7F2;
	margin-bottom: 20px;
}

/* -------------- end general glasses -------------------------------------------- */


/* --------------- Form Styles - Using CMX Form ---------------------------------- */

#FormBlackoutssurveyForm label { width: 520px; color: #036; font-size: 1.1em;}

form.cmxform label { width: 200px; color: #036; font-size: 1.1em;} /* Width of labels */
form.cmxform .tickboxfield label{ width: 570px; }
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ margin-top: 20px; border: 1px solid #3C7CBF; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #3C7CBF;
	font-style: italic;
}
form.cmxform p{
	margin: 0.5em 0px;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 1px solid #E5E9F6;	
	list-style: url();
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 275px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 275px;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: url(button_bg.gif) repeat-x top #1FBECA;;
	border: 1px solid #1FBECA;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 25px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.error-message{
	border: 1px solid #E50024;
	background: url(../images/error-arrow.gif) no-repeat #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
}
.paypalform{
	width: 100px;
	float: right;
}
/* -------------- End Form Styles ----------------------------------------------- */

/* -------------- Adverts ------------------- */

.advert1{
	margin: 10px 0px 0px 0px;
	float: left;
	display: inline;
}
.advert2{
	margin: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

#adverts{
	width: 310px;
	float: left;
	display: inline;
}

#video{	
	width: 310px;
	float: left;
	margin-left: 10px;
	display: inline;
}

/* -------------- Bread Crumbs ------------------- */

.breadcrumbs{
	background: #E6E6E6;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	color: #333;
	clear: both;
}
.breadcrumbs a{
	color: #3C7CBF;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover{
	color: #000;
}

/* ------------- Sub Pages ------------------- */

.subpage{
	clear: both;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #E6E6E6;
}
.subpage h2{
	font: 1.4em Helvetica, Arial, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #3C7CBF;
}
.subpage p{
	margin: 0.7em 0px;
}
.contentsection{
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
}

/* ------------------ Pagination Controls ---------------------- */
.paginationdisplay{
	float: right;
	margin: 5px 0px;
	font-weight: bold;
	font-style: italic;
}
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px;
	text-decoration: none; 
	color: #666;
}

.pagination a:hover, .pagination a:active{
	color: #cc0000;
	background: #e6e6e6;
}

.pagination a.currentpage{
color: #333 !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* ------------- News Styles ---------------- */

.newsitem{
	margin: 0em 0em 1.5em 0em;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #E6E6E6;
}
.newsitem p{
	margin: 0.5em 0em;
}
.date{	
	font-style: italic;
	font-weight: bold;
}
.advert{
	float: left;
	display: inline;
}
/* Ticker Styles */
#ticker {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	
	background: url(../images/boxed_bg.gif) #CC1C55;
}
#ticker #static_text {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	float: left;
	display: inline;
}
#ticker #static_text a{
	color: #FFFFFF;
	text-decoration: none;
}
#ticker #ticker_items{
	position: relative;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 0px 20px;
}
#ticker #ticker_items li{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	margin: 0px;
	list-style: none;
	color: #fff;
}
#ticker a{
	color: #fff;
}

.quotearea{
	padding: 0px 10px 0px 10px;
	width: 200px;
	float: right;
	display: inline;
	background: url(../images/boxed_bg.gif);	
	margin: 0px 0px 20px 20px;
}
.quote{
	background: url(../images/quote_left.gif) no-repeat top left;
	padding: 0px 0px 0px 35px;
	color: #fff;
	font-size: 1.2em;
}

.quotetext{
	background: url(../images/quote_right.gif) no-repeat bottom right;
	padding: 0px 25px 0px 0px;
	color: #fff;
}

.author{
	font-weight: bold;
	margin: 0.5em 0px;
	color: #fff;
}
/* --- Table ---- */
.language td{
	text-align: center;
}
.language td p{ margin: 0px 0px 1.4em 0px;}
.language td img{ border: 1px solid #666; }

.poster{
	width: 200px;
	float: left;
	margin-left: 10px;
}

.poster img{
	border: 1px solid #ccc;
}
.booklet{
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 10px;
	text-align: center;
	color: #3C7CBF;
}
.bookletsm{
	width: 300px;
	height: 220px;
	float: left;
	margin-left: 10px;
	text-align: center;
	color: #3C7CBF;
}
.donateoptions{
	width: 290px;
	float: left;
	margin: 0px 10px 10px 0px;
	background: #3C7CBF;
	padding: 5px;
}

.donateoptions h2, .donateoptions h3, .donateoptions p, .donateoptions h4{
	color: #fff;
}
.donateoptions li{
	color: #fff;
	list-style:disc;
}

.donateoptions a, .donateoptions a:visited{
	color: #fff;
	text-decoration: underline;
}
.donateoptions a:hover, .donateoptions a:visited:hover{
	color: #000
}
#option1{
	background: url(../images/boxed_bg.gif);
}
#option2{
	background: #9E005D;
}
#option3{
	background: #9E005D;
	
}
#option4{
	background: url(../images/boxed_bg.gif);
}