BEGIN STANDARD HTML TAG STYLES
------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

body {
  background: url(/images/pageBackground.jpg) #ccc repeat-x;
  text-align: center;
  font-family: Lucida Grande, Lucida, Arial, Verdana, sans-serif;
  font-size: 62.5%;
}

a.regular {
  color: #647E01;
  font-weight: bold;
  background: #fff;
  padding: 4px;
  text-decoration: none;
}

a.regular:hover {
  color: #666;
  background: #c2c2c2;
  text-decoration: none;
}

.floatRight {
  float: right;
}

.active {
  background: #191919; 
}

.floatLeft {
  float: left;
}

.h3-soccer {
  background: url(/images/ballBullet.png) center left no-repeat;
  padding: 0 0 0 25px;
  font-weight: normal;
  font-size: 17px;
  color: #587204;
}

form dt {
  clear: both;
  width: 15%;
  float: left;
  text-align: left;
  padding: 10px;
}

form dd {
  float: left;
  width: 66%;
  margin: 0 0 0.5em 0.25em;
}

input.dark {
  border:1px solid #262626; 
  margin: 0;
  padding: 15px 0 15px 10px;
  background-color: #191919;
  color:#7F7F7F;
  font-size:14px;
}

.submitDark {
  background-color: #323232;
  color: #999;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid #262626;
}

.darkForm label {
  font-size: 14px;
}

.ui-sortable-placeholder { 
  border: 1px dotted #fff;
  visibility: visible !important;
  height: 50px !important;
}
.ui-sortable-placeholder * { 
  visibility: hidden;
}

.feedControl {
  display: none;
  background: #1d1d1d;
  width: 280px;
  font-size: 12px;
  color: #989898;
  font-weight: normal;
  border: 2px dashed #272727;
  margin: 3px 0;
  padding: 5px;
}

.feedControl a {
  color: #8fa914 !important;
  font-weight: normal !important;
}

.storyLink {
  color: #666;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 180%;
  cursor: pointer;
}

a > .twitterPost {
  border: none;
  text-decoration: none;
}

.twitterPost {
  text-decoration: none;
  padding: 4px 8px 2px 0;
  cursor: pointer;
}

.actionMessage {
  background: #EDE6B2;
  display: none;
  color: #000;
}

.message {
  background: url(/images/icon-soccerball-16x16.png) 41% center no-repeat #2F3C00;
  font-size: 15px;
  color: #6F8612;
  margin: 0 10px 5px 10px;
  padding: 8px;
}

/*
AUTOCOMPLETE
-------------------------------------------------------------------------------*/
.ac_results {
  padding: 0;
  /*border: 1px solid WindowFrame;*/
  background-color: Window;
  overflow: hidden;
  color: #999;
  width: 100%;
  text-align: left;
}

.ac_results ul {
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #1d1d1d;
}

.ac_results iframe {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}

.ac_results li {
  margin: 0;
  padding: 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
  background: #2a2a2a;
  border-bottom: 1px solid #333;
}

.ac_loading {
  /*background : Window url('./indicator.gif') right center no-repeat;*/
}

.ac_over {
  /*background-color: Highlight;*/
  background: #1d1d1d;
  color: HighlightText;
}

.teamFeedTotal {
  color: #85AF00;
}

/*
CONTAINER
-------------------------------------------------------------------------------*/
#container {
  margin: 50px auto;
  width: 980px;
}

/*
SIMPLE CONTENET
-------------------------------------------------------------------------------*/
#simpleContent {
  background: #e3e3e3;
  margin: 0;
  float: left;
  width: 100%;
}

#simpleContent p, #simpleContent h3, #simpleContent li {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-align: left;
  line-height: 2.0em;
  padding: 5px;
  margin: 10px 5px;
  width: 95%;
}

#simpleContent li {
  margin: 2px;
}

#simpleContent ol ol li {
  padding: 2px;
  line-height: 1.2em;
}

#simpleContent h3 {
  font-size: 15px;
}

#simpleContent p span {
  font-size: 15px !important;
  font-weight: bold;
}

/*
TOP MENU
-------------------------------------------------------------------------------*/
#topMenu {
  background: #637e00;
  font-size: 16px;
  float: left;
  width: 970px;
  padding: 5px;
}

#topMenu form {
  float: right;
  margin: 3px 10px 0 0;
}

#topMenu input {
  font-family: Arial, Verdana;
  font-size: 14px;
  padding: 5px;
  color: #666;
}

#topMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

#topMenu ul li {
  display: inline;
  font-family: Arial;
}

