﻿body
{
  margin: 0px;
  padding: 0px;
  background-color: #dfe0e1;
  background-attachment: scroll;
  background-image: url(../images/layout/main_bg.gif);
  background-repeat: repeat-x;
}

form
{
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

div.clear
{
  clear: both;
  background-color: transparent;
}

img
{
  margin: 0px;
  border: none;
}

h1
{
  display: block;
  margin: 22px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  background-color: #666666;
  font-weight: normal;
  font-size: 16pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

h1 span
{
  color: #c0c0c0;
}

h2
{
  display: block;
  margin: 22px 0px 0px 0px;
  padding: 5px 20px 5px 20px;
  background-color: #666666;
  font-weight: normal;
  font-size: 12pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

h2.alternate
{
  display: block;
  margin: 22px 0px 0px 0px;
  padding: 5px 20px 5px 20px;
  background-color: #bfbfbf;
  font-weight: normal;
  font-size: 12pt;
  color: #333333;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

h2.leaguetable
{
  background-color: #BFBFBF;  
  font-weight:bold;
}

h3
{
  margin: 16px 20px 4px 20px;
  padding: 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #d5001e;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

h3.leaguetable
{
  margin: 22px 0px 0px 0px;
  padding: 5px 20px 5px 20px;
  background-color: #666666;
  color:#ffffff;
  font-weight:bold;
}

p
{
  margin: 1.5em 20px 4px 20px;
  padding: 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Common links */
a:link
{
  font: inherit;
  color: #d5001e;
  text-decoration: none;
}

a:visited
{
  font: inherit;
  color: #d5001e;
  text-decoration: none;
}

a:hover
{
  font: inherit;
  color: #d5001e;
  text-decoration: underline;
}

a:active
{
  font: inherit;
  color: #d5001e;
  text-decoration: none;
}

a.leaguetable
{
	display:block;
	font-family:arial,helvetica,sans serif;
	font-size:0.8em;
	color:#D5001E;	
	margin:10px 0px 0px 20px;	
}

/* Error and warning styles */
div.error
{
  margin: 20px 20px 4px 20px;
  padding: 20px 20px 20px 96px;
  background-color: transparent;
  border: solid 1px #eff4fa;
  background-position: left top;
  background-image: url(../images/layout/warning_icon.gif);
  background-repeat: no-repeat;
}

div.error ul
{
  margin: 0px;
  list-style-type: disc;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: red;
}

div.error p
{
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: red;
}

/* List styles */
ul.generic
{
  list-style-image: url(../images/content/list_arrow.gif);
  background-color: transparent;
}

ul.generic li
{
  padding: 4px 0px 4px 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #333333;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Generic data table */
table.generic
{
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
  background-color: transparent;
  border: none;
}

table.generic th
{
  padding: 8px 0px 8px 20px;
  background-color: #bfbfbf;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: bold;
  font-size: 10pt;
  color: #333333;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

table.generic td
{
  padding: 4px 0px 4px 20px;
  background-color: #eceded;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

table.generic td span
{
  color: #d5001e;
}

/* Generic form table */
table.genericFormTable
{
  margin: 0px;
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
}

table.genericFormTable td.labelCell
{
  padding: 4px 0px 4px 20px;
  background-color: transparent;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  text-align: right;
}

table.genericFormTable td.inputCell
{
  padding: 4px 0px 4px 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
}

table.genericFormTable td.inputCell input, select, textarea
{
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;  
}

/* Image with caption styles */
div.imgWithCaption
{
  margin: 18px 0px 0px 0px;
  padding: 0px;
  float: left;
}

div.imgWithCaption img
{
  margin: 0px;
  border-bottom: solid 1px white;
}

div.imgWithCaption div
{
  margin: 0px;
  padding: 9px 4px 9px 20px;
  background-color: #626262;
  font-weight: normal;
  font-size: 10pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Google map styles */
div#gMap
{
  margin: 0px;
  padding: 0px;
  width:439px;
  height:375px;
  background-color: transparent;
}

p.gMapInfoWindow
{
  width: 150px;
  font-family: arial, helvetica, sans serif;
  color:#666666;
  font-size: 8pt;
}

p.gMapInfoWindow span
{
  font-family: arial, helvetica, sans serif;
  color: black;
  font-size:8pt;
}

/* Home styles */
div#homeNewsContainer
{
  
}

div#homeNewsContainer h3
{
  margin: 15px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 10pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

div#homeNewsContainer h3 a:link
{
  font: inherit;
  text-decoration: none;
}

div#homeNewsContainer h3 a:visited
{
  font: inherit;
  text-decoration: none;
}

div#homeNewsContainer h3 a:hover
{
  font: inherit;
  text-decoration: underline;
}

div#homeNewsContainer h3 a:active
{
  font: inherit;
  text-decoration: none;
}

div#homeNewsContainer p
{
  margin-top: 0px;
}

/* Player styles */
div.playerPopup
{
  margin: 0px;
  padding: 0px;
  width: 400px;
  background-color: white;
}

div.playerPopup a
{
  display: block;
  margin: 0px;
  padding: 8px 20px 8px 20px;
  font-weight: normal;
  font-size: 10pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  text-decoration: none;
  background-color: #ea1921;
}

div.playerPopup a:active
{
  display: block;
  margin: 0px;
  padding: 8px 20px 8px 20px;
  font-weight: normal;
  font-size: 10pt;
  color: #c0c0c0;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  text-decoration: none;
  background-color: #e04056;
}

div.playerPopup .playerImg
{
  float: left;
  margin: 1px 0px 0px 0px;
  padding: 0px;
  width: 175px;
  border-left: solid 1px transparent;
}

div.playerPopup .playerInfo
{
  float: left;
  width: 222px;
  margin: 1px 0px 0px 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #333333;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  border-left: solid 1px transparent;
  border-right: solid 1px white;
}

div.playerPopup .playerInfoName
{
  margin: 0px;
  padding: 4px 17px 4px 17px;
  background-color: #bfbfbf;
  font: inherit;
  font-weight: bold;
}

div.playerPopup .playerInfoName span
{
  color: #d5001e;
}

div.playerPopup .playerInfoItem
{
  margin: 0px;
  padding: 4px 17px 4px 17px;
  font: inherit;
  background-color: transparent;
}

div.playerPopup .playerDesc
{
  padding: 5px 0px 35px 0px;
}

.playerPopupBg
{
  background-color: #333333;
  filter: alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

/* League table */
table.leagueTable
{
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
  background-color: transparent;
  border-top: solid 1px white;
}

tr.leagueHeader th
{
  padding: 8px 4px 8px 20px;
  background-color: #bfbfbf;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: bold;
  font-size: 10pt;
  color: #333333;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

tr.leagueRow td
{
  padding: 4px 4px 4px 20px;
  background-color: white;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

tr.leagueAltRow td
{
  padding: 4px 4px 4px 20px;
  background-color: #eceded;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

tr.leagueFocusRow td
{
  padding: 4px 4px 4px 20px;
  background-color: #d5001e;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-weight: normal;
  font-size: 10pt;
  color: white;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Login */
table.loginTable
{
  margin: 50px 0px 0px 0px;
  padding: 0px;
  border-collapse: collapse;
  background-color: transparent;
  border-top: solid 1px white;
}

table.loginTable table td
{
  padding: 4px 4px 4px 20px;
  background-color: transparent;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

table.loginTable table td input
{
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Fact styles - used in about section etc */
table.factTable
{
  width: 100%;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
  background-color: transparent;
}

table.factTable td
{
  padding: 10px 20px 10px 20px;
  vertical-align: top;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

table.factTable td.labelCell
{
  width: 130px;
  color: #d5001e;
}

/* ContentItemCtrl styles  
   ContentItemCtrl listing styles */
div#contentItemMainContainer
{
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: transparent;
}

div#contentItemProgress
{
  position: absolute;
  left: 50%;
  top: 50px;
  margin: 0px 0px 0px -50px;
  padding: 20px 0px 0px 0px;
  width: 100px;
  height: 60px;
  background-color: #ea1921;
  border: solid 1px #e04056;
  text-align: center;
  font-family: arial, helvetica, sans serif;
  font-size: 8pt;
  font-style: normal;
  color: white;
}

div#contentItemListingContainer
{
  
}

div.contentItemListItemContainer
{
  margin: 0px 20px 0px 20px;
  padding: 0px;
  background-color: transparent;
  border-bottom: solid 1px #d0d0d0;
}

div.contentItemListItemContainer h2
{
  margin: 15px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  font-size: 10pt;
  color: #d5001e;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  background-color: transparent;
}

div.contentItemListItemContainer h2 a:link
{
  font: inherit;
  text-decoration: none;
}

div.contentItemListItemContainer h2 a:visited
{
  font: inherit;
  text-decoration: none;
}

div.contentItemListItemContainer h2 a:hover
{
  font: inherit;
  text-decoration: underline;
}

div.contentItemListItemContainer h2 a:active
{
  font: inherit;
  text-decoration: none;
}

div.contentItemListItemContainer p.contentItemDate
{
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-weight: bold;
  font-size: 8pt;
}

div.contentItemListItemContainer div.theContent
{
	margin: 20px 0px !important;
}

div.contentItemListItemContainer p.contentItemTeaser
{
  margin: 0px;
  padding: 15px 0px 15px 0px;
}

/* ContentItemCtrl detail styles */
div#contentItemDetailContainer
{
  margin: 0px 20px 0px 20px;
  padding: 0px;
  background-color: transparent;
  border: solid 1px transparent;
  border-left: none;
  border-right: none;
}

div.contentItemDetailContainer2
{
	margin:0px !important;
}

div#contentItemLargeImgContainer
{
  float: left;
  margin: 0px 15px 0px -20px;
  padding: 0px;
  width: 180px;
  height: 120px;
  background-color: transparent;
}

div#contentItemLargeImgContainer img
{
  border: none;
}

div#contentItemBodyContainer
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

div.contentItemBodyContainer2 img
{
	float:left;
	margin-right:20px;
	margin-bottom:10px;	
}

div.contentItemBodyContaine2r img.no-padding
{
	margin:0px !important;
}

div.contentItemBodyContainer2
{
	width:400px !important;	
}

div.contentItemBodyContainer2 div.theContent
{
	margin-left:20px;
	margin-right:20px;
}

div#contentItemBodyContainer h2
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 10pt;
  color: #d5001e;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
  background-color: transparent;
}

div#contentItemBodyContainer p.contentItemDate
{
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-weight: bold;
  font-size: 8pt;
}

div#contentItemContentContainer
{
  margin: 0px;
  padding: 15px 0px 0px 0px;
  font-weight: normal;
  font-size: 10pt;
  color: #666666;
  font-style: normal;
  font-family: arial, helvetica, sans serif;
}

/* Content item admin styles */
div#contentAdminMainContainer
{
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: transparent;
}

