/*
css file to allow re-theming of existing pages using class IDs instead of the tags in the other CSS files
*/

.thumbnail {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.FloatingShareMenu {position:fixed;width:80px;z-index:100;}

.FloatingShareMenuContainer {position:absolute;top:210px;left:90px;width:84px;height:100%;}

.ShareMenuOuter {
	height:335px;
	width:56px;
	background-color:#f5f5f5;
	border: 1px solid #777777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
	margin: 2px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.TickerHeadLine {
	background-color:#1c6878;
}

.TickerBriefText {
	height:95px;
	overflow:auto;
	font-size:8pt;
	color:#000000;
}


	.TopStoriesImage {
		width:365px;
		height:250px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:100%;
	}


	.NewsImage {
		width:220px;
		height:142px;
		border-bottom: solid 1px #86887c;
		background-position:center top;
		background-repeat:no-repeat;
		background-size:100%;
	}


.PageHeading, .PageHeading a:link, .PageHeading a:visited {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	color: #42575c;
}


.SubHeading {

	color: #4F4F4F;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;

}

.SubHeadingDark {

	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;

}

.TinyText
{
    font-size: 9px;
    font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
}

.MediumText
{
    font-size: 11px;
    font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
}

.HeavyText
{
	font-weight:bold;
}

.SmallLightText {
	font-size: 11px;
	color: #737373;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 18px;
}


.TinyHeading {

	color: #323F59;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;

}

.LineSpacer {

	height:10px;

}

.LinkIcon {
	padding:0px 4px;
	vertical-align:middle;
}

.LineDashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	
}

.BorderDashed {
	border:1px dashed #999999;
}

.BorderThin {
	border:1px solid #666666;
}

.BorderThinWhite {
	border:1px solid #ffffff;
}

.CategoryHeading {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.HeadingTopStories {
	border-bottom-color: #54AFC2;
}

.HeadingMagazine {
	border-bottom-color: #7bc90e;
}
.HeadingBlog {
	border-bottom-color: #00c153;
}
.HeadingSoftware {
	border-bottom-color: #009f96;
}
.HeadingFeatured {
	border-bottom-color: #54AFC2;
}
.HeadingUserLogin {
	border-bottom-color: #E68A2E;
}
.HeadingRankings {
	border-bottom-color: #1f87a0;
}

.HeadingVideos {
	border-bottom-color: #7575FF;
}

.HeadingLocal {
	border-bottom-color: #FF6262;
}


.Handy
{
    cursor:hand;
    cursor:pointer;
}

.BodyPadding
{
	margin:8px;
}

.SemiPadding
{
	margin:4px;
}

.ThinPadding {
	padding: 2px;
}


.NormalButton
{
    font-size: xx-small;
    cursor: hand;
    cursor: pointer;
}

.WarningButton
{
    font-size: xx-small;
    color: Red;
    cursor: hand;
    cursor: pointer;
}

.TinyButton
{
    font-size: 7pt;
    font-family: Tahoma, Verdana, Sans-Serif;
    cursor: hand;
    cursor: pointer;
}

.TinyWarningButton
{
    font-size: 7pt;
    color: Red;
    font-family: Tahoma, Verdana, Sans-Serif;
    cursor: hand;
    cursor: pointer;
}

.ButtonLinkSmall, .ButtonLinkSmall:visited {
	color: white;
	font-weight: bold;
	font-size: 9px;
	padding: 4px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	border: 1px solid #ffffff;
	background-color: #1f87a0;
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
}

.ButtonLinkMed, .ButtonLinkMed:visited {
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	border: 1px solid #ffffff;
	background-color: #1f87a0;
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
}


.ButtonImportant {
	background-color:#FF9000;
}




.RankChampionshipSelect {
	font-family:Tahoma; color:white; font-weight:bold; font-size:11px; background-color:#4682B4;
}

.RankRegionSelect {
	font-family:Tahoma; color:white; font-weight:bold; font-size:11px; background-color:#DAA520;
}

.RankStateSelect {
	font-family:Tahoma; color:white; font-weight:bold; font-size:11px; background-color:#CD5C5C;
}

.RankGenderSelect {
	font-family:Tahoma; color:black; font-weight:bold; font-size:11px; background-color:#FF9900;
}


.ranknational {
	background-color:steelBlue;
}
.rankregional {
	background-color:goldenrod;
}
.rankstate {
	background-color:indianRed;
}

.helptopicbutton {
	background-color:#CC9900;
}

.helptopicbuttonselected {
	background-color:#996600;
}
.helptopicselected {
	color:#996600;
}

.themecolor {
	background-color:#1f87a0;
}

.lightbgcolor {
	background-color:#EBEBE0;
}

.PageNumberSelected {
	border: solid 1px orangered;
	background-color:#EBEBE0;
	color: orangered;
	padding: 1px 4px;
}

.PageNumber {
	border: solid 1px #1f87a0;
	background-color:aliceblue;
	color: #1f87a0;
	padding: 1px 4px;
}

.roundedmid {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius:  8px;
	padding: 2px 2px 2px 2px;
}

.roundedtiny {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:  4px;
}


.basicshadow {
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}

.verticalspacer {
	position:relative;
	top:0px;
	left:0px;
	width:40px;
	float:left;
}

.infoboxcolor {
	background-color: #f7f5f5;
}

.WatermarkRankings {
	background-image:url('/images/Watermark_Rankings.png');
	background-repeat:no-repeat;
}

.WatermarkLogo {
	background-image:url('/images/Watermark_GotSoccer.png');
	background-repeat:no-repeat;
}


.LinesTableHeader
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#1f87a0;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

.LinesTableHeaderLabel
{
    font-size: 8pt;
    color: white;
    font-weight: bold;
}


.LinesTableHeader_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#578004;
    font-size: 8pt;
    color: white;
    font-weight: bold;
}


.LinesTableFooter
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:Silver;
    font-size: 8pt;
    color: black;
}

