﻿/* Style for the News Page */

.newsrepeater
{ 
}
.newsrepeaterentry
{
      
}
.newsrepeater-date
{
    font-size: 12px;
}
.newsrepeater-title
{
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #c9ae71;
    padding-top: 10px;
    padding-bottom: 5px;
}
.newsrepeater-intro
{
    padding-top: 15px;  
    padding-bottom: 10px; 
}
.newsrepeater-link{}
.newsrepeater-footer
{   
}
.newsrepeater-previous
{
    float: left;   
    padding-left: 100px;

}
.newsrepeater-next
{ 
    padding-right: 100px; 
    float: right;
}

.newsarticle-subheader{}
#newsarticle-body
{
    padding-top: 30px;    
}
.newsarticle-footerlinks
{
    text-align: center;    
}


/* Styles for Competition Page */

.competition-title
{
    margin-top: 10px;
    margin-bottom: 10px;  
    float: left; 
    width: 100%;
}
.competition-titlelabel
{
    font-size: 14px;
    font-weight: bold;  
    float: left;
}

.competition-selectcompetition
{   
    float: right;
    padding-right: 50px;
}
.competition-selectdropdown
{    
}

.competition-intro
{
    margin-top: 10px;
    margin-bottom: 10px;     
}
.competition-leaguetable
{
    margin-top: 10px;
    margin-bottom: 10px;     
}

.competition-fixturelist
{
    float: left;
    margin-top: 25px;
    margin-bottom: 10px;     
}

.leaguerepeater{}
.leaguerepeaterheader
{
    /*background-color: Green;*/
    margin-top: 5px;  
    float: left;
    width: 100%;
    font-weight: bold;
}

.lrhr-teamname, .lrhr-played, .lrhr-won, .lrhr-drawn, .lrhr-lost, .lrhr-sf, .lrhr-sa, .lrhr-sd, .lrhr-ef, .lrhr-ea, .lrhr-ed, .lrhr-points
{
    float: left;
    width: 30px;
}

.leaguerepeaterrow
{
    margin-top: 5px;  
    float: left;
    width: 100%;
}
.lrr-teamname, .lrr-played, .lrr-won, .lrr-drawn, .lrr-lost, .lrr-sf, .lrr-sa, .lrr-sd, .lrr-ef, .lrr-ea, .lrr-ed, .lrr-points
{
    float: left;
    width: 30px;
}
.lrr-teamname, .lrhr-teamname
{
    padding-left: 20px;
    width: 150px;  
}

.fixturerepeater{}
.fixturerepeaterheader{}
.fixturerepeaterrow
{
    margin-top: 5px;  
    float: left;
    width: 100%;
}

.fr-month
{
    /*float: left;*/
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.fr-month-monthcol, .fr-month-yearcol
{
    float: left;  
}

.fr-fixture
{
    float: left;
    padding-left: 20px;  
    width:100%;
}
.fr-fixture-day, .fr-fixture-number, .fr-fixture-afternumber, .fr-fixture-time, .fr-fixture-team, .fr-fixture-teamleft, .fr-fixture-teamright, .fr-fixture-scorea, .fr-fixture-versus, .fr-fixture-scoreb
{
    float: left;
    width: 30px;  
}
.fr-fixture-day
{
    width: 120px;  
}
.fr-fixture-number
{
    text-align: right; 
}
.fr-fixture-time
{
    width: 50px;   
}
.fr-fixture-team
{
    width: 150px;   
}
.fr-fixture-teamleft
{
    width: 150px; 
    text-align: right; 
}
.fr-fixture-teamright
{
    width: 150px;     
}
.fr-fixture-scorea
{
    text-align: right;    
}
.fr-fixture-scoreb
{
    text-align: left;    
}
.fr-fixture-versus
{ 
    width: 20px;
    text-align: center;
}

/* Team Information styles */
.teamposition
{
    font-weight: bold;
    width: 150px;    
}
.teamperson{}


/* Admin page styling */
#admincontainer
{  
}
.adminoption
{ 
    float: left;
    height: 70px;  
    width: 600px; 
    margin-bottom: 25px;
}
.adminoption-image
{  
    float: left;
    width: 65px;
    height: 100%;
}

.adminoption-image img
{
	border-color: #ffffff;
}

.adminoption-title
{
    float: left;  
    width: 515px; 
    margin-left: 20px;
    padding-top: 5px;
}
.adminoption-intro
{  
    float: left;
    width: 515px;
    margin-left: 20px;
    padding-top: 10px;
}
.admin-fixturelist{}
.admin-fixturelist-date
{
    width: 100px;    
    padding-bottom: 5px;
}
.admin-fixturelist-team
{
    width: 100px;   
}
.admin-fixturelist-shotsa
{
    width: 30px;     
    text-align: right;
}
.admin-fixturelist-shotsb
{
    width: 30px;   
}
.admin-fixturelist-versus
{
    width: 30px;   
    text-align: center;
}
.admin-fixturelist-select
{
    width: 75px;  
}

.admin-fixture
{   
}
.admin-fixture-row
{
    float: left;  
    width: 400px;
   /* height: 25px;*/
}
.admin-fixture-label
{  
    float: left;   
    width: 100px;
    font-weight: bold;
}
.admin-fixture-value
{
    float: left;  
    width: 300px;
}
.admin-fixture-dropdown
{   
    float: left;
    width: 140px;
}
.admin-fixture-dropdownleft
{   
    float: left;
    width: 140px;
    text-align: right;
}
.admin-fixture-versus
{
    float: left;  
    width: 20px;
    text-align: center;
}
.admin-fixture-dropdown-smallleft
{
    width: 50px;    
}
.admin-fixture-dropdown-smallright
{
    width: 50px;    
}
.admin-fixture-dropdown-large
{
    width: 140px;    
}
.admin-fixture-buttonrow
{
    width: 400px;
    float: left;
  
}
.admin-fixture-buttonrow-button
{
    float: left;  
    padding-right: 10px;    
}

/* Styling for Admin News */
.admin-news
{   
}
.admin-news-row
{
    float: left;  
    width: 400px;
    padding-bottom: 20px;
   /* height: 25px;*/
}
.admin-news-label
{  
    float: left;   
    width: 100px;
    font-weight: bold;
}
.admin-news-value
{
    float: left;  
    width: 300px;
}
.admin-news-buttonrow
{
    width: 400px;
    float: left;
  
}
.admin-news-buttonrow-button
{
    float: left;  
    padding-right: 10px;    
}
