﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/

#deadTagNotUsed{
	background: #fff;
}

body
{
	font-family: Arial,Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #ccc;
	margin: 0 auto ; 
	text-align: center ; 
}

#bodyContainer
{
	text-align: left;
}

.backgroundColor
{
  background: #ccc;
}	

/* tree view correction for disabled status */


td.ob_t2 input:disabled, td.ob_t3 input:disabled {
  background: #ccc;
  color: #333;

}

.alignRight{
float:left;
width: 260px;
/*left: 30px;
position: relative;*/

}


.alignRight legend{
direction:rtl;
}


.alignLeft{
/*float:right;*/
width: 260px;
/*right: 30px;
position: relative;*/
}


#headerTemplate{
	display:block;
	font-size:140%;
	text-transform:capitalize;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;

}

#introTemplate {
	display:block;
	font-weight: bold;
	margin-bottom: 10px;

}

#contentTemplate {
	display:block;
	text-indent:30px
}

#blocksTemplate {
	display: block;
	margin: 10px;
	overflow: visible;
}


#blocksTemplate .sideBySide{
	width: 530px;
}

#blocksTemplate .onTop{
	width: 265px;
	vertical-align: top
}


#blocksTemplate legend {
	letter-spacing: 4pt;
	font-weight: bold;
	padding: 1px;
	margin: 4px 20px 4px 20px;
/*	color: #333;*/
}


#blocksTemplate fieldset {
	width: 250px;
	border: 2px solid;
	padding: 0px;
	margin: 0px;
	border-color: #ccc;
}


#blocksTemplate ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#blocksTemplate li{
	list-style-type: none;
	border: 1px solid;
	margin: 1px;
	text-align: left;
	background: #ccc;
}


#blocksTemplate b {
	font-weight: normal;
	font-size: 90%
}

#blocksTemplate b.date{
	text-align: right;
	width: 50px;
	float: left;
	color: #333;
}

#blocksTemplate b.title{
	text-align: left;
}


div #globalNav{ background: #ffffff}


#bottomContainerTopRoundCorner b.rtop {display:block;background: #cccccc;}
#bottomContainerTopRoundCorner b.rtop b {display:block;height: 1px; overflow: hidden; background: #fff;}
#bottomContainerTopRoundCorner b.rtop b.r4{margin: 0 1px;height: 2px}

#topBannerRoundCorner {margin-bottom: 10px;}
#topBannerRoundCorner b.rbottom {display:block;background: #cccccc;}
#topBannerRoundCorner b.rbottom b {display:block;height: 1px; overflow: hidden; background: #fff;}
#topBannerRoundCorner b.rbottom b.r4{margin-top:0px; margin-left:1px; margin-right:1px; height: 2px}


#bottomContainer b.rbottom {display:block;background: #cccccc; }
#bottomContainer b.rbottom b {display:block;height: 1px; overflow: hidden; top: 100px; background: #fff;}
#bottomContainer b.rbottom b.r4{margin: 0 1px;height: 2px}


b.r1{margin-top:0px; margin-left:5px; margin-right:5px;}
b.r2{margin-top:0px; margin-left:3px; margin-right:3px;}	
b.r3{margin-top:0px; margin-left:2px; margin-right:2px;}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #00d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;direction:
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}









/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/* 

	ENCLOSING DIV 


*/
#bodyContainer
{
	margin-left: 2%;
	/*position: relative;*/ /* IE menu tree issue replaced by declaration [margin-left: 2%;]*/
	left: 2%;
	right: 2%;
	width:95.6%;
	background: inherited;
/*	background: #ccc;*/
}



/* TOP SECTION  */
#top{
/*	position: relative;*/
/*	top: 0px; */
	background:#fff;
	overflow: hidden;
/*	overflow: scroll;*/
/*	height: 115px; */
	padding: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#topLeft{
	background:url('') no-repeat left top; 
	height: 75px;
	width: 100%;
	top: 0px;
	display: block;
	border: 0px #000 solid;
	position: relative;
	overflow: visible;
	text-align: left;
}
#logo 
{
	background:url('/Clubs/images/rfu/left_top_banner.gif') no-repeat left top; 
	display: block;
	height: 75px;
	margin-bottom: 2px;
	overflow: hidden;
}


