﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F8F8F8;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969; 
    padding: 0px 5px 0px 5px;
    margin: 0px;
    font-size: .80em;
    
}
@media screen and (max-width:800px) and (min-width:540px)
	{
	  /* this is the breakpoint where we transition from the first layout, of 
          four side-by-side columns, to the square layout with 2X2 grid */
	
	  .page, #mainframe,.footer{
	    width:100%;
	    display: inline-block;
	    
	  }
	}
	
	@media screen and (min-width:800px)
	{
	  /*custom styling info for smartphones small screens;
	    All columns are just displayed one below the other */
	
	  .page, #mainframe,.footer {
	    width: 100%;
	    display: inline-block;
	    white-space: nowrap;
	    
	  }
	
	}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* 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;
}


/* PRIMARY LAYOUT ELEMENTS   
    margin: 2px auto 0px auto;
----------------------------------------------------------*/

.page
{
    width: 90%;
    background-color: #fff;
    margin: 0px 5%;
    border: 1px solid #e5e5e5;
    min-height:450px;
    -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);
    background:white;
}

.header, #header
{
    position: relative;
    margin: 0px 5%;
    padding: 0px;
    background:#e6ffe1;
    width: 90%;
    height:87px;
    text-align: center;

}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;  
    min-height:450px;
    -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);
    background: white;
    width:84%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    border-top: 1px solid #e5e5e5;
    background:#fff;
    color: #4e5766;
    font: bold 8pt/12pt verdana, arial,sans-serif;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0px 5%;
    width:90%;
       
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu, div.mailmenu,div.searchmenu
{
    padding: 4px 8px 4px 8px;
    width: 100%;
    
}

div.menu ul , div.mailmenu ul,div.searchmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    text-transform:capitalize;
}

div.mailmenu ul li a, div.mailmenu ul li a:visited
{
    background-color: #FFF;
    border: 1px #FFF Solid;
    color: #000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    -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);
}
div.searchmenu ul li a, div.searchmenu ul li a:visited 
{
    background-color:#FFF;
    border: 1px #FFF solid;
    color: #000;
    display: block;
    line-height: 2.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    -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);
    width:60px;
    text-align:center;
}
div.menu ul li a:hover, div.mailmenu ul li a:hover, div.searchmenu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active, div.mailmenu ul li a:active, div.searchmenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 100%;
    -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);
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    width: 100%;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    margin-bottom: 0px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 300px;
    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;
   padding: 2px;
    
}

input.passwordEntry 
{
    width: 300px;
    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;
}

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;
    height:auto;
    overflow:hidden;
    
}

div.accountInfo
{
    width: 45%;
    margin-right: 341px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    text-align: center;
    width: auto;
    font: 28px/32px Arial,Helvetica,sans-serif xx-large;
    color: White;
    background-color:#369936;
    
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align:left;
    padding: 2px;
    color: #F5F5F5;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;     
    vertical-align:top;
    cursor:pointer;
    min-width:100px;
    
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.loginSubmitButton
{
    margin: 0px 5px 0px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    vertical-align:top;
    cursor:pointer;
    min-width:100px;
    
    -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;

    
}
.pnlCSS
{
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    width: 90%;  
    height:auto;
}

/** MESSAGES */
.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;
    width:90% !Important;
}

.inboxlist{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
    width: 930px;
	margin:-10px 0 0 -10px;
}		
.inboxlist tr {
    background: none repeat scroll 0 0 #FFFFFF;
	cursor:pointer;
}
.inboxlist td {
    border-bottom: 1px solid white;
    height: 3.61ex;
    padding: 0 0 0 10px;
    vertical-align: middle;
    white-space: nowrap;
	cursor:pointer;
}

