﻿body
{
	margin-left:0;
	margin-top:0;
	background-color:Black;	
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 386px;
	height: 342px;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px;
	background-color:Black;
}

#mycustomscrollTema {
	/* Typical fixed height and fixed width example */
	width: 386px;
	height: 382px;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px;
	background-color:Black;
}

#mycustomscrollsearch
{
	/* Typical fixed height and fixed width example */
	width: 386px;
	height: 342px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px;
	background-color:#292929;
}
.backgrundtrans 
{
	background-image:url(../images/background.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	_width:370px; /* fix for ie 6.0 */
	background-attachment:fixed;
}
.Headline
{
	font-family:Verdana;
	font-size:22px;	
	color:#696B85;	
	font-weight:bold;
	background-color:#d1d2e4;
	padding:5px;
	border-bottom:solid 1px #878787;
	border-right:solid 1px #878787;
}

.stdText
{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
}

.stdTextWhite
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

.HeadlineLogo
{
	font-family:Verdana;
	font-size:24px;	
	color:#333333;	
	font-weight:bold;
	background-color:#e7e6f1;
	border-bottom:solid 1px #878787;
	border-right:solid 1px #878787;
}

.menuHeadline
{
	background-color:#1C4F61;	
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;	
}

.item
{	
	float:left;
	width:136px;
	height:110px;
	border: solid 1px black;	
}

.item2
{
	float:left;	
	padding:5px;
}

.footer
{
	font-family:Verdana;
	font-size:10px;
	color:#cccccc;
	font-weight:plain;	
}

.searchResultTD
{
	padding-left:8px;
	padding-top:13px;
	border-right:solid 1px #E0E0E0;
}

.waiting
{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	
	margin-left:100px;
	margin-top:50px;
	position:absolute;
	background-color:#292929;
	text-align:center;
	
	width:200px;	
	height:100px;
	vertical-align:middle;
	padding-top:20px;
	border:1px solid white;
	z-index:100;
}

.alertParent
{	
	position:absolute;
}

.alert
{
	font-family:Verdana;
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	width:250px;	
	height:120px;
	vertical-align:middle;
	padding-top:20px;
	border:1px solid black;
}

.help_div
{	
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	width:300px;	
	height:238px;
	vertical-align:middle;	
	border:1px solid black;
}

.help_headline
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#821e00;
	font-size:11px;
	font-weight:bold;
	padding:3px;	
}

.help_body
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#211D1F;
	font-size:10px;
	vertical-align:top;
	text-align:left;		
	padding:5px;
}

.slideshow_div
{	
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	width:396px;	
	height:228px;
	vertical-align:middle;	
	border:1px solid black;
}

.slideshow_headline
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#821e00;
	font-size:11px;
	font-weight:bold;
	padding:3px;	
}

.slideshow_body
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#211D1F;
	font-size:10px;	
	padding:10px;	
}

.tip_div
{	
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	width:210px;	
	height:248px;
	vertical-align:top;	
	border:1px solid black;
	z-index:200;
}

.tip_headline
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#821e00;
	font-size:11px;
	font-weight:bold;
	padding:3px;	
}

.tip_body
{
	font-family:Verdana;	
	color:#ffffff;	
	background-color:#2B2B2B;
	font-size:10px;
	vertical-align:top;	
}

.tipTD
{
	font-family:Verdana;	
	color:#ffffff;		
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;	
}

.tipIndputField
{
	width:187px;	
	color:#2B2B2B;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #4F4F4F;
	border-bottom:1px solid #4F4F4F;
	background-color:#E4E2E2;
}

.tipFieldCombo
{
	width:190px;
	font-family:Verdana;
	font-size:10px;
	color:#2B2B2B;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #4F4F4F;
	border-bottom:1px solid #4F4F4F;
	background-color:#E4E2E2;
}

.tipTextArea
{
	width:187px;
	height:95px;	
	color:#2B2B2B;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #4F4F4F;
	border-bottom:1px solid #4F4F4F;
	background-color:#C0C0C0;
}

.tipBTN
{
	background-color:Transparent;
	border:0px;
	font-family:Verdana;	
	color:#ffffff;		
	font-size:10px;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}

.browserHawk
{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
}

.rightContentBackground
{
	background-image: url(../images/fmc_baggrund.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

.searchBoxBottom
{
	width:390px;
	height:18px;
	border-left:1px solid #b2b1b1;
	border-top:1px solid #b2b1b1;
	border-right:1px solid #393939;
	border-bottom:1px solid #393939;
	
	background-color:#9b9999;	
}

.pagingBox
{
	width:390px;
	height:20px;
	
	text-align:left;	
		
	border-left:1px solid #933C23;
	border-top:1px solid #ad7767;
	border-right:1px solid #350c00;
	border-bottom:1px solid #350c00;
	
	padding-left:5px;
	
	background-color:#821e00;
	
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;	
	font-weight:bold;
}

.tabBox
{
	width:390px;
	height:16px;
	
	text-align:left;	
		
	border-left:1px solid #b2b1b1;
	border-top:1px solid #b2b1b1;
	border-right:1px solid #393939;
	border-bottom:1px solid #393939;
	
	background-color:#9b9999;
	
	padding-left:5px;

	font-family:Verdana;
	font-size:10px;
	color:#ffffff;	
	font-weight:bold;
}

.closeBtn
{
	cursor:pointer;
	cursor:hand;	
}

.ContentPanels
{		
	vertical-align:top;	
}

.newsLastWeekHeadline
{	
	text-align:left;			
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;	
	font-weight:bold;
	padding-left:2px;
}

.newsHeadline
{
	text-align:left;			
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;	
	font-weight:bold;		
}

.newsDayBlock
{
	text-align:left;		
	vertical-align:middle;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;	
	font-weight:bold;	
	background-color:#821e00;
	height:20px;
	padding-left:5px;
	padding-right:5px;
}

.handsOn
{
	cursor:pointer;
	cursor:hand;	
}

.WeekButton
{
    background-color: transparent;
    text-decoration: none;
    border:0px;    
    cursor:hand;
    text-align:center;
    
    font-family:Verdana;
	font-size:10px;
	color:#ffffff;	
	font-weight:bold;
}
.paddingLeftSubNews
{
	padding-left:5px;
}
.paddingLeftTopSubNews
{
	padding-left:5px;
	padding-top:5px;
}
.paddingTopSubNews
{
	padding-top:5px;
}
.paddingBottomSubNews
{
	padding-bottom:5px;
}
.displaynone
{
	display:none;
}
.tdHeadLinePaddingRight
{
	padding-right:5px;
}
.tdHeadLinePaddingRightTop
{
	padding-right:5px;
	padding-top:5px;
}
.tdHeadLinePaddingTop
{
	padding-top:5px;
}
.listbox
{
	position:absolute;
	top:375px;
	left:629px;
	_left:623px; /* fix for ie 6.0 */
	width:187px;
	height:140px;
	overflow:hidden;
}
.ListStyle
{
	color:Black;
	font-family:Arial;
	font-size:9px;
}
.topbackgroundtd
{
	border-top:solid 5px #292929;
}
.bottombackgroundtd
{
	padding-top:17px;
	border-bottom:solid 5px #292929;
}
.background
{
	background-color:#292929;
	width:385px;	
}
