
/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #0CA1CB;
	text-decoration: none;		
}

a:visited {
	color: #0CA1CB;
	text-decoration: none;		
}

a:hover, a:active {
	color: #0CA1CB;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
	color: #CCCCCC;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	color: #999999;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #ACACAC;
	font-size: 18px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #BDA26A;
	font-size: 14px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;
	color:#CCCCCC;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}


/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #999;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

.sm2 {
	color: #999;
	font-size: 12px;
}

.sm2 a:link, .sm2 a:visited {
	/* normal link: colour, style */
}

.sm2 a:hover, .sm2 a:active {
	/* normal link rollover: colour, style */
}

.sm3 {
	color: #999;
	font-size: 11px;
}

.sm3 a:link, .sm3 a:visited {
	/* normal link: colour, style */
}

.sm3 a:hover, .sm3 a:active {
	/* normal link rollover: colour, style */
}
/* --------- navigation styles --------- */

/* ---- nav style 1 - "mainnav" (vertical text) ---- */
.mainnav {
	/* common font face, size, formatting */
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin-top:25px;
	margin-left: 5px;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.mainnav li a {
font-size: 11px;
	Zpadding: 17px 0 17px 65px;
    background: url("../graphics/nav/normal/mainNav-bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    width: 249px;
	float:left;
}

.mainnav li a:hover{
    background: url("../graphics/nav/rollover/mainNav-bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    width: 249px;
	float:left;
}

.mainnav li a:active{
    background: url("../graphics/nav/rollover/mainNav-bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    width: 249px;
	float:left;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #999;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}


.mainnav .current a:link, .mainnav .current a:visited {
	/* current link: colour, style */
	color: #000;
}

.mainnav .current a:hover, .mainnav .current a:active {
	/* current link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

.mainnav li.current a{
    background: url("../graphics/nav/active/mainNav-bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    width: 249px;
	float:left;
}

/* ---- nav style 2 - "utilitynav" (horizontal text) ---- */
.utilitynav {
	padding: 12px 78px 0 0;
	/* common font face, size, formatting */
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-decoration: none;
	float: right;
}

.utilitynav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.utilitynav li {
	display: inline;
	padding: 0 1px;
}

.utilitynav a:link, .utilitynav a:visited {
	/* normal link: colour, style */
	color: #343434;
	text-decoration: none;
}

.utilitynav a:hover, .utilitynav a:active {
	/* normal link rollover: colour, style */
	color: #343434;
	text-decoration: underline;
}

/* ---- nav style 3 - "subnav" (horizontal text) ---- */
.subnav {
	float: right;
	padding: 12px 0 0 0;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	color: #BDA26A;
	text-transform: uppercase;
	text-decoration: none;
}

.subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav li {
	display: block;
	float: left;
	padding: 0 0 0 21px;
}

.subnav a {
	display: block;
	float: left;
	padding: 3px;
}

.subnav a:link, .subnav a:visited {
	/* normal link: colour, style */
	color: #BDA26A;
	text-decoration: none;
}

.subnav a:hover, .subnav a:active {
	/* normal link rollover: colour, style */
	color: #0CA1CB;
	text-decoration: underline;
}

.subnav .current a:link, .subnav .current a:visited {
	/* normal link: colour, style */
	color: #BDA26A;
	text-decoration: none;
}

.subnav .current a:hover, .subnav .current a:active {
	/* normal link rollover: colour, style */
	color: #0CA1CB;
	text-decoration: underline;
}

/* ---- nav style 4 - "quickfindnav" flyup base ---- */
.quickfindnav {
	position: absolute;
	margin: 9px 0 0 289px;

}

.quickfindnav ul, .quickfindnav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.quickfindnav li {
	display: block;
	float: left;
	padding: 0;
}

/* change to block display for all non Mac IE \*/
.quickfindnav a {
	display: block;
}
/* end Mac IE hack */

/* ---- nav style 5 - "talentnav" (vertical text flyup) ---- */

.talentnav {
	position: absolute;
	bottom: 0px;
	margin: 0 0 5px 135px;
	z-index: 999;
	left: -999em;
	width: 163px;	
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: #BDA26A;
}

.talentnav ul {
	list-style: none;
	padding: 8px 12px;
	margin: 0;
}

.talentnav li {
	display: block;
	float: none;
	padding: 3px 0;
}

.talentnav a:link, .talentnav a:visited {
	/* normal link: colour, style */
	color: #000;
}

.talentnav a:hover, .talentnav a:active {
	/* normal link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

/* ---- nav style 6 - "newsnav" (vertical text) ---- */
.newsnav {
	/* common font face, size, formatting */
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}

.newsnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.newsnav li {
	padding: 17px 0 17px 0px;
}

.newsnav a:link, .newsnav a:visited {
	/* normal link: colour, style */
	color: #999;
}

.newsnav a:hover, .newsnav a:active {
	/* normal link rollover: colour, style */
	color: #CCC;
	text-decoration: underline;
}

.newsnav .current a:link, .newsnav .current a:visited {
	/* current link: colour, style */
	color: #CCC;
}

.newsnav .current a:hover, .newsnav .current a:active {
	/* current link rollover: colour, style */
	color: #CCC;
	text-decoration: underline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	clear: both;
	color: #BDA26A;
	font-size: 20px;
	margin: 20px 0 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 18px;
	font-weight: bold;
	color: #ACACAC;
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
	color: #BDA26A;
}

/* --------- text style 3 --------- */
.t3 {
	color: #CCCCCC; 
	font-size: 11px;
	line-height: 18px
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
	font-weight: bold;	
}

/* --------- text style 4 --------- */
.t4 {
	color: #DDDDDD;
	font-size: 10px;
}

/* --------- text style 5 --------- */
.t5 {
	color: #BDA26A;
	font-size: 11px;
}

/* --------- text style 6 --------- */
.t6 {
	color: #CCCCCC;
	font-size: 10px;
}

/* --------- text style 6 --------- */
.t7 {
	color: #999999;
	font-size: 9px;
}

/* --------- miscellaneous styles --------- */
.caption {
	display: block;
	position: relative;
	top: 7px;
	margin: 0 0 7px 0;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border-top: 1px solid #937e54;
	background: #242424;
	font-size: 10px;
	font-style: italic;
	color: #ACACAC;
}

.caption .effect {
	padding: 8px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
	border-bottom: 1px solid #5f5135;
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */

#pagebody {
	font: 12px normal Verdana,Arial,Helvetica,sans-serif;
	color: #FFF;
	text-align: center;
	background: #3A3A3A;
}

#toplevel {
	margin: 0 auto;
	width: 976px;
	height: 100%;
	text-align: left;
	background: #000 url(../graphics/system/bg_header.gif) no-repeat;
}

#main1 {
	vertical-align: top;
}

#main2 {
	vertical-align: bottom;
}

#logo {
	padding: 83px 604px 46px 33px;
}

#navcolumn {
	padding: 0 25px 25px 25px;
	width: 248px;
}

#subscribe {
	padding: 35px 65px 35px 65px;
}
#rugbyworldcup {padding: 35px 56px 35px 56px;}
#rugbyworldcupflash {
    float: left;
    margin-left: 34px;
    margin-top: 38px;
	margin-bottom: 30px;
}
#rugbyworldcupflash-h {
    float: left;
    margin-left: 34px;
    margin-top: 38px;
}
rugbyworldcupflash-h {
margin-bottom:0px;
}
#contentcontainer {
	padding: 0px 0 0 0;
}

