﻿html
{
    width: 100%; /* make the document 100% */
    height: 100%; /* make the document 100% */
    font-size: 100%; /* */
    
}

body 
{
    width: 100%; /* make the body 100% of the document */
    height: 98%; /* make the body 100% of the document */
    min-width: 320px; /* */
    padding: 0; /* */
    margin: 0; /* */
    font-family: Times New Roman; /* */
    font-weight: normal; /* */
    font-size: 1em; /* */
    /*-webkit-font-smoothing: antialiased; /* */
    /*-moz-font-smoothing: antialiased; /* */
    /*font-smoothing: antialiased; /* */
}

p
{
    margin: 0em; /* */
    padding: 0em 0em 1em 0em; /* */
}

a
{
}

#form1
{
    height: 100%; /* */
    width: 100%; /* */
}
#wrapper_div
{
    position: relative; /* */
    min-height: 100%; /* */
    /*background-color: red; /* */
}

/* ***** Header ***** */
#header_div
{
}

h1
{
    font-size: 3em; /* */
    margin: auto; /* */
    margin-bottom: 6px; /* */
    color: Black; /* */
}

/* ***** Main Menu ***** */
#mainMenu_div
{
}

#mainMenu_ul
{
    font-size: 1.2em; /* */
    margin: auto; /* */
    padding: 0px; /* */
    margin-bottom: 4px; /* */
    color: Black; /* */
}
#mainMenu_ul li
{
    margin: 0px 10px 0px 0px; /* */
    list-style: none; /* */
    display: inline; /* */
}
.subMenu
{
}

/* ***** Columns 1 and 2 ***** */
#columnWrapper_div
{
    width: 100%; /* */
    /*height: 100%; /* */
    /*padding-bottom: 5%;  /* */
    /*display:  inline-block; /* */
    overflow: hidden; /* Important to keep div from collapse when inner divs use float:; */
    /*background-color: green; /* */
    /*margin-bottom: 1.2em; /* */
}
#colCont
{
    /*display: table-row; /* */
}
#column1_div
{
    width: 24%; /* */
    height: 100%; /* */
    float: left; /* */
    overflow: hidden; /* */
    /*display: table-cell; /* */
}
#column2_div
{
    width: 69%; /* */
    height: 100%; /* */
    float: left; /* */
    overflow: hidden; /* */
    /*display: table-cell; /* */
}

/* ***** Main Content ***** */
#control_div
{
}
#controlList_ul
{
    margin: 0px; /* */
    padding: 0em 0em 1em 0em; /* */
}
#controlList_ul li
{
    margin-left: 20px; /* */
}

#info_div
{
}
#copyrightSpacer_div
{
    position: relative; /* */
    height: 1.6em; /* */
    /*padding-top: 1%; /* */
    padding-bottom: 0.4em; /* */
    /*margin-top: 2%; /* */
    /*background-color: yellow; /* */
}

#copyright_div
{
   position: absolute;
   bottom: 1%;
   /*margin-bottom: 1%; /* */
   /*margin-top: 1%;
   /* width:100%; /* */
   height: 1.4em; /* */
}

/* ***** xxxxxxxxxx ***** */
.div_widthCenter_std
{
    width: 96%; /* */
    text-align: center; /* */
}
.div_marginPadding_std
{
    margin: 1% 0% 0% 1%; /* */
    padding: 0.3% 1% 0.3% 1%; /* */
}

/* ***** Theme's ***** */
.colorTheme1BG1
{
    background-color: #4444ff; /* */
    background-image: url(/images/BlueDarkBG.png); /* */
    background-repeat: repeat-y; /* */
    background-size: 100%; /* css3 */

}
.colorTheme1BG2
{
    background-color: #7777ff; /* */
    
    background-image: url(/images/BlueLightBG.png); /* */
    background-repeat: repeat-y; /* */
    background-size: 100%; /* css3 */
    color: #eeeeff; /* */
}
.colorTheme1Border
{
    border-bottom: 1px solid #cc66ff; /* */
}


/* ***** Theme's ***** */
.colorTheme2BG1
{
    background-color: #4444ff; /* */
}
.colorTheme2BG2
{
    background-color: #6666ff; /* */
    color: #ccccff; /* */
}
.colorTheme2Border
{
    border-bottom: 1px solid #5500cc; /* */
}

/* ***** Theme's ***** */
.colorTheme3BG1
{
    background-color: #ff44ff; /* */
}
.colorTheme3BG2
{
    background-color: #ff66ff; /* */
    color: #ccccff; /* */
}
.colorTheme3Border
{
    border-bottom: 1px solid #cc00cc; /* */
}

/* ***** Theme's ***** */
.colorTheme4BG1
{
    background-color: #ff4444; /* */
}
.colorTheme4BG2
{
    background-color: #ff6666; /* */
    color: #ffcccc; /* */
}
.colorTheme4Border
{
    border-bottom: 1px solid #cccc00; /* */
}

/* ***** Theme's ***** */
.colorTheme5BG1
{
    background-color: #444444; /* */
}
.colorTheme5BG2
{
    background-color: #666666; /* */
    color: #cccccc; /* */
}
.colorTheme5Border
{
    border-bottom: 1px solid #ff0000; /* */
}
/* ***** Theme's ***** */
.colorTheme6BG1
{
    background-color: #33aa33; /* */
}
.colorTheme6BG2
{
    background-color: #66ff66; /* */
    color: #ccffcc; /* */
}
.colorTheme6Border
{
    border-bottom: 1px solid #cccc00; /* */
}



#table1
{
    clear: both;
   
}
#tr1
{
}
#td1
{
    width: 26%;
}
#td2
{
    width: 68%;
}
