/* CSS, typography, Blåljus.se */
/* Updated: Juli 23, 2009 */

/* Default values */

p, form, ul, ol, li, br, hr, table, tr, td {
	border:0;
	margin:0;
	padding:0;
}

li {
	margin-left:0;
}

td {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
}

ul li {
	list-style-type: disc;
	margin-left: 20px;
}

ol li {
	list-style-type: decimal;
	margin-left: 0;
	margin-left: 20px;
}

img {
	border: 0;
}

input, select, textarea {
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
}

/* Links */

a:link, a:active, a:visited, a:hover {
	color: #069;
	text-decoration: underline;
}

a.joblink:link, a.joblink:visited, a.joblink:active, a.joblink:hover {
	color: #000;
	font-weight: 400;
	text-decoration: underline;
}

a.teasernolink:link, a.teasernolink:visited, a.teasernolink:active, a.teasernolink:hover {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

/* Navigation */

#atillo {
	font-size:11px;
}

ul#sitemap li {
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 2px;
	width: 50px;
	margin-left: 0;
}

ul#sitemap li a:link, ul#sitemap li a:active, ul#sitemap li a:visited {
	color: #444;
	font-weight: 400;
	text-decoration: none;
}

ul#sitemap li a:hover {
	color: #444;
	font-weight: 400;
	text-decoration: underline;
}

#navigate-section {
	background-image: url(../img/menu/bg-section.png);
	font-size: 13px;
	font-weight: bold;
}

#navigate-section,
#navigate-subsection,
#navigate-subsubsection
{
	clear: both;
	width: 980px;
}

#navigate-subsection-l {
	background-image: url(../img/menu/nav-submenu-bg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	height: 22px;
	font-weight: bold;


}

#navigate-subsubsection-l {
	background-image: url(../img/menu/nav-subsubmenu-bg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	height: 20px;

}

#navigate-section li { 
	padding: 3px 6px 4px;
	list-style-type:none;
	margin-left:0; 
}

#navigate-subsection-l li {
	padding: 4px 0 0 7px;
	list-style-type:none;
	margin-left:0;
	font-weight: bold;

}

#navigate-subsubsection-l li {
	padding: 2px 0 0 7px;
	list-style-type:none;
	margin-left:0;
}

ul#navigate-section-cont-l,
#navigate-section li,
#navigate-subsection-l li,
#navigate-subsubsection-l li {
	float: left;
}

ul#navigate-section-cont-r {
	float: right;
}

ul#navigate-section-cont-l li {
	border-right: 1px solid #fff;
}

ul#navigate-section-cont-r li {
	border-left: 1px solid #fff;
	background-image: url(../img/menu/bg-section-info.png);
}

#navigate-section:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#navigate .section-news-active {
	background-image: url(../img/menu/bg-section-news.png);
}

#navigate-section .section-sport-active {
	background-image: url(../img/menu/bg-section-sport.png);
}

#navigate-section .section-os-active {
	background-image: url(../img/menu/bg-section-os.png);
}

#navigate-section .section-entert-active {
	background-image: url(../img/menu/bg-section-entert.png);
}

#navigate-section .section-more-active {
	background-image: url(../img/menu/bg-section-more.png);
}

#navigate-section .section-purple-active {
	background-image:url(../img/menu/bg-section-purple.png);
}

#navigate-section .section-info-active {
	background-image: url(../img/menu/bg-section-news.png);
}

ul#navigate-section-cont-l li a:link, ul#navigate-section-cont-l li a:active, ul#navigate-section-cont-l li a:visited, ul#navigate-section-cont-r li a:link, ul#navigate-section-cont-r li a:active, ul#navigate-section-cont-r li a:visited {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

ul#navigate-section-cont-l li a:hover, ul#navigate-section-cont-r li a:hover {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

ul#navigate-subsection-l li a:link, ul#navigate-subsection-l li a:active, ul#navigate-subsection-l li a:visited {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	font-weight: bold;
}