#banner{
	background:url('/Clubs/images/rfu/rfu_right_logo.gif') no-repeat right top; 
	height: 75px;
	width: 100%;
	top: 0px;
	display: block;
	border: 0px #000 solid;
	position: relative;
	overflow: visible;
	text-align: right;
}

#bannerImage{
	display: block;
	height: 75px;
	margin-bottom: 2px;
	overflow: hidden;
}

#topMenu
{
/*	position: relative;*/
	width: 100%;
	right: 10px;
/*	top: 75px;*/
	font-size: small;
	margin: 0px 00px 0px 0px;
	color: #000;
	border: 0px #000 solid;
	padding: 0px;
	text-align: left;
}

#globalNav{
/*	position: relative;*/
	width: 100%;
	right: 10px;
/*	top: 75px;*/
	font-size: small;
	margin: 0px 00px 0px 0px;
	color: #000;
	border: 0px #000 solid;
	padding: 0px;
	text-align: right;
}

#globalNav table{
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000;
}

#globalNav .input{
	font-size:small;
	margin-right: 2px;
	margin-left: 0px;
	background: #ccc;
	border: 1px solid #000;
	color: #f00;
	padding: 0px;
/*	vertical-align: text-bottom;*/
	width:80px;
}

#globalNav .button{
	font-size:small;
	margin-right: 2px;
	margin-left: 0px;
	text-transform:capitalize;
	border-collapse:collapse;	
}

/* END TOP SECTION  */


/* BOTTOM SECTION */
#bottomContainer
{

/*	position:absolute;  /*menu tree issue*/
	top: 110px;
	background-color: #fff;
}

#bottomContainerTopRoundCorner{
	visibility: visible;
	background: inherit;	
}



#pageNav{
	position: relative;
	float: left;
	width:178px; /*something here*/
	padding: 0px;
/*	height: 500px;*/
	background: #fff;
	border-right: 0px solid #cccccc;
	visibility: visible;
/*	height: inherit;*/
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	visibility:visible;

}
/*
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
*/
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
/*	border-top: 1px solid #ccc;*/
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #cccccc;*/
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}



#content
{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 0px solid #ccd2d2;
	background: #fff;
}

/************* ticker styles ***************/

#ticker{
	margin-right: 0px;
	padding: 0px;
	font: small Verdana,sans-serif;
	color: #555;
	border-bottom: 1px #ccc solid;
	height: 0px;
	visibility: hidden;
}

#ticker a{
	color: #AAAAAA;
}

#ticker a:hover{
	color: #005FA9;
	text-decoration: underline;
}



/**************** advert styles *****************/

#advert{
	position: relative;
	padding: 10px;
	overflow: visible;
	vertical-align:bottom;
}

#advertNav
{
	z-index:0;
	padding: 10px;
	height: 80px;
	overflow: visible;
	background: url('file:///D:/download/av-2987.gif') no-repeat center top;
}

#advert img{
	display: block;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 10px 9px;
	margin: 0px;
/*	border-bottom:1px solid #ccd2d2;*/
	vertical-align: top;
	position: relative;

}

#pageNameTitle{
	font: bold 150% Arial,sans-serif;
	margin:0px;
	padding: 0px;
	border: 0px solid;
}

#pageNameDate{
/*	position: absolute;
	top: 25px;
	right: 0px;*/
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: smaller;
	border: 0px solid;	
}

#pagePublishedBy{
/*	position: absolute;
	top: 25px;
	right: 0px;*/
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: smaller;
	border: 0px solid;
	
}

/************* globalNav styles ****************/



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background: #fff;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/********************* end **********************/
/* Menu tags*/

