/* --- STRUKTUR --- */

body
{
	text-align:center;
	
}

#SkipNavigationDiv
{
	display: none;	
}

#ContainerOuterDiv
{
	margin:0 auto; 
	padding:0; 
	width:1020px;
}

#ContainerMiddleDiv
{
	float:left;
	margin:0; 
	padding:0; 
	width:1020px;
}

#ContainerDiv
{
	width: 980px;
	padding: 20px; 
	margin:0px auto 0px auto;
	text-align:left;
	background-color:White;
	min-height:100%;
	overflow:hidden;
	float:left;
}

#HeaderDiv
{	
	/*height: 90px;*/
	overflow: visible !important;
	padding: 0;
	margin: 0;
}

#TopDiv
{
	width:100%;
	overflow:auto;
}


#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;
	position:relative;
}
#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:0px;
	font-size:13px;
}
#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;	
	padding-top: 5px;
}

/* --- 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 Verktyge Skriv ut och Tipsa --- */
#toolsdiv
{
	float: left;
	width: 100%;
	padding-top: 20px;
}
/* --- Klasser som styr Klubbinfo --- */

#InfoDiv
{
	margin-bottom:5px;
}
#InfoDiv P
{
	margin:0;
	padding-top: 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*/
}
span.ForgotPasswordMessageLabel
{
	padding-top: 5px;
	padding-bottom: 15px;
}
span.ForgotPasswordEmailSentLabel
{
	padding-top: 5px;
	padding-bottom: 15px;
}
#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: 10px;
	float: left;
	display: block;	
	margin-top:10px;
}
/* --- Klasser som styr Footer med orginfo --- */
#FooterDivOrgInfo
{	
	width: 980px;
	height: 150px; 
	float: left;
	display: block;	
	margin-top:10px;
	position:relative;
	overflow:hidden;
}
/* --- Klasser som styr Footer --- */
.footercolumn
{	
	margin-left: 30px;
}
/* --- Klasser som styr Footer --- */
.footerimage
{	
	
	position: absolute;
	left:0;
	top:0;
	
}
/* --- Klasser som styr Footer --- */
.footerlabel
{	
	color: Black;
	font-weight: bold;
}
/* --- Klasser som styr Footer --- */
.footercolumnfirst
{	
	margin-left: 10px;
}
.footerBoxRight
{
	position:relative;
	z-index:100;	
}
/* --- 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 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;
}

/* --- 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:#DDDDDD;
}
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:3px;
}
#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;	
}

#TopMenuDiv li.TopMenuSelectedItem a:hover
{
	text-decoration: underline;	
}
#TopMenuDiv ul.SubMenuList
{
	display: none; 
	position: absolute;
	z-index: 500;
	overflow: hidden;
    width: auto;
	margin: 0;
	padding: 0;
	background-color: White;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: none;
	list-style-type: none;
}	
#TopMenuDiv li.SubMenuItem
{
	clear: both;
	display: inline-block;
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#TopMenuDiv div.HasChildren
{
	float:left;
	display: inline;
	margin: 2px 0 0 2px;
	width: 10px;
	height: 10px;
	background: url(/images/design/leftmenu/downarrow.gif) no-repeat left center;
}
#TopMenuDiv li a
{
    float: left;
    display: inline;
}
/* --- 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;
}

#WorkroomNewsListDiv .StartPageBoxLarge
{
	width: 550px;
}

/* --- 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.boxcontainermedium
{
	width:256px;
	float:left;
	padding-bottom:4px;
}

div.boxcontainerwide
{
	width:388px;
	float:left;
	padding-bottom:4px;
}

div.boxrightpad
{
	padding-right:4px;
}
div.boxrightpadmedium
{
	padding-right:6px;
}
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
{
    background-color:#f0f0f0;   
    line-height: 0px;
}

div.StartPageBoxInnerContent
{
	padding-left:8px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:100%;
	line-height: normal;
}

div.StartPageBoxInnerContentLarge
{
	padding-bottom:10px;
	height:100%;	
	line-height: normal;
}

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:#fff;
	width:388px;
}

.StartPageBoxWide h2 a:link, .StartPageBoxWide h2 a:visited, .StartPageBoxWide h2 a:hover, .StartPageBoxWide h2 a:active 
{
	color: #fff;
}

.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;
}

.StartPageBoxLarge .StartPageBoxBottom
{
	height:4px;
}

.StartPageBoxWide .StartPageBoxImage, .StartPageBoxWide .StartPageBoxContent
{
	background-image:url(/images/design/boxes/startpagebox_wide_content.gif);
}

/* Medium box */
.StartPageBoxMedium
{
	width:256px;
	overflow:hidden;
}
.StartPageBoxMedium h2
{
	background-image: url(/images/design/boxes/startpageboxtop_medium.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	overflow: hidden;
	color:#fff;
	width:256px;
}
.StartPageBoxMedium h2 a:link, .StartPageBoxMedium h2 a:visited, .StartPageBoxMedium h2 a:hover, .StartPageBoxMedium h2 a:active 
{
	color: #fff;
}

.StartPageBoxMedium .BoxNoBackground
{	
	background-image:url(/images/design/boxes/startpagebox_medium_content_white.png) !important;
}
.StartPageBoxMedium .StartPageBoxBottom
{
	background-image:url(/images/design/boxes/startpagebox_medium_bottom.png);
	background-repeat: no-repeat;
	height:4px;
}
.StartPageBoxMedium .StartPageBoxImage, .StartPageBoxMedium .StartPageBoxContent
{
	background-image:url(/images/design/boxes/startpagebox_medium_content.png);
}

/* 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);
}

/* 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: 0px 4px 5px 0px;
}
.StartPageColumnWideRight
{
	float: left;
	width:584px;
	overflow:hidden;
	margin: 0px 0px 5px 4px;
}
.StartPageColumnNarrow
{
	float: left;
	width:192px;
	overflow:hidden;
}
/* Community feed box */
ul.forumList
{
	list-style : none;
	margin: 0;
	padding: 0;
}
ul.forumList li
{
	padding: 2px 0;
	border-top: 1px solid #BFBFBF;
}
ul.forumList li:first-child
{
	padding: 2px 0;
	border: 0;
}
ul.forumList li.even
{
	background-color: #F7F7F7;
}
ul.forumList span.date
{
	display: block;
	color: #646464;
    font-style: italic;
}

.StartPageBoxNarrow ul.forumList li a
{
	display: block;
}

/* --- Community feed box - End ---*/
/* --- News Image List ---*/
div.NewsImageList
{
}

/* --- News list box ---*/
div.NewsListBoxLinksDiv 
{
	margin: 2px 0 0 0; clear: both; width: 100%; overflow: hidden; line-height: 1.3;
}
div.NewsListBoxLinksDiv a.readMore 
{
	float: left; display: block; background: none; padding: 0 0 3px 0;
}
div.NewsListBoxLinksDiv a.readComments 
{
	float: right; display: block; background: url(../images/design/comments/comments.gif) no-repeat left center; padding: 0 0 3px 19px;
}
div.NewsListBoxFooterDiv 
{
	margin: 0 0 0 0; clear: both; width: 100%; overflow: hidden;
}
div.NewsListBoxFooterDiv a.moreNews 
{
	float: right; display: block; background: none; padding: 3px 0 0 0; line-height: 1.3;
}
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:1px;
	margin: 5px 0 5px 0;
}
div.NewsListBoxSeparator2
{
	height:1px;
	margin: 0 0 5px 0;
}
/* News list box - large */
div.NewsListBoxLargeSimpleLinkDiv
{
	float:left;
	width: 500px;
	overflow: hidden;
}
.NewsListTitleLargeDiv h3
{
	color: #000;
	font-size: 18px;
}
.NewsListTitleLargeDiv h3 a:link,
.NewsListTitleLargeDiv h3 a:visited,
.NewsListTitleLargeDiv h3 a:hover,
.NewsListTitleLargeDiv h3 a:active
{
	color: #000;
}
div.NewsListBoxLargeSimpleLinkDiv
{
	float:left;
	width: 475px;
	overflow: hidden;
}
/* News list box images*/
.NewsListBoxLargeTopImage
{
    max-width: 576px;
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxLargeImage
{
    max-width: 150px;
	height: auto;
	float: right;
	margin: 5px 0px 4px 2px;
}
.NewsListBoxWideTopImage
{
    max-width: 368px;
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxWideImage
{
    max-width: 75px;
	height: auto;
	float: right;
	margin: 3px 0px 3px 2px;
}
.NewsListBoxMediumTopImage
{
    max-width: 238px;
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxMediumImage
{
    max-width: 65px;
	height: auto;
	float: right;
	margin: 3px 0px 3px 2px;
}
.NewsListBoxNarrowTopImage
{
    max-width: 173px;
	margin-bottom: 2px;
	height: auto;
}
.NewsListBoxNarrowImage
{
    max-width: 50px;
	height: auto;
	float: right;
	margin: 3px 0px 3px 2px;
}
/* News list */
div.NewsListSourceDiv
{
	color: #646464;
	font-style: italic;
}
div.NewsListTitleDiv h3
{
	color:#000;
}
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:left;
}
/* News page */
.NewsPageTopImage
{
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
/* Page TopImate */
.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;
	font-size:9px;
	padding-top:5px;
	padding-bottom:0;
}
#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;
    padding-left:8px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.OrgStructureBoxHeading240
{
     background-image:url(/images/design/boxes/structurebox_top240.gif); 
}

.OrgStructureBoxContent240
{
    background-image:url(/images/design/boxes/structurebox_bottom240.gif);
    padding-left:8px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px; 
}

/* Errorpage - Added by PM 20080904*/

#ErrorPageDiv
{
	left: auto;
	float: left;
	height: auto;
	text-align: left;
	font: 11px Verdana;
}
#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 input, #ErrorPageDiv textarea
{
	font: 11px Verdana;
}
#ErrorPageDiv .DescriptionTextBox
{
	height: 80px;	
	width: 340px;
}
#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;*/
}
#ErrorPageDiv a:link,
#ErrorPageDiv a:visited,
#ErrorPageDiv a:hover,
#ErrorPageDiv a:active
{
	text-decoration: none;
	font: 11px Verdana;
}
#ErrorPageDiv .ReadMoreLink
{
	/*float:right;*/
}
#ErrorPageDiv .ErrorCodeDiv
{
	padding-top: 20px;
	width: 588px;
}
/* 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;
}

#NewsListingDiv table
{
	/*width:100%;*/
}
div.NewsListingLinksDiv 
{
	margin: 2px 0 0 0; clear: both; width: 100%; overflow: hidden; line-height: 1.5;
}
div.NewsListingLinksDiv a.readMore 
{
	float: left; display: block; background: none; padding: 0 0 3px 0;
}
div.NewsListingLinksDiv a.readComments 
{
	float: right; display: block; background: url(../images/design/comments/comments.gif) no-repeat left center; padding: 0 0 3px 19px; 
}
.NewsListingImage
{
    max-width: 150px;
	height: auto;
	float: right;
	margin: 5px 0px 4px 2px;
}
.StartPageBoxContent h3
{
	margin-bottom:2px;
	margin-top:2px; /*Changed by ME 2008-03-19 - 5px -> 2px*/
}

