﻿body {
	background-color: #808080;
	margin:0px 0px 0px 0px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 16px; color: Black; 
}

table.maintable
{
	margin-top: 10px;
	border-color: Black;
	border-width:1px;
	border-style: solid;
}
.storrubrik
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	line-height: 40px;
	color: #164781;
	font-weight:normal;
}

.rubrik
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height: 30px;
	color: Black;
	font-weight: bold;
}

.litenrubrik
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: Black;
	font-weight: bold;
}

.litentext
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 16px;
	color: Black;
}

.minirubrik
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 16px;
	color: Black;
	font-weight: bold;
}

td.rad
{
	background-color: #DEE3E7;
}

td.fetrad
{
	background-color: #EEF3F7;
	font-weight:bold;
}

.tableborder
{
	background-color: #FFFFFF; 
	border: 2px #206FA8 solid;

}

table.pageheader
{
	background-image: url(../images/master/headerv1.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 768px;
}
th {
	color: #333333; 
	font-size: 11px; 
	font-weight : bold;
	background-color: #EFEFEF; 
	height: 18px;
	text-indent : 2px;
}

th.thRubrik
{
	font-weight: bold; 
	border: #FFFFFF; 
	border-style: solid;
	border-width:0; 
	height: 18px;
	text-align: center;
}

td.tdmenu
{
	vertical-align: top;
	text-align: left;
	padding-top:10px;
	width: 150px;
}

td.tdsplitter
{
	vertical-align: middle;
	width: 2px;
	margin-top: 5px;
	background-color: Gray;
/*	margin-top: 4px;
	margin-right: 2px;
  height: 6px;
  background: #fff url(../images/vline.gif) repeat-y scroll top;*/

}

td.tdcontentholder
{
	vertical-align: top;
	text-align: left;
}

a, a:visited, a:link, a:active
{
	color: #3778B4;
	background-color: Transparent;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.mask
{
 background-image: url(../images/default/mask.gif);
 background-repeat:repeat;
 border-style:solid;
 border-width:1px;
 border-color:Red;

 position:absolute;
 top: 0px;
 left: 0px;
 width: 200px;
 height:200px;
 z-index: 2;
}
.uploadimage
{
	width: 530px;
	z-index:1;
}
IMG.bigFirstPageImage {
	float: left; 
	margin: 0px 10px 0px 0px; 
	height: 240px; 
	width: 320px;
	border: none;
	}

div.hr {
  height: 15px;
  background: #fff url(../images/default/hline.gif) repeat-x scroll left;

}
div.hr hr {
  display: none;
}
div.hrsmall 
{
	margin-top: 4px;
	margin-right: 2px;
  height: 6px;
  background: #fff url(../images/default/hline2.gif) repeat-x scroll left;

}
div.hrsmall hr {
  display: none;
}

img.galleryimage
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
border-color: Red;
border-width: 0px;
border-style:none;
}

        .dragHandle {
            width:16px;
            height:16px;
            border:thin outset white;
            background-image:url(../images/default/updown.gif);
        }
        
        .processing {
            background-color:yellow;
            color:black;  
            border:thin inset white;          
        }
        .itemArea{
            padding-left: 10px;
        }
        
        .reorderCue {
            background-color:red;
            border:thin dotted black;
            height:18px;                       
        }
        
        .noneLI {
            list-style:none;
        }