﻿body 
{
    background-color: #ddd; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 14px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}

#llsContainer {
	text-align: left ;
	margin: 0 auto;
	min-height: 1600px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #15043f;
	border-right: 1px solid #15043f;
	border-left: 1px solid #15043f;
	border-top: 1px solid #15043f;
}
#llsHeader 
{
   font-size:  x-small;
	background-color: #3B5998 !important;
	color: White !important;
    text-transform: none;
}
#llsContent 
{
    min-height: 1500px;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
#progress {
    background-color: navy;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
    z-index: 100;
}
.llsMenu
{
    background-color: #3B5998 !important;
    text-transform: none;
    margin: 0px -1px -1px 0px;
}
.llsLevel
{
    color: White !important;
    background-color: #3B5998 !important;
    text-transform: none;
    margin: 0px 0px 5px 2px;
    padding: 2px 3px 2px 2px;
    height: 25;
    font-weight: bold;
    font-size: 10pt;
    z-index: 999;
}
.llsLevel2
{
    background-color: #ddd !important;
    text-transform: none;
    border-color: #3B5998;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin: 0px 0px 0px 0px;
    padding: 2px 15px 2px 2px;
    height: 25;
    font-weight: bold;
    font-size: 10pt;
    z-index: 999;
}
.llsHoverstyle
{
    background-color: #8080FF !important;
    color: White !important;
}
.llsSelectedmenu
{
    background-color: #8080FF !important;
    color: Orange !important;
}
.greybox
{
                background-color: #f7f7f7;
                border: 1px solid #cccccc;
                color: #333333;
                padding: 5px;
                font-size: 12px;
                font-weight: bold;
}

.bluebox
{
                background-color: #eceff6;
                border: 1px solid #d4dae8;
                color: #333333;
                padding: 5px;
                font-size: 12px;
                font-weight: bold;
}
.dbbox
{
                background-color: #336699 ;
                border: 1px solid #330099;
                color: #ffffff;
                padding: 3px;
                font-size: 11px;
                font-weight: normal;
}
.infobox
{
                background-color: #fff9d7;
                border: 1px solid #e2c822;
                color: #333333;
                padding: 5px;
                font-size: 12px;
                font-weight: bold;
}
.errorbox 
{
                background-color: #ffebe8;
                border: 1px solid #dd3c10;
                color: #333333;
                padding: 5px;
                font-size: 12px;
                font-weight: bold;
}

.llsBut 
{
    font-size: small;
    font-weight: bold;
    color: Navy !important;
}
.llsBut:hover
{
    color: White !important;
}
.llsBut2
{
    font-size: small;
    font-weight: bold;
    color: Navy !important;
    background-color: #eee !important;
}
.llsBut2:hover
{
    color: White !important;
    background-color: #8080FF !important;
}
.linka 
{
    color: White !important;
    text-transform: uppercase !important;
}
.linka:hover
{
    background-color: #8080FF !important;
    color: White !important;
    text-transform: lowercase !important;
}
.fbtab
{
                padding: 4px;
                background-color: #d8dfea;
                color: #3b5998;
                font-weight: bold;
                float: left;
                margin-right: 2px;
                text-decoration: none;
}
.fbtab:hover
{
                background-color: #3b5998;
                color: #ffffff;
                cursor: hand;
}
.shortText 
{
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}