#talentcarousel {
	width: 618px;
	margin: 0 ;
}

#contenttop {
	padding: 0 42px 25px 0;
	width: 636px;
}

#contentleft {
	padding: 0 25px 25px 0;
	width: 305px;
}

#contentright{
	padding: 0 42px 25px 0;
	width: 306px;
}

#contentbottom {
	padding: 0 42px 25px 0;
	width: 636px;
}


#sponsorlogos {
	padding: 20px 0 20px 0;
	width: 536px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #937e54;
}

#footer {
	height: 70px;
	background: url(../graphics/system/bg_footer.gif) repeat-x;
}

#footersearch {
	position: absolute;
	margin: 8px 0 0 45px;
	padding: 0 0 0 25px;
	background: url(../graphics/system/search_logo.gif) no-repeat;
}

#footersearch .formfieldtext {
	width: 100px;
	border: 1px solid #404040;
	color: #727272;
	background: #000;
}

#footersearch .formfieldimage {
	vertical-align: middle;
	margin-bottom: 2px;
}

#footersmalltext {
	position: absolute;
	margin: 7px 0 0 625px;
	padding: 0 0 0 25px;
	width:230px;
}
.social_twitter {
  display: block;
    float: left;
    font-size: 10px;
    height: 30px;
    line-height: 10px;
    margin: 25px 0 0 55px;
    width: 100px;
	background-image:url(../graphics/system/twitter_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:4px;
}
