﻿
	/*
	 *		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 --- */
		
		.newsDate {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		8px;
			font-style:		italic;
			color:			#666666;
		}
		
		.newsHeader{
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		10px;
			font-weight:	bold;
			padding-bottom: 1px;
			cursor:			pointer;
		}
		
		.newsHeaderSelected {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		10px;
			font-weight:	bold;
			color:			#a0410d;
			padding-bottom: 1px;
			cursor:			pointer;
		}
		
		.newsBody {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		9px;
			padding-bottom: 6px;
			margin-bottom:	10px;
		}
		
		.newsBodyReplace {
			height:			10px;
		}
		
		#NewsReadDate {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		8px;
			font-style:		italic;
			float:			right;
			padding-top:	1px;
		}
		
		#NewsReadHeader {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		11px;
			font-weight:	bold;
			border-bottom:	dotted 1px #CCCCCC;
		}
		
		#NewsReadBody {
			margin-top:		4px;
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		10px;
		}
		
		#NewsReadAuther {
			font-family:	Verdana, Arial, Helvetica, sans-serif;
			font-size:		9px;
			color:			Gray;
			border-top:		dotted 1px #CCCCCC;
			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  --- */
	
		.Bold
		{
			font-weight: bold;
		}

		.Title
		{
			font-weight: bold;
			font-size: 18px;
			color: #cc3300;
		}
		
		.Code
		{
			border: #8b4513 1px solid;
			padding-right: 5px;
			padding-left: 5px;
			color: #000066;
			font-family: 'Courier New' , Monospace;
			background-color: #ff9933;
		}
	