#menu 
{
	font-size:90%;
	margin:4px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul 
{
	position:relative;
	z-index:5000;
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
	padding-bottom: 10px;
}

/* style the list items */
#menu li 
{
	background:#eee;
	float:left;
}
#menu a.x {background:url(Images/sub.gif) no-repeat left center;} 

/* style the links */
#menu a, #menu a:visited 
{
	text-transform:capitalize;
	display:block; 
	text-decoration:none;
	width:150px;
	max-width:150px;
	text-indent:5px;
	border:1px solid #ccc;
	border-width:0 1px 1px 1px;
	font: bold 11px/16px arial,helvetica,sans-serif;
}

/* style the link hover */
#menu a:hover {color:#f00; background:#ddd; position:relative;}
#menu a.x:hover {color:#f00; background:#ddd url(Images/sub.gif) no-repeat left center; position:relative;}

#menu li:hover {position:relative;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu li ul 
{
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:120px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent;
}

/* for browsers that understand this is all you need for the flyouts */
#menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */
/* hiding levels */
/* keep the third level+ hidden when you hover on first level link */
#menu span ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span ul li ul li ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}

#menu span span ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}
#menu span span ul li ul li ul li ul li ul li ul li ul li:hover ul li ul{visibility:hidden;}

/* Showing Levels */
/* make the second level visible when hover on first level link */
#menu span ul li:hover ul {visibility:visible;}
#menu span ul li ul li:hover ul {visibility:visible;}
#menu span ul li ul li ul li:hover ul {visibility:visible;}
#menu span ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span ul li ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span ul li ul li ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span ul li ul li ul li ul li ul li ul li ul li:hover ul {visibility:visible;}

#menu span span ul li:hover ul {visibility:visible;}
#menu span span ul li ul li:hover ul {visibility:visible;}
#menu span span ul li ul li ul li:hover ul {visibility:visible;}
#menu span span ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span span ul li ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span span ul li ul li ul li ul li ul li ul li:hover ul {visibility:visible;}
#menu span span ul li ul li ul li ul li ul li ul li ul li:hover ul {visibility:visible;}

#sponsorBanner1
{
	background:Transparent;
	text-align: center;
}

#sponsorBanner1 A, #sponsorBanner1 A:link, #sponsorBanner1 A:visited,
#sponsorBanner1 A:hover, #sponsorBanner1 A:active
{
	border:none;
	background:Transparent;
	text-decoration:none;
}

#sponsorBanner1 img
{
	border: 0;
}


#sponsorBanner2
{
	background:Transparent;
	padding-top: 10px;
	text-align: center;
}

#sponsorBanner2 A, #sponsorBanner2 A:link, #sponsorBanner2 A:visited,
#sponsorBanner2 A:hover, #sponsorBanner2 A:active
{
	border:none;
	background:Transparent;
	text-decoration:none;
}

#sponsorBanner2 img
{
	border: 0;
}









/* Template list - start*/

TD.TL_TD img
{
	width: 75%;
	height: 75%;
}

.TL_TD 
{
	background-color:#ccc; 
	border: 1px solid #666666;
	vertical-align: top;
	width:300px;
}


.TL_Table 
{
	display: table; 
	border-spacing:5px;/*cellspacing:poor IE support for this*/ 
	border-collapse:separate; 
	padding: 1px; 
	display:block;
	overflow: visible;
}
.TL_Cell 
{
	float:left;/*fix for buggy browsers*/ 
	display: table-cell; 
	width:388px; 
	background-color:#ccc; 
	padding: 1px; 
	border: 1px solid #666666; }
.TL_Cell2 { float:left;/*fix for buggy browsers*/ display: table-cell; width:150px; padding: 5px; }
.TL_Cell3 { float:left;/*fix for buggy browsers*/ display: table-cell; width: 210px; height: 100px; padding: 5px; }

.TL_Row { display: table-row; width:auto; height: 100px; background-color: #ffffff; }

/* Template list - end*/



/* Single news - start*/

.SN_Table {
    display:  table;
    width:910px;
    
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    border-collapse:separate;
    padding: 1px;
}
.SN_Cell {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:388px;
    background-color:#ccc;
    padding: 1px;
    border: 1px solid  #666666;
    
    
}
.SN_Cell2 {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:210px;
    padding: 5px;
    
    
}

.SN_Cell3 {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width: 150px;
    height: 100px;
    padding: 5px;
}

.SN_Row  {
    display:  table-row;
    width:auto;
    height: 100px;
    background-color: #ffffff;
}
.SN_Image {
    float:right;
    padding: 5px;
    
}
.SN_Newsheading {
    font-weight: bold;
    color: #000000;
    
}
.SN_Newsheading2 {
    font-size: 14pt;
    font-weight: bold;
    color: #000000;    
}
.SN_Newsheading3 {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    
}
.SN_Spacer {
    line-height: 10pt;
    clear: both;
}

.SN_Spacer1 {
    line-height: 10pt;
}

.SN_Imagefooter {
    font-size: 8pt;
    color: #cccccc;
    overflow: wrap;
    width: 225px;
}

.SN_PageSettings {
    float:right;
    padding: 5px;
    
}

/* Single news - end*/


/* News group - start*/
.NG_Table {
    display:  table;
    width:800px;
    
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    border-collapse:separate;
    padding: 1px;
}
.NG_Cell {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:388px;
    background-color:#ccc;
    padding: 1px;
    border: 1px solid  #666666;
	height: 100px;
    
    
}
.NG_Cell2 {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:210px;
    padding: 5px;
    
    
}

.NG_Cell3 {
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width: 150px;
    height: 200px;
    padding: 5px;
    
}

.NG_Row  {
    display:  table-row;
    width:auto;
    height: 110px;
    background-color: #ffffff;
}

.NG_Table1 {
    display:  table;
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    border-collapse:separate;
    padding: 1px;
    border: 1px solid  #666666;
    margin: 5px;
    
}

.NG_Row1  {
    display:  table-row;
    width: 50%;
    border-top: 1px solid  #666666;
    
}

.NG_Cell4 {
    float:left;/*fix for  buggy browsers*/
    display: table-cell;
}

.NG_Newsheading {
    
    font-weight: bold;
    color: #000000;
    
}

.NG_PageSettings {
    float:right;
    padding: 5px;
    
}

/* News group - end*/


/* Forum - start*/

#forum 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	color:#404040;
}


#forum input{font:8pt Verdana,Arial,Helvetica,sans-serif}

#forum select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}

#forum textarea{background:#ffffff;border:1px solid #404040;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

#forum form{display:inline}

#forum input{border:1px solid #404040;font-size:8pt;}

#forum input.pbutton{background:#EEEEEE;}

/* For BBCode Post Buttons */
#forum .ButtonOut
{
	filter: alpha(opacity=70);
	border: #7F9DB9 1px solid;
}
#forum .ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
#forum .ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
#forum .ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
#forum img 
{
	border: 0;
}

/* hyperlinks */
#forum a		{ text-decoration: none; color: #E00000; }
#forum a:hover		{ text-decoration: underline; }

/* Forum Header 1 - Main header */
#forum .ForumHeader1
{
	background-color: #353535;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
#forum tr.header1 a		{color:#C00000;text-decoration:none}
#forum tr.header1 a:hover	{color:#404040;text-decoration:none}

#forum .ForumHeader1Title
{
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;	
}

/* Header 2 - Sub header */
#forum .ForumHeader2
{
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
	height: 28px;
}

#forum td.header2links a				{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
#forum td.header2links	a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
#forum .footer1
{
	font-size: 7pt;
	height: 28px;
	background-color:#fbfbfb;
}

#forum .footer1 select, .footer1 td
{
	font-size: 7pt;
}

#forum .UserBox
{
	font-size:7.5pt;	
	color:#808080;
}

#forum .postformheader 
{
	background-color: #D1D1D1;
	font-weight:bold;
}

/* Header of posts */
#forum .postheader 
{
	background-color: #eaeaea;
	color:#505050;
}

#forum .postheader a
{
	font-size:10pt;
	
}

/* User info and post/article */
#forum .post 
{
	background-color: #F0F0F0;
	color:#404040;
}

#forum .post_alt
{
	background-color: #F5F5F5;
	color:#404040;	
}

#forum .post_priority
{
	font-weight:bold;
}

#forum .post_link
{
	font-size:10pt;
	font-weight:bold;
}

/* Footer of posts */
#forum .postfooter 
{
    background-color: #eaeaea;
}

/* Area between posts */
#forum .postsep 
{
	background-color: #939393;
	height: 2px 
}

/* most tables are class 'content' */
#forum .content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;	
	width: 99%;
}

#forum .content td {
	padding: 3px;
}

#forum .forumheading 
{
	font-size:10pt;
	font-weight:bold;
}

#forum .forumviewing
{
	font-size:8pt;
	color:#a0a0a0;
}
#forum .forumsubheading
{
	font-size:7.5pt;
}

#forum #RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
#forum .content a		{ color: #C02020; text-decoration: underline; }
#forum .content a:hover	{ color: #C00000; text-decoration: none; }

/* used for quoting messages */
#forum .quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

#forum .innerquote 
{
	padding: 4px;
	background-color: #d1d1d1;
	border: solid 1px #505050;
}

/* used for code */
#forum .code
{
	margin-left: 16px;
	padding-left: 16px;	
}

#forum .innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color:#000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
#forum .smallfont	{ font-size: 7.5pt; }
#forum .largefont	{ font-size: 9pt; }

/* Image Links */
#forum a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
#forum a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
#forum .posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
#forum table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
#forum .navlinks { font-weight: bold; color: #333333; font-size: 9pt; }
#forum .navlinks a { color: #000000; text-decoration: none; }
#forum .navlinks a:hover { color: #C00000; text-decoration: underline; }
#forum .navlinks #current { color: #900000; } 

/* for printing */
#forum .print 
{
	border: solid 1px #C0C0C0;
}
#forum .printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
#forum .printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

/* Forum - end*/

/* Calendar - start*/
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #6677DD;
			}
