body {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #f3f3f3;
	line-height: normal;
	background-image: url(../images/bg.gif);
	background-position: top center;
}

a {
	color: #27607d;
}

.body-wrapper {
	margin: 0 auto;
	width: 1250px;
	position: relative;
}

.banner-column {
	width: 250px;
	position: absolute;
	top: 8px;
	left: 1000px;
}

.banner-column div {
	margin-bottom: 18px;
}

.banner-column div div {
	margin-bottom: 0;
}

.body {
	float: left;
	padding: 0 12px;
	width: 980px;
	background-color: white;
	background-image: url(../images/body-bg.gif);
}

.top-wrapper {
	position: relative;	
}

.main-wrapper {
	position: relative;
	padding: 0 8px 19px;
}

.clear-floats {
	clear: both;
}

/************* Cufón **************/

em, i {
	font-style: italic;
}

strong, b, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/************* Top of page *************/

.top {
	padding: 7px 8px 0;
}

.topmenu {
	background-image: url(../images/topmenu/background.gif);
	background-repeat: repeat-x;
	height: 78px;
	padding-top: 40px;
}

.topmenu ul {
	list-style: none;
}

.topmenu ul li {
	float: left;
	text-transform: uppercase;
}

.topmenu ul li a {
	display: block;
	color: #004d6b;
	padding: 5px 24px;
	text-decoration: none;
	font-size: 16px;
}

.topmenu .selected .topmenu-item-left {
	background-image: url(../images/topmenu/selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

.topmenu .selected .topmenu-item-right {
	background-image: url(../images/topmenu/selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
}

.topmenu-item-start.selected .topmenu-item-left {
	background-image: none;
}

.topmenu .selected {
	background-color: #CCC;
	background-image: url(../images/topmenu/selected-middle.gif);
	background-repeat: repeat-x;
}

.topmenu .selected a {
	padding-top: 21px;
	padding-bottom: 3px;
	color: #FFF;
	font-weight: bold;
}

.topmenu .logo {
	position: absolute;
	left: 890px;
	top: 5px;
	width: 95px;
	height: 120px;
}

.top-background-image {
	position: absolute;
	top: 145px;
	width: 980px;
	height: 416px;
	background-position: top center;
	background-repeat: no-repeat;
}

.top-markup {
	position: relative;
	margin-top: 20px;
}

#scroller {
	width: 740px;
	height: 471px;
	margin: auto;
}

/************  dividers ***************/
.middle-divider {
	border-top: 1px solid #e9e9e9;
	margin-top: 10px;
	margin-bottom: 25px;	
}

/************* Page footer *************/

.footer {
	background-color: #f1f1f1;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 50px 52px 0;
	width: 898px;
	height: 70px;
	color: #606060;
	line-height: 2;
}

.footer a {
	color: #606060;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/************* Columns *****************/

table.columns td {
	vertical-align: top;
}

table.columns .column {
	overflow: hidden;
}

.two-columns, .two-columns-menu-left {
	width: 964px;
}

.two-columns-1 {
	width: 715px;
	padding-right: 32px;
}

.two-columns-2 {
	width: 217px;
}

.two-columns-menu-left-1 {
	width: 217px;
	padding-right: 32px;
}

.two-columns-menu-left-2 {
	width: 715px;	
}

.inner-two-columns-1 {
	width: 341px;
	padding-right: 32px;
}

.inner-two-columns-2 {
	width: 341px;
}

.inner-right-menu-left-1 {
	width: 466px;
	padding-right: 32px;
}

.inner-right-menu-left-2 {
	width: 217px
}

.inner-content-two-columns-1 {
	width: 466px;
	padding-right: 32px;
}

.inner-content-two-columns-2 {
	width: 217px;
}

.inner-three-columns-1, .inner-three-columns-2 {
	width: 217px;
	padding-right: 32px;
}

.inner-three-columns-3 {
	width: 217px;
}

/************** Felmeddelanden ***************/

.error {
	padding: 10px;
	background-color: #fcc;
	color: #d00;
	border: 1px solid #d00;
	margin: 10px 0;
}

.error li {
	margin-left: 20px;
}

.error-page-content {
	margin: 100px auto 250px auto;
	width: 450px;
	font-size: 12px;
}

.error-page-content h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase; 
}

/************** EPG ***************/

.epg {
	color: #242424;
}

.epg td {
	vertical-align: top;
	width: 217px;
	padding-left: 32px;
}
.epg tr.bottom-row td {
	padding-top: 54px;	
}

.epg td.leftmost {
	padding-left: 0;
}

.epg h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase; 
}

.epg .today h2 {
	color: #27607d;
}

.epg .top-entry {
	margin-bottom: 16px;
}

.epg img {
	display: block;
	padding-bottom: 4px;
}

.epg .time {
	font-size: 10px;
}

.epg h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 1px;
}

