﻿
	body
	{
		<!--[if lt IE 7]>
		behavior: url("./System/Templates/_style/csshover.htc");
		<![endif]-->
	}
	
	.systemEditControl 
	{
		border-bottom: solid 2px #333;
		padding: 2px;
		background-color: #CCCCCC;
	}
	
	.normalTable {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
	}
	
	.toolbarText {
		font-weight: bold;
	}
	
	.newsListEditToolbar 
	{
		padding: 1px 1px 3px 1px;
		border-bottom: solid 1px #FFCC00;	
		margin: 0 0 3px 0;
	}

/*	*** Dessa är flyttade till sitens css ***	*/
	.editPanel 
	{
		border: dotted 1px #ccc; 
		min-height: 12px;
		padding: 5px;
	}
		
	.editPanel:hover
	{
		border: dotted 1px #996600; 
	}

	
	.staticEditFrame
	{
		min-height: 12px;
		padding: 1px;
		border: dotted 1px green; 
	}
	
	.fixedTextHeader {
		color: #00FF33;
		font-weight: bold;
	}
	
	.fixedTextEditPanel {
		border: dotted 1px #00FF33;
		padding: 2px;
	}
	
	.textHidden 
	{
		font-style: italic;
		color: #ccc; 
	}
	
	.errorHeader {
		color: #888; 
		font-weight: bold 
	}
	
	.newsListHeader {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.newsListDate,
	.newsListAuthor {
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
	}