/* Calendar - end*/

/* Media Library - start*/


#mediaMenuFlat A {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 1px; MARGIN: 0px; FONT: bold 11px/16px arial,helvetica,sans-serif; PADDING-TOP: 1px; WHITE-SPACE: nowrap
		
}

#mediaMenuFlat A {
	COLOR: #000; TEXT-DECORATION: none
	/* COLOR changes the text of the menu items */
}
#mediaMenuFlat A:hover {
	BACKGROUND: #ddd; COLOR: #a00
}
#mediaMenuFlat A:active {
	BACKGROUND: #ccc; COLOR: #060
}

#mediaMenuFlat .mediaThumb 
{
	width: 16px; height: 16px; border: 0px
	cursor: move;
}

#mediaMenuFlat .mediaThumbEdit, #mediaMenuFlat .mediaFolder
{
	width: 16px; height: 16px; border: 0px
}



/* Media Library - end*/




/* TreeView style - start */



.TreeViewMenuArea
{
  background-color:#F6F6F6;
}

.TreeViewMenuArea .MainText
{
  font-size:11px; 
  height:100%;
}

.TreeViewMenuArea .hint
{
  color:Red;
}



/* TreeView style - end */





/* RSS start*/
#RSSNewsFeed
{
	width: 242px;
	background-color: #FFCC00;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
#RSSTopStories
{
	margin: 0px 2px 0px 2px;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-size: .9em;
	font-weight: bold;
	padding: 1px 0px 2px 4px;
}

#RSSNewsFeed ul
{
	list-style-type: none;
	text-align: left;
	margin: 0px 2px 2px 2px;
	padding: 0px 0px 3px 0px;
	background-color: #fff;
}

#RSSNewsFeed ul li
{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/news/arrow.gif);
	background-repeat: no-repeat;
}

