/* some colours:  aac5c5 = greenygrey  c5aaaa = pinkygrey  ede5e5 = lightpinkygrey  c5b3aa = orangeygrey  940606 = deep red   */
/*                  index headlines                            main background        cell background         Duhhhh!*/

/* more colours:  2C74A7 = thin blue border                                 */


/* SITE BACKGROUND */

 BODY {background-image:url('images/back3.jpg'); behavior: url(csshover2.htc)}


/* FONT SETTINGS FOR VARIOUS PARTS OF THE SITE */

p{font-size: 10pt;font-family: "arial";color: black;font-weight:normal;}

.norm {font-size: 10pt;font-family: "arial";color: black;font-weight:normal;}
.smallnorm {font-size: 9pt;font-family: "arial";color: black;font-weight:normal;}
.headline {font-size: 24pt;font-family: "arial";color: black;font-weight:;}
.bigheadline {font-size: 14pt;font-family: "arial";color: black;font-weight:;}
.norm {font-size: 10pt;font-family: "arial";color: black;font-weight:normal;}
.shadednorm {font-size: 8pt;font-family: "arial";color: black;font-weight:normal;background-color: #D2E1FB;}
.normyellow {font-size: 9pt;font-family: "arial";color: green;font-weight:bold;}
.bignorm {font-size: 14pt;font-family: "arial";color: black}
.midnorm {font-size: 11pt;font-family: "arial";color: black}
.bignormyellow {font-size: 14pt;font-family: "arial";color: yellow}
A:link {text-decoration: none;color:#AC3C4D;}
A:visited {text-decoration: none;color:#AC3C4D}
A:active {text-decoration: none}
A:hover {color: green;}
A.topbarlink:link {text-decoration: none;color:red}
A.topbarlink:visited {text-decoration: none;color:red}
A.topbarlink:active {text-decoration: none}
A.topbarlink:hover {color: yellow;}
A.menu:link {text-decoration: none;color:Black}
A.menu:visited {text-decoration: none;color:Black}
A.menu:active {text-decoration: none}
A.menu:hover {color:;}
a.white:link{color:#ffffff;text-decoration: none;} 
a.white:visited{color:#ffffff;text-decoration: none;} 
a.underline:link{color:#5151db;text-decoration:underline}
a.underline:visited{color:#5151db;text-decoration:underline}
A.leaguelink:link {text-decoration: none;color:black}
A.leaguelink:visited {text-decoration: none;color:black}
A.reviewlink:link {font-size: 8pt;text-decoration: none;color:black;font-weight:bold;font-family: "arial";}
A.reviewlink:visited {font-size: 8pt;text-decoration: none;color:black;font-weight:bold;font-family: "arial";}
A.yellow:link {text-decoration: none;color:red}
A.yellow:visited {text-decoration: none;color:red}
A.yellow:active {text-decoration: none}
A.yellow:hover {color: #C8CCE6;}


.input{
 font-size: 10px;
 background-color: ;
 border: 1px solid #cccccc;
}

/* FONT SETTINGS FOR THE MAIN PAGE */

.mainpagebignorm {font-size: 12pt;font-family: "arial";color: black}
.prizefont {font-size: 26pt;font-family: "arial";color: #AC3C4D;font-weight:bold;}


/* FONT SETTINGS FOR THE USER PROFILES POPUP */

.profilehead {font-size: 12pt;font-family: "arial";color: Black;font-weight:bold;}
.profilecontent {font-size: 8pt;font-family: "arial";color: black;}




/* FONT SETTINGS AND DIV STYLES FOR THE MAIN MENU */

.menuheading {font-size: 12pt;font-family: "arial";color: #AC3C4D;font-weight:none;}
.menucontent {font-size: 9pt;font-family: "arial";color: white;font-weight:none;}
.highlightedmenucontent {font-size: 9pt;font-family: "arial";color: #C8CCE6;font-weight:none;}
.nav {font-size: 8pt;font-family: "arial";color:black;font-weight:bold}



/* TABLE STYLES FOR VARIOUS PAGES */

table.Main {
	width: 974px;
        border:4px solid #940606;
        border-left:4px solid #940606;
        border-right:4px solid #940606;
        border-bottom:20px solid #940606;
        background-color:#ede5e5;
        /*background-image:url("images/bluebg.jpg");*/
        margin-left: auto; 
        margin-right: auto;    
       

}

table.SignUp {
        background-color:white;
        border:1px solid #C8CCE6;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
}

table.HighScore {
        background-color:#c5b3aa;
        border:1px solid #C8CCE6;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
}

table.SuddenDeath {
        background-color:#c5b3aa;
        border:1px solid #2C74A7;
        width:350;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
}

table.MessagesHead{
        background-color:#c5b3aa;
        border:1px solid #C8CCE6;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
        width:500;
}

table.MessagesMain{
        background-color:#c5b3aa;
        border:1px solid #C8CCE6;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
        width:500;
}

table.potmindex{
        background-color:#aac5c5;
        border:1px solid #2C74A7;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
        width:150px;
}
table.potmindexrowhead{
		background-color:#abcedf;
}

table.potm{
        background-color:#c5b3aa;
        border:1px solid #2C74A7;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
        width:500px;
}

td.potmtitles{
        background-color:#c5b3aa;
}

td.potmrowhead{
        background-color:#ede5e5;
}

td.potmpic{
        background-color:white;
}

td.potmcontent{
        background-color:white;
}
table.QAAdd{
        background-color:#eeeeee;
        border:1px solid #C8CCE6;
        font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
        width:500;
}

td.highlightednorm{
        background-color:#C8CCE6;
font-size: 10pt;font-family: "arial";color: black;font-weight:normal;
}

table.topfives{

        width:650px;
}


table.MiscTables {
        background-color:white;
        border:1px solid #2C74A7;
}

table.LeagueTable {

}

td.Content {
	width: 970px;
        background-color:#ffffff;

}

td.topbarimage {
background-image: url('images/topbarfanssideblur3text4.jpg');
background-repeat: no-repeat;
}

td.MainMenu {
	background-color: #ffffff;
	width: 135;
        vertical-align: top; 

}


td.MainPageRightSide {
        border:1px solid #2C74A7;
       background-color:#c5b3aa;
 
}


td.MainPageRightCell {

       background-color: #ede5e5;
	 width: 277px;
        vertical-align:top;

}


td.LeaguePageRightCell {

	 width: 180px;
        vertical-align:top;
        border:1px solid #2C74A7;
       background-color:#c5b3aa;
}



td.MainPageLeftCell {
      width:697px;
      vertical-align:top; 
      background-color: #ede5e5;

}


td.PredictionsTableHighlight {
       background-color: #eeeeee;
        border:1px solid #C8CCE6;
}

td.PredictionsTableNoHighlight {

}

tr.PredictionsTableHeader {
       background-color:#eeeeee;

}

td.Poll {
       background-color:#c5b3aa;
		width:236px;
}

table.MainPageLeague {
       width:250px;

}


tr.MainPageLeagueInner {
       background-color:;
}




table.League {
       width:450px;
       background-color:#c5b3aa;
}


tr.LeagueInner {
       background-color:#ffffff;
}


table.Headline {
       background-color:#aac5c5;
        border:1px solid #2C74A7;
        border-bottom:0px solid #2C74A7;
       width:670px;

}

table.Story {
       background-color:#c5b3aa ;
        border:1px solid #2C74A7;
       width:670px;

}

table.ProfileOuter {
       background-color: ;
       width:500;
}

td.ProfileInner {
       background-color:;
       width:500;
}


td.Menu {
       background-color:;
       width:697px;
}

td.NewsTicker {
       background-color:;
       width:277px;
}
