@charset "UTF-8";

html,body,div,form,ul,li { padding:0px; margin:0px; }
img { border:none; }
p,h1,h2,h3,h4,h5 { margin:0px; padding:0.5em 0; color:#EEDF00; }

html {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#EEDF00;
}

#container { 
	width:881px;
	margin:0px auto;
}

#top { height:41px; padding-top:40px; }
#top p { padding:0px; font-size:0px; }

#news { font-size:14px; color:#EEDF00; padding-top:14px; }
#news p { padding:0px; }
#news .date { float:right; width:200px; text-align:right; }
#news .line { font-size:0px; padding-top:2px; }
#news .news { float:left; width:50px; }

#ticker
{
	width:auto;
	display:block;
	height: 1.1em;
	padding: 0px 0 2px 0;
	overflow: hidden;       /* used in css check */
	list-style:none;
	margin: 0px 0px 0px 4px;
}

#ticker li
{
	display: inline;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
	visibility: hidden;     /* can use trustOpacity mode */
	opacity: 0;             /* can use trustOpacity mode */
}
#ticker li a { color:#EEDF00; text-decoration:none; }
#ticker li a:hover { color:#EEDF00; text-decoration:underline; }

.default { display:none; }
.textonly { display:none; }
.blackwhite { display:none; }

.sublinks { font-weight:normal; padding:0px; margin-top:-0.3em; }

#content table { margin:30px 0px; }
#content table td { vertical-align:top; }
#content table td table { margin:0px; border-bottom:1px solid #EEDF00; }
#content table td table td { height:40px; color:#EEDF00; border-bottom:none!important; border-top:1px solid #EEDF00; border-left:1px solid #EEDF00; border-right:1px solid #EEDF00; font-size:24px; font-weight:bold; line-height:40px; padding-left:19px; }
#content table td table td a { color:#EEDF00; text-decoration:none; }
#content table td table td a:hover { color:#EEDF00; }

#text { font-size:16px; }
#text p, #text h1, #text h2 { padding:0.5em 15px; }
#text h1, #text h2 { border-bottom:1px dashed #EEDF00; }
#text h1.section, #text h2.section { border-top:1px dashed #000; padding-top:0.2em; margin:0.2em 0px; }
#text h1 { font-size:2em; font-weight:bold; padding-bottom:0.2em; }
#text h2 { font-size:1.2em; font-weight:bold; }
#text a { font-weight:bold; color:#EEDF00; text-decoration:underline; }
#text a:hover { color:#EEDF00; text-decoration:none; }
#text p.pageoptions { padding-left:0px; padding-right:0px; }
#text p { line-height:125%;} 
#text hr { height:0px; background-color:#000; color:#000; border:0px; border-bottom:1px dashed #EEDF00; }
#text ul, #text ol { padding:0 0 0 34px; }

table.resource td { font-size:16px!important; color:#EEDF00!important; font-weight:normal!important; border:0px!important; }
table.resource td.lesspadd { padding-left:5px!important; }
table.resource td a { font-weight:bold!important; color:#EEDF00!important; text-decoration:none!important; }
table.resource td a:hover { color:#EEDF00!important; }
span.resource-title { color:#EEDF00; font-weight:bold; }


#text label { float:left; width:100px; font-weight:bold; }
#text input { margin-right:10px; }

.options { font-weight:normal!important; border-bottom:1px dashed #EEDF00; } 
.textsize { margin:0px 0px 0px 18px; padding-bottom:5px; }
.contrast { margin:0px 0px 0px 24px; padding-bottom:5px; }
.search { background-image:url(../images/search-back-highcontrast.gif); background-repeat:no-repeat; background-position:center; }
.search input { width:160px; border:0px; padding:0px; margin:4px 0px 0px 0px; height:34px; font-size:24px; color:#000; background-color:#EEDF00; }

/* table row colours */
.links td:hover, .links td.selected { background-image:url(../images/arrow-highcontrast.gif); border-left:1px solid #000!important; background-position:-1px 0px; background-repeat:no-repeat; }
.links td.sublink { border-top:none!important; border-left:1px solid #EEDF00!important; }
.links td.sublink:hover { background-image:none!important; }
