﻿/* ------------------------ Start Master styles ---------------------------*/

/* section elements default styles starts */
*
{
    margin: 0px;
    padding: 0px;
}
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #6c2482;
}

/*style for the main master template*/
div.center
{
    left: 50%;
    width: 950px;
    height: 100%;
    margin-left: -475px;
    position: absolute;
}
div.wrapper
{
    width: 950px;
    position: relative;
    background-color: #6C2482;
    border: solid 5px #6C2482;
}
div.header
{
    width: 950px;
    height: 65px;
    background: url(  "Images/top.gif" ) no-repeat 0 0px;
}

div.body
{
    width: 950px;
    height: 600px;
    background: #FFF;
    border-top: solid 1px #6c2482; /*border-top: solid 1px red;*/
}
div.relMenu
{
    width: 190px;
    height: 600px;
    background: #c1a8ce;
    float: left;
    position: relative;
}
div.absMenu
{
    width: 190px;
    position: absolute;
    left: 0;
    top: 0;
}
div.relMenuInside
{
    width: 190px;
    position: relative;
    overflow: auto;
}
div.relContent
{
    width: 760px;
    height: 600px;
    background: #FFF;
    float: left;
    position: relative;
}
div.absContent
{
    width: 760px;
    position: absolute;
    top: 0;
    left: 0;
}
div.relContentInside
{
    width: 760px;
    position: relative;
    overflow: auto;
}
div.footer
{
    width: 950px;
    height: 60px;
    background: url(Images/bottom.gif) no-repeat 0 0; /*border:solid 1px red;*/
}
div.footerMenu
{
    width: 740px;
    margin-left: 190px;
    height: 35px;
    position: relative;
    text-align: right;
    background: #FFF; /*    background-color: Gray; */
}
div.footerNavigation
{
    position: absolute;
    left: 0;
    top: 5px;
    width: 740px;
    height: 20px; /*background-color: Yellow;*/
}
div.content
{
    width: 740px;
    margin-top: 5px;
}

/* section base styles for the content div of content page and data entry nested master page */
div.main
{
    margin-left: 5px;
    margin-right: 5px;
}

* html div.content
{
    width: 740px;
}

/* header top menu styles */
a.navToHome
{
    position: absolute;
    display: inline-block;
    width: 215px;
    height: 63px;
    top: 2px;
    left: 10px;
}

* html
{
    margin-left: 5px;
}

div.rightHeader
{
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-right: 5px;
    width: 715px;
    height: 63px;
    position: relative;
}
div.containerBar
{
    margin: 0;
    padding: 0;
    margin-right: 5px;
    position: relative;
    text-align: right;
    height: 15px;
    clear: left; /*background-color:Red;*/
}
/* site header menu styles */
div.topMenu
{
    margin: 0;
    padding: 0;
    margin-right: 135px;
    margin-left: auto;
    width: 490px;
    _width: 490px;
    padding-top: 20px;
    margin-bottom: 10px;
}
div.topMenu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #6c2482;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    display: inline; /*background-color:Gray;*/
}

div.topMenu li
{
    display: inline;
}

div.topMenu li a, div.topMenu li a:hover
{
    text-decoration: none;
    color: #6c2482;
    padding: 0;
    padding-right: 4px;
    border-right: 2px solid #acca57;
}

div.livechat
{
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
    height: 45px;
}

/* loading div styles */

#loading
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    -moz-opacity: .0;
    filter: alpha(opacity: 0);
    opacity: .0;
}

/*side navigator styles*/
#leftNavigator ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
}

#leftNavigator li a, #leftNavigator li a:link, #leftNavigator li a:visited, #leftNavigator li a:hover, #otherLogosList li
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #6C2482;
}

#leftNavigator ul ul
{
    margin: 0;
    padding: 0;
}

#leftNavigator ul ul li
{
    margin: 0;
    padding: 0;
    border: solid 1px #c1a8ce;
}

#leftNavigator ul ul a, #leftNavigator ul ul a:link, #leftNavigator ul ul a:visited, #leftNavigator ul ul a:hover
{
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: normal;
}

a.parentNode
{
    margin-top: 10px;
}

/*footer styles*/
div.footerInfo
{
    position: relative;
    margin-left: 190px;
    width: 750px;
}

#footer div li a, #footer div li a:hover, #footer div li a:visited
{
    color: #FFF;
    text-decoration: none;
}

#footer div ul
{
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    text-align: center;
}

#footer div li
{
    display: inline;
    padding-left: 2px;
}

#footer div li img
{
    padding-right: 4px;
}

#foterBottom span
{
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    color: #acca57;
}

/* data entry child content div*/
div.childContent
{
    margin-top: 25px;
}

#otherLogosList li.innerlogo
{
    padding: 0;
    margin: 10px 0 0 0;
    _margin: 0;
    text-align: left;
}

#otherLogosList li.inner
{
    margin: 0;
    padding: 0;
    color: black;
    margin-top: 10px;
    font-weight: normal;
}

/* ------------------------ End Master styles ---------------------------*/

