﻿/*Best practices http://www.graphicrating.com/2008/11/15/css-best-practices/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.ul /* Måste definieras här för att listor inte ska visas fel vid drag drop */
{	
	padding-left:40px; 
	margin:10px; 
}

.ol /* Måste definieras här för att listor inte ska visas fel vid drag drop */
{	
	padding-left:40px; 
	margin:10px; 
}

.li /* Måste definieras här för att listor inte ska visas fel vid drag drop */
{	
	/* font-family: helvetica, Arial;
	font-size: 12px; */
}

a:link, a:visited
{
	color: #A0A0A0; 
    text-decoration: none;
}
a:hover
{
    color: #73B6FE;
    font-weight: bold;
}
body
{
	font-size: 12px;
	font-family: helvetica, Arial;
	/* line-height: 1.1; bortkommenterad pga bakgrundsfärgen överlappar i tiny-mce */
	color: black;	
}

img
{
	max-width: 100%;
	max-height: 100%;
}


/*-------------------------------------------------------------------------------
End*/

html /*IE7 fix*/
{
	overflow:auto;
}

h1
{
	font-family: helvetica, Arial;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

h2
{
	font-size:16px;
	font-weight:bold;
}

h3
{
	font-size:14px;
	font-weight:bold;
}


h4
{
	margin-bottom: 0.2em;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	margin: 0 auto;
}

.bodyFrame
{	
	background: url(/ls/content/Images/border_background.png) no-repeat top center;
}

.mainContainer
{
	height: 610px;
	width: 1001px; /*position:absolute; 	top:50%; 	left:50%; 	margin-top:-320px;	 	margin-left:-500px;	*/
	margin: 0 auto;
	background: url(/ls/content/Images/background.png) no-repeat 1px 68px;
}


.topContainer
{
	position: relative;
	height: 69px;
	width: 1000px;
}

.topBar
{
	position: absolute;
	top: 0px;
	left: 1px;
	height: 80px;
	width: 1000px;
	background: url(/ls/content/Images/menubar-1000x80.png) no-repeat left top; /*overflow:hidden;*/
}

.logo
{
	background: url(/ls/content/Images/logga.png) no-repeat 0 -3px;
	width: 220px;
	height: 70px;
	float: left;
	margin-left: 5px;
}

#lnkNews
{
	cursor:pointer;
}

.topBar h1
{
	padding-top: 20px;
	color: Black;
}

.leftPanel
{
	color:White;
	margin-left: -10px;
	position: relative;
	width: 261px;
	float: left;
	height: 540px; /*mainContainer - topContainer*/
}

.leftScroller
{
	position: relative;
	width: 261px;
	height: 540px;
    /* border: solid 1px red; */
}

.themeToolArea
{
	height: 110px;
}

.disableThemeToolArea
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3500;
	display: block;
    width: 230px;
    height: 110px;    
}
.disableThemeToolAreaContent
{   
    margin: 0px 15px 0px 0px; 
    background-color: #3a3a3a;
	display: block;
    width: 100%;
    height: 100%;    
}

.mainPanel
{	
	float: left;
	width: 748px; /*mainContainer - leftPanel - lite space*/
	height: 541px; /*mainContainer - topContainer*/
	margin-left: 2px;	
}

.centerContainer
{
	height: 541px;
	width: 100%;
	color: #000000;
}

.topText
{
	color: Black;
	float: right;
	padding-top: 10px;
	width: 200px;
	text-align: right;
	padding-right:30px;
}

.topText a
{
	color: Black;
	text-decoration: none;
}

.topText a:hover
{
    color: #4399FF;
    font-weight: bold;
}

a.logout
{
	color:Black;
	text-decoration:none;
}

a.logout:hover
{
    color: #73b6fe;
    font-weight: bold;
}

.username
{
	font-weight:bold;
}


#helpBtn
{
	width:65px;
	height:31px;
	display:block;
	float:left;
	cursor:pointer;
	display:block;
	text-decoration: none;
	background:url(/ls/content/images/icon_help.png) no-repeat;
}

#helpBtn:hover, #helpBtn:active
{
	background:url(/ls/content/images/icon_help_blue.png) no-repeat;
}

.navContainer a
{
	float: left;
	display: block;
	height: 54px;	
	cursor: pointer;
}