tr.unread{ background: none repeat scroll 0 0 #fff;}
.fM{ width:35px;}
.fT{ width:230px; overflow:hidden;}
.subj{ width:200px; overflow:hidden;}
.msgbdy{ width:200px; overflow:hidden;float:left; margin-right:1px;}
.msgdate{ width:80px; text-align:center;overflow:hidden; }

.displaytable{
	width:100% !Important;
	min-height:100%; 	
	margin-bottom:10px;
	font-size:0.8em

}

.displaylist{
	width:95% !Important;
	min-height:100%; 	
	margin-bottom:10px;
	font-size:1.2em;
    padding: 3px;
    margin: 10px 10px;
    cursor:pointer;
    overflow:hidden;
    line-height: 15px !important;
    white-space:nowrap;
    text-overflow: ellipses;
    
}


#BodyPanel
{
    background-color:#fff;
    height:100%;
    width:95%  !Important; 
    border: 1px groove #e5e5e5; 
    min-height:450px;
    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.2em;
    margin:5px;
    
 }


/*
#header
{
    background: #009933 ;     
    padding: 0;
    color: white;
    font: bold 24pt/36pt verdana, arial,sans-serif;
    width: 100%;
    text-align: center;
    background:#369936;
}*/

.multiline
{
   white-space: pre-line;
   padding: 20px;
   min-height:80px;
   min-width:300px;
        
}

.imgbutton
{
    text-align: center;
    padding:0px 5px 0px 5px;
    background:#FFF;
    width:30px;
    height:20px;
    border: 1px solid #FFF;
    
    
}

.hideDisplay
    {
        display:none;
    }

#mainframe
{
    overflow:auto;
}

.loginTextEntry 
{
    width: 60%;
    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;
    padding: 2px;

    
}

.ajaxpanel
{
    background-image:url('../images/ajax/green_bg.gif'); 
    height:30px; 
    vertical-align:middle
}


#mainContent {
	width: 85%;
	float: right;
	min-height:400px;
	}
	
#sideContentWrapper {
	width: 13%;
	float: left;
}
#sideContent {
	margin-right: 20px;
	min-height: 200px;
}

#menuheader
	{
	    height: 30px;
	}

/*file upload control
~/images/ajax/CLIP02.ICO

*/

 .file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;    
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
    background: #FFF;
    background: url('../images/ajax/CLIP02.ICO') no-repeat center;
    
}

.file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #FFF));
        background: -moz-linear-gradient(top, #0061a7 5%, #FFF 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #FFF 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #FFF 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #FFF 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #FFF 100%);
        background: url('../images/ajax/CLIP02.ICO') no-repeat center;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#FFF',GradientType=0);
        background-color: #0061a7;
}

/* The button size 
source
*/
.file-upload {
    height: 30px;
}

.file-upload, .file-upload span {
        width: 85px;
}

.file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
}

.file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
            
}

.file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
}   	  

.complain-Oe 
{

    overflow: hidden;
    position:fixed;
    z-index: 99999;
    cursor:pointer;
    background-position:right;
    width:320px;    
    margin:0px 0px 0px 5px; 
    float:right;
    background-color:Green;    
    height:0;
    font-weight: bold;
    border: solid 1px #c0c0c0;
    height:auto;
    top:100px;
    left:100px;
    
}

.complain-Of 
{

    overflow: hidden;
    position:fixed;
    z-index: 99999;
    cursor:default;
    background-position:right;
    width:320px;    
    margin:0px 0px 0px 5px; 
    float:right;
    background-color:Green;    
    height:0;
    font-weight: bold;
    border: solid 1px #c0c0c0;
    height:auto;
    top:130px;
    left:100px;
    
}


.add-button 
{

    overflow: hidden;
    cursor:pointer;
    width:20px;    
    margin:0px 0px 0px 0px; 
    height:20px;
    font-weight: bold;
    border: 2px groove #c0c0c0;
}

.topbtn
{
    width:100%;
    overflow:visible;
    
}

:disabled {
    background:InactiveBorder;
    color:InactiveCaptionText;
    cursor:wait;
}

 .processWaiting{   
        position: absolute;
        background-color: #fff;
        z-index: 2147483647 !important;
        opacity: 0.8;
        overflow: hidden;
        text-align: center; top: 0; left: 0;
        height: 100%;
        width: 100%;
        padding-top:20%;
        
} 

.level1
{
     z-index: 1000 !important;
    }
.level2
{
     z-index: 2000 !important;
    }
.level3
{
     z-index: 3000 !important;
    }
.level4
{
     z-index: 4000 !important;
    }
.level5
{
     z-index: 5000 !important;
    }
    
    
    
    
    