/* OBS - denna fil får inte innehålla citattecken, använd istället enkelcitat */
body { 
    padding: 0px;
    font-family: 'Trebuchet MS', verdana, arial, geneva, sans-serif; 
	font-size: 13px; 
	line-height: 130%; 
	height: 100%;
	color: #666666;
	/* top,right,bottom,left */
    margin: 4px 0px 4px 0px;

	/* not valid css */
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;

	/* background: url(/assets/layout/bg-3.gif) repeat-y center top; */
 } 

/* special table data */
.tdMenuBg {background: url(/assets/layout/bg_menu.gif);}
.tdPageBot {background: url(/assets/layout/bot_bar.gif); border-left: 1px solid #FF9900; border-right: 1px solid #FF9900;}

.trOddRow {background-color: #F3F6FA;}

/* Headings */
h1,h2,h3,h4,h5,h6 {font-family: arial, verdana, geneva, helvetica, sans-serif; margin-bottom:5px; margin-top:10px;}

h1 {font-size: 18px; line-height: 22px;}
h2 {font-size: 16px; line-height: 19px;}
h3 {font-size: 14px; line-height: 17px;}
h4 {font-size: 12px; line-height: 15px;}
h5 {font-size: 11px; line-height: 14px;}
h6 {font-size: 11px; line-height: 14px;}

p {
line-height: 140%;
margin-top: 10px;
margin-bottom: 10px;
}

div, br, img {line-height: 16px;}

a {color: #CC0000; text-decoration: none;}
a:hover {color: #FF9900; text-decoration: underline;}

ul {margin-left:15px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}
ol {margin-left: 24px; padding-left: 0px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}

/* styles for menu */
.clsCMOn {
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color: #FFFFFF;
	text-decoration : none;
	font-weight: bold;
    padding: 2px 4px;
	text-align: center;
}

.clsCMOver {
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color: #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
    padding: 2px 4px;
	text-align: center;
}


.clsCMOnSub {
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color: #FFFFFF;
	text-decoration : none;
	font-weight: normal;
    padding: 2px 4px;
}

.clsCMOverSub {
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
    color: #FFFFFF;
	text-decoration : none;
	font-weight: normal;
    padding: 2px 4px;
}

.subMenu {font-size: 12px; line-height: 14px; text-decoration: none; color: #666666;}
.subMenu:hover {color: FF9900; text-decoration: underline;}

/* End styles for Menus */

/* End Common styles */

/* Layout styles */
.PageTitle {font-family: arial, helvetica, sans-serif; font-size:18px; color: #666666; font-weight: bold; line-height: 30px;}

.editlink {font-family: verdana, geneva, sans-serif; font-size: 10px; color: #FF9900;}
.statuslink {font-family: verdana, geneva, sans-serif; font-size: 9px; color: #FF6600;}

.SmallLinkDark {font-size: 12px; line-height: 14px; text-decoration: none; color: #CC0000;}
.SmallLinkDark:hover {color: #FF9900; text-decoration: underline;}

.SmallLinkLight {font-size: 12px; line-height: 14px; text-decoration: none; color: #FFFFFF;}
.SmallLinkLight:hover {color: #FFFFFF; text-decoration: underline;}

.SmallFontDark {font-size: 12px; line-height: 14px; color: #666666;}

.footerFont {font-size: 12px; line-height: 12px; color: #CC6600;}
.footerLink {font-size: 12px; line-height: 12px; text-decoration: none; color: #CC6600;}
.footerLink:hover {color: #CC0033; text-decoration: underline;}

.PositionHeaderText {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; color: #FFFFFF;}
.openedlink {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; color: #FFCC33; text-decoration: none; font-weight: bold}

/* Table styles */
TABLE.BOX {border: 1px solid #FF9900; height: 100%;}
TABLE TD {font-family: 'Trebuchet MS', verdana, arial, geneva, sans-serif; font-size: 13px; line-height: 130%;}
TABLE.FullHeight {height: 100%;}

/* Form styles */
.frmButton { border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #FF6600;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;}

.frmField { border-left: 1px solid #666666; 
        border-right: 1px solid #000000; 
        border-top: 1px solid #666666; 
        border-bottom: 1px solid #000000; 
        padding: 1px;
		font-family: arial, verdana, helvetica, sans-serif; font-size: 11px;}

/* Print style */
.title2 {font-family: arial, helvetica, sans-serif; font-size:18px; color:#000000; font-weight:bold; line-height:18px;margin-bottom: 10px;}