.navFind
{
	background: url(/ls/content/Images/Main_menu_1.png) no-repeat top left;
	width: 118px;
}
.navCreate
{
	width:112px;
	background: url(/ls/content/Images/Main_menu_2.png) no-repeat top left;
}
.navPublish
{
	width: 118px;
	background: url(/ls/content/Images/Main_menu_3.png) no-repeat top left;
}

.navFind:hover
{
	background: url(/ls/content/Images/Main_menu_1_blue.png) no-repeat top left;
}
.navCreate:hover
{
	background: url(/ls/content/Images/Main_menu_2_blue.png) no-repeat top left;
}
.navPublish:hover
{
	background: url(/ls/content/Images/Main_menu_3_blue.png) no-repeat top left;
}

.nav1 .navFind
{
	background: url(/ls/content/Images/Main_menu_1_blue.png) no-repeat top left;
}

.nav2 .navCreate
{
	background: url(/ls/content/Images/Main_menu_2_blue.png) no-repeat top left;
}

.nav3 .navPublish
{
	background: url(/ls/content/Images/Main_menu_3_blue.png) no-repeat top left;
}


.dragHandle
{
	background-color: #EAEAEA;
	position: absolute;
	border: 1px solid #CCCCCC;
	cursor: move;
	overflow: visible;
	top: -15px;
	left: -15px; /*-webkit-border-radius: 5px; 	 -moz-border-radius: 5px; 	 border-radius: 5px;*/
}

.dragIcon
{
	background: white;
	background: url(/ls/content/Images/icon_move_object_text.png) no-repeat bottom left;
	width: 210px;
	height: 45px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	cursor: move;
}


.closeIcon
{
	width: 30px;
	height: 30px;
	background: url(/ls/content/Images/close_icon.png) no-repeat top left;
	position: absolute;
	right: -25px;
	top: -29px;
	cursor: pointer;
}

.horizontalList li
{
	float: left;
	margin-right: 10px;
}

#confirmDialog
{
	display: none;
	color: White;
	background: url(/ls/content/Images/ta_bort_popup.png) no-repeat;
	text-align: center;
	padding: 20px 20px 0 20px;
	width: 110px;
	height: 80px;
	z-index: 3000;
	position: absolute;
	top: 20px;
	left: 100px;
}

#confirmDialog .no, #confirmDialog .yes
{
	display: block;
	width: 50px;
	height: 35px;
	background: url(/ls/content/Images/btn_tabort_ja.png);
	float: left;
}

#confirmDialog .no
{
	background: url(/ls/content/Images/btn_tabort_nej.png);
	margin-left: 5px;
}

#newNewsDialog
{
	width: 910px;
	height: 540px;
	color: Black;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/ls/content/Images/aktuellt_popup.png) no-repeat top left;
	padding: 30px 40px 40px 50px;
	z-index: 3000;
	display: none;
	 
}

#newNewsDialog .dialogBottom
{
	width: 910px;
}


#newNewsDialog .newNewsDialogCloseButton
{
	width: 151px;
	height: 34px;
	background: url(/ls/content/Images/tillverktyg.png) no-repeat;
	display: block;
}

#newNewsDialog .newNewsDialogCloseButton:hover
{
	background: url(/ls/content/Images/tillverktyg_aktiv.png) no-repeat;
	width: 151px;
	height: 34px;
}

#newNewsDialog .link:link, #newNewsDialog .link:active, #newNewsDialog .link:visited
{
    color: #666666;
    text-decoration: none;
}

#newNewsDialog .link:hover
{
    color: #4399ff;
    font-weight: bold;
    text-decoration: none;
}

.newNewsPopDialog 
{
	background: url(/ls/content/Images/newspopup.png) no-repeat;
	width: 285px; /* 305 */
	height: 355px; /* 420 */
	padding: 25px 10px 40px 10px;
	position: absolute;
	z-index: 3500;
	top: 110px;
	left: 320px;
	display: none;
	/* border: solid 1px red; */
    word-wrap: break-word;
}

.newNewsPopDialog .newNewsPopClose 
{
	background: url(/ls/content/Images/newspopup_close.png) no-repeat;
	width: 24px; 
	height: 17px; 
	cursor: pointer;
	position: absolute;
	top: 12px;
	left: 270px;
}

.newNewsPopDialog .newNewsPopClose:hover 
{
	background: url(/ls/content/Images/newspopup_close_aktiv.png) no-repeat;
	width: 24px; 
	height: 17px; 
}

