/*==================================================================
StyleSheet3_standard.css - CSS/HTML Style Sheet - **STANDARD VERSION**

Formats for T+/PM 1.0

This StyleSheet contains styles added in PM 1.0 by Sweco AB

Formats for T+/PM 1.0

Rev: 2002-xx-xx/acgu: (001)  Created by Sweco
	 2002-08-15/bjti: (002)  Added tabTrailingLine
	 2003-01-17/ancg: (003)  Moved InfoHeader and Inactive from ObservationList.asp. 
                             Added InvoiceTntBg, InvoiceHeader and Invoice
	 2003-02-04/bjti: (009)  REVISED STANDARD VERSION

Documentation and revision history in file StyleSheet3.txt 
==================================================================*/

/* -------------- Tab controls (flikar) -------------- */
.tabInactive
{
    BORDER-RIGHT: black 0px;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: black 0px;
    CURSOR: hand;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #FFFFCC
}
.tabActive
{
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    CURSOR: hand;
    FONT-FAMILY: Verdana
}
.tabTrailingLine
{
    BORDER-BOTTOM: black 1px solid;
    FONT-SIZE: 8pt;
    CURSOR: none;
    FONT-FAMILY: Verdana
}
.TabImgInactiveInactive
{
    BACKGROUND-IMAGE: url(Tab_Inactive-Inactive.gif)
}
.TabImgTrailingInactive
{
    BACKGROUND-IMAGE: url(Tab_Trailing-Inactive.gif)
}
.TabImgInactiveActive
{
    BACKGROUND-IMAGE: url(Tab_Inactive-active.gif)
}
.TabImgLeadingInactive
{
    BACKGROUND-POSITION: left center;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(Tab_Leading-Inactive.gif)
}
.TabImgLeadingActive
{
    BACKGROUND-IMAGE: url(Tab_Leading-Active.gif)
}
.TabImgActiveInactive
{
    BACKGROUND-IMAGE: url(Tab_Active-Inactive.gif)
}
.TabImgTrailingActive
{
    BACKGROUND-IMAGE: url(Tab_Trailing-Active.gif)
}

/* -------------- Order Confirmation (orderbekräftelse) -------------- */

.HeaderMinor
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.HeaderMajor
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.FooterMajor
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.FooterMinor
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.BodyMajor
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.BodyMinor
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial
}

/* -------------- Observation List (bevakningslista) -------------- */
/* #FFCC66 Yellow */
/* #CC3300 Red */
/* #CCCCCC Grey */

.InfoHeader
{
	color:black;
	background-color:#FFCC66; 
	font:10pt Arial,Helvetica,sans-serif;
	font-weight:bold;
}
.Inactive
{
	font:8pt/12pt Verdana,Arial,Helvetica,sans-serif;
	text-align:left; 
	vertical-align:top;
	color: gray; 
	text-decoration: line-through;
}

/* -------------- Layout (Fakturalayout) -------------- */

.Invoice
{
	FONT-FAMILY: Courier New;
	font-size: 12px
}
.InvoiceTntBg
{
	background-color:#CCCCCC;
}
.InvoiceHeader
{
	FONT-FAMILY: Courier New;
	font-size: 12px;
	font-weight: bold;
}

/* ---------------------------------------------------- */
