/************************************************** Reset Default Browser Styles */
ul, ol, li, form, h1, h2, h3, h4, h5, p, dl, dt, dd, iframe, embed, input, form, textarea {padding:0; margin:0;}
address {font-style:normal;}
img{border:0; margin:0; padding:0;}
table,td{font-size:inherit;}
ul{list-style:none;}




/************************************************** Main Structure */
html{height:100.01%;}  /* forces consistent browser scrollbar */
body {
	color:#525252;
	font:76%/1.5 Arial, Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.divisions_toolbar{
left:230px;
margin-top:60px;
position:absolute;
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#FFF; 
		height:80px; 
		width:100%; 
		position:absolute;
		bottom:0;
        border-top: 5px solid #6A7289;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#FFF;
	}


.divisions_toolbar a, .divisions_toolbar a:visited, .divisions_toolbar a:active{
    display:inline;
    padding: 4px 10px;
    border: 1px solid #FFF;
    background-color: #6A7289;
    color: #FFF;
    margin-right: 5px;
    font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(border-radius.htc);*/
}


.divisions_toolbar a:hover, .divisions_toolbar a.currdiv{
    text-decoration: none;
    background-color: #FFF;
    color: #6A7289;
}


/************************************************** Default Link Styles */
a, a:visited {
	/*font-weight: normal;*/
	color:#333;
	text-decoration: none;
}

a:hover {
	cursor:pointer;
	text-decoration: underline;
}

/************************************************** Utility Classes */
.fixclear         { clear:both; }


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*****************COLUMNS********************/
	/*Two columns worth totalling at 650px */
.col650 {
	width: 650px;
	margin-right: 10px;
	border: #000 0px solid;
	min-height: 800px;
}

.mag_h2 {
	padding-left: 10px;
	color: #fff;
}

.padleft5 {
	padding-left: 5px;
}

.padleft10 {
	padding-left: 10px;
}

.menuContainer {
	font-size: 11px;
	overflow: hidden;
	background: url(themes/goalrun/images/gr3_1/bkg/gradient1.png) repeat-x;
	height: 20px;
	background-color: #000;
}

.menuBar {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	height: 20px;
	position: relative;
	left: 1%;
}

.menuBar li {
	float: left;
	position: relative;
	right: 0%;
	margin: 0 2px;
}

.menuBar li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 0;
	float: left;
	color: #FFF;
	text-decoration: none;
}

.menuBar li a b {
	display: block;
	height: 20px;
	float: left;
	padding: 0 0 0 12px;
}

.selectedTab a {
	background: url(themes/goalrun/images/tab_on_right.png) no-repeat right top;
	line-height: 20px;
}

.selectedTab b {
	background: url(themes/goalrun/images/tab_on_left.png) no-repeat left top;
	line-height: 20px;
	color: #000;
}

/********HEIGHT*****/
	/*Anywhere which uses inline CSS to specify a height of 50px will now use the height50 class*/
.height50 {
	height: 50px;
}

.fullheight {
	height: 100%;
}

.fullwidth {
	width: 100%;
}

.height20 {
	height: 20px;
}

.height10 {
	height: 10px;
}

.height40 {
	height: 40px;
}

.height30 {
	height: 30px;
}

.heightauto {
	height: auto;
}

.height5 {
	height: 5px;
}

.height2 {
	height: 2px;
}

.height1 {
	height: 1px;
}

/****************WIDTH*************/
	/*Some images use a -10px for margin-top, rather than inline styling use the class here*/
.marginminus10 {
	margin-top: -10px;
}

.w650 {
	width: 650px;
}

.w315 {
	width: 315px;
}

.w140 {
	width: 140px;
}

/****Background Colour***/
.bgfff {
	background: #fff;
}

.colourfff {
	color: #fff;
}

.SearchBox {
	width: 150px;
	vertical-align: middle;
	margin-bottom: .1em;
	margin-left: 35px;
}

.SearchButton {
	margin-left: 5px;
	margin-right: 0px;
	vertical-align: middle;
	margin-bottom: .1em;
}

.Gr310 {
	width: 310px;
}