.StartPageRestrictHeightDiv .StartPageBoxContent h2 /*Added by PM 2008-08-26 - 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:1px;
	margin: 3px 0 5px 0;
}
div.NewsListSeparator2
{
	height:1px;
	margin: 0 0 5px 0;
}

.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;
}
div.GalleryItemContainerDiv2
{
	float:left;
	width:550px;
	margin-top:5px;
	margin-bottom:5px;
	display: block;
}
table.GalleryTable
{
	width: 550px;
}
table.GalleryTable tr
{
	height:20px;
}
tr.GalleryTableHeader
{
	background-color: #cccccc;
	color: #000000;
}
tr.GalleryTableHeader td
{
	padding:2px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
tr.GalleryTableRowEven
{
	background-color:#eeeeee;
}
tr.GalleryTableRowOdd
{
	background-color:#ffffff;
}
td.GalleryTableCellIcon
{
	width:18px;
	padding:2px;
	vertical-align: middle;
}
td.GalleryTableCellName
{
	width:370px;
	padding:2px;
	vertical-align: middle;
	margin:0;
}
td.GalleryTableCellFileDate
{
	width:80px;
	padding:2px;
	vertical-align: middle;
	margin:0;
}
td.GalleryTableCellFileType
{
	width:40px;
	padding:2px;
	vertical-align: middle;
	margin:0;
}
td.GalleryTableCellFileSize
{
	width:50px;
	padding:2px;
	vertical-align: middle;
	text-align: right;
	margin:0;
}

/* 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;
}

a.GalleryShowItemHeaderLink,
a.GalleryShowItemHeaderLink:link,
a.GalleryShowItemHeaderLink:visited,
a.GalleryShowItemHeaderLink:active
{
	float: left;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}
a.GalleryShowItemHeaderLink:hover
{
    text-decoration: underline;
}
span.GalleryShowItemHeaderText
{
	float: left;
	display: inline-block;
	font-weight: bold;
	width: auto;
}
span.GalleryShowItemDescriptionText
{
	float: left;
	clear:both;
	font-weight: normal;
	width: 100%;
}
span.GalleryShowItemCreatorText
{
	float: right;
	font-weight: normal;
	font-style: italic;
	width: auto;
}

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%;
}

div.GalleryItemTopNavigation
{
    float:left;
    width: 100%;
    clear:both;
    margin-bottom: 5px;    
}

div.GalleryItemBottomNavigation
{
    float:left;
    width: 100%;
    clear:both;
    margin-top: 5px;    
}

a.GalleryItemNavigationLinkDisabled,
a.GalleryItemNavigationLinkDisabled:link,
a.GalleryItemNavigationLinkDisabled:visited,
a.GalleryItemNavigationLinkDisabled:active,
a.GalleryItemNavigationLinkDisabled:hover
{
    text-decoration:none;
    color:Silver;
}

/* Gallery item rotator*/
ul.GalleryItemRotator 
{
	list-style:none;
	margin:0;
	padding: 0;
	overflow: hidden;

}
ul.GalleryItemRotator li
{   
    display: none;
    text-align: center;
}
ul.GalleryItemRotator li.first
{
    display: block;
}
ul.GalleryItemRotator li img
{   
    margin-top: -3px;
    vertical-align: middle;
}

