html	{
	height: 100%;
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 75%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(/img/background.gif) repeat-x 0 0;
}

h1	{
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	border: 1px #693;
	border-style: none none dotted;
	font-size: 120%;
	font-weight: bold;
}

h2	{
	margin: 2em 0 0;
	font-size: 100%;
	font-weight: bold;
}

h3	{
	margin: 1em 0;
	font-size: 100%;
	font-weight: bold;
}

h4	{
	margin: 1em 0 0;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}

h5	{
	margin: 1em 0 0;
	font-size: 90%;
	font-weight: bold;
	color: #060;
}

h6, pre	{
	margin: 1em 0;
	padding: 1em 10px;
	font-family: 'lucida console', monospace;
	font-size: 90%;
	color: #0c0;
	background-color: #000;
}

p	{
	margin: 1em 0 0;
	font-size: 100%;
	font-weight: normal;
}

p.NextPage	{
	font-weight: bold;
}

address	{
	margin: 1em 0 0;
	font-style: normal;
}

address p	{
	margin: 0.25em 0 0;
}

ul	{
	margin: 0 0 1em;
	padding: 0;
}

li	{
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 100%;
}

input, textarea	{
	padding: 1px 2px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

input.WideField	{
	width: 514px;
}

textarea.ShortText	{
	width: 100%;
	height: 100px;
}

textarea.LongText	{
	width: 100%;
	height: 200px;
}

input.CheckRadio	{
	width: auto;
	padding: 0;
	border: 0;
}

input.ErrorField	{
	background-color: #9c3 !important;
}

select	{
	padding: 1px 2px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

a	{
	color: #333;
}

a:hover	{
	color: #060;
}

/*strong	{
	color: #060;
}*/

sup	{
	font-size: 75%;
}


/* structure */

#OuterFrame {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#Header	{
	width: 960px;
	height: 112px;
	background: #fff url(/img/head_rb.gif) no-repeat 100% 100%;
}

#HeaderLogo	{
	background: transparent no-repeat 0 0;
	width: 573px;
	height: 112px;
	overflow: hidden;
	float: left;
}

body.langen #HeaderLogo	{
	background-image: url(/img/logo_en.gif);
}

body.langfr #HeaderLogo	{
	background-image: url(/img/logo_fr.gif);
}

body.langde #HeaderLogo	{
	background-image: url(/img/logo_de.gif);
}

body.langit #HeaderLogo	{
	background-image: url(/img/logo_it.gif);
}

body.langes #HeaderLogo	{
	background-image: url(/img/logo_es.gif);
}

body.langpt #HeaderLogo	{
	background-image: url(/img/logo_pt.gif);
}

#HeaderLogo a	{
	width: 566px;
	height: 72px;
	text-indent: -999em;
	display: block;
}

#HeaderNavigation	{
	width: 371px;
	padding: 5px 8px 0;
	text-align: right;
	float: left;
	overflow: hidden;
}

#HeaderNavigation input	{
	padding: 1px 2px;
	font-size: 85%;
	text-transform: uppercase;
}

#TeamCountrySelect	{
	width: 371px;
	padding: 0 0 5px;
	background: #e5f0e5 url(/img/head_team_b.gif) no-repeat 0 100%;
	text-align: right;
	overflow: hidden;
}

#TeamCountrySelect p#SelectTeam	{
	width: 355px;
	margin: 0 0 5px;
	padding: 5px 8px 0 8px;
	background: #e5f0e5 url(/img/head_team_t.gif) no-repeat 0 0;
	font-weight: bold;
	text-align: right;
}

#TeamCountrySelect p#SelectTeam a	{
	color: #060;
}

#CountrySelect	{
	width: 371px;
	padding: 5px 0 0;
	text-align: right;
}

#TeamCountrySelect form, #CountrySelect form	{
	margin: 0 8px 3px;
	padding: 0;
	border: 0;
}

