/* ================================
    CSS STYLES FOR THE LFVPortal
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #ea0000;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 14px;
	color: ghostwhite;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-image: url(images/ModuleHead.gif);
	border-left-color: red;
	border-bottom-color: red;
	border-top-color: red;
	background-color: darkgray;
	border-right-color: red;
	color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
	color: ghostwhite;
	text-decoration: none;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#efeefe;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#1effee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: green;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

.MessageDeleted
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: red;
} 
.Invoiced
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: darkgray;
}
.Avsluttet
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: red;
} 


/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Crimson;
}

.ItemTitleBlue    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: DarkBlue;
}
/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	color: #000066;
	font-family: Tahoma;
}
A.Head:link
{
	color: #000066;
	text-decoration: none;
}

A.Head:visited  {
    text-decoration:    none;
    color:#000066;
}

A.Head:active   {
    text-decoration:    none;
    color:#000066;
}

A.Head:hover
{
	color: red;
	font-style: italic;
	text-decoration: underline;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Crimson;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.Pal
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: justify;
}

/* text style used for most text rendered by modules */
.NormalSmall
{
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	font-size: 11px;
	color: #003399;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalDefault
{
	font-weight: bold;
	font-size: 12px;
	color: forestgreen;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: papayawhip;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Crimson;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Crimson;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Crimson;
}

A.CommandButton:hover
{
	color: indigo;
	text-decoration: underline;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Crimson;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Crimson;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Crimson;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Crimson;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Crimson;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Crimson;
}

A:link
{
	color: blue;
	text-decoration: underline;
}

A:visited
{
	color: darkmagenta;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  Black;
}

A:hover
{
	color: red;
	text-decoration: underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.ContactTab
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: Tahoma;
	background-color: #993300;
	text-align: center;
}

.SmallLink
{
	font-weight: bold;
	font-size: 10px;
	color: darkblue;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-align: center;
} 
.TableStyle
{
	border-right: #000033 3px double;
	border-top: #000033 3px double;
	margin: 0px;
	border-left: #000033 3px double;
	border-bottom: #000033 3px double;
}

.TableStyleLow
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	margin: 0px;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.TableStyleCampaign
{
	margin: 0px;
	border-right: #ea0000 1px solid;
	border-bottom: #ea0000 1px solid;
}

.StrongTitle
{
	font-weight: bold;
	font-size: medium;
	color: dodgerblue;
	font-style: italic;
	font-family: Tahoma;
}
.StrongTitleBlack
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-style: italic;
	font-family: Tahoma;
}

.StrongTitleProduct
{
	font-weight: bold;
	font-size: medium;
	color: white;
	text-indent: 1cm;
	font-style: normal;
	font-family: Tahoma;
}

.StrongTitleProducer
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Tahoma;
}

.SearchFont
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	font-family: Tahoma;
	font-variant: small-caps;
}
.Contact
{
	font-size: 7pt;
	color: white;
	font-family: Tahoma;
	font-variant: normal;
}
.Counter
{
	font-weight: bold;
	font-size: 7pt;
	color: lime;
	font-family: Tahoma;
	font-variant: small-caps;
}
.ProductDetails
{
	font-size: 8pt;
	font-family: Tahoma;
}
/* style of item titles on edit and admin pages */
.ProductDetailsHeaders    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Crimson;
}

.ProductGroupItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
.TabBgNew
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	color: black;
}
.SelectedTabNew
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.OtherTabsNew
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.OtherTabsNewSmall
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.ModuleHeadNew
{
	border-right: black 1px ridge;
	border-top: black 1px ridge;
	border-left: black 1px ridge;
	color: black;
	border-bottom: black 1px ridge;
	background-color: white;
}
.SmallInfo
{
	font-size: xx-small;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
.SmallTextbox
{
	font-size: xx-small;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.HiddenHeading
{
	font-size: 0pt;
	color: white;
}
.BannerMenu
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
A.BannerMenu:link
{
	color: white;
	text-decoration: none;
}

A.BannerMenu:visited  {
    text-decoration:    none;
    color:white;
}

A.BannerMenu:active   {
    text-decoration:    none;
    color:white;
}

A.BannerMenu:hover
{
	color: white;
	font-style: italic;
	text-decoration: underline;
}
.Sitemap
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 5px;
}
A.Sitemap:link
{
	color: midnightblue;
	text-decoration: none;
}

A.Sitemap:visited  {
    text-decoration:    none;
    color:midnightblue;
}

A.Sitemap:active   {
    text-decoration:    none;
    color:midnightblue;
}

A.Sitemap:hover
{
	color: red;
	font-style: italic;
	text-decoration: underline;
}