/**************MAGAZINE***************/
	/*Horizontal Rule for the magazine section*/
.hr_mag {
	border-bottom: #00812C 1px solid;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
}

.hr_world_cup {
	border-bottom: #fff 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -1px;
}

/*Styling for an image in a magazine full page*/
.mag_full_img {
	height: 84px;
	width: 140px;
	margin-right: 10px;
}

.mag_trail_image {
	height: 84px;
	width: 140px;
}

.mag_td_date {
	color: #00812C;
	font-size: 11px;
	font-weight: bold;
}

.mag_world_cup_spot {
	width: 150px;
	padding-left: 10px;
}

.mag_world_cup_spot2 {
	width: 140px;
	padding-right: 0;
}

.GrHr {
	width: 100%;
	height: 1px;
	background-color: #DDD;
}

/************** Sales page*****************/
.sales_container {
/*	background-image: url('themes/goalrun/images/sales/sale_player_bkg.gif');*/
	background-repeat: no-repeat; 
    background-image: url('themes/goalrun/images/sales/sales_bg1.jpg');
    background-repeat: repeat-x;
}

ul.sales_listings li{
    margin: 5px 15px;
    list-style-type:disc;
}

.orange_header{
    font-weight: bold;
    color:  #FF6600;
    border-bottom: 3px solid  #FF6600; 
    font-size: 14px;  
}
.sales_input{
    padding: 5px 10px;
    width: 500px;
}

.sales_btn{
    padding: 5px 10px;
    font-weight: bold;
    background-color:  #FF6600;
    color: #FFF;
    border: 0;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    }