#TeamCountrySelect label, #CountrySelect label	{
	font-size: 90%;
}

#TeamCountrySelect select, #CountrySelect select	{
	width: 240px;
}

#TeamCountrySelect input, #CountrySelect input	{
	width: 25px;
}


/* language choice */

#LanguageSelect	{
	margin: 10px 0 2px;
	padding: 0 0 0 120px;
	cursor: default;
}

#LanguageSelect form	{
	margin: 0;
	padding: 0;
	border: 0;
}


#LanguageSelect label	{
	padding: 0 40px 0 0;
	background: transparent url(/img/globe.gif) no-repeat 100% 50%;
	font-weight: bold;
	color: #693;
}

#LanguageSelect input	{
	margin: 0;
	padding: 0 3px 0 9px;
	border: 0;
	background: transparent url(/img/head_delim.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #693;
	text-transform: capitalize;
	cursor: pointer;
}

#LanguageSelect input#lang_en	{
	background: none;
}

body.langen #LanguageSelect input#lang_en, body.langfr #LanguageSelect input#lang_fr,
body.langde #LanguageSelect input#lang_de, body.langit #LanguageSelect input#lang_it,
body.langes #LanguageSelect input#lang_es, body.langpt #LanguageSelect input#lang_pt	{
	color: #060;
}

/* language choice (links)

#HeaderNavigation ul	{
	margin: 10px 0 2px;
	padding: 0;
	cursor: default;
	list-style: none;
	display: inline;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 17px;
}

#HeaderNavigation li	{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 5px 0 11px;
	background: transparent url(/img/head_delim.gif) no-repeat 0 50%;
	font-weight: bold;
	text-align: center;
}

#HeaderNavigation li	{
	display: inline;
}

#HeaderNavigation li#lang_en	{
	background: none;
}

#HeaderNavigation li a	{
	color: #693;
	text-decoration: none;
}

#HeaderNavigation li a:hover,
	body.langen #HeaderNavigation li#lang_en a, body.langfr #HeaderNavigation li#lang_fr a,
	body.langde #HeaderNavigation li#lang_de a, body.langit #HeaderNavigation li#lang_it a,
	body.langes #HeaderNavigation li#lang_es a, body.langpt #HeaderNavigation li#lang_pt a	{
	color: #060;
}*/


/* main menu (modified suckerfish, left-aligned variable width) */

#TopBand	{
	width: 960px;
	font-size: 100%;
	font-weight: bold;
	clear: both;
}

#TopMenu	{
	/*float: right;*/
	padding: 0 0 0 125px;
}

#TopMenu, #TopMenu ul	{
	margin: 0;
	list-style: none;
	background-color: #060;
}

#TopMenu li	{
	width: auto;
	padding: 0;
	background: transparent url(/img/top_delim.gif) no-repeat 0 0.75em;
	float: left;
}

#TopMenu li#home	{
	background: transparent;
}

#TopMenu li ul	{
	position: absolute;
	background-color: #060;
	width: auto;
	left: -999em;
	z-index: 1;	/* needed for mac safari */
}

#TopMenu li:hover > ul	{
	left: auto;
}

#TopMenu .pshover	{
	left: auto;
}

/* fix for IE7 */
#TopMenu li:hover	{
	 position: static;
}

#TopMenu li ul li	{
	width: auto;
	border: 1px #9c3;
	border-style: dotted none none;
	background: none;
	float: none;
}

#TopMenu a	{
	color: #fff;
	width: 100%;
	padding: 7px 20px;
	display: block;
	text-decoration: none;
}

#TopMenu a:hover, #TopMenu li.NavSel a, #TopMenu li.NavSel ul li a:hover	{
	color: #9c3;
}

#TopMenu li.NavSel ul li a	{
	color: #fff;
}

#TopMenu li.NavSel ul li.NavSel a	{
	color: #9c3;
}

