﻿body 
{
	margin:0px;
	padding:0px;
	background-image:url(../grafik/background.jpg);
	background-repeat:repeat-x;
	background-color:#BBDAF9;	
	scrollbar-face-color:#6592E3;
    scrollbar-highlight-color:#BBDAF9;
    scrollbar-3dlight-color:#6592E3;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#BBDAF9;
    scrollbar-arrow-color:#BBDAF9;
    scrollbar-track-color:#6592E3;
    font-family:Arial;
}

hr
{
    height:1px;
    border: solid 1px #AFD2F8;
    color:#AFD2F8;
}


.mainFrame
{
    position:absolute;
    width:990px;
    left:50%;
    margin-left:-495px;
    background-image:url(../grafik/mainFrameback.jpg);
	background-repeat:repeat-y;
}

.header
{
    position:relative;
    padding:0px;
    width:990px;
    height:376px;    
    background-image:url(../grafik/header.jpg);
	background-repeat:no-repeat;
}

.menu
{
    position:relative;
    width:990px;
    height:35px;    
    background-image:url(../grafik/menubar.jpg);
	background-repeat:no-repeat;
}

.content
{
    position:relative;
    width:990px;
}

.footer
{
    position:relative;
    width:990px;
    height:240px;    
    background-image:url(../grafik/footer.jpg);
	background-repeat:no-repeat;
}

.leftPane
{
    position:relative;
    width:162px;
    padding:20px;
    height:988px;
    background-image:url(../grafik/leftPaneBack.jpg);
	background-repeat:repeat-x;
	background-color:#AFD2F8;
	color:#fff;
	font-size:13px;
}

.leftPane a
{
    font-size:13px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

.contentMain
{
    position:relative;
    width:747px;
    padding:20px;
    background-image:url(../grafik/contentBack.jpg);
	background-repeat:no-repeat;
	background-color:#F8F9FD;
	font-size:12px;
}

.contentMain a
{
    color:#243489;
    text-decoration:none;
}

.contentMain a:hover
{
    text-decoration:underline;
}

.imageHeader
{
    margin:0px;
    padding:0px;
    border:none 0px #fff;
}

.StaticMenuItemStyle
{
    border-right: solid 1px white;
}

.tb100 
{   background-color:#fff !important; 
    border: solid 1px black !important;
    font-size:11px;
}

.buttons
{
    border: solid 1px black;
    font-size:11px;
}

.killBtn
{
    border: solid 1px black;
    background-color:#ff0000;
    color:White;
    font-size:9px;    
}

.textbox300 {border-width:1px;
            border-style:solid;
            border-color:#000000;
 	        font-family: Arial; font-size:9pt;width:300px;
 	        background-color:#fff !important;
}

.textbox300Multi {border-width:1px;
            border-style:solid;
            border-color:#000000;
 	        font-family: Arial; font-size:9pt;width:300px;height:100px;
 	        background-color:#fff !important;
}

.divFooter input
{
    background-color:#243489;  
    color:#FFFFFF;     
}

.divHeadSmall
{
	color:#FFFFFF;
	font-family: Arial;
    font-size:10pt;
	font-weight:bold;
    background-color:#243489;
}

.watermarker
{
    background-color:#000066;  
    color:#FFFFFF;     
    font-size:10pt;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
 	font-family: Arial;
 	width:300px;
}

.watermarkerMulti
{
    background-color:#000066;  
    color:#FFFFFF;     
    font-size:10pt;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
 	font-family: Arial;
 	width:300px;
 	height:100px;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