#RSSNewsFeed ul li a
{
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	font-size: .9em;
	display: block;
	width: 230px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
#RSSNewsFeed ul li a:hover
{
	text-decoration: underline;
}

/* BBC RSS end*/


#aspxContent 
{
	vertical-align: top;
}




/* Team builder */

.LabelHighlight

{

            font-weight: bolder;

            color: black;

            font-family: Arial;

}

 

.LabelHeader

{

            font-weight: lighter;

            font-size: 16pt;

            font-family: Arial;
	
			
            background-color: #ccc;/*<%=strSecondary%>*/

            color:#333333;/*<%=strPrimary%> ; */

            border-right: black 2px solid;

            border-top: black 2px solid;

            border-left: black 2px solid;

            border-bottom: black 2px solid;

            text-align:left;

            vertical-align:middle 

}

 

.playerRem

{

            border-right: black 0px solid;

            border-top: black 0px solid;

            border-left: black 0px solid;

            border-bottom: white 1px solid;

            width:25%;

            background-color: #ccc;/*<%=strSecondary%>*/

            font-weight: bold;

            color:#333333;/*<%=strPrimary%> ; */

            text-align:center ;

            vertical-align :middle

}

.playerRemIn

{

            border-right: black 0px solid;

            border-top: black 0px solid;

            border-left: black 0px solid;

            border-bottom: black 0px solid;

            width:25%;

            background-color: #ccc;/*<%=strSecondary%>*/

            font-weight: bold;

            color:#333333;/*<%=strPrimary%> ; */

            text-align:center ;

            vertical-align :middle

}

 

.playerRemSwap

{

            border-right: white 1px solid;

            border-top: white 1px solid;

            border-left: white 1px solid;

            border-bottom: white 1px solid;

            width:25%;

            background-color: #333333;/*<%=strPrimary%>;*/

            font-weight: bold;

            color:#ccc;/*<%=strSecondary%> ;*/

            text-align:center ;

            vertical-align :middle;

            cursor:hand

            

            

}

 

.playerImageCell

{

            border-left: white 1px solid;

            border-top: white 0px solid;

            border-right: white 1px solid;

            border-bottom:  white 1px solid;

            padding: 0 0 0 0;

            background-color:white;

            width: 14%;

            cursor:hand;

            vertical-align:top 

}

 

.playerPosition

{

            border-right: 0px solid;

            border-top: 0px solid;

            font-weight: bold;

            border-left: 0px solid;

            width: 55%;

            color: white;

            border-bottom: 0px solid;

            height: 30px;

            background-color: #ccc;/*<%=strSecondary%>;*/

            padding-left:5px

}

 

.playerStat

{

            background-color:#ccc;/*<%=strSecondary%>;*/

            width: 55%; 

            height : 30px;

            border-right: 0px solid;

            border-top: 0px solid;

            border-left: 0px solid;

            border-bottom: white 1px solid;

            padding-left:5px;

            font-weight: bold;

            color:#333333;/*<%=strPrimary%> */

}

 

.PN

{

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            text-align: left;

            background-color:white;

}

 

.playerPositionName

{

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            text-align: left;

            background-color:#333333;/*<%=strPrimary%>;*/

}

.playerPositionNameSelect

{

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            text-align: left;

            background-color:#ffffFF;

}

.playerListName

{

            border-right: 1px solid;

            border-top: 1px solid;

            font-size: smaller;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            background-color: white;

            text-align: left;

}

 

.playerListNameselect

{

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            text-align: left;

            background-color:#333333;/*<%=strPrimary%> */

}

 

.playerListNameHover

{

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            cursor: hand;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            text-align: left;

            background-color:Teal

}

.PNO

{

            text-align:center ;

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            color: white;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            background-color: #ccc;/*<%=strSecondary%>;*/

            border-color : #000000

}

 

.playerName

{

            text-align:center ;

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            color: #000000;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color :Black ;

            text-align:left 

}

 

.playerNameSelect

{

            text-align:center ;

            border-right: 1px solid;

            border-top: 1px solid;

            border-left: 1px solid;

            color: #000000;

            border-bottom: 1px solid;

            font-family: Arial;

            font-size : smaller;

            background-color: #FFFFFF;

            border-color :Black ;

            text-align:left ;

            cursor: hand

}

.playerRemove

{

            text-align:center ;

            border-right: 0px solid;

            border-top: 0px solid;

            border-left: 0px solid;

            color: #000000;

            border-bottom: 0px solid;

            font-family: Arial;

            font-size : smaller;

            background-color:#333333;/*<%=strPrimary%>;*/

            border-color :Black ;

            text-align:left;

            vertical-align:top;

            text-align:left;

            padding: 0 0 0 0;

            cursor: hand

}

 

.positionNameInset

{

            font-family:Arial;

            BORDER-RIGHT: 1px inset; 

            BORDER-TOP: 1px inset; 

            BORDER-LEFT: 1px inset; 

            BORDER-BOTTOM: 1px inset;

            text-align:left ;

            font-size : smaller

}

.PNH

{

            font-size: smaller;

            cursor: hand;

            font-family: Arial;

            background-color: #333333;/*<%=strPrimary%>;*/

}

.selectedPlayerName

{

            font-family:Arial;

            font-size : smaller

}

 

.CH

{

            border-right: #000000 0px solid;

            border-top: #000000 0px solid;

            font-weight: bold;

            border-left: #000000 0px solid;

            color: white;

            border-bottom: #000000 0px solid;

            font-family: Arial;

            background-color: #ccc;/*<%=strSecondary%>;*/

            text-align: center;

}

 

.wrap

{

            border-right: #000000 1px solid;

            border-top: #000000 1px solid;

            border-left: #000000 1px solid;

            border-bottom: #000000 1px solid;

            overflow: hidden;

}

 

.pnlDetails

{

            border-right: #000000 1px solid;

            border-top: #000000 1px solid;

            border-left: #000000 1px solid;

            border-bottom: #000000 1px solid;

}

 

.infoLabel

{

            font-family: Arial;

}

 

.infoHeading

{

            font-weight: bolder;

            font-size: larger;

            font-family: Arial;

}

 

.HI

{

            visibility:hidden;

            width:0px;

            height:0px

}

.playerCap

{

            border-right: 0px solid;

            border-top: 0px solid;

            border-left: 0px solid;

            border-bottom: 0px solid;

            color: #000000;

            font-family: Arial;

            font-size : smaller;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color :Black ;

            text-align:left;

            vertical-align:top;

            height:16px;

            width:16px;

            padding: 0 0 0 0;

            cursor: hand

}

 

.pitchStyle

{

            border-right: 1px solid;

            border-top: 1px solid;

            z-index: -10;

            left: 8px;

            border-left: 1px solid;

            width: 360px;

            border-bottom: 1px solid;

            position: absolute;

            top: 45px;

            height: 520px;

            background-color: white;

}

 

.playerTable

{

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #333333;/*<%=strPrimary%>;*/

}

.PS

{

            position:absolute

}

 

.playerPanelYouth

{

            BORDER-RIGHT: 1px solid; 

            BORDER-TOP: 1px solid; 

            Z-INDEX: 103; 

            LEFT: 376px; 

            MARGIN-LEFT: 0px; 

            OVERFLOW: auto; 

            BORDER-LEFT: 1px solid; 

            WIDTH: 432px; 

            BORDER-BOTTOM: 1px solid; 

            POSITION: absolute; 

            TOP: 80px; 

            HEIGHT: 288px

}

 

.playerPanelAdult

{

            BORDER-RIGHT: 1px solid; 

            BORDER-TOP: 1px solid; 

            Z-INDEX: 103; 

            LEFT: 376px; 

            MARGIN-LEFT: 0px; 

            OVERFLOW: auto; 

            BORDER-LEFT: 1px solid; 

            WIDTH: 432px; 

            BORDER-BOTTOM: 1px solid; 

            POSITION: absolute; 

            TOP: 45px; 

            HEIGHT: 323px

}

 

.simpleTable

{
/* */
            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #000000;

}

 

.simpleTableHeadAdult

{

            Z-INDEX: 103;

            LEFT: 424px;

            WIDTH: 368px;

            POSITION: absolute;

            TOP: 48px;

            HEIGHT: 29px;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #000000;

}

.simpleTableHeadYouth

{

 

            Z-INDEX: 103;

            LEFT: 424px;

            WIDTH: 368px;

            POSITION: absolute;

            TOP: 80px;

            HEIGHT: 29px;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #000000

            

}

 

.simpleTablePlayerAdult

{

            Z-INDEX: 103;

            LEFT: 424px;

            WIDTH: 384px;

            POSITION: absolute;

            TOP: 76px;

            HEIGHT: 365px;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #000000;

            border:1px;

            overflow:auto

}

.simpleTablePlayerYouth

{

 

            Z-INDEX: 103;

            LEFT: 424px;

            WIDTH: 384px;

            POSITION: absolute;

            TOP: 108px;

            HEIGHT: 335px;

            background-color: #333333;/*<%=strPrimary%>;*/

            border-color: #000000;

            border:1px;

            overflow:auto

}

/*CSS to style tickers */

.cnnclass{
	width: 400px;
	padding: 5px;
	background-color: #F3F3F3;
	border: 1px solid black;
	margin-bottom: 1em;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
	text-decoration: none;
}

.bbcclass{
	width: 400px;
	padding: 6px;
	background-color: lightyellow;
	border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

.storyTitle 
{
	font-weight: bold;
}







 

/************ RFU grid styles ****************/

.GridHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background:#CC3300;
	height : 25px;
	color : #ffffff;
}

.ItemStyle
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	height : 25px;
	font-family: "Arial, Helvetica, sans-serif";
}

.AlternatingStyle 
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	height : 20px;
	font-family: "Arial, Helvetica, sans-serif";
}

.SelectedItemStyle
{
	background-color : White;	
	font-size: 8pt;
	color: Black;
	height : 20px;
	font-family: "Arial, Helvetica, sans-serif";
}
.Footer
{
	background-color : White;	
	font-size: 8pt;
	color: #DEDEDE;
	font-family: "Arial, Helvetica, sans-serif";
	height : 25px;
}

.PagerStyle 
{
	text-align : center;
	font-size: 8pt;
	height : 25px;	
	background-color : #BFBFBF;
}
.GridStyle
{
	border:solid 1px 	#BFBFBF;
}
/************ end grid styles ****************/

div.scroll1 {
	height: 150px;
	overflow: auto;
}

div.scroll2 {
	height: 400px;
	overflow: auto;
	padding:8px;
}

.Rightlabel
{
	font-size: 8pt;
	color : Green;
	margin-left : 80%;
}