#TopMenu li ul li.ExtLink a	{
	background: transparent url(/img/ext_link_top.gif) no-repeat 6px 0.75em;
}


/* sub menu (hidden if javascript enabled and/or compliant browser, ie if suckerfish works) */
/*	starts underneath 2nd fixed-position top level link (in IE6) */
#SubBand	{
	width: 720px;
	padding: 0 0 0 240px;
	background-color: #358635;
	clear: both;
	overflow: hidden;
}

/*	starts underneath specific links */
body.resultsPage #SubBand	{
	width: 600px;
	padding: 0 0 0 360px;
}
body.aboutPage #SubBand	{
	width: 120px;
	padding: 0 0 0 840px;
}

#SubMenu	{
	margin: 0;
	list-style: none;
}

/* hide sub menu if > ie6 */
#SubBand > #SubMenu	{
	display: none;
}

#SubMenu li	{
	padding: 0;
	background: transparent url(/img/sub_delim.gif) no-repeat 0 0.75em;
	/*letter-spacing: 0.05em;*/
	float: left;
}

#SubMenu a	{
	color: #9c3;
	width: 110px;
	padding: 7px 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#SubMenu li.LastChild a	{
	width: 130px;
}

body.aboutPage #SubMenu li.LastChild a	{
	width: 110px;
}

#SubMenu a:hover, #SubMenu .NavSel a	{
	color: #fff;
}


/* left, centre and right columns */

#InnerFrame {
	width: 960px;
	padding: 20px 0;
	background-color: #fff;
	clear: both;
	overflow: hidden;
}


/* left column */

#LeftColumn	{
	width: 120px;
	margin: 0;
	padding: 0 30px 0 25px;
	float: left;
}

#LeftColumn #LeftLinks div	{
	width: 118px;
	margin: 0 0 20px;
	border: 1px solid #4c4c4c;
	background: transparent no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}

#LeftColumn #LeftLinks div a	{
	width: 120px;
	height: 100%;
	display: block;
}


/* main content - centre column */

#MainContent	{
	width: 520px;
	float: left;
}

#MainContent h1	{
	color: #060;
}

#MainContent h1 span.DateLine	{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	float: right;
}

#MainContent p img.AlignLeft	{
	margin: 0 10px 0.5em 0;
	float: left;
}

#MainContent p img.AlignRight	{
	margin: 0 0 0.5em 10px;
	float: right;
}

#MainContent p.CloseLink	{
	margin: 0.5em 0 0;
	font-weight: bold;
}

#MainContent p.CloseLink a	{
	text-decoration: none;
}

#MainContent p.CloseLink a:hover	{
	text-decoration: underline;
}

#MainContent a.BoldLink	{
	font-weight: bold;
	text-decoration: none;
}

#MainContent a.BoldLink:hover	{
	text-decoration: underline;
}

#MainContent p.NewsCopyright	{
	font-size: 90%;
}

#MainContent p.CategoryList	{
	color: #693;
	font-size: 90%;
}

#MainContent p.CategoryList a	{
	color: #333;
}

#MainContent ul	{
	margin: 1em 0 0;
}

#MainContent ul li	{
	margin: 0.5em 0 0 18px;
	padding: 0;
	list-style-type: disc;
}

#MainContent ul.PlainList li	{
	margin: 0.5em 0 0;
	list-style-type: none;
	clear: right;
}

#MainContent ul.PlainList li a	{
	color: #060;
	font-weight: bold;
}

#MainContent ul.PlainList li a:hover	{
	color: #693;
}

#MainContent ul.PlainList li p	{
	margin: 0;
}

#MainContent ul.PlainList li div.DateLine	{
	height: 3em;
	width: 6em;
	color: #060;
	font-size: 90%;
	font-style: italic;
	text-align: right;
	float: right;
}

#MainContent ul.PlainList li div.RightNote	{
	color: #666;
	font-size: 90%;
	text-align: right;
	float: right;
}


