﻿
	/*
	 *		Common css file for all Webtemplates
	 *	----------------------------------------------
	 *
	 *		 !!! DO NOT ALTER THIS CLASSES !!!
	 *		This will alter all template pagages
	 *	 Alter the class in the pakage main css file.
	 *
	 *	----------------------------------------------
	 *	 Author:	Thomas Atterberg
	 *	 Version:	1.0.0
	 *	----------------------------------------------
	 *	 History:	Created: 2006-06-13
	 *
	 *
	 *	----------------------------------------------
	 */



	/* --- ID's and linked classes --- */

		/* The in page edit bottom right hand corner */
		#quickadminedit{
			position: absolute; 
			right: 3px; 
			bottom: 3px;
		}

	
	/* --- None linked Classes --- */


		/* The in page editor none adminview classes */
		.onlineEdit {
			border: 1px dotted #DDDDDD;
			padding: 2px; 
			cursor:crosshair;
		}
		
		.onlineEdit:hover {
			color: #333333;
			border: 1px dotted #DD0000;
		}
		
		/* he in page editor adminview classes */
		.quickEdit{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color:#000000;
			text-decoration: none;
		}
		
		
		/* Common classes I like, selfish, sälj fisk? */
		
		.size9 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
		}
		
		
		.size10 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
		
		
	/* --- Component classes --- */
		
		.newsSpot 
		{
			float: left;
			clear: both;
			padding: 0 0 8px 0; 
			width: 100%; 
			border-bottom: solid 1px #01abe6;
		}
		
		.newsDate {
			font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:		15px;
			color:			#898989;
			padding:		1px 0 0 5px;
			float:			left;
		}
		
		.newsHeader{
			font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:		16px;
			color:			#898989;
			font-weight:	normal;
			padding-top: 5px;
			padding-bottom: 1px;
			cursor:			pointer;
			float:			left;
		}
		
		.newsHeaderNoLink {
			font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:		16px;
			color:			#898989;
			font-weight:	normal;
			padding-top: 5px;
			padding-bottom: 1px;
			float:			left;
		}
		
		.newsHeaderSelected {
			font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:		16px;
			font-weight:	bold;
			color:			#FFF;
			padding-bottom: 1px;
			cursor:			pointer;
		}
		
		.newsBody {
			font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:		14px;
			padding:		5px 0 0 2px;
			padding-bottom: 2px;
			margin-bottom:	10px;
			clear:			both;
		}
		
		.newsLink 
		{
			text-align: right;
			padding: 6px 0;
		}
		
		.newsBodyReplace {
			height:			10px;
		}
		
		#NewsReadDate {
			font-family:	Tahoma,Verdana, Arial, Helvetica, sans-serif;
			font-size:		8px;
			font-style:		italic;
			float:			right;
			padding-top:	1px;
		}
		
		#NewsReadHeader {
			font-family:	Tahoma,Verdana, Arial, Helvetica, sans-serif;
			font-size:		16px;
			font-weight:	bold;
		}
		
		#NewsReadBody {
			margin-top:		4px;
			font-family:	Tahoma,Verdana, Arial, Helvetica, sans-serif;
			font-size:		14px;
		}
		
		#NewsReadAuther {
			font-family:	Tahoma,Verdana, Arial, Helvetica, sans-serif;
			font-size:		9px;
			color:			#FFF;
			margin-top:		25px;
			padding-top:	1px;
			text-align:		right;
		}
		
		
		
	/* --- FCKeditor classes --- */
	/* --- To make this classes visible inside the editor they needs to be copied to the  --- */
	
		@import url("../textstyles.css");
		
		
		
		