﻿html, body, form {
    height: 100%;
    margin: 0;
}

body 
{
    background-color: #ffffff;
    font-family: Segoe UI, Arial;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#TopBar
{
    width: 100%;
    text-align: center;
   
    height: 50px;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    z-index: 100000;
    margin: 0;
    background-color: #00cccc;
        box-shadow: #676767 0px 3px 6px;
    -moz-box-shadow: #676767 0px 3px 6px;
    -webkit-box-shadow: #676767 0px 3px 6px;
}

#TopBarContainer
{
    text-align: left;
    width: 960px;
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 3px;
  
}

#MainContainer
{
    text-align: left;
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 50px 0 0 0;
}

#mainWrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px !important;
    position: relative;
}

#push
{
    padding: 50px 0 10px 0;
    height: 70px;
    clear: both;
}

#footer
{
    text-align: center;
    background-color: #ECECEC;
    padding: 10px 0 10px 0;
    height: 50px;
    position: relative;
    font-size: 13px;
}

#footerWrapper
{
    padding: 50px 0 0 0;
    height: 70px;
}

.RadTreeView_MainMenu .rtLI a.rtIn
{
        font-size: 15px;
    line-height: 15px;
    color: #00cccc;
 text-transform: uppercase;
       text-decoration:none;
          border: none !important;
      padding:  4px 3px  3px 0px !important;
}

/*Hover first level menu item*/
.RadTreeView_MainMenu .rtLI .rtHover a.rtIn
{
    color: #00cccc; 
    text-decoration:underline;
   border: none;
}

/*Selected first level menu item*/
.RadTreeView_MainMenu .rtLI .rtSelected a.rtIn
{
      
     color: #00cccc; 
  
       text-decoration:underline;

}

/*First level parent item*/
.RadTreeView_MainMenu .rtLI .rtBot .rtMinus + a.rtIn 
{
      
    color: #00cccc;
    text-transform: capitalize;
       text-decoration:none;
     
}


/* Second level menu item*/
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtIn
{
    color: #000000; 
    text-decoration:none;
    font-weight: normal;
        text-transform: capitalize ;
}

/* Second level menu item hover */
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtHover .rtIn
{
    color: #00cccc;
    text-decoration:underline;
}

/* Second level menu item selected */
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtSelected .rtIn
{
     color: #00cccc;
    text-decoration:underline;
}

/* Third level menu item*/
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtUL .rtLI .rtIn
{
    color: #000000; 
    text-decoration:none;
    font-weight: normal;
        text-transform: capitalize ;
        font-size: 13px;
}

/* Third level menu item hover */
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtUL .rtLI .rtHover .rtIn
{
    color: #00cccc;
    text-decoration:underline;
}

/* Third level menu item selected */
.RadTreeView_MainMenu .rtUL.rtLines .rtUL .rtLI .rtUL .rtLI .rtSelected .rtIn
{
     color: #00cccc;
    text-decoration:underline;
}

.RadTreeView_MainMenu .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot
{
   /* padding: 0px !important;*/
    padding: 3px 0px 3px 0px !important;    
}