﻿html, body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Verdana;
    color: #000000;
    background-color: #0F0E0E;
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-size: 12px;
    /*text-align: center;*/
}

html 
{
  overflow-y: scroll; height: 100%;
}


table
{ 
    margin-left: auto;
    margin-right: auto;
}

.main_table
{
    height: 100%;
    width: 100%;
    min-height: 800px;
    background-color: Transparent;
    margin-top: 20px;
}

.bannerTable {
    background-color: #bbbbbb;
    height: 167px;
}
.roundedcorners_table { width: 100%; padding-bottom: 30px;}

.mid {
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 20px;
    border: solid 1px #FFFFFF;
    opacity: 0.98;
    width: 960px;
   /* filter: alpha(opacity=98);
    border-radius: 1em;
    box-shadow: black 0.5em 0.5em 1em;*/
}
.roundedcorners  
{
    -moz-border-radius: 35px;
    border-radius: 35px;
    position: absolute;
}

.transBgContent1
{
    background-color: Transparent !important;
}

.transBgContent2
{
    background-color: Transparent;
}

.side-r, .side-l 
{ 
    /*width: 15%; */
    background-color: Transparent;
}



.banner-space-left {
    
}
.banner-right-space {
    width: 370px;
}


.wall {
    color: darkgreen;
}

.siteName {
    width: 100px;
    text-align: left;
    font-family: Arial;
    font-size: 2.1em;
    letter-spacing: 4px;
    font-weight: bold;
    color: #192F59;
    margin-top: -30px;



}

.menuH 
{
    text-align: center; 
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #163885;
}

.dynamicMenuStyle {border-top: solid 1px #ffffff; }

.dynamicMenuItemStyle, span .dynamicMenuItemStyle  
{
    font-size: 14px;
    font-family: Verdana;
    min-width: 100px;
    background-color: #163885;
    border-bottom: solid 1px #ffffff;
}

.dynamicMenuItemStyle a:link {
    display: block;
    padding: 5px 10px 0px 10px;
    color:  #ffffff;
    height: 26px;
    text-align: left; 
    vertical-align: middle;
}

.dynamicMenuItemStyle a:visited, .staticMenuItemStyle a:visited 
{
    color: #FFFFFF;
}

.staticMenuItemStyle, span .staticMenuItemStyle {
    font-size: 14px;
    font-family: Verdana;
    background-color: #163885;
    
}

.staticMenuItemStyle a:link {
    display: block;
    padding: 5px 20px 0px 20px;
    color:  #ffffff;
    height: 26px;
    text-align: center; 
    vertical-align: middle;
}

.staticMenuItemStyle a:hover, .dynamicMenuItemStyle a:hover
{
    background-color: darkgreen;
    
}

.staticSelectedStyle, .dynamicSelectedStyle {
    background-color: darkgreen;
}

/*Remove the background-color set when selected style applied to the home (or the first) page*/
a[href="javascript:__doPostBack('ctl00$MenuH','1')"] {
    background-color: #163885;
}


.staticMenuStyle {
    white-space: nowrap;
}

.container
{
    height: 100%;
    min-height: 550px;
    background-color: Transparent;

    
}

.content  
{
    vertical-align: top; 
    background-color: #ffffff;
}

.contentDiv  
{
    padding: 20px 60px 20px 60px; 
    text-align: left; 
    background-color: Transparent;
    color: #000000;
}

.buttons { min-width: 70px; }

#copyright
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    background-color: Transparent;
}
.copyright 
{
    font-family: Verdana;
    font-size: 10px;
    color: #fff;
    background-color: Transparent;
}

.align_center
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.changePassword
{
    text-align: center;
    margin: 10px auto 0 auto;
}

.align_left
{
    text-align: left;
}


.loginStatus
{
    text-align: center; width: 100%;
}


/*slideshow*/
#slideshow {
	position:relative;
	height:150px;
	width: 300px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	width: 300px;
	height: 150px;
}

#slideshow IMG.active 
{
    z-index:8;
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}




.imageOpaticy
{
    opacity: 0.30;
    filter: alpha(opacity=30); 
}




