﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f1efef;
    font-size: 9.5pt;
    font-family: Calibri;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a{
    text-decoration: none;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #4b6c9e;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
    text-align:center;
}

h1
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size:20px;

}

h2
{
    font-size:18px;
}

h3
{
    font-size:16px;
}

h4
{
   font-size:13.5px;
}

h5, h6
{
    font-size:13.5px;
}



/*Text boxes*/
input
{
    font-size: 9pt;
    
}

input[type="submit"]
{
    background-color: #354764;
    color: lightgrey;
    padding: 5px 15px 5px 15px;
    font-size: 8.5pt;
}
input[type="text"]
{
    border: 1px solid #CCCCCC;
    padding: 3px;
}
input[type="password"]
{
	border: 1px solid #CCCCCC;
    padding: 3px;
}
textarea
{
    border: 1px solid #CCCCCC;
    padding: 3px;
}
select
{
    border: 1px solid #CCCCCC;
    padding: 2px;
    font-size: 9.5pt;
    font-family: Calibri;
}
.Opition
{
    padding: 3px;
	border-width: 0px;
	border-style: none;
}

/* 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;
}

.pageheader {
   /* border: thin inset #FF00FF;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size:20px;
    color: #4b6c9e;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #cac9c9;
    border-radius: 0px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}

.header
{
    position: relative ;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    background: #354764;
    width: 960px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index:1999;
    top:0px;
    position:fixed;
}

.headerReports
{
    
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index:1999;
    top:0px;
    position:fixed;
}

.headerReports a
{
    color: lightgray !important;
    font-size:9pt;
}

.Logo
{
    float: left;
    margin:5px;
    margin-left:7px;
    width: 30px;
    position:relative;
}

.header h1
{
    margin: 9px 0px 0px 0px;
    padding: 0px 0px 0px 6px;
    color: lightgrey;
    font-size: 10pt;
    text-align:left;
    font-weight:400;
    letter-spacing: -0.5pt;
}
.header h2
{
    margin: -13px 0px 0px 0px;
    padding: 0px 0px 0px 165px;
    color: gray;
    font-size: 8pt;
    text-align:left;
    font-weight:100;
    
}

.main
{
    padding: 0px 12px;
    margin: 62px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    font-size: 8pt;
    color: #4e5766;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: normal;
}

.footer a
{
    
    color: black;
    text-align: center;
    line-height: normal;
}


/* MAIN MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#4b6c9e;
    color: white;
    width:960px;
    border:solid;
    border-width:1px;
    
}

div.menu
{
    
    color: white;
    margin-top:2px;
    background-color:#4b6c9e;
    width:960px;
    padding: 6px 0px 8px 8px;
    padding: 0;
    z-index: 9999;
    height:28px;
}


div.menu ul
{
    color: white;
    background-color:#4b6c9e;
    list-style: none;
    margin: 0px;
    width: auto;
    z-index: 9999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#4b6c9e;
    /*border: 1px #354764 solid;*/
    color: lightgray !important;
    display: block;
    line-height: 1.4350em;
    padding: 6px 20px 8px 12px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 9999;
    font-size:9.5pt;
}


div.menu ul li a:hover
{
    background-color: lightgray !important;
    color: #465c71!important;
    text-decoration: none;
    z-index: 9999;
}

div.menu ul li a:active
{
    background-color: lightgray;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}

.TopMenu
{
    padding-left:10px !important;
    padding-right:15px !important;
}
.RightAlign
{
    text-align:right;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

.fieldset
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	padding: 10px;
	margin: 0px;
    padding-top:0px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
    color:darkgray;
	
	overflow: hidden;

    /*margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;*/
}

.fieldset p 
{
    margin: 2px 12px 10px 10px;
}

.fieldset input 
{
    padding: 5px;
}

.fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

.fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.centerDiv{
     position: absolute;
     top: 50%;
     height: 40px;
     margin-top: -100px; /* Half of the height */
     left: 50%;
     width:800px;
     margin-left: -400px; /* Half of the width */
     border-radius: 5px;
     padding:10px;
 }

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    float: left;
    text-align: left;
    margin-left:-15px;
}


.loginDisplay
{
    font-size: 13.5px;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    text-decoration:none;
}

.loginDisplay a:link
{
    color: white;
    text-decoration:none;
}

.loginDisplay a:visited
{
    color: white;
     text-decoration:none;
}

.loginDisplay a:hover
{
    color: white;
    text-decoration:underline;
}

.failureNotification
{
    color: Red;
}

.msgtext
{
    color: Green;
}


.bold
{
    font-weight: bold;
}


.Grid
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: blink;
    background-color: #CC99FF;
    border-style: inset;
    color: #FFFFFF;
}