.LinesTableLink, .LinesTableLink:visited
{
    color:#255E97;
}
.LinesTableLink:hover
{
    color:#7DD8FF;
}
.LinesTable
{
    border-width:1px 1px 1px 1px; border-color:#708090; border-style:solid; padding: 2px; border-collapse:collapse; font-size:13px;
}

.AlertTable
{
    border-width:1px 1px 1px 1px; border-color:#FF0000; border-style:solid; padding: 2px; border-collapse:collapse;
}

.LinesTableRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FFFFFF;
}

.LinesTableGridRow
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
}


.LinesTableOddRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F0F8FF;
}

.LinesTableOddRow_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F0F8FF;
}

.LinesTableOddRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#E2EAF1;
}

.LinesTableEvenRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FAFAFA;
}

.LinesTableEvenRow_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FAFAFA;
}

.LinesTableEvenRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#ECECEC;
}

.LinesTableHighlightRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FFFACD;
}

.LinesTableHighlightRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F1ECBF;
}

.RankingGenderOpt {
	width:85px;
	height:22px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	border:2px solid #dcdcdc;
	padding:1px;
}

.RankingAgeOpt {
	width:70px;
	height:22px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	border:2px solid #dcdcdc;
	padding:1px;
}

.RankingRegionOpt {
	color:white;
	width:75px;
	height:24px;
	background-color:#daa520;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	border:2px solid #dcdcdc;
}

.RankingStateOpt {
	color:white;
	width:70px;
	height:16px;
	background-color:#cd5c5c;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	border:2px solid #dcdcdc;
}

.roundbox {
	background-color:#dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:  10px;
	padding: 6px;
	margin: 0;
}

.agegroupbox {
	background-color:#FF9900;
	height:22px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border:2px solid #95A1A4;
	padding:2px 6px;
}

.agegroup
{
	background-color:#FF9900;
    font-size:15px;
    color: Black;
    text-decoration: none;
}


.TeamTierBox {
	background-color:#dcdcdc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:  4px;
	padding: 0px 6px;
	margin: 0;
	border: solid 1px #9999ff;
	font-weight:bold;
}