.adjusted_page_content{
    padding: 20px;
    border: 1px solid #CCC;
    font-size: 14px;
    background-image: url('themes/goalrun/images/sales/sales_bg2.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
}
a.sales_page_applynow:link,a.sales_page_applynow:active, a.sales_page_applynow:visited{
    display: block;
    width: 200px;
    background: #FF6600;
    padding: 5px 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
a.sales_page_applynow:hover{
    text-decoration: none;
    background-color:  #FF8C40;
}
.normal_page_content{
    font-size: 14px;;
}
.stripped_header{
    background: #FF6600;
    padding:5px 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}
.large_sales_text{
    font-size: 30px;
    font-weight: bold;
    color: #FF6600; 
}
.sales_large_teaser{
    float: right;
    font-size: 20px;
    color: #FF6600;
    width: 270px;
        line-height: 25px;
}
.sales_tophalf {
	height: 450px;
}

.sales_bottom_half {
	height: 400px;
}

.sale_bottom_screenshot {
	background-image: url('themes/goalrun/images/sales/apply_bkg.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

.sale_bottom_screenshot2 {
	background-image: url('themes/goalrun/images/sales/apply_bkg.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

/*#requestClub input, #requestLeague input, textarea{
-moz-border-radius:2px;
-webkit-border-radius: 2px;
width:280px;
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #F0F0F0 ;
 color: #102132;
 border: 1px solid #d3d3d3; 
 height:20px;
}*/ /*#requestClub, #requestLeague .radio{
	width:20px;
}
#notify_content input:hover,#notify_content textarea:hover {
	border: #666 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

#notify_content input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 280px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	color: #102132;
	border: 1px solid #d3d3d3;
	height: 20px;

}
*/

#notify_content input {
    
    padding: 4px;
    }

#leagueLogos img {
	padding: 20px;
}

.home_createsite {
	background: url(themes/goalrun/images/gr3_1/home/createfree_bkg.jpg);
	background-repeat: repeat-x;
}

#player {
	width: 621px;
	background: #eeeeee;
	border: 5px solid #eeeeee;
	padding-top: 5px;
}

.carousel_player {
	width: 621px;
	background: #eeeeee;
	border: 5px solid #eeeeee;
	height: 420px;
}

.widget_grey_header {
	padding: 10px 0px 10px 10px;
	color: #666;
	background-color: #EEE;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
}

.GreyContainer {
	font-family: Arial;
	padding: 10px;
	display: block;
	color: #545B6D;
	background-color: #EEE;
}

.GreyContainer h1 {
	font-size: 13px;
	font-weight: bold;
}

.sponsor_logo_placeholder {
	width: 120px;
	height: 10px;
	padding: 115px 80px;
	display: block;
	border: 1px solid #999999;
	border-color: #999999;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-size: 11px;
}

.sponsor_tier2_logo_placeholder {
	width: 65px;
	padding: 55px 45px;
	display: block;
	border: 1px solid #999999;
	border-color: #999999;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-size: 11px;
}

.sponsor_logo_wrapper {
	width: 280px;
	height: auto;
	padding: 0px;
	display: block;
	border: 1px solid #999999;
	border-color: #999999;
	font-weight: bold;
	text-align: center;
}

.tableButtonToggle {
	cursor: pointer;
	margin-left: 510px;
	color: #FFF;
	font-weight: bold;
}

#blank_ {
	margin-top: 14px;
	position: absolute;
}

#userDiv {
	border-top-width: 0pt;
	/*height: 20px;*/ /*margin-top: 40px;
padding-top:10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-bottom:2px solid #fff;
-khtml-border-radius: 3px;
	padding-bottom: 2px;
	padding-bottom: 9px;*/
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #272727;
	/*background-image:url('themes/goalrun/images/new_topnav/tab_m');*/
}
.border_login_bar {
	margin-left: -1000px; 
	width: 5000px; 
	margin-top: -10px; 
	position: absolute; 
	height: 18px; 
	/*background-color: rgb(0, 0, 0); */
	background-image:url('themes/goalrun/images/new_topnav/tab_b');
}
.border_login_barImg {
	
	/*background-color: rgb(0, 0, 0); */
	background-image:url('themes/goalrun/images/new_topnav/tab_b');
	float:right;
	margin-top:0px;
	width:1100px; 
	height:10px;
	position:relative;
	margin-left:-700px;
}
.fixedLineRight {
	text-align: right; 
	padding-left: 0px; 
	position: absolute; 
	width: 500px; 
	/*left: 1631px;*/
	z-index:-1;
	width:89.5%;
	overflow:hidden;
	margin-left:1px;
	
}
.fixedLineFull {
	/*left:-50px;*/
	margin:0px;
	padding:0px;
	z-index:-1;
	position:absolute; 
	width:100%;
}

.login_dropdown {
	padding-left: 0px;
	color: #FFFFFF;
	padding-top: 1px;
	display: none;
	/*background-color: #000;*/
	padding: 10px;
	padding-top:15px;
	/*-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	*/
}

#grTopPanelDropMenu {
	width: 100%;
	text-align: left;
	height: auto;
}

.LoginCornersLeft {
	width: 30px;
	margin-top: 0px;
	background-image: url('themes/goalrun/images/new_topnav/tab_l');
	background-position: left bottom;
	background-repeat: no-repeat;
	float:right;
	height:37px;
	padding-top:5px;
	
}

.LoginCornersRight {
	width: 30px;
	margin-top: 0px;
	background-image: url('themes/goalrun/images/new_topnav/tab_r');
	background-position: left bottom;
	background-repeat: no-repeat;
	float:right;
	height:42px;
	padding-right:150px;
}

.userInfo {
	background-color: #000;
	margin-top: 0px;
	float:right;
	/*padding-bottom: 5px;*/
	padding-top:10px;
	height:28px;
	background-image:url('themes/goalrun/images/new_topnav/tab_m');
}

