﻿body
{
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 0 50px 0;
	font-family: arial, Helvetica, sans-serif;
}
#Container
{
    position: absolute;
    width: 1000px;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    padding-bottom: 50px;
}
#Logo
{
    position: absolute;
    top: 10px;
    left: 0px;
    height: 64px;
    width: 100%;
    background-image: url(Images/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#Date
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: right;
    width: 100%;
    color: #55625b;
}
#NavPanel
{
    position: absolute;
    width: 190px;
    top: 90px;
    left: 0px;
}
#NavPanel ul
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#NavPanel li
{
    border-bottom: dotted 1px #167899;
    padding: 2px 0 2px 0;
    margin: 0 0 0 0;
    list-style: none none outside;
    font-size: 0.9em;
}
#NavPanel a
{
    color: #55625b;
    text-decoration: none;
    font-weight: bold;
}
#NavPanel a:hover
{
    padding: 0 0 0 10px;
    color: #26a9e0;
}
#ContentArea
{
    position: absolute;
    width: 800px;
    left: 200px;
    top: 90px;
}
#StatusBarContainer
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    padding: 0 0 4px 0;
}
#StatusBar
{
    margin: 0 20px 0 20px;
    padding: 2px 4px 4px 4px;
    z-index: 100;
    background-image: url(images/background_statusbar.png);
    background-repeat: repeat;
    background-position: center top;
    border-top: dotted 1px gray;
    border-left: dotted 1px gray;
    border-right: dotted 1px gray;
}
    
.admin_bg{
       background-image:url(../images/adm_bg.jpg);
	   background-repeat:no-repeat;
	   width:449px;
	   height:304px;
	   vertical-align:middle;
	   
}

.main_headline{
     font-family:verdana;
	 font-size:11px;
	 font-weight:bold;
	 text-decoration: underline;
	 color:  #333333;
     
}

.error_text1{
      font-family:tahoma;
	  font-size:9px;
	  font-style:normal;
	  font-weight:bold;
	  text-decoration:none;
	  color: #FF0000;
}

.innertextbox1 {
	BORDER-RIGHT:#70B7EB 1px solid ;
	BORDER-TOP:  #70B7EB 1px solid ;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px; 
	BORDER-LEFT:  #70B7EB 1px solid ;
	WIDTH: 200px; 
	BORDER-BOTTOM: #70B7EB 1px solid ;
	FONT-FAMILY: Verdana;
	HEIGHT: 20px;
	TEXT-DECORATION: none ;
	background-color: #FFFFFF;
	azimuth:center-left;
}

.user_textt{
font-family:Helvetica;
font-size:13px;
font-style:normal;
text-decoration:none;
font-weight:bold;
color:#565555;
}

.enable_on a
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

.enable_on a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration:underline;
}

.enable_off a
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.enable_off a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}