﻿/* Linked to from SDF sites and KO */

/* Generella regler */
#idFogisTemplate {
	padding:0 2px 10px 2px;
}
.clCommonGrid {
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
#iMatchInfo {
    margin-top: 0px;
}
.clCommonGrid thead tr th {
	border: 1px solid #dfdfdf;
	padding: 2px 5px;
	/* background: #7e7e7e; Edit for each */
	color: #fff;
	text-align: left;
}
.clCommonGrid thead tr td {
	border: 1px solid #dfdfdf;
	padding: 2px 5px;
	border: 1px solid #dfdfdf;
	/* background: #363636; Edit for each */
	color: #fff;
	font-weight: bold;
}
.clGrid .clInternalHeader a:link,.clGrid .clInternalHeader a:visited {
    color: #fff;
	font-weight: bold;
}
.clCommonGrid tbody tr.clTrEven {
	background: #ececec;
	color: #000;
}
.clCommonGrid tbody tr th {
	border: 1px solid #dfdfdf;
	padding: 2px 5px;
}
.clCommonGrid tbody tr td {
	border-bottom: 1px solid #dfdfdf;
	/*border-top: 1px solid #dfdfdf;*/
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 2px 5px;
	vertical-align: top;
}

/* Tabell */
.clTblStandings thead tr th {
	text-align: center;
}
.clTblStandings tbody tr.clTrEven {
	background: #ececec;
	color: #000;
}
.clTblStandings tbody tr.clTrDelimiter td {
	border-bottom: 1px solid #000;
}
.clTblStandings tbody tr.clTrDelimiter2 td {
	border-bottom: 1px dashed #000;	
}

.clTblStandings tbody tr td {
	padding: 2px 3px;
	text-align: center;
	vertical-align: top;
}
.clTblStandings tbody tr td.clTextAlignLeft {
	text-align: left;
}
.clTblStandings tbody tr td.clBold {
	font-weight: bold;
}
.clTblStandings tbody tr td.clTdSortColumn {
	font-weight: bold;
	color: #000;
}
.clTblStandings tfoot dl,
.clCommonGrid tfoot dl {
	margin: 0;
	padding: 3px;
}
.clTblStandings tfoot dt,
.clCommonGrid tfoot dt {
	display: inline;
	font-weight: bold;
}
.clTblStandings tfoot dd,
.clCommonGrid tfoot dd {
	display: inline;
	margin: 0;
	padding: 0;
}

/* Definitionslista */
.clFogis dl {
	margin: 0.3em 0;
	padding: 0;
	font-size: 90%;
}

.clFogis dt {
	position: relative;
	left: 0;
	top: 1em;
	width: 12em;
	font-weight: bold;
}

.clFogis dd {
	border-left: 1px solid #dfdfdf;
	margin: 0 0 0 13em;
	padding: 0 0 0em 0.5em;
}

/* Formulär och fältset */
.clFogis form {
	margin: 0;
	font-size: 90%;
}
.clFogis fieldset {
	clear:both;
	margin: 3px 0;
	border: 1px solid #dfdfdf;
	padding: 6px;
}
.clFogis .clButton {
	clear:both;
}
.clFogis .clFormRow {
	clear:both;
	padding-top:3px;
}
.clFogis .clFormRow label {
	display:block;
	float:left;
	width:12em;
}
.clFogis .clFormRow input,
.clFogis .clFormRow select {
	display:block;
	float:left;
	width:auto;
}

.clSelectList {
	display: none;
}

.clTblStandings thead tr th.clTextAlignLeft, clTextAlignLeft {
	text-align: left;
}
.clTextAlignCenter {
	text-align: center;
}
.clTextAlignRight {
	text-align: right;
}
.clBold {
	font-weight: bold;
}
.clBold a:link, .clBold a:visited, .clBold a:hover, .clBold a:active {
	font-weight: bold;
}
.clGrid .clBold a:link, .clGrid .clBold a:visited, .clGrid .clBold a:hover, .clGrid .clBold a:active {
	font-weight: bold;
}
.clNotify,
a.clNotify:link,
a.clNotify:visited,
a.clNotify:hover,
a.clNotify:active,
.clGrid .clNotify,
.clGrid a.clNotify:link,
.clGrid a.clNotify:visited,
.clGrid a.clNotify:hover,
.clGrid a.clNotify:active {
	color: #ff0000;
}
.clClear {
	clear:both;
}

ul.clFogisMenu {
	margin:0 0 15px 0;
	padding:8px 0;
	list-style:none;
	color:#000;
}
ul.clFogisMenu li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	font-weight:bold;
	font-size:20px;
}
.clFogisMenu a:link,
.clFogisMenu a:visited,
.clFogisMenu a:hover {
	display:inline;
	padding:5px;
	background-color:#eee;
	border:1px solid #dcdcdc;
}
.clFogisMenu a:hover {
	background-color:#6c6c6c;
	color:#dcdcdc;
}
.clFogisMenu li.clSel {
	display:inline;
	text-decoration:none;
	padding:5px;
	color:#b6b6b6;
	background-color:#f1f1f1;
	border:1px solid #a2a2a2;
}

/* Matcher idag och matchfakta */
#iList {
	display:block;
	float:left;
	width:100%;
}
#iSelection {
	display:block;
	float:left;
	width:40%;
}
#iSelection div {
	padding-left:3px;
}
#iSelection .logo {
	margin-bottom: 10px;
}

/* Felmeddelande */
.clError {
	color:#ff0000;
	border:solid 1px Red;
	padding: 6px;
	margin: 10px 0;
}

.clCommonGrid tbody tr td .clTblClean tr td,
.clCommonGrid tbody tr td .clTblClean tr th
.clTblClean tr td,
.clTblClean tr th {
	border: 1px solid #fff;
}

/* Matchresultat/händelsetabell */
.clTblMatch
{    
	border: 0;
	margin: 0;
	width: 100%;
}
.clTblMatch thead td
{
	font-weight: bold;
	background: #ececec;
	text-align: center;
}
.clTblMatch thead th
{
	background: #fff;
	text-align: center;
}
.clTblMatch tfoot tr td
{
	background: #fff;
	border: 0;
}
.clTblMatch th, .clTblMatch td
{
	border: 0;
	padding: 3px 4px;
}

/* Domare idag */
th.league-grouping {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
th.league-name {
	text-align: left;
	font-weight: bold;
}
th.league-name a {
	font-weight: bold;
}

.clItalic {
    font-style: italic;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.staffTable {
    margin-bottom: 20px; 
}

.nav-container ul {
    list-style-type: none;
    padding: .2em;
    margin: 0;
}

.nav-container ul li {
    display: inline;
}

.nav-container ul li a {
    text-decoration: none;
    padding: .2em 1em;
    background-color: #000;
    color: #fff;
    
}

.nav-container ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
    cursor: auto;    
}

a.social {
    margin: 10px;
}

div.ibisinfo {
    float: left; 
    width: 100%;
}

div.banner {
    float: left; 
    width: 30%;
}