ul#navigate-subsection-l li a:hover {
	color: #000;
	font-weight: 400;
	text-decoration: underline;
	font-weight: bold;
}

ul#navigate-subsubsection-l li a:link, ul#navigate-subsubsection-l li a:active, ul#navigate-subsubsection-l li a:visited {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

ul#navigate-subsubsection-l li a:hover {
	color: #000;
	font-weight: 400;
	text-decoration: underline;
}

ul#navigate-subsection-l a.active:link, ul#navigate-subsection-l a.active:active, ul#navigate-subsection-l a.active:visited, ul#navigate-subsection-l a.active:hover {
	font-weight: 700;
}

/* Dividers and air */

.dv_7u {
	clear: both;
	display: block;
	padding: 0 0 7px;
}

.dv_15u {
	clear: both;
	display: block;
	padding: 0 0 15px;
}

.dv_3u {
	clear: both;
	display: block;
	padding: 0 0 3px;
}

.dv_5u {
	clear: both;
	display: block;
	padding: 0 0 5px;
}

.dv_5ou {
	clear: both;
	display: block;
	padding: 5px 0;
}

.dv_7o {
	clear: both;
	display: block;
	padding-top: 7px;
}

.dv_7ou {
	clear: both;
	display: block;
	padding: 7px 0;
}

