/* --- STRUKTUR --- */
body
{
	text-align:center;
}
#SkipNavigationDiv
{
	display: none;	
}
#ContainerDiv
{
	width: 980px;
	padding: 20px; 
	margin:0px auto 0px auto;
	text-align:left;
	background-color:White;
	min-height:100%;
	overflow:auto;
	border-bottom: 1px solid #005d3f;
	border-left: 1px solid #005d3f;
	border-right: 1px solid #005d3f;
}
#HeaderDiv
{	
	/*height: 90px;*/
	overflow: visible;
	padding: 0;
	margin: 0;
}
#TopDiv
{
	width:100%;
	overflow:hidden;
}
#TopLeftDiv
{
	float:left;
}

#TopRightDiv
{
	float:right;
}
#NoImageDiv h2
{
	display: block;
	margin: 0;
	padding: 0.3em;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size: 3em;
	background-color: #EEEEEE;
}
#NoImageDiv h2 a:link,
#NoImageDiv h2 a:visited,
#NoImageDiv h2 a:hover,
#NoImageDiv h2 a:active
{
	display: block;
	color: #000;
	text-decoration: none;
}
#TopMenuDiv
{
	padding: 0;
	margin: 0;
}
#MainDiv
{
	float:left;
	padding: 0;
	margin: 0;
}
#LeftDiv
{
	float: left;
	width: 200px;
	overflow: hidden;
}
#LeftDiv .PaddingDiv
{
	padding: 10px 10px 10px 10px;
}

#LeftDiv h2
{
	font-size:12px;
}

