/**
 * TORGET {
 */
.classifieds_list,
.classifieds_edit,
.classifieds_view {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.classifieds_list .filter {
	float: left;
	width: 100%;
	font-size: 90%;
	line-height: normal;
	border-bottom: solid 1px #ccc;	
}

.classifieds_list .filter ul {
	margin: 0;
	padding: 10px 0px 0;
	list-style: none;
}

.classifieds_list .filter li {
	float: left;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;	
	border-top: solid 1px #ccc;	
	margin: 0px 3px;
	padding: 3px;
	background-color: #f7f7f7;
}

.classifieds_list .filter a {
	float: left;
	text-decoration: none;
	color: #888;
	font-weight: bold;	
}
.classifieds_list .filter a {float:none;}

.classifieds_list .filter a:hover {
	color: #333;
}



.classifieds_edit h2,
.classifieds_view h2,
.classifieds_list h2 {
	position: relative;
	width: 100%;
	background-color: #aaa;
	margin: 5px 0 5px 0;
	font-size: 140%;
}

.classifieds_list h2 {
	margin-top: 25px;
}

.classifieds_list h2 span,
.classifieds_edit h2 span,
.classifieds_view h2 span {
	white-space: nowrap;
	position: relative;
	color: #aaa;
	margin: -4px 0px -2px 50px;
	padding: 0px 12px;
	height: 100%;
	background-color: #fff;
}

.classifieds_list h5 {
	margin: 3px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

.classifieds_list table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.classifieds_list table tr th {
	border-bottom: solid 1px #000;
	text-align: left;
	padding: 0 2px;
}

.classifieds_list table tr td {
	text-align: left;
	vertical-align: top;
	padding: 4px 2px;	
}

.classifieds_list table tr.odd td {
	background-color: #fff;
}

.classifieds_list table tr.even td {
	background-color: #f5f5f5;
}

.classifieds_list table tr td h4 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.classifieds_list table a img {
	border: 0;
}

.classifieds_list table td.photos {
	width: 3%;
}

.classifieds_list table td.headline {
	width: 67%;
}

.classifieds_list table td.headline div {
}

.classifieds_list table td.price {
	text-align: right;
	white-space: nowrap;
	width: 10%;	
	padding-right: 30px;
}

.classifieds_list table td.contact {
	width: 20%;
}

.classifieds_edit .object_removed {
	margin: 8px 0 4px 0;
	padding: 0;
	font-weight: bold;
	color: #f00;
}

.classifieds_edit .process_phases {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.classifieds_edit .process_phases li {
	float: left;
	width: 142px; 
	background: #fee; 
	border: solid 1px #c77;
	margin: 0 4px 0 0;
	padding: 6px;
	text-align: center;
	font-size: 10px;
}

* html .classifieds_edit .process_phases li {
	width: 156px;
	background: #fcc; 
	border: solid 1px #c77;	
}

.classifieds_edit .process_phases li.active {
	font-weight: bold;
	border: solid 1px #933;	
	background: #e99;
}

.classifieds_edit table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
}

.classifieds_edit table tr th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 140px;
}

.classifieds_edit table tr td {
	text-align: left;
	vertical-align: top;
	width: 316px;
}

.classifieds_edit table .error th {
	color: #bb0000;
}

.classifieds_edit table td .textfield {
	width: 316px;
}

.classifieds_edit table td .contentarea {

}

.classifieds_edit table td .price {
	width: 60px;
}

.classifieds_edit table td .price_unit {
	width: 100px;
}

.classifieds_edit table td .zipcode {
	width: 60px;
}

.classifieds_edit table td .city {
	width: 150px;
}

.classifieds_edit .buttons {
	padding-top: 10px;
}

.classifieds_edit .instructions {
	padding: 3px 0; 
	color: #555;
}

.classifieds_edit .button {
	border: solid 1px #000;
	background-color: #bb0000;
	color: #fff;
}

.classifieds_edit table .error td .textfield {
	border: solid 1px #bb0000;
	background-color: #eee;
}

.classifieds_view table {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.classifieds_view table th, 
.classifieds_view table td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

.classifieds_view ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.classifieds_view ul img {
	max-width: 100%;
}

.classifieds_cat_list  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.classifieds_cat_list li a {
	text-decoration: none;
}

.classifieds_create {
	text-decoration: none;
}

.classifieds_list_latest  {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.classifieds_list_latest li {
	padding: 2px 0;
	clear: both;
}

.classifieds_list_latest li img {
	float: right;
	/*width: 40%;*/
	/*max-height: 60px;*/
}

.classifieds_list_latest li div {
	float: left;
	width: 56%;	
}

.classifieds_list_latest li p {
	margin: 0;
	padding: 0;
}

.classifieds_list_latest li a {
	text-decoration: none;
}

.classifieds_list_latest li h4 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/**
 * } TORGET
 */
 
 /**
 * FORUM {
 */
div.forum_main
{
	background: #fff;
	/*border: dashed 1px #777;*/
	padding: 5px 0;
	margin: 1px;
	color: #000;
}

div.forum_header
{
	position: relative;
}

div.forum_thread
{
	position: relative;
	background: #f7f7f7;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	font-size: 12px;
	border-top: solid 1px #000;
}

div.forum_thread a
{
	text-decoration: none;
	color: #000;
}

div.forum_message
{
	position: relative;
	background: #f7f7f7;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	font-size: 12px;
	/*border-top: solid 1px #bbb;*/
	color: #000;
}

.debug div.forum_message_odd,
.debug div.forum_message_header_odd
{
	background: #fff;
}

.debug div.forum_message_even,
.debug div.forum_message_header_even
{
	background: #e7e7e7;
}



div.forum_message_odd
{
	background: #fee;
}

div.forum_message_even
{
	background: #f7f7f7;
}

/* if only IE would this it's thing right... */
div.forum_message:hover {
 color: #000;
}

div.forum_message_header
{
	border-top: solid 1px #aaa;
	position: relative;
	margin: 0px 0px;
	padding: 4px;
	font-size: 12px;
}

div.forum_message_header_even
{
	background-color: #f7f7f7;
}

div.forum_message_header_odd
{
	background-color: #fee;
}

div.forum_message_header div
{
	position: relative;
}
	
div.forum_button_link a
{
	text-decoration: none;
	color: #666;
	padding-right: 10px;
}

.forum_date
{
	position: relative;
	color: #737573;
	font-size: 10px;
}

div.forum_message .forum_user
{
	padding-top: 10px;
	font-weight: bold;
	color: #737573;
}

div.forum_button_link
{
	position: relative;
	letter-spacing: -1;
	font-size: 10px;
}

div.forum_button_link img
{
	vertical-align: top;
	border: 0;
}

div.forum_item
{
	position: relative;
	padding: 5px 0px;
	border-bottom: solid 1px #000;
}

div.forum_control
{
	position: relative;
}

table.forum_new_message {
	width: 100%;
	font-size: 100%;
}

.forum_new_message h3 {
	font-size: 110%;
}

.forum_new_message h3 div {
	font-size: 120%;
	color: #555;	
}

.forum_new_message tr td, 
.forum_new_message tr th {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}

.forum_new_message tr th {
	padding-top: 4px;
}

.forum_new_message tr th.error {
	color: #f00;
}

table.forum_new_message input {
	width: 100%;
}

table.forum_new_message textarea {
	width: 100%;
}

*:first-child+html table.forum_new_message input,
*:first-child+html table.forum_new_message textarea,
* html table.forum_new_message input,
* html table.forum_new_message textarea {
	width: 98%;
}


.forum_box_message_header a
{
	text-decoration: none;
	color: #666;
}
/**
 * } FORUM
 */

/**
 * BANNERS {
 */
.banners a img {
	border: 0px;
}
/**
 * } BANNERS
 */ 
 
/**
 * UPLOADER {
 */
.uploader {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.uploader form {
	margin: 0;
	padding: 0;
}

.uploader #iframe {
	position: relative;
	width: 100%;
	height: 30px;
}

.uploader iframe {
	position: relative;
	border-width: 0px;
	height: 30px;
	width: 100%;
	overflow: hidden;
}

.uploader iframe.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.uploader #upload_message {
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;
	border: dashed 1px #88f;
	color: #000;
	background-color: #ddf;
	margin: 3px 0;
}

#upload_files {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#upload_files a img {
	border: 0;
}

#upload_files a {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
	float: left;
	overflow: hidden;
}

