
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
/*url(images/back.png) top center repeat-x*/
#body {
background: #F8F8F8; 
margin:0px;
padding:0;
font: normal 8pt/12pt verdana, arial,sans-serif;
width:auto;

}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.announcements .heading {
    border-bottom: 2px solid #000000;
    font-size: 24px;
    line-height: 1.05em;
    margin: 10px 10px;
    padding: 3px;
	font: 18px/24px Arial,Helvetica,sans-serif;
    letter-spacing: 3px;
}

/**************************************************/
/*                                       Content   #797979                                          
another wrapper that holds all the content                              */
/*url(images/bgmiddle.png) center repeat-y*************************************************/


#contentplace
{
    background: white url('');
    padding:0;
    font: normal 10pt/12pt verdana, arial,sans-serif;
    width: 100%;
}

#header
{
    background:#e6ffe1 ;     
    padding: 0;
    color: white;
    font: bold 24pt/36pt verdana, arial,sans-serif;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    

}

#logo
{
    background: white ;     
    padding: 0;
    color: white;
    text-align: center;
}

input.loginTextEntry 
{
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    font-size:1.2em;
    height:1.2em;
    width:260px;
    overflow:hidden;
}

input.loginPasswordEntry 
{
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    font-size:1.2em;
    height:1.2em;
    width:260px;
    overflow:hidden;
    
}
input.dropdownEntry 
{
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    font-size: 1.2em;
    font-size:1.2em;
    height:1.2em;
    width:260px;  
    overflow:hidden;
      
}
#loginPanel {
    height:100px;
    width:100%;
    /*margin-left:100px;*/
    position:absolute;
   
    
   
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    border-radius: 6px;    
    vertical-align:middle;
    width:100%;
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.footer
{
    border-top: 1px solid #e5e5e5;
    background:#fff;
    color: #4e5766;
    font: bold 8pt/12pt verdana, arial,sans-serif;
    text-align: center;
    vertical-align:middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:100%;
}


.mainLogin
{
    padding: 3px;
    margin: 0px;
    min-height: 300px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        

}

.pageLogin
{
    width: 100%;
    background-color: #fff;
    margin: 0px;   
    background-position:center;
    vertical-align:middle;
    min-height:250px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    

}

.loginPanel
{
    font-size: 1.2em;
    width: 100%;
    height:auto;
    display:block;
    margin: 10px;  
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    background-position:center;
    text-align:center;
    background-color:#fff;
    color:black;
}
.loginLogo{
    text-align:center;
    background-repeat:no-repeat;
    height:90px;
    vertical-align:middle;  
    background-position:center;  
}

.loginSubmitButton
{
    margin: 0px auto 0px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    vertical-align:top;
    cursor:pointer;
    font: 10pt/12pt Arial,Helvetica,sans-serif;
    font-size:1.2em;
    height:1.2em;
    width:50%;
    
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
}

.loginHeader
{
    margin: 20px auto auto 30px;
    font-size: 1.6em;
    color: Blue;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 600;
    
       
}

.SubmitButtonNomail
{
    margin: 0px 5px 0px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    vertical-align:top;
    cursor:pointer;
    font-size:1.2em;
    width:50%;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}

.pnlCSS
{
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    width: 90%;  
    height:auto;
}


#BodyPanel
{
    background-color:#fff;
    height:100%;
    width:100%; 
    border: 1px solid ; 
    min-height:300px;
    padding:5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    font-size:1.0em;
    margin:5px;
    
 }
 
 .multiline
{
   white-space: pre-line;
   padding: 20px;
   min-height:80px;
   min-width:300px;
        
}

:disabled {
    background:InactiveBorder;
    color:InactiveCaptionText;
    cursor:wait;
}