#BottomDiv
{
	padding:5px;
}
/* Mitten + höger ... */
#CenterDiv
{
	float: left;
	width: 580px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#WideCenterDiv
{
	float: left;
	width: 780px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#CenterDiv .PaddingDiv,
#WideCenterDiv .PaddingDiv
{
	padding-top: 10px;
	padding-left:10px;
	padding-right:20px;
	line-height:1.5;
}
#RightDiv
{	
	float: left;	
	width: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 10px;
}
#RightDiv .PaddingDiv
{
	padding-left:5px;
	padding-top:5px;
	
}
/* ... eller en bred kolumn */
#WideDiv
{
	float: left;
	width: 780px;	
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#WideDiv .PaddingDiv
{
	padding: 5px;	
}

#TopAreaDiv
{
	width:780px;
	overflow:hidden;
}

#BoxAreaDiv
{
	width:780px;
}
#BoxAreaDiv h2
{
	margin-bottom:0px;
	font-size:12px;
}
#BoxAreaDiv p
{
	margin-top:0px;
}
/* --- GLOBALA KLASSER --- */
.Clear
{
	clear: both;	
}
.LeftAlignTd
{
	text-align: left;
}
.CenterAlignTd
{
	text-align: center;
}
.RightAlignTd
{
	text-align: right;
}

#LeftAndMainContentDiv
{	
	width: 780px;
	float: left;
	text-align: left;	
}
/* --- Klasser som styr utseende för snabblänkar i header --- */
.quicklinksitem
{
	float: right;
	text-align: right;	
	padding-top: 3px;	
}
a.quicklinksitemtext, a.quicklinksitemtext:active, a.quicklinksitemtext:visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.quicklinksitemtext:hover
{	
	text-decoration: underline;
}

/* --- Klasser som styr Verktygen Skriv ut och Tipsa --- */
#toolsdiv
{
	float: left;
	width: 100%;
	padding-top: 20px;
}
/* --- Klasser som styr Klubbinfo --- */

#InfoDiv
{
	margin-bottom:5px;
}
#InfoLinkDiv
{
	margin-top: 3px;
	text-align: right;
}

/* --- Klasser som styr länkar i Föreningsstruktur, Föreningsinfo  --- */
a.OrgURLitem, a.OrgURLitem:active, a.OrgURLitem:visited
{	
	color: #3f3f3f;	
	text-decoration: none;
}
a.OrgURLitem:hover
{	
	text-decoration: underline;
}
/* --- Klasser som styr Loginboxen --- */
#LoginDiv
{
	
}
div.RightBoxContent h2
{
	 font-size:12px;
	 margin:0;
	 margin-bottom:5px;
}
.logintextbox
{	
	width: 175px;
	margin-bottom:5px;
}

div.LoginTitleDiv
{
	height:30px;
	background-image:url(/images/design/icons/locked.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

div.LogoutTitleDiv
{
	height:30px;
	background-image:url(/images/design/icons/opened.gif);
	background-position: top right;
	background-repeat:no-repeat;
	
}
div.LogoutToolItemDiv
{
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px #999999;

	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #999999;
}
#LoginFailedMessageDiv
{
	float:left;
	color:#990000;
	padding-top:5px; /*Added by ME 2008-02-26*/
}
#LogoutButtonDiv
{
	text-align:right;
	padding-top:5px;
}
#ForgotPasswordDiv
{
	float:left;
	padding-top:5px; /*Added by ME 2008-02-26*/
}
#LoginButtonDiv
{
	text-align:right;
	padding-top:5px; /*Added by ME 2008-02-26*/
}
a.LogoutToolLink
{
	position:relative;
	bottom:5px;
}
a.LogoutToolIcon
{
	text-decoration:none;
}
/* --- Klasser som styr avdelaren mellan loginbox och klubbinfo --- */
#rightcolumnDivider
{
	float: left;
	height: 2px;
	background-color: #a9a9a9;
	font-size: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}
/* --- Klasser som styr Footer --- */
#FooterDiv
{	
	width: 980px;
	height: 2px;
	float: left;
	display: block;	
	margin-top:10px;
}

/* --- Resultat senaste resultat --- */
.resultContainer
{
	float: left;
	width: 500px;
	margin-bottom: 6px;
}
.resultFirstColumn
{
	float: left;
	width: 100px;
}
.resultSecondColumn
{
	float: left;
	width: 200px;
}
.resultThirdColumn
{
	float: left;
	width: 100px;
}

/* --- Avdelare mellan gästboksinläggen --- */
.forumbodyDivider
{
	border-bottom: solid 1px #dc0000;
	padding-bottom: 4px;
	padding-top: 4px;
}

/* --- Klasser för att styra content --- */
.contentleftpadding
{
	padding-left: 15px;
}
.contentrightpadding
{
	padding-right: 30px;
}
.contenttoppadding
{
	padding-top: 15px;
}
.contenttext
{
}
.heading1toppadding
{
	padding-top: 20px;
}
.fullmaincontentwidth
{
	float:left;
	width: 500px;
}
.orgInfoColumn
{
    margin-left:150px;
}

.orgInfo6Column
{
    margin-left:40px;
}

.orgInfoItem
{
   float:left;
    margin-bottom:20px;
    margin-right:20px;
}
.orgInfoLeftcolumn
{
	float: left;
	width: 200px;
	font-weight: bold;
}
.orgInfoRightcolumn
{
	float: left;
	width: 290px;
}

/* --- Klasser för att styra LeftMenu --- */
.LeftMenuBox
{
	width:178px;
	
}
.LeftMenuHeading
{
	width:178px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	font-weight:bold;
	margin: 0;
}
.LeftMenuHeading h2
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.LeftMenuList
{
	display:block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.LeftMenuList a
{	
	text-decoration:none;
}
.LeftMenuList a:hover
{
	text-decoration:underline;
}
.LeftMenuList .LeftMenuItemSpan
{
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
.LeftMenuList li
{
	float: left;
	display:inline-block;
	margin: 0;
	padding: 0 3px 0 0;
	background-image:url(/images/design/leftmenu/leftmenu_content.gif);
}
.LeftMenuList li li
{
	margin: 0;
	padding: 0;
}
li.LeftMenuSelectedItem li, li.LeftMenuExpandedItem li
{
	border-bottom:none;
}
li.LeftMenuSelectedItem
{	
	background-color:#ffff99;
}
li.LeftMenuItem
{	
	background-color:#FFFFFF;
}
.lvl1 li.LeftMenuItem 
{	
	background-color:#F7F7F7;
}
div.LeftMenuItem 
{ 
    height: 100%; float: left;    
}
.Level1 .LeftMenuItemSpan { padding-left:5px; border-bottom: solid 1px #CCCCCC; width:169px;}
.Level2 .LeftMenuItemSpan {	padding-left:15px; width:159px;}
.Level3 .LeftMenuItemSpan {	padding-left:25px; width:149px;}
.Level4 .LeftMenuItemSpan {	padding-left:35px; width:139px;}
.Level5 .LeftMenuItemSpan {	padding-left:45px; width:129px;}
.Level6 .LeftMenuItemSpan {	padding-left:55px; width:119px;}
.Level7 .LeftMenuItemSpan {	padding-left:65px; width:109px;}
.Level8 .LeftMenuItemSpan {	padding-left:75px; width:99px;}
.Level9 .LeftMenuItemSpan {	padding-left:85px; width:89px;}

span.LeftMenuItemWrapperLeft
{
	width:auto;
	float:left;
	display:block;
}
span.LeftMenuItemWrapperRight
{
	overflow:auto;
	display:block;
}
.LeftMenuBottom
{
	width:178px;
	height:3px;
	background-image:url(/images/design/leftmenu/leftmenu_bottom.gif);
}
/* --- Topmenu --- */
#EmptyTopMenuDiv
{
	padding: 0px;
	margin: 0px;
	height:2px;
}
#TopMenuDiv ul
{
	float: left; 
    width: 100%;
	font-size: 11px;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: bold;
	list-style-type: none;	
}	
#TopMenuDiv li
{
	float: left;
	height: 12px;
	margin: 4px 0 0 8px;
	padding: 0 8px 0 0;
	border-right: solid 1px #CCCCCC;
}
#TopMenuDiv li.TopMenuItem
{
	width: auto;
}
#TopMenuDiv li.TopMenuSelectedItem
{
	width: auto;	
}
#TopMenuDiv a:link,
#TopMenuDiv a:visited,
#TopMenuDiv a:hover,
#TopMenuDiv a:active
{
	text-decoration: none;
}
#TopMenuDiv li.TopMenuItem a:hover
{
	text-decoration: underline;	
}
/* --- On all Images --- */
img
{
	border: 0;
	padding: 0;
	margin: 0;
}

/* --- Workrooms ---*/
#WorkroomBodyDiv
{
	overflow:hidden;
	width:550px;
}
#WorkroomNewsListDiv
{
	border-top: solid 1px #999999;
	padding-bottom:10px;
}
.WorkroomPageBox
{
	width:auto;
}
.WorkroomPageBox .StartPageBoxContent
{
	background:white;
	padding: 0px 0px 0px 0px;
}
/* --- WorkroomList ---*/
#WorkroomListTable th, td
{
	font-weight:normal;
}
/* --- Toolbar ---*/
#ToolBarDiv
{
	overflow:auto;
	width:100%;
}
#ToolBarBox
{
	float:right;
	width:120px;
	text-align:right;
}

/* --- Footer corner --- */
div.footerleftcornerdiv
{
	background-image: url(/images/design/corner_left_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 6px;
	height: 24px;
	float: left;
}
div.footerrightcornerdiv
{
	background-image: url(/images/design/corner_right_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 6px;
	height: 24px;
	float: right;
}

/* -- Standard divs --*/
.bold
{
    font-weight:bold;    
}

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 6px;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

div.fifty
{
	float: left;
	width: 200px;
}

/* Start page boxes (new) */
div.boxcontainer
{
	width:192px;
	float:left;
	padding-bottom:4px;
}
div.boxcontainerwide
{
	width:388px;
	float:left;
	padding-bottom:4px;
}
div.boxrightpad
{
	padding-right:4px;
}
div.boxleftpad
{
	padding-left:4px;
}
div.boxbottompad
{
	padding-bottom:4px;
}

/* Common for all boxes */
div.StartPageBoxRow h2
{
	display: block;
	padding-left:10px;
	line-height:2;
	font-weight:bold;
	height:26px;
}
div.StartPageBoxContent
{
	padding-left:8px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
    background-color:#f0f0f0;
}
div.StartPageBoxImage
{
	text-align: center;
	padding-right: 4px;
}
.StartPageBoxReadMoreLink
{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	padding-bottom:5px;
}
.StartPageBoxRow
{
	overflow:auto;
}
.StartPageBoxRow a:link,
.StartPageBoxRow a:visited,
.StartPageBoxRow a:active
{
	text-decoration:none;
}
.StartPageBoxRow a:hover
{
	text-decoration:underline;
}
/* Wide box */
.StartPageBoxWide
{
	width:388px;
	overflow:hidden;
}
.StartPageBoxWide h2
{
	background-image: url(/images/design/boxes/startpageboxtop_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	overflow: hidden;
	color:#fff04b;
	width:388px;
}
.StartPageBoxWide h2 a:link, .StartPageBoxWide h2 a:visited, .StartPageBoxWide h2 a:hover, .StartPageBoxWide h2 a:active 
{
	color: #fff04b;
}

.StartPageBoxWide .BoxNoBackground
{	
	background-image:url(/images/design/boxes/startpagebox_wide_content_white.gif) !important;
}
.StartPageBoxWide .StartPageBoxBottom
{
	background-image:url(/images/design/boxes/startpagebox_wide_bottom.gif);
	background-repeat: no-repeat;
	height:4px;
}
.StartPageBoxWide .StartPageBoxImage, .StartPageBoxWide .StartPageBoxContent
{
	background-image:url(/images/design/boxes/startpagebox_wide_content.gif);
}

/* Narrow box */
.StartPageBoxNarrow
{	
	width:192px; 
	overflow:hidden;
}
.StartPageBoxNarrow h2
{	
	background-image: url(/images/design/boxes/startpageboxtop_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	overflow: hidden;
	color:#fff;
	width:192px;
}

.StartPageBoxNarrow h2 a:link, .StartPageBoxNarrow h2 a:visited, .StartPageBoxNarrow h2 a:hover, .StartPageBoxNarrow h2 a:active 
{
	color: #fff;
}

.StartPageBoxNarrow .BoxNoBackground
{	
	background-image:url(/images/design/boxes/startpagebox_content_white.gif) !important;
}
.StartPageBoxNarrow .StartPageBoxBottom
{
	background-image:url(/images/design/boxes/startpagebox_bottom.gif);
	height:4px;
}
.StartPageBoxNarrow .StartPageBoxContent, .StartPageBoxNarrow .StartPageBoxImage
{	
	background-image:url(/images/design/boxes/startpagebox_content.gif);
}
/* Added by ME 2008-02-14 - Start */
/* Large box */
.StartPageBoxLarge
{
	width:576px;
	overflow:hidden;
}
.StartPageBoxContentLarge
{
    background-color:#f0f0f0;
}
.StartPageBoxLarge .BoxNoBackground
{	
	background-color: White !important;
}
/* Startpage layout */
.StartPageColumnWideLeft
{
	float: left;
	width:584px;
	overflow:hidden;
	margin: 5px 4px 5px 0px;
}
.StartPageColumnWideRight
{
	float: left;
	width:584px;
	overflow:hidden;
	margin: 5px 0px 5px 4px;
}
.StartPageColumnNarrow
{
	float: left;
	width:192px;
	overflow:hidden;
	margin-top: 3px;
}
/* Added by ME 2008-02-14 - End */
/* --- News Image List ---*/
div.NewsImageList
{
}
/* --- News list box ---*/
div.NewsListBoxDateDiv
{
	color:#999999;
}
div.NewsListBoxSimpleItemDiv
{
	overflow:auto;
	padding-bottom:5px;
	width:100%;
}
div.NewsListBoxSimpleItemDiv a
{
	color:Black;
}
div.NewsListBoxSimpleDateDiv
{
	float:left;
	width:75px;
}
div.NewsListBoxArrowDiv
{
	float:left;
	width:12px;
	height: 12px;
	background-image: url(/images/design/boxes/rightarrow_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 3px;
}
div.NewsListBoxSimpleLinkDiv
{
	float:left;
	width: 160px;
	overflow: hidden;
}
div.NewsListBoxWideSimpleLinkDiv
{
	float:left;
	width: 288px;
	overflow: hidden;
}
div.NewsListBoxSeparator
{
	border-bottom:solid 1px #999999;
	height:5px;
	margin-top: 5px;
	margin-bottom:5px;
}
/* News list box - large */
div.NewsListBoxLargeSimpleLinkDiv
{
	float:left;
	width: 500px;
	overflow: hidden;
}
.NewsListTitleLargeDiv h3
{
	color: #000;
	font-size: 18px;
}
div.NewsListBoxLargeSimpleLinkDiv
{
	float:left;
	width: 475px;
	overflow: hidden;
}
.NewsListTitleLargeDiv h3 a:link,
.NewsListTitleLargeDiv h3 a:visited,
.NewsListTitleLargeDiv h3 a:hover,
.NewsListTitleLargeDiv h3 a:active
{
	color: #000;
}
/* News list box images*/
.NewsListBoxLargeTopImage
{
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxLargeImage
{
	height: auto;
	float: right;
	margin-top: 5px;
}
.NewsListBoxWideTopImage
{
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxWideImage
{
	height: auto;
	float: right;
	margin-top: 3px;
}
.NewsListBoxNarrowTopImage
{
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxNarrowImage
{
	height: auto;
	float: right;
	margin-top: 3px;
}
/* News list */
div.NewsListSourceDiv
{
	color: #646464;
	font-style: italic;
}
div.NewsListTitleDiv a:link,
div.NewsListTitleDiv a:visited,
div.NewsListTitleDiv a:hover,
div.NewsListTitleDiv a:active
{
	color:#000;
}
div.NewsListSimpleLinkDiv
{
    float:left;
	width: 475px;
	overflow: hidden;
}
div.NewsListReadMoreDiv
{
	margin-top: 5px;
	text-align:right;
}
div.NewsListTitleDiv h3
{
	color:#000;
}
/* News page */
.NewsPageTopImage
{
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
/* Page Top Image */
.PageTopImage
{
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
.NewsPageDateDiv
{
	float:left;
	color:#999999;	
}
/* --- Right column boxes ---*/
div.RightBoxTopDiv
{
	width:195px;
	height:9px;
	background-image: url(/images/design/boxes/rightbox_new_top.gif);
	background-position: top left;
}

div.RightBoxContent
{
	width:180px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:10px;
	background-image: url(/images/design/boxes/rightbox_new_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div.RightBoxBottomDiv
{
	width:195px;
	height:3px;
	background-image: url(/images/design/boxes/rightbox_bottom.gif);
	background-position: top left;
}
/* --- Senaste resultat box ---*/
#StartPageBoxResultTable
{
	width: 100%;
	margin: 0;
	padding: 0;
}
#StartPageBoxResultTable th
{
	text-align: left;
	font-weight: bold;	
}
#StartPageBoxResultTable th,
#StartPageBoxResultTable td
{
	margin: 0;
	padding: 0 2px 2px 0;	
	vertical-align: top;
}
#StartPageBoxResultTable .MatchDateTd
{
	width: 20%;
	white-space: nowrap;
}
#StartPageBoxResultTable .MatchResultTd
{
	width: 10%;
	text-align: center;
	white-space: nowrap;
}
#LinkToResultPageDiv
{
	margin-top: 3px;
	text-align: right;	
}

/* --- RESULTATVISNING --- */
#ResultPickDiv
{
	height: 6em;
	padding: 0.5em 1em;
	background: #EEEEEE;
}
#ResultPickDiv label
{
	display:			block;

	width:				auto;
	font-weight:		bold;
	margin:             0.4em 0;
	font-size:			1.1em;
}
#ResultPickSeasonDiv
{
	width: 50%;
	float: left;
}
#ResultPickTournamentDiv
{
	width: 40%;
	float: left;
}

/* --- GENVÄGAR --- */
#TopRightDiv
{
	text-align: right;	
}
#TopRightDiv .ShortCuts
{
	display: inline;	
}
#TopRightDiv .QuickSearch
{
    display: inline;
}
#TopRightDiv .QuickSearch label
{
    display: none;
}
#TopRightDiv ul
{
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 1em;
}
#TopRightDiv li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 8px 0 0;
	border-right: solid 1px #CCCCCC;
}

#TopRightDiv li.ShortCutLast
{
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	border-right: 0;
}

#TopDiv a:link,
#TopDiv a:visited,
#TopDiv a:hover,
#TopDiv a:active
{
    color: black;
	text-decoration: none;
}
a.TopDiv:hover
{
	color: black;
	text-decoration: underline;	
}

/* --- SNABBSÖK --- */
div.NavigationTabCenterDiv input
{
	margin-top:3px;
}
.QuickSearch input.quicksearchinput
{
	width: 150px;
}

/* Orgstructure */
.OrgStructureBoxHeading
{
    color:white; 
    font-weight:bold; 
    line-height:25px;  
    background-image:url(/images/design/boxes/structurebox_top.gif); 
    background-repeat:no-repeat; 
    background-position:top left;    
}

.OrgStructureBoxContent
{
    background-color: #DDDDDD;
    background-image:url(/images/design/boxes/structurebox_bottom.gif); 
    background-repeat:no-repeat; 
    background-position:bottom left;
}

.OrgStructureBoxHeading240
{
     background-image:url(/images/design/boxes/structurebox_top240.gif); 
}

.OrgStructureBoxContent240
{
     background-image:url(/images/design/boxes/structurebox_bottom240.gif); 
}

/* Errorpage - Added by PM 20080904*/

#ErrorPageDiv
{
	left: auto;
	float: left;
	height: auto;
	text-align: left;
}
#ErrorPageDiv .FieldDiv 
{
	text-align: left;
	padding: 0.6em;
	font: 11px Verdana;		
}
#ErrorPageDiv fieldset
{
	padding: 0.6em;
	width: 360px;
}
#ErrorPageDiv legend
{
	padding: 0.6em;
	font-weight: bold;	
	color: Black;
	font: 14px Verdana;	
}
#ErrorPageDiv .DescriptionTextBox
{
	height: 80px;	
	width: 240px;
}
#ErrorPageDiv .EmailTextBox
{	
	width: 240px;
}
#ErrorPageDiv p
{
	text-align: left;
	padding: 0.6em;
	font: 11px Verdana;
}
#ErrorPageDiv h2
{
	text-align: left;
	font: 14px Verdana;
	padding: 0.6em;
}


/* GuestBook */
#GuestbookDiv fieldset
{
	padding: 0.6em;
	
}
#GuestbookDiv legend
{
	font-weight: bold;	
	color: Black;
}
#GuestbookDiv .FieldDiv,
#GuestbookDiv .ButtonDiv
{
	clear: both;
	margin: 0.3em 0;	
}
#GuestbookDiv .ButtonDiv
{
	padding-top: 5px;	
}
#GuestbookDiv .FieldDiv label
{
	display: block;
	float: left;
	width: 80px;
}
#GuestbookDiv .FieldDiv2 label
{
	display: block;
	float: left;
	width: 90px;
	margin-left: 5px;
}
#GuestbookDiv .FieldDiv input,
#GuestbookDiv .FieldDiv select
{
	display: block;
	float: left;
	width: 150px;
}
#GuestbookDiv .FieldDiv textarea
{
	display: block;
	float: left;	
	width: 300px;
}

#GuestbookDiv dt
{
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
	border-top: 1px dashed gray;	
}
#GuestbookDiv dd
{
	padding: 0;
	margin-left: 20px;
	margin-bottom: 1.5em;	
}

.GuestBookError
{
    color:Red;    
}

.GuestBookAdminButtonDiv
{
    padding-top:20px;   
}

.GuestBookRepeaterDiv
{
    margin-top:25px;    
}

.guestbookmessageitem
{
    background-color:#eeeeee; 
    width:500px; 
    padding:5px 5px 5px 5px; 
    margin-bottom:10px;    
}

.guestbookmessagetext
{
    width:500px; 
    padding-left:10px; 
    padding-top:10px; 
    padding-bottom:10px;    
}

.guestbookmessageline
{
    padding-left:10px; 
    width: 490px; 
    height:1px; 
    margin-bottom:3px;    
}

.guestbookmessagebottom
{
    float:left; 
    padding-left:10px; 
    display:inline;    
}

a.GuestBookPagerItem, a.GuestBookPagerItem:active, a.GuestBookPagerItem:hover, a.GuestBookPagerItem:visited
{    
    float: left;
    margin-right:4px;
}

a.GuestBookPagerItemActive, a.GuestBookPagerItemActive:active, a.GuestBookPagerItemActive:hover, a.GuestBookPagerItemActive:visited
{
    font-weight:bold;    
}

/* Newslist */
#NewsListingDiv h3
{
	margin-bottom:2px;
	display:inline;px
}

#NewsListingDiv table
{
	/*width:100%;*/
}
.StartPageBoxContent h3
{
	margin-bottom:2px;
	margin-top:2px; 
}

.StartPageRestrictHeightDiv .StartPageBoxContent h2 /*Added by PM 2008-08-28 - Handling h2 in boxes on startpage*/
{
	margin-bottom:2px;
	margin-top:2px; 
	background: none;
	color: Black;
}

#NewsListingDiv h3 a:link, #NewsListingDiv h3 a:hover, #NewsListingDiv h3 a:visited, #NewsListingDiv h3 a:active
{
	color:Black;
}

div.NewsListSeparator
{
	border-bottom:solid 1px #999999;
	height:5px;
	margin-bottom:10px;
}

.PagingSelectedItem
{
	font-weight:bold;
}

/* Kalender */
#CalendarDiv #CalendarTabs
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#CalendarDiv fieldset
{
	padding: 0.6em;
}
#CalendarDiv legend
{
	font-weight: bold;	
	color:Black;
}
#CalendarDiv .FieldDiv,
#CalendarDiv .ButtonDiv
{
	clear: both;
	margin: 4px 0;	
}
#CalendarDiv .FieldDiv label
{
	display: block;
	float: left;
	width: 100px;
}
#CalendarDiv .FieldDiv input,
#CalendarDiv .FieldDiv select
{
	display: block;
	float: left;
	width: 80px;
}

p.RecParagraph
{
    font-style: italic;
}

div.MainBodyParagraph
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    background-color: #f8f8f8;
}

/* Gallery */

/* Item listing */
div.GalleryItemContainerDiv
{
	width:130px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border: solid 1px #cccccc;
	table-layout: fixed;
}

div.GalleryItemDiv
{
	padding: 10px;
	height: 110px;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
}

div.GalleryItemTextDiv
{
	background-color:#EEEEEE;
	width: 120px;	
	padding:5px;
	overflow: hidden;
	white-space: nowrap;
}

/* Show item */
div.GalleryShowItemContainerDiv
{
	width:550px;
	float:left;
	border: solid 1px #cccccc;
	table-layout: fixed;
}

div.GalleryShowItemDiv
{
	padding: 15px;
	height: auto;
	overflow:hidden;
	text-align: center;
}

div.GalleryShowItemTextDiv
{
	background-color:#EEEEEE;
	width: 540px;	
	padding:5px;
	overflow: hidden;
	white-space: nowrap;
}

div.GalleryItemPrevDiv
{
	text-align:left;
	float:left;
	width:33%;
}

div.GalleryItemCountDiv
{
	text-align:center;
	float:left;
	width:33%;
}

div.GalleryItemNextDiv
{
	text-align: right;
	float:left;
	width:33%;
}
/* Navigation tabs */
div.NavigationTabLeftDiv
{
	width:12px;
	height:27px;
	float:left;
	background-image: url(/images/design/tabs/left.gif);
}

div.NavigationTabCenterDiv
{
	height:27px;
	line-height:27px;
	float:left;
	background-image: url(/images/design/tabs/middle.gif);
	background-repeat: repeat-x;
}

div.NavigationTabRightDiv
{
	width:12px;
	height:27px;
	float:left;
	background-image: url(/images/design/tabs/right.gif);
}

div.NavigationTabContainer
{
	float:left;
}

/* comments */
.functions 
{
	margin: 0 0 6px 0; padding: 0; clear: both; width: 100%; overflow: hidden;
}
.functions a 
{
	line-height: 2em; padding: 0 0 3px 25px; 
}
.functions a.comments 
{
	float: right; display: block; background: url(../images/design/comments/writeComment.gif) no-repeat left center;width:29.2%;
}
.functions a.writeComment 
{
	float: left; display: block; background: url(../images/design/comments/writeComment.gif) no-repeat left center;margin-left:2px;
}
.functions a.readComments 
{
	float: left; display: block; background: url(../images/design/comments/comments.gif) no-repeat left center;margin-left:2px;
}
.functions a.tipAFriend 
{
	float: left; display: block; background: url(../images/design/comments/tipAFriend.gif) no-repeat left center;margin-left:2px;
}
				
ol.comments 
{
	margin: 0 0 16px 0; list-style: none; width: 100%; clear: both;padding-left:0;
}
ol.comments li 
{
	padding: 0 8px 8px 8px;
}
ol.comments li.odd 
{
	background: #F7F8FA url(../images/design/comments/bg_comments_odd.gif) repeat-x bottom left;border-top:solid 1px #bfbfbf;
}
ol.comments li.even 
{
	background: #FFF;
}
ol.comments li div.person 
{
	width: 100%; overflow: auto;margin-top:10px;
}
ol.comments li div.person em 
{
	display: block; float: left;
}
ol.comments li div.person a 
{
	display: block; float: right;width:29%;
}

fieldset.genFields 
{
	border: none; margin: 0 0 16px 0; clear: both;
}
fieldset.genFields label 
{
	display: block; width: 100%; overflow: auto; margin: 0 0 10px 0;
}
fieldset.genFields label span 
{
	float: left; display: block; font-weight: bold; width: 25%; padding: 0 1% 0 0;
}
fieldset.genFields label span em 
{
	display: block; font-weight: normal; 
}
fieldset.genFields label textarea 
{
	width: 65%; float: left;border: 1px solid #b6b6b6; border-top: 1px solid #6b6b6b; border-bottom: 1px solid #b6b6b6; padding: 1px; background: #f8f8f8 url(../images/design/comments/bg_input.gif) repeat-x top left; overflow:auto;
}
fieldset.genFields label input.string 
{
	width: 45%; float: left;border: 1px solid #b6b6b6; border-top: 1px solid #6b6b6b; border-bottom: 1px solid #b6b6b6; padding: 1px; background: #f8f8f8 url(../images/design/comments/bg_input.gif) repeat-x top left;
}
fieldset.genFields label input.button 
{
	float: right;margin-right:43px;
}

#form_comment .result
{
	padding: 0 0 3px 8px;
}

/* Page Footer */
#PageFooterDiv
{
	color:#999999;
	border-top: solid 1px #999999;
	padding-top:5px;
	overflow:auto;
	width:100%;
}

#PageFooterDiv dt
{
	display:block;
	margin: 0;
	float:left;
	width:20%;
}

#PageFooterDiv dd 
{
	display:block;
	margin: 0;
	width:80%;
	float:left;
}
/* --- IO navigation bar - Begin--- */
#IONavigationBar
{
	width: 980px;
	height: 26px;
	overflow:hidden;
	margin: 5px 0px 5px 0px;
}

#IONavigationContainer
{
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow:hidden;
}
#IONavigationTabs
{
	float: left;
	text-align: left;
	margin:0px 15px 0px 0px;
}
.IONavigationButtonDivider
{
	float: left;
	display: inline;
	height: 22px;
	width: 1px;
	background-image: url(/images/design/navigation/IO-button-divider.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
a.IOButtonLink
{
	float:left;
}
#IONavigationButtons
{
	float: left;
	text-align: left;
	margin:0px 0px 0px 0px;
}
#IONavigationLogin
{
	float:left; 
	margin: 2px 10px 0px 10px;
}
div.IOTab
{
	float:left;	
}
div.IOTabLeft
{
	float: left;
	width: 0px;
	height: 26px;
	/* background-image: url(/ImageVault/Images/height_2000/width_2000/conversionFormatType_WebSafe/id_92561/ImageVaultHandler.aspx);*/
	/* background-repeat: no-repeat;*/
	border-right:1px solid #006633;
}
div.IOTabCenter
{
	color: #006633;
	font: 11px Verdana;
	float: left;
	width: auto;
	padding: 6px 3px 0px 3px;
	height: 18px;
	border-bottom:1px solid #006633;
	border-top:1px solid #006633;
	/*background-image: url(/ImageVault/Images/height_2000/width_2000/conversionFormatType_WebSafe/id_92560/ImageVaultHandler.aspx);*/
	/*background-repeat: repeat-x;*/
}
div.IOTabRight
{
	float: left;
	width: 0px;
	height: 26px;
	/*background-image: url(/ImageVault/Images/height_2000/width_2000/conversionFormatType_WebSafe/id_92562/ImageVaultHandler.aspx);*/
	/*background-repeat: no-repeat;*/
	border-right:1px solid #006633;
	margin-right: 2px;
}
a:link.IOTabLink
{
	color: #242424;
	color: Red;
}
a:visited.IOTabLink
{
	color: #242424;
}
a:active.IOTabLink, a:hover.IOTabLink div div, a:hover.IOTabLink, a:hover.IOTabLink div div
{
	color: #242424;
	text-decoration: underline;
	cursor: hand;
}
/* --- IO navigation bar - End --- */
/* --- Advertisment Box --- */
.AdBox
{
	width: 190px;
	height: auto;
	overflow: hidden;
}
/* --- Klasser som styr den nya loginboxen som visas då man klickar på låsikonen --- */
div.LoginBox
{
	position:absolute; 
	z-index:100;
	background-color: White;
	background-image: url(/images/design/boxes/loginbox_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px silver;
    color: #000000;
    width: 204px;
    height: auto;
    font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	color: #242424;
}
div.LoginBoxTop
{
	float:left;
	width: 204px;
	height: 15px;
}
div.LoginBoxCloseIcon
{
	float: right;
	height: 15px;
	margin: 2px;
}
div.LoginBoxContent
{
	float:left;
	width: 180px;
	height: auto;
	padding: 0px 12px 10px 12px;
}
div.LogoutTitle
{
	height: 30px;
}
div.LogoutTitle h2
{
	font-size:11px;
	margin:0;
	margin-bottom:5px;
}
div.LoginIcon
{
	float:left; 
	padding: 0;
	margin: 0;
}
.LoginIcon img
{
	float:left; 
	width: 17px; 
	height: 17px; 
	padding: 0;
	margin: 0;
	font: 0px;
}
.LoginBoxTextBox
{
	float:left;
	width: 174px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #242424	
}
.LoginMessage
{
	float:left;
	color: #990000;		
}
/* --- Klasser för FAQ-sida --- */
.FAQCategoryHeading1
{
	font-style: italic;
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.FAQCategoryHeading2
{
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.FAQquestion
{
	font-weight: bold;
	margin: 6px 0 -5px 0;
}

.faq
{
	cursor: pointer;
	margin: -7px 0 -10px 0;
}
.faqFact
{
	margin: -10px 0 10px 0;
}

/*--- COMMON ---*/

/*
Huvudfärg 000000
Grundfärg ddf7c3
Länkfärg 006600
Box smal /images/design/boxes/startpagebox_top_8.gif /images/design/boxes/startpagebox_top_blue.gif
Box bred /images/design/boxes/startpagebox_wide_top_8.gif /images/design/boxes/startpagebox_wide_top_blue.gif
Menyrubrik /images/design/leftmenu/leftmenu_top_8.gif /images/design/leftmenu/leftmenu_top_blue.gif
*/

body
{
	background-color:#eeeeee;
}

a:link,
a:hover,
a:visited,
a:active
{
	color:#006600;
}

/*--- TOP MENU ---*/
#TopMenuDiv ul
{
	border-top: 2px solid #005d3f;
	border-bottom: 2px solid #005d3f;
}
#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: #005d3f;
	border-bottom: 2px solid #fff;
}

#EmptyTopMenuDiv
{
	background-color:#005d3f;
}

/*--- LEFT MENU ---*/
.LeftMenuBox
{
	
}
.LeftMenuHeading
{
	background-color:#000000;
}
.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:#fff04b;
}

/*--- FOOTER ----*/

#FooterDiv
{
	background-color:#005d3f;
	color:#fff;
}

/*--- START PAGE BOXES ---*/

.StartPageBoxNarrow h2
{
	background-image:url(/images/design/boxes/startpagebox_top_8.gif);
}

.StartPageBoxWide h2
{
	background-image:url(/ImageVault/Images/height_2000/width_2000/conversionFormatType_WebSafe/id_92146/ImageVaultHandler.aspx);
}

.LeftMenuHeading h2
{
	background-image:url(ImageVault/Images/height_2000/width_2000/conversionFormatType_WebSafe/id_92151/ImageVaultHandler.aspx);
}


.StartPageBoxTop
{
	
}

/*-- RIGHT BOXES --*/

div.RightBoxTopDiv
{
	background-color:#fff04b;
}

div.RightBoxContent
{
	background-color:#fff04b;
}

/*--- ORGSTRUCTURE ---*/
.OrgStructureBoxHeading
{
	 background-color: #006600; 
}
   

/*--- 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: #000000;
	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: #000000;
	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: #006600;
}