/* slightly enhanced, universal clearfix hack */
.grClear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.grClear {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .grClear {
	height: 1%;
}

.grClear {
	display: block;
}

/* stop commented backslash hack */
.media_container {
	width: 290px;
	min-height: 225px;
	margin: 0px auto;
}

.relative {
	position: relative;
	padding-top: 15px;
}

.img80 {
	width: 80px;
	height: 80px;
	float: left;
}

.img40 {
	width: 40px;
	height: 40px;
	float: left;
}

.rssUrlInput {
	border: 1px solid;
	padding: 8px;
	width: 462px
}

.rssModalText {
	margin-top: 6px;
	padding-bottom: 6px;
	width: 460px;
	font-size: 10px;
}

.Tablesheader {
	padding: 6px 10px;
	background: url(themes/goalrun/images/background/bkg_sub_silver_40x1.png) repeat;
	color: #545B6D;
	font-family: verdana;
	font-size: 11px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
}

.TablesSubheader {
	padding: 5px 10px;
	background-color: #DDD;
	color: #545B6D;
	font-family: Arial;
	font-size: 10px;
}

.TablesRow {
	padding: 5px 10px 0px 10px;
	color: #545B6D;
	font-family: Verdana;
	font-size: 11px;
}

.TablesRow img {
	margin-bottom: -0.5em;
}

.grTopScorersLogo {
	width: 40px;
	height: 40px;
	/*background-color:#CCCCCC;*/
	text-align: center;
}

.grTopScorersLogo img {
	margin-top: 5px;
}

.player_header {
	margin-top: -10px;
	padding: 5px 5px 0px 5px;
	color: rgb(61, 65, 78);
	background-color: rgb(221, 221, 221);
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	height: 27px;
}

.rtl {
	direction: rtl;
}

.moderator_name {
	margin-top: -5px;
	line-height: 14px;
}

/***Css For the Grid***/
#grid table {
	cursor: move;
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	font: 11px Verdana;
	color: #6a7289;
	font-size: 12px;
}

#grid td {
	border: 1px solid #eeeeee;
}

#grid {
	margin-top: 10px;
	padding: 20px;
	overflow: hidden;
	border: 2px solid #D9E4FF;
}

.gridEvent {
	width: 150%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gridEvent li {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.gridEvent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gridEvent ul li a {
	text-decoration: none;
	color: #000;
	background: #D9E4FF;
	border: 1px solid #D9E4FF;
	-moz-border-radius: 4px;
	display: block;
	margin: 5px 2px;
	padding: 2px;
}

.gridEvent ul li a:hover,.gridEvent ul li a:focus {
	outline: 0;
	background: #C2CCE4;
	border: 1px solid #B0BACF;
}

table.grid {
	margin: 1em 1em 1em 0;
	background: whitesmoke;
	border-collapse: collapse;
}

table.grid td:hover {
	background: lightsteelblue !important;
}

table.grid th,table.grid td {
	border: 1px silver solid;
	padding: 0.2em;
}

table.grid th {
	background: gainsboro;
	text-align: left;
}

table.grid caption {
	margin-left: inherit;
	margin-right: inherit;
}

/*****END OF GRID*****/
#togglebuttons {
	width: 80px;
	padding: 3px;
}

.corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(border-radius.htc);*/
}

/*New Home Page, this is temporary*/
.home_box0709 {
	background: url(themes/goalrun/images/new_home/0910_home_bkg.jpg);
}

/*End of New Home Page, this is temporary*/
.miniCanvas {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.grGridTable {
	background-color: #fff;
	cellspacing: 0;
	cellpadding: 0;
	empty-cells: show;
}

.grPseudoGridTableY {
	min-width: 120px;
}

#grPseudoGridTableX {
	position: absolute;
	top: 0px;
	left: 0px;
}

#grPseudoGridTableY {
	position: absolute;
	top: 0px;
	left: 0px;
}

.grPseudoGridTableX {
	empty-cells: show;
}

.grGridYteam {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	width: 120px;
}

.grGridXteam {
	font-weight: bold;
	border-width: 0px;
	border-left: 0px none;
	border-bottom: 0px none;
	background-color: #ddd;
	text-align: center;
	width: 120px;
}

.grGridTable td {
	min-width: 120px;
	font-size: 10px;
	color: #6A7289;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
}

.grPseudoGridTableY .grGridYteam,.grPseudoGridTableX .grGridYteam {
	width: 120px;
	font-size: 10px;
	color: #6A7289;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	height: 45px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.grPseudoGridTableY .grGridXteam,.grPseudoGridTableX .grGridXteam {
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	border-width: 0px;
	border-left: 0px none;
	border-bottom: 0px none;
	background-color: #ddd;
	text-align: center;
	min-width: 120px;
}

