﻿body
{
	font-size: small;
	font-family: Verdana;
	font-style: normal;
	background-color: #ffffff;

	margin: 0 auto;
}

html
{
    overflow-y: scroll;
}

img 
{
    border: 0;
}

#container  
{
	margin: 0px;
	
	background-color: #FFFFFF;
	min-width: 950px;
	height: auto;
	
}

#nav-bar
{
    background-color: #000000;
    padding: 5px;
    padding-left: 10px;
    
    color: #FFFFFF;
    font-weight: bold;
}

#nav-bar-control
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    
    right: 10px;
    top: 5px;
    
    color: #FFFFFF;   
}

#nav-bar-control a
{
    color: #FFFFFF;
}

#header
{
    position: relative;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 10px;

	margin: 0 auto;
	
	width: auto;
	height: 68px;
	color: #FFFFFF;
	font-weight: bold;
	
    background-image: url(/Images/Banner.gif);
    background-repeat: repeat-x;
}

#header-title-text
{
    position: absolute;
    left: 65px;
    top: 25px;
    font-size: large;
}

#header-title-text2
{
    position: absolute;
    left: 65px;
    top: 50px;
}

#header img
{
    position: relative;
    padding-top: 10px;
    padding-left: 5px;
}


#menu
{
    position: relative;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    
    margin: 0 auto;
    
    width: auto;
    height: auto;
    
    font-size: medium;
}

#header-content
{
    position: absolute;
    color: #FFFFFF;
    
    right: 20px;
    bottom: 10px;
}

#header-content a
{
    color: #FFFFFF;
}

#page_content
{
    padding: 5px;
    
    background-color: #FFFFFF;
}

#footer
{
    padding: 5px;
    margin: 0px 10px 0px 10px;
    
	width: auto;
	
	border-top: 1px dotted #888888;
	
	text-align: left;
    color: #000000;
}

/* MasterPage.Master - ddMenu */

.Menu-Layout
{
    border: solid 1px #DDDDDD;
    background-color: #FFFFFF;
    background-image: url(/Images/css-nav.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #000000;
    font-size: 15px;
}

.Menu-Layout a
{
    background-color: Transparent;
    background-image: none;
}

.Menu-Setting
{
    color: #CCCCCC;
}

.IE8Fix
{
    z-index: 100;
}

.tree-menu
{
    padding: 5px;
    
    float: left;
        
    width: 160px;

    background-color: #dddddd;
}

.tree-content
{
    margin-left: 10px;
    
    padding: 5px;
    
    float: left;
}