
#container {
	width: 960px;
	margin: 0 auto;
	background: #1a1617 url(/Css/Images/bigbg.jpg) no-repeat left top;
	padding: 0px 0px 0px 0px;
}

#left
{
	float: left;
	width: 220px;
}
#left #logo
{
	width: 220px;
	height: 124px;
	background: url(/Css/Images/leftlogo.gif) no-repeat left top;
	position:relative;
	margin: 0px 0px 15px 0px;
}

#left .pagemenu
{
    width: 200px;
    background-color: #000000;
    border: 1px solid #3b3a3d;
    margin: 0px 0px 15px 11px;
    padding: 0px 0px 5px 0px;
    filter: alpha(opacity=75);
    moz-opacity: .75;
    opacity: .75;
}
#left .pagemenu ul
{
	margin: 5px 0px 5px 5px;
}
#left .pagemenu li 
{
	list-style-type: none;
	line-height: 12pt;
}
#left .pagemenu li.main
{
	font-size: 9pt;
	margin: 7px 0px 0px 0px;
}
#left .pagemenu li.main-disabled
{
	color: #006d96;
	font-size: 9pt;
	margin: 7px 0px 0px 0px;
}
#left .pagemenu li.sub
{
	font-size: 8pt;
	margin: 0px 0px 0px 5px;
}
#left .pagemenu li a.active
{
	color: #8cd5f0;	
}

#left .blockheader
{
    width: 194px;
    font-size: 11pt;
    font-weight: normal;
    color: #ffffff;
    padding: 8px 0px 5px 8px;
    margin: 0px 0px 0px 11px;
}
#left .blockheader a
{
    font-size: 11pt;
    font-weight: normal;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
#left .blockheader a:hover
{
    color: #67caef;
}
#left .blockheader-black
{
	background-color: #000000;
}
#left .blockheader-orange
{
	background-color: #f47721;
	padding-bottom: 9px;
}
#left .blockheader-orange a.small
{
	font-size: 10pt;
}
#left .blockheader-orange a:hover
{
	color: #f8b587;
}
#left .blockheader-blue
{
	background-color: #00a0dc;
}
#left .block
{
	width: 200px;
	min-height: 85px;
	background-color: #000000;
	border: 1px solid #3b3a3d;
	margin: 0px 0px 15px 11px;
	padding: 0px 0px 5px 0px;
	position: relative;
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
}
#left .block p
{
	font-size: 8pt;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
}
#left .block span.orange
{
	color: #f47721;
}
#left .block img
{
	position: absolute;
	right: 10px;
	bottom: 8px;
}

#left .commentblock
{
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #3b3a3d;
	margin: 0px 0px 15px 11px;
	padding: 0px 0px 5px 0px;
	text-align: right;
}
#left .commentblock h3
{
	font-size: 11pt;
	font-weight: normal;
	padding: 0px 6px 5px 6px;
	margin: 8px 5px 0px 5px;
	border-bottom: 1px solid #00a6e4;
	text-align: left;
}
#left .commentblock p
{
	font-size: 8pt;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
	text-align: left;
}
#left .commentblock textarea
{
	width: 185px;
	height: 60px;
	margin: 5px 5px 0px 5px;
	text-align: left;
}
#left .commentblock .submbut
{
	background: url('/Css/Images/formsend.gif') no-repeat left top;
	width: 80px;
	height: 18px;
	font-size: 1pt;
	border: 0;
	cursor: pointer;
	vertical-align: bottom;
	margin: 5px 7px 5px 0px;
}

/* Style för Användarkommentarens popup-ruta */
#left .commentblock .panelPopup
{
	background-color: #ffffff;
	border: 1px solid #3b3a3d;
    height: 260px;
    width: 175px;     
    visibility:hidden;
    filter: alpha(opacity=95);
    moz-opacity: .95;
    opacity: .95;    
}

#left .commentblock .panelPopup td
{
    text-align: left;
    padding-left: 4px;
}

#left .commentblock .panelPopup input
{
    width: 155px;
    border: 1px solid #3b3a3d;   
}

#left .commentblock .panelPopup .popupLabel
{
    text-align: left;
    font-size: 8pt;
}
/* Slut Style för Användarkommentarens popup-ruta */

#left .verisign
{
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #3b3a3d;
	margin: 0px 0px 15px 11px;
	padding: 0px 0px 2px 0px;
	text-align: center;
}


#header-navigation {
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}

#header-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header-navigation li {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header-navigation a {
	display: block;
	float: left;
	margin: 0;
	padding: 0px 7px 3px 7px;
	color: #fff;
	font: normal 11px Verdana, Arial, Sans-Serif;
	text-decoration: none;
	background: url(/Css/Images/headernavbg.gif) no-repeat right top;
}
#header-navigation a.active {
	border-bottom: 1px solid #00a6e4;
}
#header-navigation a:hover {
	border-bottom: 1px solid #00a6e4;
}
#header-navigation a.bold
{
	font-weight: bold;
	color: #f47721;
}

#header-admin
{
	margin: 0;
    background-color: #ffffff;
    width: 900px;
    border: 0;
}


/* Page */
#content
{
	width: 720px;
	margin: 0px 0px 0px 225px;
}