#topMenu ul#standardMenu {
  float: left;
  width: 470px;
}

#topMenu ul#standardMenu li {
  padding: 10px 45px;
  float: left;
}

#topMenu ul li a {
  color: #fff;
  text-decoration: none;
}

#topMenu ul#loggedInMenu {
  float: left;
}

#topMenu ul#loggedInMenu li {
  padding: 6px 10px;
}

#topMenu ul#loggedInMenu li#loggedIn {
  background: #3A4C00;
  color: #fff;
  margin: 0 0 0 -5px;
}

#topLoginForm {
}

#topLoginForm #username {

	float: left;
}

#topLoginForm #pass {
	float: left;
	margin: 0 0 0 5px;
}

#loginButton {
  float: right;
  margin: -3px 0 0;
}

/*
TOP BANNER
-------------------------------------------------------------------------------*/
#topBanner {
  background: url(/images/grassTop.jpg) bottom left no-repeat #FAFAFA;
  height: 146px;
  float: left;
  width: 980px;
}

#topBanner #logoHomepage {
  float: left;
  width:  490px;
  margin: 10px 0 0;
}

#topBanner img#logo {
  margin: 10px 0 0 50px;
  border: none;
  float: left;
}

#topBanner img#signupLogo {
  margin: 30px 40px 0 0;
  float: right;
}

#topBanner #tagline {
  float: right;
  width:  510px;
  margin: 10px 10px 0 0;
}

/*
SLOGAN
-------------------------------------------------------------------------------*/
#slogan {
  width: inherit;
  height: 126px;
  float: left;
}

/*
THREE COL - STYLE
-------------------------------------------------------------------------------*/
.threeCol {
  padding: 40px 0;
  width: 980px;
  float: left;
}


.threeCol h3 {
  color: #898989;
  font-size: 2.2em;
  font-weight: 500;
  font-style: italic;
  height: 34px;
}

.threeCol p {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-align: left;
  line-height: 2.0em;
  padding: 8px 20px 20px 50px;
  width: 80%;
}

.threeCol div.colOne, .threeCol div.colTwo, .threeCol div.colThree {
  width: 33%;
  float: left;
}

#howItWorksText {
   margin: 0 0 0 -60px; 
}


#addYourFeedsText {
   margin: 0 0 0 -40px;
}

#readYourNewsText {
   margin: 0 0 0 -25px;
}

/*
FIVE COL - STYLE
-------------------------------------------------------------------------------*/
.fiveCol {
  padding: 10px 0 40px 0;
  width: inherit;
  float: left;
}

.fiveCol div.colOne, .fiveCol div.colTwo, .fiveCol div.colThree, .fiveCol div.colFour, .fiveCol div.colFive {
  width: 20%;
  float: left;
}

.fiveCol ul {
  margin: 5px 0 20px 40px;
  font-size: 1.3em;
}

.fiveCol ul li {
  padding: 2px;
}

/*
LIGHT GRAY HOMEPAGE - STYLE
-------------------------------------------------------------------------------*/
.lightGrayHomepage {
  	background: #e3e3e3;

	padding: 30px 0 30px 0;
	height: 300px;
}

#homepageSpacer {
	padding: 00px 0 20px 0;
	background: #e3e3e3;
}




/*
HOMEPAGE EXAMPLE NEWS
-------------------------------------------------------------------------------*/
#homepageExampleNews {
  width: 980px;
  float: left;
}

#homepageExampleNews h3#headline {
  background: url(/images/iconNews.png) 30px 0 no-repeat;
  color: #595959;
  font-size: 2.2em;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  padding: 0 0 0 70px;
}

#homepageExampleNewsText {
  width: 324px;
  height: 32px;
  text-align: left;
  margin: 10px 0 0 20px;
  padding: 0 0 0 0;
 }

#homepageExampleNews h3.feedTitle {
  color: #333;
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
  font-size: 16px;
  text-align: left;
  margin: 0 10px;
  padding: 10px 0 0 10px;
  background: url(/images/light-feed-title-bg.jpg) top left no-repeat #b8b8b8;
}

#homepageExampleNews a {
  text-decoration: none;
  color: #333;
  font-weight: none;
}

#homepageExampleNews a:hover {
  text-decoration: underline;
}

#homepageExampleNews ul {
  text-align: left;
  margin: 0;
  font-size: 1.3em;
  list-style-image: url(/images/ballBullet.png);
}

#homepageExampleNews ul li {
  padding: 2px;
}

