﻿html
{
    height:100%; 
} 

body
{
    font-family: Arial,Helvetica,sans-serif;
    background-color: #CDCDCD;
    background-image:url('/App_Themes/Metro/Images/checkbk.png');
    background-repeat:repeat;
    height:100%;
    margin:0;
    padding:0;
}

.cxcontainer
{
  height:auto;
  min-height:100%;  
  position:relative;
  background:white;
  margin:0 auto 0 auto;
  min-width: 1100px;
  width: 90%;
}

form
{
    height:100%;
    
}

.TopBorder
{
    width: 100%;
    height: 70px;
    background-color: #CDCDCD;
    background-image:url('/App_Themes/Metro/Images/checkbk.png');
}    

.TopBorderMargins
{
    /*width: 1000px;
    margin-right: auto;
    margin-left: auto;*/
    padding-right: 50px;
    padding-left: 50px;
    height:100%;
    background-color:White;
 
}

.TopBorderLogo
{
  position:relative;
  float:left;
  margin-top: 15px;
}    

.loginDisplay
{
    float:right;
    font-size: 16px;
    display: block;
    text-align: right;
    padding: 0px 0px 0px 0px;
    color: #575757;
    font-family:Century Gothic;
    margin-top: 24px;
    margin-right:0px;
}

.loginDisplay a:link
{
    color: #575757;
}

.loginDisplay a:visited
{
    color: black;    

}

.loginDisplay a:hover
{
    color: #DB3781;
}

.navLink a:hover {
    color: #db3781;
}


/* TAB MENU   
----------------------------------------------------------*/
.HeaderMenuBar
{
    background-color:#575757;
    height: 30px;
    background-image: -ms-linear-gradient(top, #888 0%, #575757 80%);
    background-image: -moz-linear-gradient(top, #888 0%, #575757 80%);
    background-image: -o-linear-gradient(top, #888 0%, #575757 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(.8, #575757));
    background-image: -webkit-linear-gradient(top, #888 0%, #575757 80%);
    background-image: linear-gradient(to bottom, #888 0%, #575757 80%);
    width:100%;
}                         

.HeaderMenuMargins
{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    height:100%;
    
}    

div.hideSkiplink
{
    position:relative;
    z-index:100000;
    height:100%;  
}

div.menu
{
 position:relative; 
 text-align: inherit; 
 width:100%; 
 height:100%; 
 white-space: nowrap; 
}


div.menu ul
{
    position:absolute;  
    list-style-type: none;  
    padding: 0px 0px 0px 0px; 
    margin: 0; 
    color: #010100; 
    height:100%; 
}
   
   
div.menu li
{ 
    display: block; 
    padding: 0px 8px 0px 8px; 
    margin: 0; 
 }    


div.menu li:hover
{
    color:#DB3781;
}

div.menu ul li
{  
    height:100%;
}
  
div.menu ul ul
{
    background-color: #757575;
    height: auto;
    
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #888888 0%, #575757 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #888888 0%, #575757 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #888888 0%, #575757 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888888), color-stop(1, #575757));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #888888 0%, #575757 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #888888 0%, #575757 100%);

}      

  
div.menu ul ul li
{
    padding: 0px 15px 10px 15px;  
    min-width: 100px;
    height: 100%;
    width:auto;  
}
  
 div.menu ul li:hover
{
    cursor:default;
    color:#DB3781;
    background-color:#888888;
}    



div.menu ul ul li:hover
{
    
    border: 0px solid #575757;
    background-color: #575757;
    background-image:none;
   
}   
   

div.menu ul ul li a
{
    font-family: arial;
    font-size: 14px;
    color: white;
    font-variant:normal; 
    height: 100%;
    width: 100%;
}

 div.menu ul ul li a:focus
 {
    outline:0;   
 }


div.menu ul ul li a:visited
{
    color:white;   
}
     
div.menu ul li a, div.menu ul li a:visited
{
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    color: White;
    line-height: 15px;
    padding: 6px 0px 0px 0px;
    text-align:left;  
    font-family: Century Gothic;
    font-size: 16px;
    text-decoration:none;
 
}

div.menu ul li a:hover
{
    color: #DB3781;
    width:100%;
    height: 100%;
}

div.menu ul li a:focus
{
    outline:0;
}
    
div.menu ul ul li a:hover
{
    color:white;  
}

/*END MENU*/   

.BodyContent
{
    
    left: 0;
    width: 100%;
    padding:0 0 0 0;
    margin: 0 auto 0 auto;
    font-family:Arial;
    font-size:14px;
    color:black;
    height:100%;
}

.BodyContent a
{
    color:black;   
}

.bodyContent a:visited
{
    color:Black;
}    
.BodyContent h1
{
    font-family:Century Gothic;   
    color: #575757;
}

.MainBorder
{
    /*width: 1000px;
    margin-right: auto;
    margin-left: auto;*/
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    height:100%;
    background-color:White; 
}



.Footer
{
    position:absolute;
    bottom:0;
    color: #000;
    font-size: 13px;
    text-align: Center;
    width:100%;
    /*background: url('/App_Themes/Metro/Images/Footer.png') bottom left;*/    
    padding: 5px 9px;
}




    
/* MISC */

.dynamic li
{
  
    position: relative;
}


img
{
    border: 0;
}

h2
{
    margin: 0;
    font-size: 18px;
    font-family: Century Gothic;
    font-variant: small-caps;
    text-align: right;
    color: #575757;
    font-style:italic;
    padding-right: 20px;
}

.PageTitle
{
    margin: 0;
    font-size: 16px;
    font-family: Century Gothic;
    font-variant: small-caps;
    text-align: left;
    color: #575757;
    font-style:italic;
    padding-right: 20px;  
}       


/*fieldset on the login page, used only there*/
.login
{
    border: 0px solid black;
    margin-left: 365px;   
}
     
     
.submitButton
{
   margin-left: 650px; 

}


.loginRequest
{
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   margin-top:200px;   
   font-size:14px;
}    


.resetPanel
{
   margin-top: 50px;
   margin-left: 220px;
  
    
}


.mainPageLogo {
    float: right !important;
}  


.Button, .ButtonInput
{
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0 0 0 22px;
    display: inline-block;
    color: #010100;
    font-size: 20px;
    vertical-align: middle;
}
.Button span, .ButtonInput span
{
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    color: #010100;
    line-height: 15px;
}
.Button span
{
    padding: 9px 22px 9px 0;
}
.ButtonInput span
{
    padding: 0 22px 0 0;
    height: 33px;
}
.ButtonInput input
{
    color: #010100;
    font-size: 13px;
    color: inherit;
    height: 33px;
    padding: 0 22px;
    margin: 0 -22px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;

}
.ButtonInput::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner
{
    border: none;
}
.Button, .Button:link, .Button:visited, .Button:hover, .Button:active
{
    text-decoration: none !important;
    outline: none;
}
.Button:hover, .ButtonInput:hover
{
    background-position: left center;
}
.Button:hover span, .ButtonInput:hover span
{
    background-position: right center;
    color: #000;
}
.Button:active, .ButtonInput:active
{
    background-position: left bottom;
}
.Button:active span, .ButtonInput:active span
{
    background-position: right bottom;
    color: #000;
}

.environmentWatermark {
    font-weight: bold;
    color: rgb(97, 97, 97);
    display: block;
    text-align: right;
    margin-top: -10px;
}