/* 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;
}

/* Page Footer */

#PageFooterDiv
{
	color:#999999;
	border-top: solid 1px #999999;
	padding-top:5px;
	padding-bottom:5px;
	overflow:auto;
	width:100%;
	clear:both;
}

#PageFooterDiv dt
{
	display:block;
	margin: 0;
	float:left;
}

#PageFooterDiv dd 
{
	display:block;
	margin: 0;
	overflow:hidden;
	float:right;
}

/* find organisation */
span.findOrgLbl
{
	font-weight:bold;
}
.findOrgResult
{
	/*padding:26px 0 10px 0;*/
	padding: 15px 0px 10px 0px;
}
.findOrgSearchResult
{
	margin: 10px 0 5px 0;
}
.findOrgSearchResultEven
{
	padding: 3px 5px 3px 5px;
	background-color:#dcdcdc;
}
.findOrgSearchResultOdd
{
	padding: 3px 5px 3px 5px;
}
select.findOrg_select
{
	vertical-align: middle;
}
input.findOrg_button
{
	height: 19px; 
	width: 21px; 
	padding: 0;
	background: transparent url("../images/sportselect-button.gif") no-repeat; 
	border: none; 
	outline: 0; 
	cursor: pointer;
	vertical-align: middle;
}
input.findOrgSearch_button
{
	height: 19px; 
	width: 21px; 
	padding: 0; 
	background: transparent url("../images/searchbutton1.gif") no-repeat; 
	border: none; 
	outline: 0; 
	cursor: pointer;
	vertical-align: middle;
}
.findOrgSearchText
{
	width:auto;
	vertical-align: middle;
}
.findOrgTable
{
	/*border: 1px solid #BEBEBE;
	border-collapse: collapse;*/
	margin: 0.5em 0;
	padding: 0;
	/*width: 90%;*/
}
.findOrgTable th, .findOrgTable td
{
	/*border: 1px solid #BEBEBE;*/
	padding: 2px 10px 2px 0px;
	vertical-align: top;
}
.returnLinkDiv
{
	float:right;
	text-align:right;
}
.returnLink
{
	font-weight:normal;
	font:Verdana;
}

