﻿.FrontMainTable
{
    width:1044px;
}

.sideSpacer
{
    width:10px;
}

.topRow
{
    /*height:75px;   */
    background-image:url(../Graphics/BG_TopFrame.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.topRow img
{
    border:0;
}

.topMiddle
{
    background-image:url(../Graphics/BG_Sides.png);
    background-position:left top;
    background-repeat:repeat-y;
}

.bottom
{
    height:40px;
    background-image:url(../Graphics/bunn-ramme.png);
    background-position:left top;
    background-repeat:no-repeat;
}

.tbFrontListItems
{
    width:300px;
    vertical-align:top;
}

.tbFrontListItems img
{
    border-width:0px;
}

/*	Artikkelliste
------------------------------------------------------------------------------------------------ */
#box {
	clear: both;
	padding: 0;
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	vertical-align:top;
	position:relative;
	left:0px;
}
#box ul {
	list-style-type:none;
	list-style-image:none;
	margin: 0;
	padding:0;
	display: inline-block;
}

#box ul li {
	background-image: url(../graphics/front-bullet.png);
	padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 .5em;

}
.lastPublished li a {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
#box ul li a:hover {
	color: Gray;
}

#box.lastPublished 
{
	float: right;
}


/* DevExpress menu on frontpage */
.topMenuDevX
{
	height:40px;
	margin-top:45px;
    
}
.topMenuDevX a
{
	text-decoration:none;
    
}

.topMenuDevXTop
{
	border:0;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:15pt;
	padding:10 30 10 30;
	
    height:40px;
    
   background-image: url(../Graphics/frontbuttons.png);
    background-repeat:no-repeat;
   background-position:center;
}
.topMenuDevXSub
{
	background-color:#fff;
	font-weight:bold;
	padding:5px;
	border:0;
	
}
