.AlreadyExists
{
    color:Red;
}
/* Tabs*/
.Tabs
{
    border-bottom: 1px solid #688b9a;
}
.Tab
{
    border-top: 1px solid #688b9a;
    border-left: 1px solid #688b9a;
    border-right: 1px solid #688b9a;
    border-bottom: 1px solid #688b9a;
    margin-left: 5px;
    margin-top:-1px;
    position:relative;
    top:1px;
}
.SelectedTab
{
    border-top: 1px solid #688b9a;
    border-left: 1px solid #688b9a;
    border-right: 1px solid #688b9a;
    border-bottom: 1px solid white;  
    position:relative;
    margin-left: 5px;
    top:1px;  
}
a.Tab
{
    text-decoration:none;
    padding:5px 8px 0px 8px;
    font-weight:bold;
    color:#555;
}

a.SelectedTab
{
    text-decoration:none;
    padding:5px 8px 0px 8px;
    font-weight:bold;
    
}

/* Custom class needed by the flash plugin */
.mce_plugin_flash {
	border: 1px dotted #cc0000;
	background-image: url(../jscripts/tiny_mce/plugins/flash/images/flash.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}
body
{
	background-color:#eee;
	font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;

}
.maincontent
{
	background:#ffffff;	
	border: solid 1px #c0c0c0;
	float: left;
	width:700px; 
    LEFT: 50%;
    MARGIN: 0px 0px 20px -350px;
    POSITION: relative
}

.top
{
	height:120px;width: 700px; float: left; margin:0;background:#e6e6fa;
	text-align:center;
}

.menu
{
	height:30;width: 700px; float: left; margin:0;background:#ccccff;
}
.contentbody
{
	width: 500px; float: left; margin:0;background:#ffffff;
}
.contentleft
{
	width:198px; float: left; margin:0; background:#fff;
	border-left:1px solid #688B9A;
	margin-top:20px
}

h1, .rubrik1
{
	font-size: 1.8em;
	color: #444444;
	line-height:1.1em;
	
}
h2, .rubrik2
{
	font-size: 1.5em;
	color: #444444;
}
.rubrik3
{
	font-size: 1.2em;
	color: #444444;
}
.text
{
	font-size: 0.90144em;
	line-height: 1.3em;
	color: #444444;
	margin: 20px 20px 10px 20px
}
.text table tr td
{
	font-size: 0.90144em;
	line-height: 1.3em;
	color: #444444;
	margin: 20px 20px 10px 20px
}
.normal
{
	font-size: 0.90144em;
	line-height: 1.3em;
	color: #444444;
}
.listheading
{
	font-weight:bold;
	text-decoration:none;
}
.listitem
{
	margin-top:10px;
	font-size: 0.90144em;
	line-height: 1.3em;
}
.listText
{
	
	text-decoration:none;
}
.imgList
{
	border:0px
}
.textleft
{
	font-size: 0.80144em;
	line-height: 1.3em;
	color: #444444;
	margin: 0px 10px 10px 20px	
}
.adresstext
{
	font-weight:bold;
	font-size: 1.00144em;
	line-height: 1.1268em;
	color: #444444;	
}
a.menuitem
{
	text-decoration:none;
	color:#444444;		
}
ul.menuitems
{
	list-style: none;
	margin: 0;
	padding:0 0 0 10px;
}
ul.menuitems li {
    float: left;
    height: 20px;
    color:White;
    font-size: 0.90144em;
	font-weight:bold;
	margin: 5px 2px 5px 4px;
	padding: 2px 10px 0px 10px
}

.selected
{
	background-color:#e6e6fa;
}
a
{
	color: #444444;
}
.header td {font-weight:bold;}
.footer td {font-style:italic;}


.divover {
    margin: 2 2px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width: 85px;
	display:block;
 }