/* @override 
	http://temp.friidrott.se/CMSPages/GetCSS.aspx?stylesheetname=Friidrott3ColImages
*/

/*
=============================
friidrott.se
3 kolumner  Bildspel
Text & Bildproduktion AB 2007
2007-10-03
Jonas
=============================
*/


/* Main page setup, font size and family, hack for table layout
=================================================================*/
body {
	margin: 0px;
	text-align:left;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:0.7em;    BORTTAGET */
	font-size:100.01%;
	background-color: #000;
}


* {margin:0; padding:0;}


p {
	font-size: 0.7em;
	margin-bottom:0.6em;
	color: #fff;
}

h1  {
	font-size: 1.5em;
	margin-bottom:.2em;
	color:#003478;
}

 h2  {
	font-size: 1.5em;
	margin-bottom:.2em;
	color:#003478;
}


h3  {
	font-size: 1em;
	margin-bottom:.2em;
	color:#003478;
margin-top:1em;
}

 h4  {
	font-size: .8em;
	margin-bottom:.2em;
	color:#003478;
margin-top:1em;
}


h5 {
	font-size: .7em;
	font-weight: bold;
	margin-bottom:.4em;
	color:#003478;
margin-top:1em;
}


td {
	font-size:0.7em;
}


/*TEST */
td p {
	font-size:1em;
}

td h5 {
	font-size:1em;
}
td h6 {
	font-size:1em;
}



/* SLUT TEST*/


ul {
	font-size: .7em;
	margin-bottom:.5em;
	margin-left:1.3em;
}

ol {
	font-size: .7em;
	margin-bottom:.5em;
	margin-left:1.3em;
}

div#holder {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:left;	
}


/*--Hack01. Page layout, tables--*/
.clearfix:after {  
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}  /* Hides from IE-mac \*/
.clearfix {display: block;}

/*--End Hack01--*/



/*Top page content and layout
===================================================================*/

div#header  {      /*Picture*/
	width:980px;
	height:120px;
}	

div#datecontainer  {
	background: url(/app_themes/friidrott/images/interface/980_blue2.gif) repeat-x;
	width:980px;
	height:25px;
	float:left;
}

div#date  {
	width:250px;
	height:26px;
	float:left;
	padding-left:10px;
	padding-top:6px;
}	

div#date p {
	text-align:left;
	font-size: 0.6em;
	color: #FFFFFF;	
}


/*--Code for News ticker--*/

div#ajaxticker1  {  
	width: 710px;
	height: 26px;
	float:left;
	font-size: 0.6em;
	padding-right:10px;
	padding-top:6px;
}

div#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV
	background: none;*/
}

.textticker  { 
	text-align:right;
	color: #FFFFFF;
}

div#ajaxticker1 a:link {
	text-decoration: none;
	color:#FFFFFF}

div#ajaxticker1 a:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

div#ajaxticker1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}

div#ajaxticker1 a:active {
	text-decoration: none;
}
/*--End code for Newvs ticker--*/



/*Main content area and layout
===================================================================*/

div#contentarea {
	width:980px;
	background: #000;
	padding-top: 40px !important 20px;     /*Hide from IE*/

}


/*Content of left margin, including menu and search*/
div#leftmargin {
	width: 165px;
	float:left;
	margin-right:15px;
}



/*End of left margin*/


/*Content of center margin*/
div#marginal {
	width: 550px;
	float:left;
	margin-left:25px;
	margin-right:20px;
}

div#marginal table {
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	/*border-bottom: 1px dotted #999999;    Borttagen 20070716*/
	/*width:570px;*/
}

/*End center margin*/


/*Content of right margin*/

div#rightmarginal {
	width: 180px;
	float:left;
	margin-left:15px;
	margin-right:10px;
	
}



div#rightmarginal h5 {
	
	font-weight: bold;
	margin-bottom:.4em;
	color: #5e5e5e;
}

div#rightmarginal p {
	color: #5e5e5e;
}

div#rightmarginal h6 {
	font-weight: bold;
	margin-bottom:.4em;
	color: #5e5e5e;
}

div#rightmarginal table  {
	margin-bottom:.5em;
	font-style: normal;
	width:180px;
}


div#rightmarginal p.logo  {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}



	
/*End right margin*/


/*Content of footer*/

div#footer {
	width: 980px;
	height:1.6em;
	float:left;
	background-color: #000;
	border: 1px solid #5e5e5e;
}

div#footer p {
	color: #5e5e5e;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:.5em;
	margin-top:0.6em;
}
/*End of footer*/






/*Class to any tag
===================================================================*/


a img {
	border:none;
}


input.search {
	color:#003478;
	padding-left:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background: #EFEFEF;
}

img.left {
	margin-right:10px;
	margin-top:5px;
	float: left;
}

img.top {
	margin-bottom:10px;
}


p.halvfet {
	font-weight:bold;
}

p.kronika {
	
	font-style: italic;
}

img.right {
	margin-left:10px;
	margin-top:5px;
	float: right;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top:0.1em;
	margin-bottom:0.1em;
}


.line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:1em;
	margin-bottom:.5em;
}

.datum  {
	padding-right:0.5em;
	padding-bottom:0.5em;
	color: #666666;
	font-weight:bold;
}

td.notis  {                        /* NYTT, anpassad class befintlig kodning*/
	font-size:0.65em;
	line-height: 1.20em;
}

p.notis  {                        /* NYTT, anpassad class befintlig kodning*/
	font-size:0.65em;
}

tr.rubrikresultat  {
	font-size:1.10em;
	line-height: 1.40em;
}


p.bildtext {
	font: italic 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0em;
	margin-bottom: 1em;
}

input.ikon {
	background-image: url(/app_themes/friidrott/images/interface/date_background.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center
}
table.statistiksearch
{
	display: none;
}
