﻿/*--- COMMON ---*/

/*
Huvudfärg 1d6dcf
Grundfärg eeeeee
Länkfärg 16529c
Box smal /images/design/boxes/startpagebox_top_1.gif /images/design/boxes/startpagebox_top_blue.gif
Box bred /images/design/boxes/startpagebox_wide_top_1.gif /images/design/boxes/startpagebox_wide_top_blue.gif
Menyrubrik /images/design/leftmenu/leftmenu_top_1.gif /images/design/leftmenu/leftmenu_top_blue.gif
*/

body
{
	background-color:#1d6dcf;
}

a:link,
a:hover,
a:visited,
a:active
{
	color:#16529c;
}

/*--- TOP MENU ---*/
#TopMenuDiv ul
{
	border-top: 3px solid #1d6dcf;
	border-bottom: 3px solid #1d6dcf;
}
#TopMenuDiv li
{
	border-bottom: 2px solid #fff;
	border-right: solid 1px #CCCCCC;
}
.TopMenuSeparator
{
	border-left: solid 1px #CCCCCC;
}	
#TopMenuDiv a:link,
#TopMenuDiv a:visited,
#TopMenuDiv a:hover,
#TopMenuDiv a:active
{
	color: #000;
}

#EmptyTopMenuDiv
{
	background-color:#1d6dcf;
}

/*--- LEFT MENU ---*/
.LeftMenuBox
{
	
}
.LeftMenuHeading
{
	background-color:#1d6dcf;
}
.LeftMenuList a:link,
.LeftMenuList a:visited,
.LeftMenuList a:hover,
.LeftMenuList a:active
{
	color:#000;
}
.LeftMenuHeading h2 a:link,
.LeftMenuHeading h2 a:visited,
.LeftMenuHeading h2 a:hover,
.LeftMenuHeading h2 a:active
{
	color:#fff;
}

/*--- FOOTER ----*/

#FooterDiv, #TopMenuSimpleDiv
{
	background-color:#1d6dcf;
	color:#fff;
}

/*--- START PAGE BOXES ---*/

.StartPageBoxNarrow h2
{
	background-image:url(/images/design/boxes/startpagebox_top_1.gif);
}

.StartPageBoxMedium h2
{
	background-image:url(/images/design/boxes/startpagebox_medium_top_1.png);
}

.StartPageBoxWide h2
{
	background-image:url(/images/design/boxes/startpagebox_wide_top_1.gif);
}

.LeftMenuHeading h2
{
	background-image:url(/images/design/leftmenu/leftmenu_top_1.gif);
}

.StartPageBoxTop
{
	
}

/*-- RIGHT BOXES --*/

div.RightBoxTopDiv
{
	background-color:#eeeeee;
}

div.RightBoxContent
{
	background-color:#eeeeee;
}

/*--- ORGSTRUCTURE ---*/
.OrgStructureBoxHeading
{
	 background-color: #16529c; 
}
   

/*--- TABELLER FÖR RESULTATVISNING ---*/

/* Länkinställningar */
.FixtureLinkDiv a:link,
.StatisticsTable a:link,
.FixtureListTable a:link
{
	text-decoration: none;
}
.FixtureLinkDiv a:visited,
.StatisticsTable a:visited,
.FixtureListTable a:visited
{
	text-decoration: none;
}
.FixtureLinkDiv a:hover,
.StatisticsTable a:hover,
.FixtureListTable a:hover
{
	text-decoration: underline;
}
.FixtureLinkDiv a:active,
.StatisticsTable a:active,
.FixtureListTable a:active
{
	color: #FF0000;
}

/* Länk till alla matcher */
.FixtureLinkDiv
{
	text-align: right;
	display: block;
	padding-bottom: 11px;
}

/* Enkel tabell med ram */
.StatisticsTable
{
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
}
.StatisticsTable th, .StatisticsTable td
{
	border: 1px solid #BEBEBE;
	padding: 2px 5px;
	vertical-align: top;
}
.StatisticsTable thead th
{
	background: #DDDDDD;
	color: #000;
	text-align: left;
}
.StatisticsTable .EvenRow
{
	background: #F7F7F7;
	color: #000;
}
.StatisticsTable tfoot tr td
{
	background: #F7F7F7;
	color: #000;
	text-align: right;
}
.StatisticsTable tfoot tr td a:link, .StatisticsTable tfoot tr td a:visited
{
	background: #F7F7F7;
	color: #000;
	font-weight: bold;
}
.StatisticsTable a:hover, .StatisticsTable a:focus
{
	background: #F7F7F7;
	color: #f00;
}
.StatisticsTable tbody tr .ImageCell
{
	vertical-align: top;
}

.CalendarSchemeTable td
{
	height: 13em;
}
.CalendarSchemeTable td h3
{
	margin: 0;
	text-align:right;
}
.CalendarSchemeTable td ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CalendarSchemeTable td ul li
{
	width: 93px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
}
.CalendarSchemeTable .EvenRow
{
	background-color: #DDDDDD;
}

.CalendarListTable td
{
	vertical-align: top;
}
.CalendarListTable td ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CalendarListTable td ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Matchlistor */
.FixtureListTable
{
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
}
.FixtureListTable th, .FixtureListTable td
{
	border: 1px solid #BEBEBE;
	padding: 2px 5px;
}
.FixtureListTable thead th
{
	background: #DDDDDD;
	color: #000;
	text-align: left;
}
.FixtureListTable tbody th
{
	background: #fff;
	color: #000;
	text-align: left;
}
.FixtureListTable thead td
{
	border: 1px solid #BEBEBE;
	background: #1d6dcf;
	color: #fff;
	font-weight: bold;
}
.FixtureListTable tbody .EvenRow
{
	background: #F7F7F7;
	color: #000;
}

/* Serietabellen */
.StandingsTable
{
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
	margin: 0.5em 0 1em 0;
	padding: 0;
	width: 100%;
}
.StandingsTable th 
{
	text-align: center;
}
.StandingsTable th, .StandingsTable td
{
	border: 1px solid #BEBEBE;
	padding: 2px 3px;
}
.StandingsTable th
{
	background: #DDDDDD;
	color: #000;
}
.StandingsTable thead td
{
	border: 1px solid #BEBEBE;
	background: #1d6dcf;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
}
.StandingsTable .WideCell
{
	padding: 2px 5px;
}
.StandingsTable tbody td
{
	padding: 2px 3px;
	text-align: center;
}
.StandingsTable .LeftAlignTd
{
	text-align: left;
}
.StandingsTable .RightAlignTd
{
	text-align: right;
}
.StandingsTable tbody .EvenRow
{
	background: #F7F7F7;
	color: #000;
}
.StandingsTable tbody .AboveLineRow td
{
	border-bottom: 1px solid #000;
}
.StandingsTable tbody tr .SortColumnCell
{
	font-weight: bold;
	color: #000;
}
.StandingsTable tbody tr .LastColumnCell
{
	border-right: 1px solid #DDDDDD;
}
.ChangedMatch, .ChangedMatch a:link, .ChangedMatch a:visited
{
	color: red;
}

/*FAQ*/
.faq p
{
	color: #16529c;

}
/*Footer text label color*/
.footerlabel
{
	color: #000000;
}