#main
{
	background-color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 15px;
}
#main h2
{
	margin: 15px 0px 30px 0px;
}
#main h3
{
	margin: 30px 0px 5px 0px;
}
#main p
{
	margin: 0px 50px 15px 0px;
}
#main p.comment
{
	font-size: 8pt;
	font-style: italic;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main p.comment a
{
	font-size: 8pt;
	font-style: italic;
}
#main hr
{
	color: #97999b;
	background-color: #97999b;
	width: 100%;
	height: 3px;
	border: 0;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#main .bigblock
{
	width: 690px;
	height: 230px;
	background: url('/Css/Images/main-bigblock.gif') no-repeat left top;
	position: relative;
}
#main .bigblock-right
{
	float: right;
	width: 250px;
	height: 340px;
	background: url('/Css/Images/main-bigblock-right.gif') no-repeat left top;
	position: relative;
}
#main .linkimgblock
{
	float: right;
	margin: 0px 10px 10px 10px;
}
#main .linkimgblock h4
{
	font-weight: normal;
	font-size: 10pt;
}

#main .linkblock
{
	margin: 40px 0px 0px 0px;
	height: 48px;
}
#main .linkblock a
{
	float: left;
	display: block;
	width: 299px;
	height: 38px;
	background: url('/Css/Images/main-linkblock.gif') no-repeat left top;
	margin: 0px 10px 10px 0px;
}
#main .linkblock a:hover
{
	background-position: left -38px;
}
#main .linkblock h4
{
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 10px;
}

#main .linkblockbig
{
	height: 124px;
}
#main .linkblockbig a
{
	float: left;
	display: block;
	width: 299px;
	height: 114px;
	background: url('/Css/Images/main-linkblockbig.gif') no-repeat left top;
	margin: 0px 10px 10px 0px;
}
#main .linkblockbig a:hover
{
	background-position: left -114px;
}
#main .linkblockbig h4
{
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 10px;
}
#main .linkblockbig p
{
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 11px 10px 0px 10px;
}

#main ul.link
{
	margin: 0px 0px 10px 5px;
}
#main ul.link li
{

}
#main ul.link li a
{
	background: url('/Css/Images/linkarrow.gif') no-repeat left top;
	padding: 0px 0px 0px 20px;
}

#main ul.download
{
	margin: 0px 0px 10px 5px;
}
#main ul.download li
{

}
#main ul.download li a
{
	background: url('/Css/Images/downloadarrow.gif') no-repeat left top;
	padding: 0px 0px 0px 20px;
}

#main table.pressreleases-list
{
	width: 100%;
	border: #97999b 1px solid;
}
#main table.pressreleases-list tr.even
{
	background-color: #f5f5f5;
}
#main table.pressreleases-list td.date
{
	padding-left: 10px;
	font-weight: bold;
}
#main table.pressreleases-list td.date
{
	width: 150px;
}

#main table.presscutting-list
{
	width: 100%;
	border: #97999b 1px solid;
	margin-bottom: 5px;
}
#main table.presscutting-list tr.even
{
	background-color: #f5f5f5;
}
#main table.presscutting-list td.date
{
	padding-left: 10px;
	font-weight: bold;
}
#main table.presscutting-list td.date
{
	width: 150px;
}

#main .submbut-ok
{
	background: url('/Css/Images/formok.gif') no-repeat left top;
	width: 100px;
	height: 22px;
	margin: 10px 0px 0px 3px;
	font-size: 1pt;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	vertical-align: bottom;
}
#main .submbut-ok-side
{
	background: url('/Css/Images/formok.gif') no-repeat left top;
	width: 100px;
	height: 22px;
	margin: 0px 0px 0px 20px;
	font-size: 1pt;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	vertical-align: bottom;
}
#main .submbut-cancel
{
	background: url('/Css/Images/formcancel.gif') no-repeat left top;
	width: 100px;
	height: 22px;
	margin: 10px 0px 0px 10px;
	font-size: 1pt;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	vertical-align: bottom;
}
#main .submbut-cancel-side
{
	background: url('/Css/Images/formcancel.gif') no-repeat left top;
	width: 100px;
	height: 22px;
	margin: 0px 0px 0px 20px;
	font-size: 1pt;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	vertical-align: bottom;
}


/* Sidfot */
#bottom
{

}
#bottom .info
{
	background-color: #000000;
	border-right: 1px solid #3b3a3d;
	border-left: 1px solid #3b3a3d;
	border-top: 1px solid #3b3a3d;
	border-bottom: 1px solid #3b3a3d;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}
#bottom .info p
{
	font-size: 8pt;
	color: #cccccc;
	margin: 0px 0px 0px 0px;
}
#bottom .info a
{
	font-size: 8pt;
}

#bottom .ohappa
{
    margin: 0px 5px 0px 0px;
	float: right;
}
#bottom .ohappa p
{
	line-height: 14px;
	color: #fff;
	font-size: 6pt;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 0.04em;
}
#bottom .ohappa a
{
	font-weight: normal;
	font-size: 7pt;
	color: #e9660b;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	letter-spacing: 0.02em;
}
#bottom .ohappa a:hover
{
	text-decoration: underline;
}

/*Modal Popups*/
.modalBackground 
{
	background-color:Black;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopupConfirmation
{
    border: 1px solid black;
    position: relative;
    background-color: #FFFFFF;
    padding: 15px;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 275px;
}

.modalPopupConfirmation-title
{
    color: #f47721;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.modalPopupConfirmation-text
{
    font-size: 12px;
    padding-left: 20px;
}

.modalPopupConfirmation-buttons
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 0px;
}

.modalPopupConfirmation-button-ok
{
	background-image: url('/Css/Images/formok.gif');
	width: 100px;
	height: 22px;
	border: 0;
	background-color: Transparent;
	cursor: pointer;
    text-align: center;
}

.validationSummary
{
    color: Red;
}

.popupProgress
{
    border: solid 1px black;
    background-color: white;
    position: absolute;
    left: 45%;
    top: 40%;
    color: black;
    line-height: 50px;
    vertical-align: middle;
    padding: 5px;
    cursor: wait;
}
.popupProgress img
{
    padding: 5px;
}