/*
SIGNUP FORM
------------------------------------------------------------------------------*/
#signupFormContainer {
  background: #ccc; 
  width: 980px;
  float: left;
}

#signupFormContainer #signupForm {
  width: 700px;
  margin: 30px auto;
  padding: 20px;
  background: #e0e0e0;
  text-align: left;
}

#signupFormContainer #signupForm table {
  width: 100%;  
}

#signupFormContainer #signupForm td.formLabel, #signupFormContainer #signupForm td.formInput {
  padding: 10px 0;
}

#signupFormContainer #signupForm td.formLabel {
  width: 40%;
}

#signupFormContainer #signupForm td.formInput {
  width: 60%;
}

#signupFormContainer #signupForm form label {
  color: #666;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}

#signupFormContainer #signupForm form label.checkboxLabel {
  font-size: 1.2em;
  font-weight: normal;
}

#signupFormContainer #signupForm input, #signupFormContainer #signupForm select {
  border: 2px solid #999;
  padding: 5px;
  font-family: Arial;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

#signupFormContainer #signupForm input.checkbox {
  border: 2px solid #676767;
}

#signupFormContainer #signupForm select {
  background: #e6e6e6;
  color: #676767;
  font-weight: bold;
  font-size: 1.4em;
}

#signupFormContainer #signupForm form #signupSubmitControls {
  background: #aeaeae;
  width: 100%;
  margin: 30px 0 60px;
}

#signupFormContainer #signupForm form #signupSubmitControls td {
  padding: 7px;
}

#signupFormContainer #signupForm form input.inputButton {
  border: none;
}

#signupFormContainer #signupForm table td.error {
  background: url(/images/icon-alert.png) 10px center no-repeat #e7f2c5;
  padding: 12px 0 12px 50px;
  border: 1px dashed #7EAA2A;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  color: #666;
}

#signupFormContainer #signupForm p {
  font-size: 13px;
  color: #666;	
}

.formHelp {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

/*
USER MENU
------------------------------------------------------------------------------*/
#userMenu {
  width: 960px;
  float: left;
  font-size: 1.4em;
  color: #d8d8d8;
  font-weight: normal;
  background: #191919;
  text-align: left;
  padding: 10px;
}

#userMenu a {
  color: #fff;
  text-decoration: none;
}

#userMenu img {
  border: none;
}

#userMenu span {
  float: left;
}

#userMenu form input[type="text"] {
  background: url(/images/subNavSearch.jpg) no-repeat top left;
  width: 272px;
  height: 36px;
  border: none;
  color: #999;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;  
}

#userMenu form div input[type="text"] {
  padding: 10px 0 0 30px;
}

/*
PROFILE WRAPPING
-------------------------------------------------------------------------------*/
#profileWrapper {
  background: url(/images/191919-sitemap-bg.png) bottom left no-repeat #191919;
  width: 980px;
  float: left;
}

/*
USERFEEDS
------------------------------------------------------------------------------*/
#userFeeds {
  float: left;
  width: 970px;
  padding: 0 5px 20px;
  position: relative;
  background: url(/images/grassFooter.png) bottom left no-repeat;
}

#userFeeds .feedTitle {
  text-align: left;
  margin: 0;
  padding: 0;
  background: url(/images/feedTitleBackground.jpg) top left no-repeat #1d1d1d;
  width: 306px;
  height: 36px;
}

#userFeeds .feedTitle h3 {
  color: #989898;
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 8px 5px 5px 40px;
}

#userFeeds .feedTitle .feedNumber {
  color: #88B000; 
  font-size: 14px;
  margin: 8px 0 0 14px;
  float: left;
}

#userFeeds a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
  color: #989898;
}

#userFeeds a:hover {
  text-decoration: none;
}

#userFeeds ul {
  text-align: left;
  margin: 5px 0 20px;
  font-size: 1.2em;
  font-weight: bold;
}

#userFeeds ul li {
  padding: 2px;
}

/*
MANAGE USER FEEDS
-------------------------------------------------------------------------------*/
.sortableLi {
  border-bottom: 1px solid #333;
  float: left;
  width: 100%;
  color: #c9c9c9;
}

#manageFeedControlHeadings {
  background: url(/images/manage-tableheader.jpg) top left no-repeat #242424;
  float: left;
  width: 100%;
  margin: 0 0 3px;
  color: #fff;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#manageFeedControlHeadings ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#positionHeading {
  width: 100px;
  float: left;
  padding: 5px;
  text-align: center;
}

#feedHeading {
  width: 380px;
  float: left; 
  padding: 5px;
}

