﻿

/*DataGridklasser*/
.pressdatagrid {}
.pressitemstyle { background-color:#ddd5bb; font-family:Verdana; font-size:9pt; color:#000000;}
.pressalterstyle {background-color:#ddd5bb;}
.pressheaderstyle { height:5px; background-color:#FFFFFF;}
.pressdate { color:Gray; font-family;Verdana Arial; font-size:8pt;}
.presstext { color:#000000; text-decoration:none; }
a:hover.presstext { text-decoration:underline; }

/* Tabellklasser */
.top {background-color:#FFFFFF; border-bottom:0px solid #A5A5A5;}
.toplogo {background-image:url('/images/portal/top_portal.jpg'); height:151px; background-repeat:no-repeat;}
.topmenu {background-color:#FFFFFF; border-bottom:1px solid #A5A5A5;}
.leftmenu {height: 100%; width:190px;  background-color:#FFFFFF;border-right:0px solid #FFFFFF;}
.rightmarket {width:180px;  background-color:#EDE4D1;border-left:1px solid #FFFFFF; padding-top:0px; text-align:center; border-top:0px solid #A5A5A5; border-right:0px solid #A5A5A5; vertical-align:top;}
.main {height: 100%; width:595px; background-color:#FFFFFF;}
.bottom {height: 50px; background-color:#D4C094;}
.maintopdistance {height: 0px; background-color:#EDE4D1; padding-top:5px;}
.mainbottomdistance {height: 0px; background-color:#EDE4D1;}
.content {height: 100%; width:500px; vertical-align:middle; background-color:#EDE4D1;}
.question  { font-family:Verdana; Color:#FFFFFF; font-size:8pt; font-weight:normal;}

.contenttopbar {WIDTH: 845px; HEIGHT: 20px; background-color:#5b787b}
.contenttexttable {padding: 0px;border-spacing: 0px;border-collapse: separate;empty-cells: hide;WIDTH: 100%; HEIGHT: 100%}
.contenttable {WIDTH: 845px; HEIGHT: 385px;padding: 0px;border-spacing: 0px;border-collapse: separate;empty-cells: hide; background-color:#ddd5bb;}
.contenttableborders {BORDER-RIGHT: #677b7d 3px solid; BORDER-TOP: #677b7d 3px solid; BORDER-LEFT: #677b7d 3px solid; BORDER-BOTTOM: #677b7d 3px solid;}
.contentimage { margin: 5px 10px 5px 5px;}

/* Fontklasser */
.contact { font-family:Arial; font-size:8pt; color:#000000; text-align:center; }
.newsitemdate  { font-family:Verdana; color:Maroon; font-size:8pt; font-weight:normal;}
a.mail { font-family:Verdana:Arial; font-size:9pt; color:#4A332D; text-align:center; text-decoration:none;}
a:hover.mail { font-family:Verdana:Arial; font-size:9pt; color:#FBF2BF; text-align:center; text-decoration:none;}
a.back { font-family:Verdana:Arial; font-size:8pt; color:#677b7d; text-align:center; text-decoration:none;}
a:back.mail { font-family:Verdana:Arial; font-size:9pt; color:#677b7d; text-align:center; text-decoration:none;}
a.visited {color:Black;}


/* ============================ Forum/Message Board Message Styles ====================================*/
/*Header of each message - i.e. date*/
.messageheader
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #BBBBBB 1px solid;
	font-family:.headline;
	font-size:9pt;
	font-weight:bold;
	height:19px;
	color:#999999;
	background-image:url(../../../AIM_utv/images/header_bg.gif);
}
/*Border and style of the author field*/
.messageauthor
{
	width:10%;
	text-align:center;
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
	background-color:#E9E9E9;
	border-left:solid #000000 1px;
	border-bottom:solid #000000 1px;
	border-right: solid #BBBBBB 1px;	
}

/*Borders on the Message Title Field*/
.messagetitleframe
{
	width:100%;
	background-color:#F7F7F7;
	border-right: solid #000000 1px;
	border-bottom: solid #BBBBBB 1px;
}
/*Style on Message Title Text*/
.messagetitletext
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}
/*MessageText Frames*/
.messagetextframe
{
	background-color:#FFFFFF;
	border-bottom:solid #000000 1px;
	border-right:solid #000000 1px;
}
/*Forum Message Text*/
.messagetext
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}
/*Space in the messageTextFrame*/
.messagetextemptyrow
{
	height:10px;	
}
/*Space between messages*/
.emptyrow
{
	height:3px;	
}
/*Message Input*/
.messageinputrow
{	
	vertical-align:top;
	height:10px;
	background-color:#F1F1F1;
}