div.hrWide7ou {
	background-color: #7ea6d9;
	clear: both;
	display: block;
	color: #7ea6d9;
	height: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

div.hr7u {
	background-color: #ccc;
	clear: both;
	color: #ccc;
	height: 1px;
	margin: 0 0 7px;
}

div.hr5ou {
	background-color: #ccc;
	clear: both;
	color: #ccc;
	height: 1px;
	margin: 7px 0;
}

div.hr hr {
	display: none;
}

div.hr7o,div.hr7ou,div.hr10ou {
	background-color: #ccc;
	clear: both;
	color: #ccc;
	display: block;
	height: 1px;
	margin: 10px 0;
}

hr {
	display: none;
}

/* Headers - text, teasers */

h1 {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 10px;
	margin-top: 7px;
	padding: 0;
}

h2 {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin: 0 0 10px;
	padding: 0;
}

h3 {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 15px;
}

h4 {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

h5 {
	color: #b7274b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

h6 {
	color: #0089cf;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}

.teaser-header-top {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 34px;
	margin: 5px 0 5px 0;
}

.teaser-header-middle {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
	margin: 3px 0 5px 0;
}

.teaser-header-small {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.teaser-header-link {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 3px;
}

.teaser-section {
	color: #b7274b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 0 2px 0;
	text-transform: uppercase; 
}

.teaser-section a:link, .teaser-section a:visited, .teaser-section a:active {
	color: #b7274b;
	font-weight: 400;
	text-decoration: none;
}

.teaser-section a:hover {
	color: #b7274b;
	text-decoration: underline;
}

.teaser-side-header {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.teaser-header-top a:link, .teaser-header-top a:visited, .teaser-header-top a:active, .teaser-header-middle a:link, .teaser-header-middle a:visited, .teaser-header-middle a:active, .teaser-header-small a:link, .teaser-header-small a:visited, .teaser-side-header a:active, .teaser-side-header a:link, .teaser-side-header a:visited, .teaser-side-header a:active {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.teaser-header-top a:hover, .teaser-header-middle a:hover, .teaser-header-small a:hover, .teaser-side-header a:hover {
	text-decoration: none;
}

.teaser-header-vignette {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 15px;
	padding: 2px 6px 2px;
	width: auto;
}

/* Text - articles, teasers */

.article-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	width: 150px;
}

.facts-box {
	background-color: #f1f1f1;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 8px;
}

.facts-header {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.facts-text, .map-intro {
	font-size: 11px;
	line-height: 14px;
}

.image-center {
	margin-bottom: 0px;
}

.image-left {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.image-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.image-text {
	margin-bottom: 15px;
	margin-top: 2px;
}

.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
}

.photo {
	color: #666;
	text-align: right;
}

.published {
	color: #666;
	margin-top: 5px;
}

.quote {
	float: left;
	margin-right: 5px;
}

.quotetext {
	font-size: 15px;
}

.related-link {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.teaser-side {
	clear: both;
	margin-bottom: 7px;
}

.teaser-side-section {
	font-size: 10px;
	text-transform: uppercase;
}

.teaser-side-section a:link, .teaser-side-section a:visited, .teaser-side-section a:active {
	color: #b7274b;
	font-weight: 400;
	text-decoration: none;
}

.teaser-side-section a:hover {
	text-decoration: underline;
}

.teaser-side-text {
	font-size: 11px;
	line-height: 14px;
}

.text, .teaser-text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
}

.text-mb5 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
}

.text-mtb5 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.time {
	color: #6a97d0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}
.RSS {
	color: #6a97d0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
}
.vignette {
	color: #b7274b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 2px;
	text-transform: uppercase;
}

/* Writer */

.writer-container {
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;
}

.writer-face, .writer-content {
	float: left;
	height: 40px;
	vertical-align: text-bottom;
	width: auto;
}

.writer-faceimage {
	padding-right: 10px;
}

.writer-info {
	margin-bottom: 2px;
}

.writer-text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}

/* Special typography */

.breadcrumb {
	line-height: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.color-red {
	color: #b7274b;
}

.floatright {
	float: right;
}

.footer-text {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
}

.formular {
	background-color: #f1f1f1;
	border: 1px inset;
	font-size: 13px;
	line-height: 16px;
	height: auto;
	margin: 2px 0 6px;
	overflow: visible;
	padding: 0;
	position: static;
	visibility: visible;
}

.justnu {
	background-color: #b7274b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 18px;
	margin-bottom: 15px;
	padding: 3px 6px 1px;
	width: 456px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.middle {
	vertical-align: middle;
}

.plate_ekonomi {
	background-color: #f1f1f1;
	clear: both;
	display: block;
	padding: 6px;
	width: 288px;
}

.plate_sport {
	background-color: #fdeeee;
	clear: both;
	display: block;
	padding: 6px;
	width: 288px;
}

/* Jobads, job section */

.jobb-header {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.jobb-link {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}

/* Jobads, teaser */

.job-container {
	background-color: #e3f3fe;
	margin-top: 1px;
	padding: 4px;
	width: 242px;
}

.job-link {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}

.job-text {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;
	padding: 2px 4px 3px;
	width: 234px;
}

/* Lists */

ul#nojeday {
	background-color: #eef7fd;
	background-image: url(../img/newslist-bg.png);
	background-repeat: no-repeat;
	height: 535px;
	overflow: auto;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 150px;
}
ul#newsday {
	background-color: #eef7fd;
	background-image: url(../img/newslist-bg.png);
	background-repeat: no-repeat;
	height: 450px;
	overflow: auto;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 150px;
}

ul#policeday {
	background-color: #eef7fd;
	background-image: url(../img/newslist-bg.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 150px;
}

ul#nojeday li, ul#newsday li, ul#policeday li, ul#read-day li, ul#read-week li {
	font-size: 12px;
	font-weight: 700;
	list-style-type: none;
	margin-left: 0;
	padding: 2px 6px 6px;
	width: 120px;
}

ul#nojeday li .time, ul#newsday li .time, ul#policeday li .time, ul#read-day li .time, ul#read-week li .time {
	color: #000;
}

ul#nojeday li .secktion, ul#newsday li .section {
	font-weight: 400;
}

ul#nojeday li .section a:link, ul#newsday li .section a:link, ul#newsday li .section a:visited, ul#newsday li .section a:active {
	color: #000;
	text-decoration: none;
}

ul#nojeday li .section a:hover, ul#newsday li .section a:hover {
	text-decoration: underline;
}

/* Webbfragan */

.webbfragan {
	margin: 0;
	background-color: #f1f1f1;
}

.wfbg {
	background-image: url(../images/wf-bg.png);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	height: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 150px;
}

.wfheader {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.wftext {
	font-size: 11px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* Article archive, Search */

#article-archive {
	width: 100%;
}

#result {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#result h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 3px;
}

.search-box {
	background-color: #eeeeee;
	border: 1px inset;
	font-size: 14px;
	line-height: 17px;
	height: 19px;
	margin: 2px 0 6px;
	padding: 0;
	width: 225px;
}

.search-button {
	font-size: 13px;
	height: 22px;
	width: 50px;
	margin: 2px 0 9px;
	vertical-align: middle;
}

.search-result-list col1 {
	width: 60px;
	margin-right: 10px;
	float: left;
}

.searchresult-text {
	font-size: 11px;
	line-height: 14px;
	margin-top: 3px
}

.searchresult-url {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #b7274b;
	font-size: 11px;
	line-height: 14px;
	margin-top: 3px;
}

.display {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}

.navigator {
	font-size: 12px;
	line-height: 15px;
}

a.BlackTxt:link, a.BlackTxt:visited, a.BlackTxt:active, a.BlackTxt:hover {
	color: #000;
	text-decoration: none;
}

/* Print friendly version */

#main-container-print {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 468px;
}

.info {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Coming teaser */

.coming-time {
	color: #666;
}

.coming-vignette {
	color: #666;
	margin: 10px 0 5px 0;
}

ul.coming {
	margin-left: 20px;
}

ul.coming li {
	color: #666;
	font-size: 12px;
	margin: 5px 0 5px 0;
	list-style-image: url(../images/coming_square.png);
	vertical-align: middle;
	list-style-position: outside;
}

/* Link input */

.link-input {
	background-color: #f1f1f1;
	border: 1px inset;
	font-size: 13px;
	line-height: 16px;
	height: auto;
	margin: 2px 0 6px;
	overflow: visible;
	padding: 0;
	position: static;
	visibility: visible;
	width: 400px;
}

/* Tip teaser */

.tip-container {
	clear: both;
	margin: 5px 0 5px 0;
	width: auto;
}

.tip-text {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 2px 0;
}

/* Text ads */

.textad-vignette {
	margin-bottom: 1px;
	width: 250px;
}

.textad {
	padding: 3px;
	margin-bottom: 1px;
	width: 244px;
}

.textad-text {
	background-color: #fff;
	padding: 2px 5px 3px 5px;
	width: 234px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}

.textad-text a:link, .textad-text a:active, .textad-text a:visited {
	color: #000;
	text-decoration: none;
}

.textad-text a:hover {
	color: #000;
	text-decoration: underline;
}

.textad-company {
	color: #fff;
	padding: 2px 5px 0 5px;
	width: 234px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
}

/* Maps */
.map
{
  clear: both;
  margin-bottom: 10px;
}

.map-find-coord label
{
  display: block;
  font-weight: bold;
}

.map-input
{
  display: block;
  margin-bottom: 10px;
}

.map-find-coord fieldset
{
  display: block;
}

.map-coord-type
{
  float: left;
  background-color: #f1f1f1;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 3px;
}

.map-filter-1
{
  clear: both;
}

.map-filter-2
{
  clear: both;
}

.map-from-date
{
  float: left;
}

.map-button
{
	margin-left: 15px;
	float: left;
}

.map-adlink {
	margin-top: 5px;
}

.map-marker-info {
	width: 150px;
	padding-bottom: 20px;
}

.map-header {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin: 5px 0 5px 0;
}

.map-section_breadcrumb {
	background-position: center;
	float: left;
	margin-right: 10px;
}

.map-section_breadcrumb_cont {
	clear: both;
	margin-bottom: 10px;
}