/* main content: breadcrumb trail */

#BreadTrail	{
	margin: 0 0 1em;
	font-size: 90%;
	color: #060;
}

#BreadTrail a	{
	color: #060;
}


/* main content: bookmarks */

#MainContent #ShareThis	{
	width: 518px;
	margin: 1em 0 0;
}

#MainContent #BookMarks	{
	width: 518px;
	padding: 0 3px 0.5em;
	border: 1px solid #4c4c4c;
	font-size: 90%;
	overflow: hidden;
}

#MainContent #BookMarks p	{
	margin: 0.5em 0 0;
	font-weight: bold;
}

#MainContent #BookMarks ul	{
	margin: 0.5em 0 0;
}

#MainContent #BookMarks ul li	{
	width: auto;
	margin: 0;
	padding: 0 8px 0 0;
	list-style-type: none;
	float: left;
}

#MainContent #BookMarks ul li a	{
	padding: 0 0 0 18px;
	background: transparent url(http://feeds.directnews.co.uk/client_includes/bookmarking/delicious.gif) no-repeat 0 50%;
}

#MainContent #BookMarks ul li#DelicioUs a	{
	background-image: url(http://feeds.directnews.co.uk/client_includes/bookmarking/delicious.gif);
}

#MainContent #BookMarks ul li#DiggIt a	{
	background-image: url(http://feeds.directnews.co.uk/client_includes/bookmarking/digg.gif);
}

#MainContent #BookMarks ul li#ReddIt a	{
	background-image: url(http://feeds.directnews.co.uk/client_includes/bookmarking/reddit.gif);
}

#MainContent #BookMarks ul li#FaceBook a	{
	background-image: url(http://feeds.directnews.co.uk/client_includes/bookmarking/facebook.gif);
}

#MainContent #BookMarks ul li#StumbleUpon a	{
	background-image: url(http://feeds.directnews.co.uk/client_includes/bookmarking/stumbleupon.gif);
}



/* main content: register/user form */

#ActionForm p label, #ActionForm p.RadioInput span	{
	width: 245px;
	margin: 0 0 0.5em;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}

#ActionForm p.RadioInput label	{
	width: auto;
	margin: 0;
	display: inline;
	float: none;
}

#ActionForm p.RadioInput input,
#ActionForm input.CheckRadio	{
	width: auto;
	padding: 0;
	border: 0;
}

#ActionForm p	{
	clear: left;
}

#ActionForm p.NoLabel	{
	padding-left: 260px;
}

#ActionForm p.FieldError label	{
	color: #693;
}

/*#ActionForm p.FieldError input, #ActionForm p.FieldError textarea, #ActionForm p.FieldError select	{
	background-color: #ddeebc;
}*/

#ActionForm input, #ActionForm textarea	{
	padding: 1px 2px;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

#ActionForm input, #ActionForm select, #ActionForm textarea	{
	width: 260px;
}

#ActionForm input.ShortField, #ActionForm select.ShortField, #ActionForm textarea.ShortField	{
	width: 100px;
}

#ActionForm select	{
	padding: 1px 2px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

#ActionForm p.FormButtons	{
	margin: 1em 0 0;
	text-align: right;
}

#ActionForm p.FormButtons input, #QuestionForm p.FormButtons input	{
	width: auto;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	border: 1px solid #000;
	background-color: #060;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#QuestionForm h2, #QuestionResults h2	{
	margin: 1em 0 0;
	padding: 0.5em 10px;
	background-color: #e5f0e5;
}

#QuestionForm h2.ErrorQuestion	{
	background-color: #9c3;
}

#QuestionForm .QuestionIntro p	{
	margin: 0.5em 10px;
	font-style: italic;
}

#QuestionForm p	{
	margin: 0.25em 0 0;
}