.epg .related {
	padding-top: 7px;
}

.epg .related li {
	padding-top: 2px;
}

.epg .entries {
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	list-style-type: none;
	color: #4d4d4d;
}

.epg .entries li {
	cursor: pointer;
	padding-top: 2px;
}

.epg .passed {
	color: #c7c7c7;
}

.epg .open {
	color: #4d4d4d;
	font-weight: bold;
}

.epg .showing {
	color: #27607d;
	font-weight: bold;
}

.epg .url {
	display: none;
}

.epg .description {
	padding-left: 33px;
	font-weight: normal;
	color: #4d4d4d;
}

.mini-epg {
	padding-left: 8px;
}

.sitelet .mini-epg h3 {
	position: relative;
	left: -1px;
	margin-bottom: 4px;
}

.mini-epg p {
	margin-bottom: 10px;
}

.mini-epg ul {
	list-style: none;
}

.mini-epg li {
	cursor: pointer;
	margin-top: 5px;
}

.mini-epg .with-name {
	margin-top: 10px;
}

.mini-epg li.first {
	margin-top: 0;
}

.mini-epg .open {
	font-weight: bold;
}

.mini-epg .url,
.mini-epg .name {
	display: none;
}

.mini-epg .description {
	padding-left: 20px;
	font-weight: normal;
	color: #4d4d4d;
}

/************** Program A-Ö ***************/

.atillo h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.atillo h2.not-first {
	margin-top: 33px;
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
	padding-top: 27px;
}

.atillo h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.atillo img {
	display: block;
	padding: 4px 0;
}

.atillo h3 a,
.atillo .oneliner a {
	color: black;
	text-decoration: none;
}

/*************** Relaterade länkar ****************/

.related {
	font-size: 11px;
	list-style-type: none;
}

.related .header {
	font-weight: bold;
}

.article-related-links {
	font-size: 11px;
}

/*************** Programsidor ****************/

.program-menu {
	list-style: none;
	background-image: url("../images/programmenu/background.gif");
	background-repeat: repeat-x;
	background-color: #ebebeb;
}

.program-menu a {
	text-transform: uppercase;
	display: block;
	color: #004d6b;
	text-decoration: none;
	font-size: 15px;
	padding: 6px 8px;
}

