﻿body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font: small Verdana,Sans-serif;
	line-height: 1.6em;
	color: #000;
}

#header
{
	float: right;
}

#mainMenu
{
	float: left;
	width: 100%;
	background: #ffffff;
	font-size: 100%;
	line-height: normal;
	background-color: #DFDDDE;
	background-image: url("../images/menu/menu_bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.menuItemLeft
{
	float:left;
	background-image: url("../images/menu/menu_left.gif");
	background-position: right top;
	background-repeat: repeat-x;
	width:11px;
	height:39px;
}

.menuItem
{
	float:left;
	background-image: url("../images/menu/bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
}


.menuItemRight
{
	float:right;
	background-image: url("../images/menu/menu_right.gif");
	background-position: right top;
	background-repeat: repeat-x;
	width:11px;
	height:39px;
}

#mainMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1px;
}
#mainMenu li
{
	float: left;
	width: 100px;
	height: 39px;
	margin: 0;
	padding: 0;
	background-image: url("../images/menu/bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#mainMenu a
{
	display: block;
	font-family: Arial;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}
#mainMenu a img
{
	border-style: none;
	border-width: 0px;
}

#subMenu
{
	float: left;
	width: 100%;
	background: #fff;
	font-size: 100%;
	line-height: normal;
	background-image: url("../images/menu/submenu/submenu_bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
}

.SubmenuItemLeft
{
	float:left;
	background-image: url("../images/menu/submenu/corner_left.jpg");
	background-position: right top;
	background-repeat: repeat-x;
	width:9px;
	height:29px;
}
.SubmenuItem
{
	float:left;
	background-image: url("../images/menu/submenu/submenu_bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
}
.SubmenuItemRight
{
	float:right;
	background-image: url("../images/menu/submenu/corner_right.jpg");
	background-position: right top;
	background-repeat: repeat-x;
	width:9px;
	height:29px;
}

#subMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1px;
}
#subMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	background-image: url("../images/menu/submenu/submenu_bg.gif");
	background-position: right top;
	background-repeat: repeat-x;
}
#subMenu a
{
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
}

.container
{
	float:left;
	background: #fff;
	width: 750px;
	margin: 0 auto;
	border: solid #fff;
	border-width: 0 1px;
	text-align: left;
	color: #333;
	position: relative;
}

.search_container
{
	float:left;
	background: #fff;
	width: 200px;
	margin: 95px 0px 0px 0px;
	border: solid #fff;
	border-width: 0 1px;
	text-align: left;
	color: #333;
	position: relative;
}

.clsSearch_Header
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.clsSearch_Input
{
	background-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	border-color: #aeaeae;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	width: 150px;
}

#introduction
{
	float: left;
	width: 180px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/menu.gif) no-repeat;
	text-align: center;
	line-height: 1.5em;
	color: #999999;
	font-size: 1.0em;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,arial,sans-serif;
	letter-spacing: 0px;
}

#introduction ul, #introduction li
{
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#introduction a
{
	border-bottom: none;
	color: #999999;
}

#introduction h3
{
	text-align: center;
	position: static;
}

#introduction a:link, a:visited
{
	color: #999999;
}

#introduction a:hover, a:active
{
	color: #5B8FBE;
}

#SystemMainBody
{
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	color: #333333;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px;
}

h3
{
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.clsImgNoBorder
{
	border-style: none;
}

.clsTable
{
	color: #333333;
	border-collapse: collapse;
}
.clsTable_border
{
	color: #333333;
	border-collapse: collapse;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #aeaeae;
}

.clsTableHeader
{
}
.clsTable_tr_header
{
	color: White;
	background-color: #5D7B9D;
	font-size: 10px;
	font-weight: bold;
}
.clsTable_tr
{
	color: #333333;
	background-color: #F7F6F3;
	font-family: Verdana;
	font-size: 10px;
}
.clsTable_tr_alt
{
	color: #284775;
	background-color: White;
	font-family: Verdana;
	font-size: 10px;
}
.clsTRTime td
{
	color: #777777;
	border-right: solid 1px #aeaeae;
}

.clsTRTime .clsInputHeader
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aeaeae;
	color: #777777;
	font-family: Verdana;
	font-size: 10px;
}

.clsRubrik
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}

.clsimgNoBorder
{
	border-style: none;
	border-bottom-width: 0px;
}

.clstxtInput
{
	background-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	border-color: #aeaeae;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	width: 195px;
}

.clstxtInput_error
{
	background-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	border-color: #ff0000;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	width: 195px;
}

.clstxtInputNoBorder
{
	background-color: #ffffff;
	border-style: none;
	border-width: 1px;
	font-family: Verdana;
	border-color: #ffffff;
	font-size: 10px;
	color: #000000;
	width: 195px;
}

.clsInputHeader
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.clstext
{
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.clstext b
{
	padding-right: 10px;
}
.clstextBold
{
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.clsHR
{
	background-color: #eaeaea;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


/***************** Knappar **********************/
    .off_2
    {
        float:left;
        background-image: url(../images/icons/btn_v2_off.gif); 
        background-repeat:no-repeat; 
        width: 56px;
        height: 56px;
    }
    .on_2
    {
        float:left;
        background-image: url(../images/icons/btn_v2_on.gif); 
        background-repeat:no-repeat; 
        width: 56px;
        height: 56px;
    }
    .addCompany_off
    {
        background-image: url(../images/icons/reg_new_comp.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:12px;
        left:12px;
        float:left;
    }
    .addCompany_on
    {
        background-image: url(../images/icons/reg_new_comp.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:14px;
        left:14px;
        float:left;
    }
    .addCompany_click
    {
        background-image: url(../images/icons/reg_new_comp.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:15px;
        left:15px;
        float:left;
    }
    .icon2_off
    {
        background-image: url(../images/icons/view_company.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:24px;
        left:24px;
        float:left;
    }
    .icon2_on
    {
        background-image: url(../images/icons/view_company.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:26px;
        left:26px;
        float:left;
    }
    .icon2_click
    {
        background-image: url(../images/icons/view_company.gif); 
        background-position: right top; 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        float:left;
        position: relative;
        top:28px;
        left:28px;
    }
    .icon3_off
    {
        background-image: url(../images/icons/view_company.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:12px;
        left:12px;
    }
    .icon3_on
    {
        float:left;
        background-image: url(../images/icons/view_company.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:14px;
        left:14px;
    }
    .icon3_click
    {
        float:left;
        background-image: url(../images/icons/view_company.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:15px;
        left:15px;
    }
    .icon4_off
    {
        background-image: url(../images/icons/btn_permissions.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:12px;
        left:11px;
    }
    .icon4_on
    {
        float:left;
        background-image: url(../images/icons/btn_permissions.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:14px;
        left:13px;
    }
    .icon4_click
    {
        float:left;
        background-image: url(../images/icons/btn_permissions.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:15px;
        left:14px;
    }
    .icon5_off
    {
        background-image: url(../images/icons/btn_viewdomain.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:12px;
        left:11px;
    }
    .icon5_on
    {
        float:left;
        background-image: url(../images/icons/btn_viewdomain.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:14px;
        left:13px;
    }
    .icon5_click
    {
        float:left;
        background-image: url(../images/icons/btn_viewdomain.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:15px;
        left:14px;
    }
    .icon6_off
    {
        background-image: url(../images/icons/pring_faktura_large.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:12px;
        left:11px;
    }
    .icon6_on
    {
        float:left;
        background-image: url(../images/icons/pring_faktura_large.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:14px;
        left:13px;
    }
    .icon6_click
    {
        float:left;
        background-image: url(../images/icons/pring_faktura_large.gif); 
        background-repeat:no-repeat; 
        width: 32px;
        height: 32px;
        position: relative;
        top:15px;
        left:14px;
    }
    
/***************** Knappar SLUT **********************/
    