.newsTopNOTUSED
{
	background: url(/ls/content/Images/nok.png) no-repeat top left;
	padding-left: 150px;
	padding-top: 25px;
	margin-bottom: 10px;
	font-size: 22px;
	height: 71px;
}
.dialogClose
{
	cursor: pointer;
}

.dialogBottom
{
	position: absolute;
	bottom: 30px;
	left: 40px;
	text-align: center;
}

.largeDialog
{
	color:White;
	background: url(/ls/content/Images/popup_large.png) no-repeat;
	width: 400px;
	height: 470px;
	padding: 40px;
	position: absolute;
	z-index: 3000;
	top: 50px;
	left: 300px;
	display: none;
	line-height:1.3;
}

.largeDialog .dialogBottom
{
	width: 370px;
}

.dialogUrlImage
{
	background: url(/ls/content/Images/url.png) no-repeat;
	width: 35px;
	height: 35px;
	float: left;
	margin-top: -6px;
}

.dialogEmbedImage
{
	background: url(/ls/content/Images/embed.png) no-repeat;
	width: 35px;
	height: 35px;
    margin-left: 25px;
}

.smallDialog
{
	color:White;
	background: url(/ls/content/Images/popup_liten.png) no-repeat;
	width: 370px;
	height: 170px;
	padding: 40px;
	position: absolute;
	z-index: 3000;
	top: 200px;
	left: 300px;
	display: none;
	line-height:1.3;
}

.xSmallDialog
{
	color:White;
	background: url(/ls/content/Images/popup_xliten.png) no-repeat;
	width: 208px;
	height: 170px;
	padding: 40px;
	position: absolute;
	z-index: 3000;
	top: 200px;
	left: 300px;
	display: none;
	line-height:1.3;
}


.xSmallDialog .dialogBottom
{
	width: 220px;
}


.xxSmallDialog
{
	color:White;
	background: url(/ls/content/Images/popup_xxliten.png) no-repeat;
	width: 208px;
	height: 98px;
	padding: 25px;
	position: absolute;
	z-index: 3000;
	top: 200px;
	left: 300px;
	display: none;
	line-height:1.3;
}


.xxSmallDialog .dialogBottom
{
	width: 170px;
}

.topMost
{
	z-index: 300;
}

.smallDialog .dialogBottom
{
	width: 370px;
}

.bigDialog
{
	background: url(/ls/content/Images/popup_big.png) no-repeat;
	width: 660px;
	height: 460px;
	padding: 40px;
	position: absolute;
	z-index: 3000;
	top: 70px;
	left: 100px;
	display: none;
	color:White;
}

.bigDialog > .dialogBottom
{
	width: 620px;
}

.cover
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: Black;
	z-index: 2000; /*Z-index is set by script for IE7 and .cover must have lover then the dialogcontainer div*/
	display: none;
}

.dialogContainer
{
	position: absolute;
	z-index: 3000;
	width: 100%;
}

#textEditDialog
{
	position: absolute;
	display: none;
	background-color: White;
}

.dialog a
{
	color: #A0A0A0; 
	text-decoration: none;
    cursor: pointer;
}


.dialog a:hover
{
     color: #73b6fe;
     font-weight: bold;
}

.printContent
{
	color: Black;
	width: 750px;
	height: 485px;
	position: absolute;
	border:1px dashed #A0A0A0;
}

.printContent .dragHandle
{
	display: none;
}

.supportDialog
{
	color:White;
	background: url(/ls/content/Images/popup_large.png) no-repeat;
	width: 400px;
	height: 500px;
	padding: 40px 60px 20px 60px;
	display: none;
	line-height:1.3;
	margin: auto; 
}
.supportDialog .textfield
{
    height: 14px;
    width: 150px;
    margin-bottom: 5px;
    
}
.supportDialog .textareafield
{
    height: 235px;
    width: 355px;
    font-size: 12px;
    font-family: Helvetica,arial;
}
.supportDialog #submitForm
{
	background: url(/ls/content/Images/skicka_fraga.png) no-repeat;
    width: 74px;
    height: 20px;
	cursor: pointer;
    float: left;
}
.supportDialog #submitForm:hover
{
	background: url(/ls/content/Images/skicka_fraga_aktiv.png) no-repeat;
}
.supportDialog ul
{
	margin-top: 5px;
	padding-left: 0px;
	color: Red;
}
.supportDialog li
{
	margin-right: 10px;
}

.fullscreen
{
    height:100%;
    width:100%;
}
