/* ---- Common texts --------------- */
body
{
    background-color: #fff;
	color: #000;
	font-family: verdana, arial, helvetica, tahoma;
	font-size: 68.75%; /* 11 px */
}
input, select, table
{
    font-size: 100%;
}
p
{
    margin-top: 0;
	margin-bottom: 0.6em;
}
textarea
{
	font-family: arial, verdana, helvetica, tahoma;
	font-size: 100%;
}

.Normal
{
    EditMenuName: Brödtext;	
}
.Ingress
{
    font-weight: bold;
    EditMenuName: Ingress;	
}
h1, .Heading1
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.8em;
	word-wrap: break-word;
}
h2, .Heading2
{
    font-size: 100%;
    font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0;
	word-wrap: break-word;
	EditMenuName: Mellanrubrik;
}

/* ---- Common links --------------- */
a:link, a:visited, a:active, a:hover
{
	color: #b3000e;
    text-decoration: underline;
}
a.NoUnderline:link, a.NoUnderline:visited, a.NoUnderline:active
{
    text-decoration: none;
}
a.NoUnderline:hover
{
    text-decoration: underline;
}

/* ---- Support styles --------------- */
.GreyColor
{
    color: #999;
}
.LinkColor
{
	color: #b3000e;
}
.Bold
{
    font-weight: bold;
}
.SmallText
{
    font-size: 91%;
}
.Error
{
    color: Red;
}
.Clickable
{
    cursor: pointer;
    cursor: hand;
}
.BreakWord
{
	word-wrap: break-word;    
}
img 
{
    border: 0;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);  
}
hr
{
    border: 0;
	color: #d9d9d9;
	background-color: #929699;
	height: 1px;
}

/* ---- Top menu --------------- */
div.TopMenu 
{
	margin: 135px 0 0 0;
	padding: 0;
}
div.TopMenu div 
{
	float: left;
	padding: 20px 0 0 0;
}
div.TopMenu div img
{
    padding: 0 8px 0 28px;
}

.topMenuSubItemBox
{
    position: absolute;
    width: 110px;
    background-color: #fff;
/*    border: solid 1px #000;*/
}
.topMenuSubItem
{
    clear: both; 
    width: 100%; 
    z-index: 999;
    cursor: pointer;
    cursor: hand;
}
.topMenuSubItemActive
{
    clear: both; 
    width: 100%; 
    z-index: 999;
    color: #b3000e;
    cursor: pointer;
    cursor: hand;
}
.topMenuSubItemText
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    word-wrap: break-word;
    overflow: hidden;
}

.SiteHeader
{
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    color: #808183;
}
a.LanguageLink:link, a.LanguageLink:visited, a.LanguageLink:active
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    color: #808183;
	text-decoration: none;
}
a.LanguageLink:hover
{
	text-decoration: underline;
}
a.LanguageLinkSelected:link, a.LanguageLinkSelected:visited, a.LanguageLinkSelected:active, a.LanguageLinkSelected:hover
{
    color: #000;
}

/* ---- Quick menu --------------- */
.QuickSearch
{
	padding: 0 0 20px 37px;	
}
.QuickSearchInput
{
	border: solid 1px #929699;
	width: 131px;
	height: 18px;
}

/* ---- Left menu --------------- */
.LeftMenu
{
	padding-left: 37px;	
}
.LeftMenuItem
{
	padding-bottom: 7px;
}
.LeftMenuItem a:link, .LeftMenuItem a:visited, .LeftMenuItem a:active
{
	color: #000;
    text-decoration: none;
}
.LeftMenuItem a:hover
{
    text-decoration: underline;
}
.LeftMenuItemActive
{
	padding-bottom: 7px;
	color: #b3000e;
}
.LeftMenuItemActive a:link, .LeftMenuItemActive a:visited, .LeftMenuItemActive a:active
{
	color: #b3000e;
    text-decoration: none;
}
.LeftMenuItemActive a:hover
{
    text-decoration: underline;
}

/* ---- Modules --------------- */
.OuterModule
{
    padding: 0 0 15px 0;
}
h1.ModuleHeader
{
    padding: 6px 8px 5px 10px;
    margin-bottom: 0;
    background-color: #de6047;
    background-image: url(../images/modulheader.gif);
    background-repeat: no-repeat;
    color: #fff;
	font-family: arial, verdana, helvetica, tahoma;
	font-size: 100%;
    font-weight: bold;
}
.ModuleBody
{
    padding: 5px 8px 6px 10px;
    background-color: #eaeaea;
}
.ModuleBody p, .ModuleBody Normal, .ModuleBody a, .ModuleBody div, .ModuleBody td
{
    font-size: 100%;
}
.ModuleBody input
{
    font-size: 110%;
}

.ModuleBody h2
{
    font-size: 100%;
}

/* ---- Bottom menu --------------- */
ul.BottomMenu 
{
	margin: 0;
	padding: 0;
	float: right;
}
ul.BottomMenu li 
{
	margin-left: 20px;
    padding: 8px 0 8px 22px;
	border-left: solid 1px #929699;
	display: inline;
	float: left;
}
ul.BottomMenu li a:link, ul.BottomMenu li a:visited, ul.BottomMenu li a:active
{
    color: #808183;
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;
    text-decoration: none;
}
ul.BottomMenu li a:hover
{
	color: #b3000e;
    text-decoration: underline;
}

/* ---- Sitefooter --------------- */
.SiteFooter, .SiteFooter p, .SiteFooter Normal
{
	font-family: tahoma;
	font-size: 95%;
	color: #808183;
}
a.SiteFooter:link, a.SiteFooter:visited, a.SiteFooter:active, a.SiteFooter:hover
{
	font-family: tahoma;
	font-size: 95%;
	color: #b3b3b3;
}
a.NewsLink:link, a.NewsLink:visited,a.NewsLink:active
{
	color:Black;
	text-decoration:none;
}
a.NewsLink:hover
{
	text-decoration:underline;
}
.StartPageSpacer
{
	background-image:url(../images/bg_black.gif);
	background-position:center top;
	background-repeat:repeat-y;
}