#upload_files a:hover {
	border-color: red;
}

#upload_files img.load {
	margin: 36px;
}
/**
 * } UPLOADER
 */
 
/**
 * PHONEBOOK {
 */
.phonebook_list {
}

.phonebook_list table {
	border-collapse: collapse; 
	margin: 0;
	width: 80%;
	font-size: 90%;
}

.phonebook_list table td {
	padding: 0 3px;
	margin: 0;
}

.phonebook_list table .yellow_pages_category td {
	font-weight: bold;
	background-color: #ff9;	
	padding: 10 0px;
	font-size: 12px;
}

.phonebook_list tr.yellow_pages_category span {
	color: #fff;
	background: #000;
	padding: 10px;
	font-size: 14px;
	margin-right: 10px;
}

.phonebook_list table td .heading {
	font-size: 130%;
}

.phonebook_list table td .heading2 {
	letter-spacing: 2px;
}

.phonebook_list table td .bold {
	font-weight: bold;
}

.phonebook_list table td .italic {
	font-style: italic;
}

.phonebook_list table .box_top td { 
	border-top: solid 1px #000; 
	padding-top: 3px; 
}

.phonebook_list table td.info { 
	width: 70%;
}	

.phonebook_list table td.number { 
	text-align: right;
	width: 30%;	
}	

