﻿/*****************************************************
        CSS for other stylings
*****************************************************/
h1
{
}

h2
{
}

h3
{
}


.LoadingMessageDiscreet2
{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 80px;
    background-color: Transparent; /* border: groove 10px #f2f2f2; */
    text-align: left;
    font-size: x-small;
    color: Black;
    z-index: 99999;
}

.LoadingMessageDiscreet
{
    color: Black;
    z-index: 99999;
    display: inline;
    margin-right: 20px;
}

.PopupEditPanel
{
    background-color: White;
    width: 700px;
    height: 500px;
    overflow: auto;
    padding: 20px 20px 20px 20px;
    border-color: #012D58;
    border-style: solid;
    border-width: 5px;
    color: Black;
}
.PopupEditPanelOnTop
{
     z-index:10004 !important;
     background-color: White !important;
     border: solid 1px black;
}
.BG
{
    filter: alpha(opacity=70);
    background-color: gray;
}





/*****************************************************
        Main CSS Sheet for layout
*****************************************************/
#maincontainer
{
    margin-top: 10px;
    margin-bottom: 15px;
    width: 950px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: Transparent;
    padding: 0px;
}
body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    background-color: #414141; /*    background-image: url('gradient.png');
    background-position: left center;
    background-attachment: fixed;
    background-repeat: repeat-y;*/
    color:Black;
    
    scrollbar-arrow-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #c9c9c9;
    scrollbar-highlight-color: #f2f2f2;
    scrollbar-track-color: #666666;
}

b
{
}
em
{
    color: red;
}

#topsection
{
    height: 150px; /*Height of top section*/
    border: 1px solid White;
    border: none;
    border-top: none;
    background-color: #414141;
    background-image: url('Header.png');
    background-position: left;
}


#topsection h1
{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}

#contentwrapper
{
    margin-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    float: left;
    width: 770px;
    background: #c9c9c9;
    /*min-height: 400px;*/
    /*padding-bottom: 50px;*/
    z-index: 2;
    border: solid 1px White;
    border: none;
}



#contentcolumn
{
    margin: 0 0 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
    
}

#leftcolumn
{
    z-index: 9999;
    float: left;
    width: 180px; /*Width of left column*/
    top: 0px;
    margin-top: 10px;
    background-color: Transparent; /* Main container is color for LHMenu */
}

#rightcolumn
{
    float: left;
    width: 0; /*Width of right column*/
    margin-left: -0px; /*Set left marginto -(RightColumnWidth)*/
    background-color: Transparent;
    height: 100%;
}

#footer
{
    clear: left;
    width: 745px;
    margin-left: 200px;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    color:White;
}

#footer a
{
    color: #FFFF80;
}

.innertube
{
    margin: 0px 5px 0px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    z-index: 4;
}

/* Links */
a:link, a:visited, a:active, a:visited
{
    color: Black;
    text-decoration: none;
}

a:hover
{
    color: #336600;
    text-decoration: none;
}




/* Holly Hack for IE \*/
* html .sidebarmenu ul li
{
    float: left;
    height: 1%;
}
* html .sidebarmenu ul li a
{
    height: 1%;
}
/* End */



