/* MODULES *******************************************************/
/* assigned to last element of every module to ensure no space at end of module */
.lastElement { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.internalSpace { padding-bottom: 7px; }
/* INDEX LINKS */
P.indexLinksNoticeText { padding-bottom: 5px; }
.indexLinks { padding-bottom: 1px; }
.indexLinks ul, #page_index ul { 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.indexLinks ul li, #page_index ul li {
	background: url(../img/css/bg_dot_blue_3x1.gif) repeat-x top; 
	padding:2px 0 2px 0;
	margin-left:0;
}
.indexLinks ul li.first, #page_index ul li.first{
	background-image: none; 
	padding-top:0;
	margin-top:0;
}
DIV.resultsList {
	text-align: right;
}
/* SUPPORT AND ADVICE */
H1#supportAndAdvice { 
	height: 0; 
	padding-top: 29px; 
	margin-bottom: -5px !important;
	overflow: hidden;
	background: url(../img/css/heading_support_advice.gif) no-repeat top left; 
}
.searchTips a { font-weight: normal; }
/* BUTTON RIGHT */
.buttonRight{
	padding-top: 10px;
	text-align: right;
	width: 100%;
	border-top:1px solid #DFDFDF;
}
.buttonRight div{
	float:left;
	clear:both;
	width:300px;
	text-align:left;
}
/* SEARCH GENERAL FORM */
.searchGeneralForm{
	padding:10px;
	background: url(../img/css/bg_grad_blue_1x190.jpg) repeat-x top;
}
.searchGeneralForm .search{
	float:left;
	margin:10px 0 10px 0;
}
.searchGeneralForm .search{
	margin-left:10px;
}
/* SEARCH RESULTS */
.headerSearchRes{
	background-color:#E7F2FF;
	padding:10px 10px 10px 10px;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;	
	height:15px;
}
.headerSearchRes .leftPag{
	float:left;
}
.headerSearchRes .rightPag{
	float:right;
}
.searchResultsText { margin-top: 10px; color: black; font-size: 1.09em; }
.searchResults{
	padding:0 0 0 0;
}
.searchResults .contentSearchRes, .searchResults .contentSearchResAlter{
	background-color:#FBFDFF;
	padding:10px 10px 10px 23px;
	border-bottom:1px solid #E7F2FF;
}
.searchResults .contentSearchRes h5, 
.searchResults .contentSearchResAlter h5 {
	margin-left: -13px;
}
.searchResults .contentSearchResAlter{
	background-color:#F1F8FF;
}
/*PAGINATION*/
.pagination, .pagination2{
	padding:10px 0 9px 0 !important;
	border-top:1px solid #DFDFDF;
	float:left;
	border-bottom:1px solid #DFDFDF;
}
.pagination div, .pagination2 div{
	float:left;
}
.pagination div.pageNumbers{
	text-align:center;
	width:500px;
}
.pagination2 div.pageNumbers{
	text-align:center;
	width:562px;
}
div.layout1 div.pageNumbers{
	width:400px;
}
.pagination div.pageNumbers a, .pagination div.pageNumbers span, .pagination2 div.pageNumbers a, .pagination2 div.pageNumbers span{
	font-weight: bold;
}
/*EMAIL FORM 2 COLS*/
.email2Col{
	width:670px;
	margin-bottom:10px;
	float:left;
}
.email2Col H3 { clear: both; float: left; width: 100%; padding: 10px 0 5px 0; }
.email2Col .colLeft{
	width:210px;
	float:left;
}
.email2Col .colLeft  { clear: both; padding-bottom: 7px; } 
.email2Col .colRight{
	width:460px;
	float:left;
	padding-bottom:10px;
}
.email2Col .titleSelect{
	width:180px;
}
/*ALERT BOX*/
DIV.alert { 
	padding: 6px 5px 7px 50px;
	border: 1px solid #06C;
}
DIV.alert IMG {
	float: left; 
	margin-top: 3px;
	margin-left: -50px;
	padding-left: 5px;
}
DIV.alert H3 { 
	color: #06C;
}
DIV.alert P { 
	margin-bottom: 0;
}		
/*DOWNLOADS*/
DIV.downloads UL {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
DIV.downloads UL LI {
	background-color: #F1F8FF;
	border-bottom: 1px solid #E7F2FF;
	padding: 5px 0 5px 0;
	float:left;
	width:520px;
}
DIV.downloads UL LI.odd{background-color: #FBFDFF; }
DIV.downloads UL LI.first{border-top: 1px solid #CCC; } /*'only child' not needed, can use combination of first and final*/
DIV.downloads UL LI.final{border-bottom: 1px solid #CCC; } 
DIV.downloads SPAN.fileTitle{float:left;margin-left:10px;}
DIV.downloads SPAN.file{float:right;margin-right:10px;}
DIV.downloads SPAN.file a{ color: #666;  }
DIV.downloads SPAN.file IMG{padding-right:5px;float:left;}
/*ONE COL*/
DIV.oneCol DIV.colBg { padding: 7px 10px; background: #E7F2FF url(../img/css/bg_grad_blue_1x125.gif) repeat-x bottom ; }
DIV.oneCol DIV.colLeft { float: left; }	
DIV.oneCol DIV.colRight { float: right; }
DIV.oneCol DIV.categoryListRow DIV.colLeft { }
DIV.oneCol DIV.categoryListRow DIV.colLeft DIV.categoryIntro { padding-right: 20px; }
DIV.oneCol DIV.categoryListRow DIV.colRight { position: relative; left: -21px; }
DIV.oneCol DIV.categoryListRow DIV.colRight DIV.categoryIntro { padding-right: 20px; }
/*TWO COLS*/
DIV.twoCols { clear: both; }
DIV.twoCols DIV.colBg { 
	width/**/: inherit; 		/*For IE5.5*/
	w\idth: 44.5% !important; } /*For IE6*/
DIV.twoCols > DIV.colBg { width: 44.5% !important; }	/*For standards compatible browsers*/
DIV.colBg { padding: 7px 10px; background: #E7F2FF url(../img/css/bg_grad_blue_1x125.gif) repeat-x bottom ; }
DIV.rightColContainer DIV.colBg { background: #E7F2FF url(../img/css/bg_grad_blue_1x135.gif) repeat-x bottom; }
DIV.twoCols DIV.colLeft { float: left; }	
DIV.twoCols DIV.colRight { float: right; }
DIV.tools IMG { float: right; }
/*TWO COL PAGE INDEX*/
DIV#page_index H3.variant { 
	border-bottom: 1px solid #DFDFDF; 
	padding-bottom: 4px; 
	margin-bottom: 3px; 
}
DIV#page_index DIV.twoCols DIV.colLeft, 
DIV#page_index DIV.twoCols DIV.colRight { margin-bottom: 10px; }
/*ENLARGE IMAGE LINK*/
DIV.enlargeImage { float: right; text-align: right; padding-top: 2px; margin-bottom: 15px; width: 100%; font-weight: bold; color: #06C;}
/*PAGE TASKS*/
DIV.pageTask { 
	float: right;
	padding-left: 30px;
	padding-bottom: 5px; 
	margin-left: 20px;
}
DIV.emailThisInfo {
	background: url(../img/icons/icon_envelope.gif) no-repeat;
}
DIV.printableVersion {
	background: url(../img/icons/icon_area_print.gif) no-repeat;
}
/*RATE ARTICLE*/
DIV.rateForm UL { float: left; list-style: none; }
DIV.rateForm LI { float: left; margin-right: 20px; }
/*TAB NAV*/
.error { color: #A60008; margin-bottom: 15px; }
div.zoneAreaTop, div.zoneAreaTopWide, div.zoneAreaTopNarrow {
	background: url(../img/css/background_zone_top.gif) center bottom no-repeat;
	border: 0px solid black;
	height: 24px;
	clear: none;
	padding-bottom: 6px;
	position: relative;
	width: 520px;
}
div.zoneAreaTopWide {
	background: url(../img/css/background_zone_top_wide.gif) center bottom no-repeat;
	width: 680px;
}
div.zoneAreaTopNarrow {
	background: url(../img/css/background_zone_top_narrow.gif) left bottom no-repeat;
	width: 442px;
	margin-bottom: -1px;
}

div.zoneAreaTop ul, div.zoneAreaTopWide ul, div.zoneAreaTopNarrow ul {
	display: block;
	margin: 0;
	xpadding: 19px 0 0 0;
	border: 0px solid black;
	font-weight: bold;
	list-style: none;
	position: absolute;
	bottom: 5px;
	left: 0;
}
div.zoneAreaTop ul li, div.zoneAreaTopWide ul li, div.zoneAreaTopNarrow ul li {
	background-image: url(../img/css/zone_nav.gif);
	background-repeat: no-repeat;
	border: 0px solid black;
	color: #000000;
	display: block;
	float: left;
	height/**/: 24px;  /* For IE5.5 */
	he\ight: 20px;	/* For IE6 */
	width: 118px;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 4px 0px 0px 10px;
	white-space: nowrap;
	xbackground-position: 100% 0;
}
div.zoneAreaTop ul > li, div.zoneAreaTopWide ul > li, div.zoneAreaTopNarrow ul > li {
	height: 20px;	/* For standards compatible browsers */
}

div.zoneAreaTop ul li a, div.zoneAreaTopWide ul li a, div.zoneAreaTopNarrow ul li a,
div.zoneAreaTop ul li span, div.zoneAreaTopWide ul li span, div.zoneAreaTopNarrow ul li span {
	margin-top/**/: -2px; /* For IE5.5 */
	padding: 2px 0px 2px 0px;
}
div.zoneAreaTopNarrow ul li a, div.zoneAreaTopNarrow ul li span { width/**/: 90px; /* For IE5.5 */ }
div.zoneAreaTopWide ul li a, div.zoneAreaTopWide ul li span { width/**/: 118px; /* For IE5.5 */  }

div.zoneAreaTop ul li.selected, div.zoneAreaTopWide ul li.selected {
	background-image: url(../img/css/zone_nav_selected.gif);
	color:#000;
}
div.zoneArea, div.zoneAreaWide {
	background:url(../img/css/background_zone.gif) bottom;
	margin-bottom: 29px;
	padding: 10px;
	width: 500px;
}
div.zoneAreaWide {
	background:url(../img/css/background_zone_wide.gif) bottom left;
	width/**/: 680px; /* For IE5.5 */
	w\idth: 660px;
}
div.zoneArea2, div.zoneArea2Wide {
	border-left:1px solid #a8badf;
	border-right:1px solid #a8badf;
	width: 508px;
	padding:8px 0 10px	10px;
}
div.narrowZoneArea { 
	width/**/: 442px; /* For IE5.5 */
	w\idth: 430px; 
}
div.zoneAreaTopNarrow ul li { 
	width: 90px !important; 
	background: url(../img/css/zone_nav_narrow.gif) !important;  
}
div.zoneAreaTopNarrow ul li.selected { 
	width: 90px !important; 
	background: url(../img/css/zone_nav_narrow_selected.gif) !important;  
}
div.zoneAreaNarrow {
	background:url(../img/css/background_zone_narrow.gif) bottom left;;
	width: 442px;
}

div.zoneArea2Wide {	
	width/**/: 680px; /* For IE5.5 */
	w\idth: 668px; 
}

div.zoneArea2Wide .email2Col{ width:660px; }
div.zoneArea2Wide .email2Col .colLeft{
	width:200px;
	float:left;
}
div.zoneArea2Wide .email2Col .colRight{
	width:450px;
	float:left;
	padding-bottom:10px;
}
DIV.narrowZoneArea DIV.updatesBox { 
	width: 410px;
	padding: 7px 10px; 
	text-align: right; 
}
/*RIGHT HAND COLUMN BOXES*/
/*ALERT BOX*/
DIV#AreaB DIV.alertSmall { border: 1px solid #06C; padding: 7px 10px; }
DIV#AreaB DIV.alertSmall H3 {
	background: url(../img/css/alert_bg.gif) no-repeat top right;
	height: 34px;
	margin: 0;
}
DIV#AreaB DIV.alertSmall p.action_link a {
	padding-right: 10px;
	background: url(../img/css/arrow.gif) no-repeat 100% 50%;
	font-weight: bold;
}
/*REPORT FAULT*/
DIV#AreaB DIV.reportFault H3 {
	background: url(../img/css/report_fault_bg.gif) no-repeat bottom right;
	padding-right: 40px;
	padding-bottom: 15px;
	margin: 0 0 -6px 0;
}

DIV#AreaB DIV.reportFault P { margin-right: 35px; }


DIV#AreaB DIV.reportFault p.action_link a, DIV#AreaB DIV.serviceStatus p.action_link a  {
	padding-right: 10px;
	background: url(../img/css/arrow.gif) no-repeat 100% 50%;
	font-weight: bold;
}
/*SERVICE STATUS*/
DIV#AreaB DIV.answers H3 {
        background: url(../img/css/answers_bg.gif) no-repeat bottom right;
        padding-right:40px;
        padding-bottom:15px;
        margin: 0 0 -6px 0;
}
/*SERVICE STATUS*/
DIV#AreaB DIV.serviceStatus H3 {
	background: url(../img/css/service_status_bg.gif) no-repeat bottom right;
	padding-right:40px;
	padding-bottom:15px;
	margin: 0 0 -6px 0;
}
DIV#AreaB DIV.serviceStatus P { margin-right: 35px; }
H1.statusHeading { 
	background: url(../img/css/status_heading_bg.gif) no-repeat bottom right; 
	padding-top: 0.3em;
	padding-bottom: 1em; 
}
/*STATUS TABLE*/
TABLE.statusTable { border-collapse: collapse; margin-right: 10px; font-size: 1em; text-align: left; }
TABLE.statusTable TH, TABLE.statusTable TD { vertical-align: top; padding: 5px 10px; }
TABLE.statusTable TR TD { border-bottom: 1px solid #E7F2FF;}
TABLE.statusTable TR.th TH { border-top: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; }
TABLE.statusTable TR { background-color: #FBFDFF; }
TABLE.statusTable TR.odd { background-color: #F1F8FF; }
TABLE.statusTable TR.th { background-color: #E7F2FF;}
TR.lastRow TD { border-bottom: 1px solid #DFDFDF; }
/*OUTAGE UPDATES BOX*/
DIV.outageUpdates { 
	margin-top: 20px; 
	background: url(../img/css/bg_grad_blue_2x67.jpg) repeat-x top;
	margin-right/**/: 0px;		/* For IE5.5 */
	mar\gin-right: 10px; 
	width/**/: 420px;			/* For IE5.5 */
	w\idth: auto;
	float/**/: left; 			/* For IE5.5 */
	f\loat: none;}
DIV > DIV.outageUpdates { 
	/* For standards compatible browsers */
	margin-right: 10px; 
	width: auto;
	float: none;
}
DIV.outageUpdates H3 { height: 1em; }
DIV.outageUpdates DIV.twoCols DIV.colLeft { width: 30%; }
DIV.outageUpdates DIV.twoCols DIV.colRight { width: 70%; }
DIV.outageUpdates DIV.twoCols DIV.colLeft LABEL { float: left; margin-top: 3px; }
/*GET PLAYERS MODULE*/
DIV.getPlayers DIV.colLeft { width: 57%; }
DIV.getPlayers DIV.colRight { width: 43%; }

/*CATEGORY PAGE*/
.categoryTitleH1 {
	background: url(../img/css/category_heading_bg.gif) no-repeat bottom right;
	padding-top: 0.3em;
	padding-bottom: 1em; 
}
H1.statusHeading { 
	background: url(../img/css/status_heading_bg.gif) no-repeat bottom right; 
	padding-top: 0.3em;
	padding-bottom: 1em; 
}
.categoryTitle {
	background: url(../img/css/bg_categoryTitle_blank.gif) no-repeat bottom right;
	margin-bottom:-7px;
	padding:8px 41px 16px 0;
}
.categoryTitle.alternative {
	height: 2.36em;
	}
.categoryIntro {
	padding-right:41px;
}
.categoryListRow { padding-bottom: 6px; }
.categoryListRow DIV.colRight P { margin-right: 40px; }
/*ENQUIRES LIST (CONTACT BT PAGES)*/
DIV.enquiriesLarge UL { padding-top: 12px !important;list-style: none; }
DIV.enquiries UL { padding: 0.3em 0; list-style: none; }
DIV.enquiries UL LI H3 { margin-bottom: 0.5em; }
DIV.enquiries UL LI H3 A { 
	padding-right: 10px; 
	background: url(../img/css/arrow_large.gif) no-repeat 100% 60%;
}
DIV.enquiries UL LI P A { 
	padding-right: 10px; 
	background: url(../img/css/arrow.gif) no-repeat 100% 50%;
}
DIV.enquiries UL.linkList LI P { 
	margin: 0.2em 0;
}
DIV.images IMG { padding: 0 0 20px 0; }

/*.moduleVariant {border: 1px solid green;  }
.innerPortletVariant {border: 1px solid red; } 
.colLeft {border: 1px solid green;  }*/

h1.categoryTitleH1,
div.colLeft,
div.colRight { position: relative; }

div.categoryIntro { padding-right: 80px; }

h1.categoryTitleH1 img.catimage {
	position: absolute;
	top: -2px;
	right: 0;
	left: auto;
}

div.colLeft img.catimage,
div.colRight img.catimage {
	position: relative;
	top: -35px;
	margin-bottom: -35px;
	right: -3px;
	float: right;
}


