/* ---------------------------------------------------
	Css stiler for Aurora Portal
	Copyright 2005 (c) Opcon AS

	All rights reserved
   --------------------------------------------------- 
*/

@import url(TabControl.css);

@charset "UTF-8";

body, table {
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #213550;
}

a.globalmenu {
	text-decoration: none;
}

a.menu {
	text-decoration: none;
	font-weight: bold;
}

td.leftpane {
	padding-right: 10px;
}

td.middlepane {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}

td.rightpane {
	padding-left: 10px;
}

.Module-Headline {
	padding-left: 10px;
	color: #c9470A;
	font-weight: bold;
	font-size: 14px;
}

.CommandButton {
	color: green;
}
	
h1, .page-headline {
	color: #c9470A;
	font-weight: bold;
	font-size: 14px;
}

.menu-item, .menu-item-selected {
	padding: 10px;
	border-bottom: 1px dotted #cccccc;
}	
.menu-item-selected {
	background-color: #FFFFCC;
}

div.module-container {
	width: 100%;
}

img.thumbnail,
img.summary-thumbnail {
	margin: 5px;	
}

span.editFooter,
span.articleFooter {
	color: #999999;
}

table.formTable {}
.formField { width: 400px; }

.summary {
	font-weight: bold;
	color: #213550;
}

.mustField {
	color: Red;
}