.phonebook_list table .box_middle td.info { 
	border-left: solid 1px #000; 
	padding-left: 3px; 
}

.phonebook_list table .box_middle td.number { 
	border-right: solid 1px #000; 
	padding-right: 3px; 
}	

.phonebook_list table .box_bottom td { 
	border-bottom: solid 1px #000; 
	padding-bottom: 3px; 
}

.phonebook_list table .group_top td { 
	padding-top: 5px; 
}	

.phonebook_list table .group_bottom td { 
	padding-bottom: 5px; 
}	

/**
 * } PHONEBOOK
 */
 
/**
 * CALENDAR (Date Listing) {
 */
.calendar_date_list {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar_date_list li {
}

.calendar_date_list li h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.calendar_date_list li h2 a {
	text-decoration: none;
	color: #000;
}

.calendar_date_list li h2 a:hover {
	text-decoration: underline;
	color: red;
}

.calendar_date_list li .occurrence {
	margin: 0;
}
/**
 * } CALENDAR (Date Listing)
 */
 /**
 * CALENDAR (Listing) {
 */
.calendar_list {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar_list li {
}

.calendar_list li h2 {
	font-size: 110%;
	text-decoration: underline;
	margin: 8px 0;
	padding: 0;
}

.calendar_list li h3 {
	font-size: 100%;
	margin: 2px 0;
	padding: 0;
}

.calendar_list li h3 a {
	text-decoration: none;
	color: #000;
}

.calendar_list li h3 a:hover {
	text-decoration: underline;
	color: red;
}

.calendar_list li .occurrence {
	margin: 0;
}
/**
 * } CALENDAR (Listing)
 */
 
 /**
 * CALENDAR (Event view) {
 */
.calendar_event {
	color: #000;
	list-item: none;
	margin: 0;
	padding: 0;
}

.calendar_event h1 {
	font-size: 140%;
	margin: 0;
	padding: 0;
}

.calendar_event .occurrence {
	font-size: 100%;
	margin: 0;
}

.calendar_event .description {
	font-size: 100%;
	margin: 0;
}

.calendar_event .control {
	font-size: 100%;
	margin: 8px 0;
}

.calendar_event .control a {
	text-decoration: none;
	color: #000;
}

.calendar_event .control a:hover {
	text-decoration: underline;
	color: red;
}

.calendar_event .control a img {
	border: 0;
}
/**
 * } CALENDAR (Event view)
 */
 
h1.calendar_list_header
{
	font-size: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
    padding-bottom: 0px;

}

.calendar_list_headline 
{
	text-decoration: none;
	color: #000;
}

.calendar_list_headline a
{
	text-decoration: none;
	color: #000;
}

.calendar_list_headline a:hover
{
	text-decoration: underline;
}

.calendar_list_date
{
	color: #929292;
	margin-bottom: 4px;
}

.calendar_headline 
{
	
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.calendar_headline a
{
	text-decoration: none;
	color: #000;

}

.calendar_headline a:hover
{
	text-decoration: underline;
}


/* Nytt */

.calendar_month_mark{
	background-color: #BABABA;
	font-size: xx-small;
	border: solid 1px #DEDEDE;
}

a.calendar_month_link{
	color: #FFFFFF;
	text-decoration: none;
}


.calendar_month_today{
	background-color: #EAEAEA;
	font-weight:bold;
	font-size: xx-small;
}
.calendar_month_day{
	font-size: xx-small;
}

.calendar_month_head, .calendar_month_week_head{
	color: #000000;
	font-size: xx-small;
}
.calendar_month_head{
	padding-left: 5px;
	padding-right: 5px;
}

.calendar_month_head a.calendar_month_link {
	color: #000000;
}
.calendar_month_head a.calendar_month_link:hover {
	color: red;
}

.calendar_month_week_head{
	font-weight: bold;
	font-size: xx-small;
	padding-top: 5px;
	padding-bottom: 5px;
}
.calendar_month{
	text-align: center;
	
}

.calendar_main{
	width: 100%;
	sbackground: orange;
}

/* Sitemap */

ul.sitemap {
	padding: 0 4px;
}
ul.sitemap li {
	padding: 2 0px;
}


/**
 * ICENTER {
 */
.article_minor {
	position: relative;
	width: 100%;
	font-family: verdana, arial, tahoma;
}

.article_minor .image_box {
	float: left;
	margin-right: 8px;
}

.article_minor .image_box a img {
	border: 1px solid #898989;
}


.article_minor .image_box a {
}

.article_minor h3 {
	font-size: 128%;
	line-height: 16px;
	font-weight: bold;
	padding: 2 0 4 0px;
	margin: 0px;
	font-family: arial, verdana, tahoma;	
}

.article_minor a {
	text-decoration: none;
	text-align: right;
}

.article_minor a img {
	border: 0;
	vertical-align: bottom;
}

.article_minor .news_summary {
	margin: 0;
	padding: 0;
}

.article_minor .news_time {
}

.news_category {
	text-transform: uppercase;
	color: #999999;
}

.article_minor_break {
	clear: both; 
	height: 1px; 
	width: 100%; 
	border: 0; 
	color: #ccc; 
	background-color: #ccc;
}

.article_minor .photographer_minor_article {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #888888;
}


/**
 * } ICENTER
 */
 
 
 /**
 * RSS IMPORT {
 */
 .rss_list  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rss_list li h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.rss_list li h3.with_desc {
	font-weight: bold;
}

.rss_list li p {
	margin: 2px 0;
}

.rss_list li {
	margin-bottom: 3px;
}

.rss_list li a {
	text-decoration: none;
} 
/**
 * } RSS IMPORT
 */
 
 /**
 * SENDLINK {
 */
.sendlink_form {
}

.sendlink_form h2 {
	font-size: 140%;
	margin: 2px 0;
	padding: 0;
	color: #555;
}

.sendlink_form .link_label {
	padding: 2px;
	background-color: #eee;
	font-weight: bold;
}

.sendlink_form .link {
	padding: 2px;
	background-color: #eee;
	font-weight: normal;	
}

.sendlink_form table {
	width: 100%;
}

.sendlink_form table td.error {
	color: red;
}

.sendlink_form table td input,
.sendlink_form table td textarea {
	width: 100%;
}
/**
 * } SENDLINK
 */ 
 
 /**
 * CONTENT REPORTER {
 */
.contentreporter-form {
	width: 100%;
}

.contentreporter h3 {
	font-size: 110%;
}

.contentreporter h3 div {
	font-size: 120%;
	color: #555;	
}

.contentreporter-form tr td, 
.contentreporter-form tr th {
	text-align: left;
	font-weight: normal;
}

.contentreporter-form tr th {
	padding-top: 4px;
}

.contentreporter-form tr th.error {
	color: #f00;
}

table.contentreporter-form input
{
	width: 100%;
}

table.contentreporter-form textarea {
	width: 100%;
}
/**
 * } CONTENT REPORTER
 */ 
 
/**
 * SEARCH {
 */
#search_advanced {
	background-color: #f5f5f5;
	border: solid 1px #aaa;
	width: 100%;
}

#search_advanced div#inner {
	padding: 5px 10px;
}

#search_advanced div table td {
	background-color: #f5f5f5;
}

#search_advanced div #query {
	width: 400px;
}

#search_advanced div span {
	font-weight: bold;
}

#search_advanced div p {
	clear: both;
	text-align: right;
	margin: 0;
}

 
.search_list {
	width: 100%;
}

.search_list .navigation {
	margin: 16px 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}

.search_list .navigation a {
	font-weight: bold;
}

.search_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search_list ul li h3 {
	font-size: 110%;
	margin: 2px 0;
	padding: 0;
}

.search_list ul li p {
	padding: 0;
	margin: 1px 0;
}

.search_list ul li {
	padding-bottom: 2px;
}

.search_list em
{
	background: yellow;
	font-weight: bold;
	font-style: normal;
}
/**
 * } SEARCH
 */ 
 
 /**
  * JOBS {
  */
 .jobs a:hover {
 	color: #3874dc;
 } 
 /**
  * } JOBS
  */ 

/**
 * RANKING {
 */
.ranking {
	width: 100%;
}
 
.ranking .headline {
 	text-align: left;
}

.ranking .score {
 	text-align: right;
 	padding-left: 10px;
 	vertical-align: top;
} 
/**
 * } RANKING
 */ 