#QuestionResults p	{
	margin: 0.5em 10px 0;
	font-weight: bold;
	text-align: right;
	clear: both;
}

#QuestionResults p span	{
	font-weight: normal;
	float: left;
}

#QuestionResults table	{
	font-weight: bold;
}

#QuestionResults table th	{
	padding: 0.5em 10px 0.25em;
	text-align: right;
}

#QuestionResults table td	{
	padding: 0.5em 10px 0;
	text-align: right;
}

#QuestionResults table td.QuestionTitle	{
	font-weight: normal;
	text-align: left;
}

#QuestionForm p.FormButtons	{
	margin: 1em 0 0;
	text-align: right;
}

#ErrorMessages	{
	margin: 1em 0 0;
	padding: 0 6px 0.5em;
	border: 4px solid #9c3;
}

#ErrorMessages p	{
	margin: 0.5em 0 0;
	color: #693;
	font-weight: bold;
}


/* matrix table */

table.QuestionMatrix	{
	width: 100%;
	border: 1px #fff;
	border-style: solid none none;
	cell-spacing: 0;
}

.QuestionMatrix th	{
	padding: 0.25em 5px;
	border: 3px #e5f0e5;
	border-style: none none solid;
}

.QuestionMatrix td	{
	padding: 0.25em 0 0;
	text-align: center;
}

.QuestionMatrix td.QuestionTitle	{
	text-align: left;
}

.QuestionMatrix input	{
	width: 20px;
	padding: 0;
	border: 0;
}




/* main content: site map */


.sitePage #MainContent ul	{
	margin: 0;
}

.sitePage #MainContent ul li	{
	margin: 1em 0 0;
	padding: 0;
	list-style-type: none;
}

.sitePage #MainContent ul li ul	{
	padding: 0 0 0 20px;
	font-size: 90%;
}

.sitePage #MainContent ul li a	{
	text-decoration: none;
}

.sitePage #MainContent ul li ul li	{
	margin: 0.5em 0 0;
}

.sitePage #MainContent ul li ul li a	{
	color: #060;
}

.sitePage #MainContent ul li ul li a:hover	{
	color: #693;
}

.sitePage #MainContent ul li.ExtLink a	{
	padding: 0 14px 0 0;
	background: transparent url(/img/ext_link0.gif) no-repeat 100% 50%;
}

.sitePage #MainContent ul li.ExtLink a:hover	{
	background-image: url(/img/ext_link1.gif);
}


/* right column */

#RightColumn	{
	width: 210px;
	margin: 0;
	padding: 0 25px 0 30px;
	float: right;
}

#NewsArchive, #NewsCats, #LatestNews, #FeaturedSurveys	{
	width: 210px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: transparent url(/img/news_b.gif) no-repeat 0 100%;
}

#RightColumn h2	{
	margin: 0;
	padding: 5px 10px;
	border: 1px #693;
	border-style: none none dotted;
	background: transparent url(/img/news_t.gif) no-repeat 0 0;
	color: #333;
	text-transform: uppercase;
}

#RightColumn ul	{
	width: 208px;
	margin: 0;
	padding: 1em 0 0;
	border: 1px #4c4c4c;
	border-style: none solid;
}

#RightColumn li	{
	padding: 0 8px 0.5em;
	list-style-type: none;
	font-size: 90%;
	font-weight: normal;
}

#RightColumn li.NavSel a	{
	color: #060;
}

#RightColumn li p	{
	margin: 0;
}


/* footer */

#Footer	{
	width: 910px;
	padding: 0 25px 1em;
	text-align: center;
	background-color: #fff;
	clear: both;
}

#Footer p	{
	margin: 0;
	line-height: 1.5em;
	font-size: 85%;
	color: #999;
}

#Footer p#FooterLinks	{
	padding: 0.5em 0 0;
	border-top: 1px solid #ccc;
}

#Footer p a	{
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#Footer p a:hover	{
	text-decoration: underline;
}