.CellText
{
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    color: #EB0000;
}

.OptionalCellText
{
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    color: gray;
}


.ActionTable
{
    /*-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, .5);
	-moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, .5);
	box-shadow: 0px 0px 7px rgba(50, 50, 50, .5);*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	color: #000000;
	overflow: hidden;
    /*border: thin dashed #008080;*/
}

.ActionPanel
{
	padding: 10px;
	margin: 0px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	color: #000000;
	overflow: hidden;
    /*border: thin dashed #008080;*/
}

.ActionPanel h1
{
    color:darkgray;
	font-size:16px;
    padding: 2px;
    padding-bottom: 4px;
    margin: 0px;

}

.ActionPanel p
{
	padding: 2px;
    margin: 0px;
}

.ReportButton 
{
    background-color: #354764;
    color: lightgrey !important;
    padding: 6px 15px 6px 15px;
    font-size: 8.5pt;
}
.ReportButton a
{
    color: lightgrey;
}

.WaterMarkText
{
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-weight: normal;
    font-style: normal;
    font-variant:normal;
    color: #dbdbdb;
}

.dlText
{
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-style: normal;
    font-variant: normal;
    color: #000000;
    margin-bottom: 0px;
}

.ActionButton
{
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-style: normal;
    font-variant: normal;
}

.PeriodTable
{
    margin-top:8px;
    margin-right:10px;
}

.PeriodTable td
{
    color:lightgray;
    padding-left:5px;
    padding-right:0px;
    font-size:7pt;
    
    border-width:1px;
}


#Period
{
    font-size:8pt;
    color:darkgray;
}

#LoginPanel
{
    font-size:8pt;
    position:absolute;
    color:#ccc;
    top:44px;
    right:10px;
    text-align:right;
}

#RightAlign
{
    float:right;
}

#LoginBox
{
    background-color: rgba(255, 255, 255, 0.7);
    color:black;
    text-align:left;
    width:400px;
    float:left;
    border:solid;
    border-width:1px;
    border-color:lightgray;
}

#LoginPanel a
{
    color:white;
}

#LoginPanel a:hover
{
    color:white;
}

.NormalGrid
{
    padding:0px;
    border:solid;
    border-width:1px;
    border-color:lightgray
}

.NormalGrid th a
{
    color:lightgray; 
}

.NormalGrid th
{
    color:lightgray; 
}


.NormalGrid td
{
    padding:5px;
}

.NormalGrid th
{
    color:whitesmoke; 
    padding:5px;   
    font-style:italic;
    border-bottom-color:black;
    background: #4b6c9e;
}

.NormalGrid span
{
    padding:0px;
    color:#4B6C9E;
    font-weight:bold;
}


.row
{
    background-color: whitesmoke;
} 

.alt-row
{
    background-color: white;
}

.selectedRowStyle td
{
    background-color: gray;
    color:lightgray;
    font-weight:bold;
}

/*My tab Style*/ 
.MyTabStyle .ajax__tab_body
{
    
    border-color: #4b6c9e;
    border:solid;
    border-width:1px;
    color:lightgray;
    padding:8px;
}
.MyTabStyle a
{
    color:gray;
}
.MyTabStyle .ajax__tab_header
{
    display: block;
}

.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    background-color:whitesmoke;
    color: lightgray;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 1px;
    border:solid;
    border-width:1px;
    border-radius: 10px 10px 0 0;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color:lightgray;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: black;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: lightgray;
    background-color: #4b6c9e;
    
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer a
{
    color:white;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}


/*Other styles*/
.TipStyle
{
    color:#4b6c9e;
    font-style:italic;
}


/*Home Dashboard*/
.HomeSection
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	padding: 5px;
    padding-bottom: 10px;
	margin: 0px 17px 0px 0px ;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	color: #000000;
	overflow: hidden;
}

.HomeSection:hover
{
    background-color: #f2f2f2;
}


.HomeSectionLink:hover
{
    text-decoration: none;
    
}

.HomeSectionIconLarge
{
    padding-bottom: 7px;
}

.HomeSection h1
{
    text-align:left;
    padding: 0px 0px 0px 55px;
    margin: -55px 0px 0px 0px;
    font-size:14pt;
    font-weight:normal;
    color:gray;
}
.HomeSection p
{
    text-align:left;
    padding: 0px 0px 0px 55px;
    margin: -5px 0px 0px 0px;
    font-size: 10pt;
    color:#4b6c9e;
}

.HomeSectionPoint
{
    text-align:left;
    padding: 0px 0px 0px 15px;
    margin: 5px 0px 0px 0px;
    font-size:10pt;
    color:#4b6c9e;
    line-height: 18px;
}