.grGridBox {
	height: 45px;
	width: 50px;
	text-align: center;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.grGridGreyBox {
	height: 45px;
	width: 50px;
	text-align: center;
	background-color: #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.greyLine {
	border-bottom: 1px solid #EEE;
	padding: 5px 0px;
	margin-bottom: 10px;
}

/*************** Video Pages ********************/
.mediaGridWrapper {
	display: block;
}

.mediaGridLeft {
	border: 1px solid #eee;
	float: left;
	width: 310px;
	height: 90px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 11px;
}

.mediaGridLeft:hover,.mediaGridRight:hover {
	background-color: #eee;
}

.mediaGridRight {
	border: 1px solid #eee;
	float: right;
	width: 310px;
	height: 90px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 11px;
}

.dark {
	color: #545B6D;
}

.mediaThumb {
	float: left;
	width: 120px;
}

.mediaDesc {
	float: right;
	width: 185px;
}

.mediaDetails {
	padding: 5px;
	Height: auto;
	display: block;
	width: 640px;
}

.mediaDetails h3 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: 545B6D;
}

.mediaPlayer {
	width: 580px;
}

.mediaNavPrevious {
	float: left;
	height: auto;
	width: 35px;
	background: #ddd;
	height: 420px;
	text-align: center;
	position: relative;
	-moz-border-radius-topleft: 2px;
	-webkit-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-radius-bottomleft: 2px;
}

.mediaNavNext {
	float: left;
	height: auto;
	width: 35px;
	background: #ddd;
	height: 420px;
	text-align: center;
	position: relative;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-bottomright: 2px;
}

.disabled {
	cursor: not-allowed;
}

.mediaNavPrevious:hover,.mediaNavNext:hover {
	background: #eee;
}

.mediaNavPrevious img {
	position: absolute;
	top: 50%;
	left: 20%;
}

#large_vid_container {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
}

.padding200 {
	padding-top: 150px;
}

.modal_title {
	width: 98%;
}

.media_sub_nav_leagues {
	width: 73%;
}

.media_sub_nav {
	width: 60%;
}

.mediaNavNext img {
	position: absolute;
	top: 50%;
	left: 20%;
}

.flickrImg {
	top: -15px;
	left: 0px;
	position: relative;
	height: 0px
}

.content { /*height: 100%;*/
	
}

.grMediaContainer {
	margin-top: -10px
}

.truveoLogoUser {
	top: -525px;
	position: relative;
	left: 530px;
}

.truveoLogoGuest {
	top: -495px;
	position: relative;
	left: 530px;
}

.contactStrip {
	background-color: #eee;
	padding: 5px;
	margin: 10px 0px;
	width: 100%;
}

.newsSearch {
	background-color: #eee;
	color: #888;
	padding: 5px;
	display: block;
	margin-top: 0px;
    text-align: left;
}

#twitter_widget_content:hover {
/*	background-color: #eee;*/
}

.Sectionheaders {
	font-family: arial;
	font-size: 14px;
	color: #666666;
}