.program-menu .selected {
	background-image: url("../images/programmenu/selected.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #1D738D;
	display: block;
}

.program-menu .selected a {
	color: #FFF;
	font-weight: bold;
}

.program-menu-reflection {
	background-image: url("../images/programmenu/reflection.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
}

/************** Space sitelet ******************/

.sitelet-space {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 32px;
}

/************** Sitelet divider ******************/

.sitelet h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

.sitelet-divider {
	height: 53px;
	background-image: url(../images/sitelet/sitelet-divider-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/************** Kanal5play sitelets ***************/

.kanal5play-display-logo {
	text-align: center;
	padding: 0 5px 5px;
}

.kanal5play-display-link {
	padding-top: 10px;
}

/************** Blog Sitelet ***********/

.blog-sitelet .blog-sitelet-entry .text {
	margin-bottom: 5px;
}

.blog-sitelet-entry h3 a,
.blog-sitelet-entry .text a {
	color: black;
	text-decoration: none;
}

/************** Triplet ****************/

.triplet h2, .triplet h3 {
	text-transform: uppercase;
	margin: 0px;
}

.triplet h3 {
	color: #404040;
	font-weight: normal;
	font-size: 11px;
}

.triplet h2 {
	font-size: 14px;
	font-weight: bold;
}

.triplet-item-wrapper {
	padding-left: 72px;
	width: 252px;
}

.triplet-item-wrapper.leftmost {
	padding-left: 32px;
}

.triplet img {
	display: block;
	margin-bottom: 3px;
}

.triplet-header {
	margin-left: 33px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px; 		
}

.triplet-item-subheader a {
	color: #404040;
	text-decoration: none;
}

.triplet-item-header a {
	color: black;
	text-decoration: none;
}

/************** Play overlay ***************/

.play-overlay {
	background-image: url(../images/play-small.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	display: block;
}

.play-overlay.medium {
	background-image: url(../images/play-medium.png);
}

a:hover .play-overlay {
	opacity: 1.0;
}

/************** Article feed display ***************/

.article-feed-image-teaser {
	color: #242424;
}

.article-feed-image-teaser h3 {
	margin-top: 2px;
	font-size: 15px;
}

.article-feed-medium h3 {
	font-size: 18px;
}

.article-feed-image-teaser img {
	display: block;
}

.article-feed-image-teaser .header-level-2 {
	margin-top: 4px;
	text-transform: uppercase;
	font-size: 10px;
}

.article-feed-medium .article-feed-image-teaser-related {
	padding-top: 12px;	
}

a.article-feed-image-teaser-related {
	margin-top: 6px;
}

.article-feed-3cols-item {
	margin-left: 32px;
	width: 217px;
}

.article-feed-3cols-item.leftmost {
	margin-left: 0;
}

a.article-feed-image-teaser-image {
	display: block;
	position: relative;
}

.article-feed-image-teaser .extra-link {
	font-weight: bold;	
}

h3.article-feed-topheader {
	font-size: 14px;	
	position: relative;
	margin-bottom: 20px;
}

.article-feed-compact {
	color: #242424;
}

.article-feed-compact .header-level-2 a {
	text-transform: uppercase;
	font-size: 10px;	
}

.article-feed-image-teaser .header-level-2 a,
.article-feed-image-teaser-header a,
.article-feed-image-teaser-ingress a,
.article-feed-compact .header-level-2 a,
.article-feed-compact h3 a,
.article-feed-compact-text a {
	color: #242424;
	text-decoration: none;
}

/************** Kommentarer ***************/

.commentable-comments {
	margin-top: 19px;
	background-image: url("../images/comments-divider.png");
	background-repeat: no-repeat;
	padding-top: 57px;
}

.comments {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	width: 418px;
}

.comments .author-field {
	background: transparent;
	border: none;
	font-size: 12px;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
}

.comment-send-wrapper input {
	float: right;
	color: #004D6B;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-image: url("../images/button-background.png");
	background-repeat: repeat-x;
	height: 26px;
	border: 1px solid #ddd;
}

.comments .submit-button[disabled] {
	color: #aca899; /* for FF (IE grays it out anyway) */
}

.comments textarea {
	background: transparent;
	border: none;
	resize: none;
	font-size: 12px;
}

.input-wrapper {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 1px;
	background: #fff;
}

.input-inner-wrapper {
	background-image: url("../images/input-background.png");
	background-repeat: repeat-x;
	padding: 2px 5px;
}

.input-bold {
	font-weight: bold;
}

.input-inner-wrapper textarea {
	margin: 0px 0;
	
}


#comment-form {
	margin-bottom: 35px;	
}
.comments .message-field {
	font-family: helvetica, arial, sans-serif;
	width: 100%;
	display: block;
	height: 164px;
}

.comment {
	padding: 10px 8px;
	margin-top: 1px;
	margin-bottom: 1px;
	position: relative;
}

.kommentaur-item-even {
	background-color: #f9f9f9;
}

.kommentaur-item-odd {
	background-color: #fff;
}

.comment-wrapper {
	border-bottom: 1px solid #e2e2e2;
}

.kommentaur-item-first {
	border-top: none;
}

.kommentaur-item-last {
	border-bottom: none;
}

.comment .fadeout {
	background-image: url(../images/fadeout.png);
	position: absolute;
	width: 15px;
	left: 133px;
}

.comment-even .fadeout {
	background-image: url(../images/fadeout-grey.png);
}

.comment .author {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.comment .time {
	position: absolute;
	left: 161px;
	font-weight: normal;
	font-size: 11px;
}

.comment .report {
	position: absolute;
	width: 180px;
	right: 0px;
	font-weight: bold;
	color: #666;
	text-align: right;
  	font-size: 11px;
}

.comment .report button {
	color: #666;
	text-decoration: none;
	border: none;
	background: transparent;
  	padding: 0px;
  	margin: 0px 5px 0px 0px;
  	cursor: pointer;
  	font-weight: bold;
	font-size: 11px;
}

.comment .report button:hover {
	color: #d00;
}

.comment .message {
	display: block;
	margin-top: 7px;
	overflow: hidden;
}

.kommentaur-loadingmore {
	margin:	3px 3px;
	float: left;
}
a.kommentaur-loadmore {
	float: left;
	color: #0079AA;
	font-weight: bold;		
}
.kommentaur-loadedinfo {
  float: right;
}

.comment-more-wrapper {
  margin: 10px 0px;
}



.kommentaur-reply {
  margin: 15px 0px 10px 20px;
}

.kommentaur-reply-name {
  font-weight: bold;
}

.kommentaur-reply-message {
  margin-top: 8px;
}

.kommentaur-replied {
  font-size: 11px;
}

/*********** Sitelet containers **************/

.highlighted {
	border: 1px dotted #849F77;
	margin: -1px;	
}

.sitelets-admin-header-wrapper {
	border: 1px solid #849F77;
	border-bottom: none;	
	background-color: #D1EFC2;
}

.sitelets-admin-header {
	padding: 2px 3px;	
}

.article-admin-wrapper {
	background-color:#D1EFC2;
	border:1px solid #849F77;
	padding: 2px 4px;
	margin: 20px 0;
}

/************ Cache wrapper ************/
.cache-admin-controls {
	padding: 2px 3px;	
	background-color: #D1EFC2;	
	border: 1px solid #849F77;
}
.cache-admin-controls ul {
	list-style: none;
	margin: 0px;
}
.cache-admin-controls li {
	float: left;
}




/*************** Bloggar ****************/

.blog-categories {
	padding-left: 8px;
}

.blog-categories h3 {
	font-size: 14px;
	position: relative;
	left: -1px;
}

h3.blog-feed-topheader {
	font-size: 14px;	
	position: relative;
	margin-bottom: 20px;
}

.blog-categories ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 0 0;
}

.blog-categories .active {
	font-weight: bold;
}

.blog-entry {
	font-size: 12px;
}

.blog-entry h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 1px;
	text-transform: uppercase;
	color: #242424;
}

.blog-entry h2 a {
	color: #242424;
	text-decoration: none;
}

.blog-entry-content {
	margin-top: 15px;
}

.blog-entry-content p {
	margin-top: 15px;
}

.blog-entry .share {
	margin-top: 15px;
}

.blog-entry .comments-link {
	margin-top: 15px;
}

/*************** Artikel ****************/

.article-head {
	margin-left: 120px;
	margin-bottom: 30px;
	color: #242424;
}

.article-head a {
	color: #242424;
	text-decoration: none;
}

.article-head h1 {
	position: relative;
	top: 3px;
	font-size: 24px;
	text-transform: uppercase;
}

.article-head .header-level-2 {
	text-transform: uppercase;
	font-size: 13px;
}

.article-contents {
	font-size: 12px;
}

.article-contents p {
	margin-top: 15px;
}

.article-contents .ingress {
	margin: 0 0 15px;
	font-weight: bold;
}

.article-contents .share {
	margin-top: 15px;
}

.share-addthis {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #F0F0F0;	
}

.share-facebooklike {
	float: left;	
	padding-left: 10px;
	
}

.article-sitelet-box {
	margin-top: 35px;
}

/*************** Bildspel ****************/

.image-gallery-display {
	width: 740px;
	height: 465px;
	margin: 0 0 32px 112px;
	overflow: hidden;
	position: relative;
}

.image-gallery-display .item {
	display: none;
}

.image-gallery-display .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.image-gallery-display .slide.out {
	z-index: 1;
}

.image-gallery-display .slide img {
	display: block;
}

.image-gallery-display .slide .info {
	width: 100%;
	margin-top: 3px;
	background-color: white;
	color: #242424;
}

.image-gallery-display .slide .info .header {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	top: 3px;
}

.image-gallery-display .slide .info .description {
	font-size: 13px;
	text-transform: uppercase;
}

.image-gallery-display .nav {
	z-index: 2;
	position: absolute;
	top: 179px;
	left: 20px;
	cursor: pointer;
}

.image-gallery-display .nav.right {
	left: 662px;
}

.image-gallery-listing div {
	float: left;
	margin: 32px 0 0 32px;
	cursor: pointer;
}

.image-gallery-listing div.topmost {
	margin-top: 0;
}

.image-gallery-listing div.leftmost {
	margin-left: 0;
}

.image-gallery-listing img {
	display: block;
}


.page {
	margin-top: 32px;	
}

.page .navigation a {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	color: #000;
}

/**************** Videor ****************/

.video-embed,
.video-embedded
{
	line-height: 0;
	display: block;
	width: 450px;
	height: 253px;
}

/**************** NetDialog chatt ****************/

.netdialog-chat {
	font-size: 12px;
}

.netdialog-chat table {
	padding-bottom: 20px;
}

.netdialog-chat table td {
	vertical-align: bottom;
}

.netdialog-chat img {
	display: block;
	margin-right: 20px;
}

.netdialog-chat .space {
	height: 6px;
}

.netdialog-chat h3 {
	font-size: 18px;
	margin: 0;
}

.netdialog-chat .header-level-2 {
	font-weight: bold;
}