#deleteHeading {
  width: 200px;
  float: left;
  padding: 5px 5px 5px 12px;
}

#feedList {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0 !important; 
}

.manageFeedPosition {
  width: 100px;
  float: left; 
  padding: 5px;
  text-align: center;
}

.feedName {
  width: 380px; 
  float: left; 
  padding: 5px;
}

.deleteControl {
  width: 20px; 
  float: left; 
  padding: 5px;
  margin: 0 0 0 15px;
}

#subControlsAndInstructions, #bottomSubControlsAndInstructions {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  color: #999;
}

#bottomSubControlsAndInstructions {
  padding: 10px 0 0;
  margin: 15px 0 75px;
}

#manageInstructions {
  width: 600px;
  float: left;
  background: url(/images/iconlightbulb.jpg) no-repeat 2% 50% #1D1D1D;
  border: 1px solid #0e0e0e;
  padding: 0 2px 0 45px;
  margin: 0 30px 0 0;
}

#manageInstructions p {
  font-weight: normal !important;
}

.backToFeedsButton {
  width: 125px;
  float: left;
  border: 1px solid #2a2a2a;
  background-color: #1d1d1d;
  text-align: center;
  margin: 0 30px 0 0;
  cursor: pointer;
}

.confirmFeedUpdateButton {
  width: 100px;
  float: left;
  background: url(/images/iconcheckupdate.jpg) no-repeat 8% 50% #283701;
  border: 1px solid #3a3a3a;
  text-align: center;
  cursor: pointer;
}

.alternateManageFeeds {
  background: url(/images/manage-tablerowalternative.jpg) top left repeat-x;
}

/*
PROFILE ADVERTISING
-------------------------------------------------------------------------------*/
#profileAdvertising {
  float: right;
  width: 320px;
}

#profileAdvertising img {
  padding: 5px 0;
}

#profileAdvertising span img {
  padding: 5px;
}

.advert310x150 {
  border: 1px dashed #313131;
  width: 310px;
  height: 240px;
  font-family: Arial;
  font-size: 13px;
  color: #666;
  text-align: center;
  margin: 2px 0;
}

.advert310x150 p {
  margin: 75px 0;
}

/*
CONTENT
------------------------------------------------------------------------------*/
#content {
  float: left;
  text-align: left;
  background: #191919;
  font-size: 13px;
  font-family: Lucida Grande, Lucida, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #666;
}

.oneCol {
  padding: 10px 15px;
  line-height: 24px;
  width: 950px;
}

.oneCol a {
  color: #666;
  text-decoration: none;
}

.oneCol a:hover {
  color: #637E00;
}

.leagueTeamList {
  padding: 0 0 20px;
  border-bottom: 1px solid #3F3B3B;
  float: left;
}

.noBottomBorder {
  border: none;
}

.twoColFormList {
  width: 50%;
  float: left;
}

.twoColFormListLeft {
  padding: 0 40px 0 0;
}

/*
SITEMAP
------------------------------------------------------------------------------*/
#sitemap {
  background: url(/images/grassBottom.jpg) bottom left repeat-x #2D3D00;
  width: 980px;
  float: left;
  text-align: left;
}

#sitemap h3 {
  color: #c8dd80;
  font-size: 1.6em;
  font-weight: 600;
  padding: 10px 0 0 20px;
  margin: 0;
}

#sitemap h3.sectionTitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 0 0 5px 20px;

}

#sitemap a {
  font-family: Arial;
  font-size: 12px;
  font-weight: none;
  text-decoration: none;
  color: #fff;
}

#sitemap a:hover {
  font-family: Arial;
  font-size: 12px;
  font-weight: none;
  text-decoration: underline;
  color: #fff;
}

#sitemap ul {
  list-style: none;
  color: #fff;
  margin: 0 0 40px -18px;
  padding: 0 0 0 40px;
}

#sitemap ul li {
  font-size: .8em;
  padding: 5px 0;
}

/*
GRASS FOOTER
-------------------------------------------------------------------------------*/
.grassFooter {
  background: url(/images/grassFooter.png) bottom left no-repeat #b8b8b8;
}


/*
FOOTER
------------------------------------------------------------------------------*/
#footer {
  width: 980px;
  float: left;
  margin: 0 0 100px 0;
  background: #2b2b2b;
}

#footer p {
  color: #4f4f4f;
  font-size: 1.2em;
  padding: 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: #4f4f4f;
}

#footer a:hover {
  color: #999;
  text-decoration: none;
}