/* comments */
.functions 
{
	margin: 0 0 3px 0; padding: 0; clear: both; width: 100%; overflow: hidden;
}
.functions a 
{
	line-height: 2em; padding: 0 0 3px 20px; 
}
.functions a.comments 
{
	float: right; display: block; background: url(../images/design/comments/comments.gif) no-repeat left center; margin-left:2px;
}
.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;
}
fieldset.genFields label span.helpIcon 
{
	width: 21px; height: 21px; padding: 0;
}

.helpIcon
{
    float: left;
	display: inline;
	width: 21px;
	height: 21px;
	background-image: url(/images/design/icons/HelpTool.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -2px;
	margin-left: 2px;
}

#form_tellfriend .result
{
	padding: 0 0 3px 0px;
	color: Red;
}

#form_comment .result
{
	padding: 0 0 3px 0px;
	color: Red;
}

/* --- IO navigation bar - Begin--- */
#IONavigationBar
{
	width: 980px;
	height: 22px;
	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: 2px;
	height: 26px;
	background-image: url(/images/design/navigation/IO-button-unfocus-left.gif);
	background-repeat: no-repeat;
}
div.IOTabCenter
{
	color: #242424;
	font: 11px Verdana;
	float: left;
	width: auto;
	padding: 6px 3px 0px 3px;
	height: 20px;
	background-image: url(/images/design/navigation/IO-button-unfocus-bg.gif);
	background-repeat: repeat-x;
}
div.IOTabRight
{
	float: left;
	width: 4px;
	height: 26px;
	background-image: url(/images/design/navigation/IO-button-unfocus-right.gif);
	background-repeat: no-repeat;
	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.LoginBox a:link,
div.LoginBox a:visited,
div.LoginBox a:hover,
div.LoginBox a:active
{
	color:Black;
	text-decoration: none;
}
div.LoginBox .errorText
{
	color: Red;
}
div.LoginBox .errorText .contactLink
{
	color: Red;
	text-decoration: underline;
}
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: 26px; 
	height: 22px; 
	padding: 0;
	margin: 0;
	font: 0px;
}
.LoginBoxTextBox
{
	float:left;
	width: 150px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #242424	
}

div#UsernameTooltipDiv,div#PersonalNumberTooltipDiv
{
	width:160px;
	height:150px;
	border: solid 1px black;
	padding:5px;
	left:12px;
	position:absolute;
	top:50px;
	visibility:hidden;
	z-index:100;
	background-color:InfoBackground;
	color:InfoText;
}

div#PersonalNumberTooltipDiv
{
	top:70px;
	height:50px;
}

.LoginMessage
{
	float:left;
	color: #990000;		
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 2.5em;
    background: url(/images/design/sitemap/elementLine.gif) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li.LineEnd
{
    background: url(/images/design/sitemap/elementLineEnd.gif) no-repeat;
}
#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/* Klasser för login-sida  */
div.StartPageBoxContent .FloatRight
{
    float:right;
}

div.StartPageBoxContent .FloatLeft
{
    float:left;
}

div.StartPageBoxContent .RememberMeText
{
    margin:4px 0 0 3px;
}



div.StartPageBoxContent .UserNameBox, div.StartPageBoxContent .PasswordBox, 
div.StartPageBoxContent .RememberMeBox, div.StartPageBoxContent .LoginButtonBox, 
div.StartPageBoxContent .ForgottenPasswordBox, div.StartPageBoxContent .ValidationBox
{
    height:23px;
    margin:0px 18px 0 34px;
}

div.StartPageBoxContent .ValidationBox
{
    height:40px;
}

div.cookieInfo
{
    display: none;
    text-align:left;
    width:370px;
}

#LoginFailedMessageBox
{
	color:#990000;
}

/* AdToma ads */

#AdTomaRightDiv
{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	/*width: 250px;*/
}

div.AdTomaRightDivClass, div.AdTomaRightInnerDivClass
{
    float:left;
    margin: 0;
    padding: 0;
}

div.AdTomaRightDivClass
{
    clear:both; 


}

img.AdTomaIdrottOnlineTextImage
{
    display:block;
}


/* Style for QuickLink */
div.QuickLink a
{
    margin-right:5px;
}

div.QuickLink img
{
    width: 16px; 
    height: 16px;
    border: 0px;
}

/*Topboxes*/
.top
{
    padding:8px 0 0 0;
}
.coursesTeaser.box.top
{
    height:262px; 
    width: 986px; 
    position:relative; 
    z-index: 10;
}
.coursesTeaser.box .infoBox
{
    width: 602px; 
    position:relative; 
    float:left; 
    height: 262px; 
    overflow: hidden;
}
.coursesTeaser.box .infoBox .StartPageBoxReadMoreLink
{
    display: none;
}


.coursesTeaser.box .infoBox h2
{
    left: 32px;
    margin: 0;
    position: absolute;
    top: 29px;
    z-index: 999;
}
.coursesTeaser.box .infoBox .content
{
    background: url(../images/design/white_alpha50.png);
    display:inline;
    left: 34px;
    position: absolute;
    top: 75px;
    width: 290px;
    z-index: 999;
    padding: 0;
}
.coursesTeaser.box .infoBox img
{
    position: relative;
    z-index: 800;
}
.coursesTeaser.box .coursesNav
{
    float: left;
    padding: 0 0 0 19px;
    width:365px;
    height: 262px;
    position: relative;
    overflow:hidden;
}
.coursesTeaser.box .coursesNav h2
{
    margin: 0;
    padding: 28px 0 6px 4px;
}
.coursesTeaser.box .coursesNav p
{
    margin: 0;
    padding: 0 30px 0 4px;
}
.coursesNav .btn
{
    background: url(../images/design/bg_btn.png) no-repeat scroll 0 0 transparent; 
    display:block; 
    height:106px; 
    width:166px; 
    text-align:center; 
    position: absolute; 
    left: 19px; 
    bottom: 12px; 
    padding: 0 0 3px; 
    z-index: 10000;
}
.coursesNav .btn.last
{
    margin: 0;
}
.coursesNav .StartPageBoxWide
{
    width: inherit;    
}
.coursesNav .StartPageBoxWide h2
{
    background: none;
}
.coursesNav .btn.studyNational
{
    left: 200px;
 }

.coursesNav .btn.studyDistrict span
{
    background: url("../images/design/utbildning_district.png") no-repeat scroll center 8px transparent;
    display: block;
    margin: 0 auto;
    padding: 65px 0  0;
    width: 93px;
}
.coursesNav .btn.studyNational span
{
    background: url("../images/design/studyNational.png") no-repeat scroll center 22px transparent;
    display: block;
    margin: 0 auto;
    padding: 65px 0  0;
    width: 140px;
}

.coursesNav .btn:hover, .coursesNav .btn span:hover
{
    cursor:pointer;
}
#PanelBox1, #PanelBox2
{
    position: absolute;
    left: 0px;
    top:255px;
    display:  block;
    float:left;
    width: 986px;
    z-index:1000;
    padding: 3px 0 0;
    background-color: #FFF;
    border:2px solid #EEEEEE;
}
#panel
{
    float:left;
    width:100%;    
}
#panel ul
{
    width: 28%;
    float:left;
    padding: 20px 20px 20px 15px;
    margin: 0;
    overflow:hidden;
    list-style: none outside none;
}
#panel ul li
{
    /*list-style: none outside none;*/
    margin-bottom: 10px;
    font-weight: bold;
}
#close_panelbox1, #close_panelbox2
{
    float:right;
    padding: 10px 10px 0 0;
    position: relative;
    text-align:right;
    font-weight: bold;
}

/* contactinfo*/
.employeeImg
{
    float:left;
    margin: 5px 15px 0 0;
}
table.contactinfotable
{
    margin-top: 12px;
}
table.contactinfotable tr
{
    /*line-height: 20px;*/
}


/* Logout box */

#IdrottOnline-CloseTimeoutBox
{
    color: Blue;
}

#IdrottOnline-TimeoutInformationLabel
{
    text-align: left;
    padding-left: 10px;
}

div.communityFeed a.readMore
{
	margin-top: 10px;
	display: block;
	font-weight: bold;
}

/* Newsletter */

fieldset.subscribe
{
	background-color: #EEEEEE;
    margin: 5px;
    padding: 5px;
}

.StartPageBoxNarrow fieldset.subscribe .labeledInput
{
	width: 100%;
}

fieldset.subscribe .inputGroup
{
	display: block;
}

fieldset.subscribe .labeledInput
{
	display: block;
	width: 33%;
	float: left;
}

fieldset.subscribe .labeledInput label
{
	display: block;
}

fieldset.subscribe .labeledInput input
{
	width: 90%;
}

fieldset.subscribe .buttons
{
	padding-top: 5px;
	display: block;
	clear: both;
}

fieldset.subscribe .errorMessage
{
	color: Red;
}

fieldset.subscribe .message
{
	display: block;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
.hiddenText, #ContentStart.hiddenText, #ContentStart.hiddenText span
{
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