.welcomeMessage {
	padding: 10px;
	font-family: arial;
	font-size: 11px;
	background-color: #eee;
	border: 1px solid #ddd;
	background: url(themes/goalrun/images/background/100_white_grey.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.grCalltoActions {
	position: relative;
	top: -23px;
	left: 450px;
	width: 180px;
}
.grHeaderCalltoActions {
    float: right;
    width: 180px;
    margin-top: 5px;
}

.noResultMsg {
	/*padding: 10px 20px;*/
}

.noResultMsg ul {
	list-style-type: square;
	list-style-position: ;
	margin-left: 30px;
}

.newsImgPlaceholder {
	text-align: center;
	width: 65px;
	height: 65px;
	float: left;
}

.newsImgPlaceholder img {
	float: left;
	margin-right: 40px;
	width: 60px;
	max-height: 60px;
}



.login_dropdown_item {
	width: 12%;
}

.login_dropdown_separator {
	width: 6%;
}

.login_dropdown_input {
	width: 18%;
}

.login_dropdown_input input {
	width: 95%;
}

.login_dropdown_button {
	padding-top: 3px;
	padding-right: 10px;
}

.help_appBox {
	width: 318px;
	border: 1px solid #DDD;
	height: 100px;
	background: url(/themes/goalrun/images/gr3_1/bkg/100_white_grey.png)
		repeat-x;
}

.bodyText {
	font-size: 11px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande",
		Verdana, Arial, Helvetica, sans-serif;
}

.bigFont {
	font-size: 18px;
	font-weight: bold;
}

.help_appBox_content {
	padding-left: 10px;
	padding-right: 10px;
}

.helpSubMenu {
	color: #545B6D;
	font-weight: bold;
	padding-left: 10px;
}

.helpSubMenu li {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.helpSubMenu a {
	margin-right: 5px;
	color: #545B6D;
	font-weight: bold;
}

.helpSubMenu a:visited {
	color: #545B6D;
	font-weight: bold;
}

.help_item_title_box {
	min-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	border: 1px solid #EEE;
	/*background-color:#EEE;*/
	cursor:pointer;
}

.help_item_title_box:hover {
	background-color: #EEE;
}

.help_question_title {
	color: #545B6D;
	font-weight: bold;
}

.help_answers {
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
.appTitleLink {
	color:#FFF;
}
.appTitleLink:hover{
	color:#FFF;
	text-decoration:underline;
}
.appTitleLink:visited{
	color:#FFF;
}
.noPadding {
    padding: 0px;
}
.clubNameText {
    margin-top:2px; 
    width:138px;
}
.clubNameLogoWraper {
    width:200px; 
    padding:1px; 
    margin:1px; 
    height:63px; 
    float:left;
}
.clubNameLogo {
    width:50px; 
    height:50px; 
    text-align:center;
    border: 1px solid;
    margin: 5px;
    float: left;
}
.clubNameLogoss {
    width:50px; 
    height:50px; 
    text-align:center;
    margin: 5px;
    float: left;
}
.horizontalStatsBar {
    background: #DDDDDD url(themes/goalrun/images/gr3_1/bkg/mat_hea_men.png) repeat scroll 0 0;
    color: #FFF;
    height: 20px;
    font-weight: bold;
    float: right;
    width: 31%;
}
.horizontalStatsBarSeparator { 
    width: 10px;
    float: right;
}
.horizontalStatsText {     
    float: left;
    color: #333;
}
.positiveGauge {     
    float: left;
    background: #009900 url(themes/goalrun/images/gr3_1/bkg/mat_hea_men.png) repeat scroll 0 0;
    color: #333;    
}
.negativeGauge {     
    float: right;
    background: #CC0000 url(themes/goalrun/images/gr3_1/bkg/mat_hea_men.png) repeat scroll 0 0;    
    text-align: right;
    color: #333;
}
#statsLeftColumn {
    width: 380px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 10px;
}
#statsRightColumn {
    width: 550px;
    padding: 10px;
    border: 1px solid #CCC;
    background-color: #EEE;
    height: 450px;
}
.statsItem {
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
    
}
.statsItem img {
    width: 28px;
    height: 25px;
}
.stats_graph_small {
    padding-right:10px;
    float: left;
}
.stats_subtitle {
    padding-top:4px;
    float: left;
    color: #333;
}
.stats_team {
    padding: 0px 10px;
    float: right;
}
.statsItem input {
    width: 30px;
    background: #CC0000 url(themes/goalrun/images/gr3_1/bkg/button_silver_20.png);
    color: #333;    
}
.statsItem input:hover {    
    background: #CC0000 url(themes/goalrun/images/gr3_1/bkg/button_silver_20_hover.png);
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
}
.statsValue {
    color: #666;
    float: right;   
}
.statsZeroValue {
    color: #333;
    float: right;   
}
.bodyLink_small {
    font-size: 10px;
    line-height: 90%;
}


h1, h2, h3, h4, h5 {
 font-size: 13px;
 margin: 0;
 padding: 0;
 color:#333;
}
h1 {
 font-size: 22px;
 margin:0 0 7px 0;
}
h2 {
 color:#333;
 font-size: 14px;
}

h3, h4, h5 {
 font-size: 12px;
}

h6 {
 font-size: 9px;
}
