html, body{
	height: 100%;
	text-align: center;
	font: 1em Tahoma;
	color: #000;
        margin:0;
	padding:0;
	direction:ltr;
}
img {
	display:block;
	border:none;
}
.fullHeight{
    height:100%;
}

.allContainer{
    height:100%;
    width:980px;
	margin:0 auto;
}

.menuContainer{
        width: 250px;
        height:100%;
        float:left;
        background-color:#fff;
        min-height: 100%;
	height: auto !important;
        margin-left:10px;
		position:relative;
    }


.logoContainer{
    width:250px;
    margin-top:30px;
    float:right;
}

.logoContainer img{
    border:none;
}

.menuDiv{
    float:left;
    width:100%;
}

.selectedLi{
    color:#fff;
    background-color:#000;
}

.menuUL{
    list-style:none inside none;
    width:inherit;
    text-align:left;
    width:90%;
    padding:0px 10px;
	margin:0px;
}

.menuUL li{
    padding-left:2px;
    font:normal 1.0em  Tahoma;
}


.menuUL li a{
    color:#bfbfbf;
    text-decoration:none;
}

.menuUL li:hover{
    color:#fff;
    background-color:#999;
}


.menuUL li a:hover{
    color:#fff;
    text-decoration:none;
}

.menuUL li:hover a{
    color:#fff;
    text-decoration:none;
    background-color:#999;
}

.textContainer{
    width: 600px;
    height: 100%;
    float:left;
    background-color:#fff;
    min-height: 100%;
    margin-left:20px;
    overflow:hidden;
   position: relative;
}

.emptyDiv{
    width:100%;
    height:79px;
}

.textContent{    
    overflow:hidden;    
     color:#818180;
     font:normal 0.8em Tahoma;
     width:565px;
     height:400px; 
     text-align:left;
	 padding:0 0 0 35px;
	 background:#fff;
}
.textContent p{ 
	margin:0;
	padding:0;
}
.divScroller{
    float:left;
    height:100%;
    width:20px;
    background-color:blue;
}

.languageBar{
    width:100%;
    height:32px;
}

.flagImg{
    width:32px;
    height:32px;
    border:none;
    float:left;
    margin-left:15px;
}

.divVScrollerBar{
    float:right;
}

.notActiveImg{
    opacity:0.4;
    filter:alpha(opacity=40);
}

.customScrollerContent{
    width:100%;
}
.background
{
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.tbl-form input.txt {
	width:180px;
	border:solid 1px #666;
}
.tbl-form textarea.txt {
	width:180px;
	border:solid 1px #666;
	height:60px;
	overflow:auto;
	font-family:Tahoma;
}
.tbl-form input.submit {
	background:#000;
	color:#fff;
	border:none;
	width:100px;
}
.footer {
	color:#999;
}
.footer a{
	color:#999;
}
