﻿

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #4b6c9e;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
	margin-left: 0px;
}

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   
----------------------------------------------------------*/

.page
{
    width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #496077;
    border-top: 1px solid #496077;
}

.header
{
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #4b6c9e;
    min-height: 100px;
}

.footer
{   
    margin: 0px;
    width: 100%;    
    color: #FFFFFF;
    padding: 0px 0px;
    min-height: 100px;
    text-align: left;
    line-height: normal;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #808080;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 0px;
    min-height: 560px;
    background-color: #FFFFFF;
    clear: both;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    position: relative;
}

div.menu
{
    padding: 4px 0px 4px 12px;
    position: relative;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
}

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;
    position: relative;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    position: relative;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    position: relative;
}
div.menu hover
{
    position: relative;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    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%;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 0px 12px;
}

.FiscalYearDrop
{
    display: block;
    float: left;
    text-align: left;
    vertical-align:middle;
    width: auto;
    padding: 10px 12px;
    height:auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.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
{
    text-align: right;
    padding-right: 10px;
}

/*DETAIL VIEW 
-----------------------------------------------------*/
.detail
{
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	background-color:#fff;
	border:solid 2px #000;
	padding:5px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
	height:20px;
    color:#000;
	padding:8px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

/*GRID VIEW 
-----------------------------------------------------*/
.datagrid
{
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	border:solid 1px #ad9e87;
}

/* common cell styles */
.datagrid th, .datagrid td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.datagrid th
{
    color:#FFFFFF;	
    font-weight:bold;
        
}  

/* cell styles */	
.datagrid td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#D3D3D3;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#D3D3D3;
}
/*BUTTON STYLES
--------------------------------------------------------------*/
.rssbutton{
background-color: #C8C8C8;
border: 1px #D3D3D3 outset;
padding: 3px 4px;
color: #000000;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: #000000;
}

.cssbutton{
background-color: #4b6c9e;
border: 2px #D3D3D3 outset;
padding: 3px 4px;
color: #FFFFFF;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: #FFFFFF;
}

.cssbutton:hover{
border-style: inset;
background-color: #D3D3D3;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: #FFFFFF;
}
/*SPECIFIC HTML ELEMENTS-------------------------------------*/
#Image1
{
    border: 1px #000000 solid;
    
}

#divNavMenu /*Do not delete*/
{
    z-index: 1000;
    position: relative;
}

#divReportViewer /*Do not delete*/
{
    z-index: 1;
    position: relative;
}

#ReportViewerMain /*Do not delete*/
{
    z-index: 1;
    position: relative;
}

div table tr td /*Do not delete*/
{
    z-index: -1;
  
}

/*DROPDOWN LIST STYLES FOR PROJECT
--------------------------------------------------------------*/
.proj_select {width: 100%}

#tblList
{
    font-family: "Arial", Tahoma, Helvetica, sans-serif;
    width: 425px;
    border-collapse: collapse;
}
#tblList td, #tbList th 
{
    font-size: 9pt;
    border:1px solid #000000;
}
#tblList tr.alt td 
{
    color:#000000;
    background-color:#DCDCDC;
    height: 70px;
    
}

/*AJAX*/
/* ComboBox styles */

#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(../Images/ComboBox/toolkit-bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(../Images/ComboBox/toolkit-arrow.gif);
    background-color: transparent;
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url(../Images/ComboBox/aqua-bg.png);
    background-color: transparent;
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 170px;
    
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(../Images/ComboBox/aqua-arrow.png);
    background-color: transparent;
    background-position: left;
    border: 0px none;
    height: 19px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}
.AquaStyleTxtBox 
{
    margin: 0;
    background-image: url(../Images/ComboBox/aqua-bg.png);
    background-color: transparent;
    background-position: 20% 100%;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 170px;
    
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(../Images/ComboBox/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}
.displayNone
{
    display:none;
}
.tooltip 
{
    background-color:#000;
    border:1px solid #fff;
    padding:5px;
    display:none;
    color:#fff;
    text-align:center;
}
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.6;
}

.modalConfirm
{   background-color:White;
    text-align:center;
    vertical-align:middle;
    width:300px;
    border:1px solid #3a4f63;
    padding-bottom:5px;
    font-size:13px;
}
.modalConfirm h4
{   margin-top:0px;
    background-color:#EBEFFA;
    text-align:center;
    border-bottom:1px solid #3a4f64;
    font-weight:bold;
}
.modalConfirm h5
{
    border-top: 1px solid #3a4f64;
    padding-bottom:5px;
}
.modalConfirm button
{
    width:75px;
}

.modalGv
{
    background-color:#FFF;
    border:1px solid #3a4f63;
    padding:10px;
}
.modalGvAttach
{
    background-color:White;
    margin-left:auto;
    margin-right:auto;
}
.modalGvAttach td
{
    padding:5px;
    border-top:2 solid black;
    border-left:none;
    border-right:none;
    border-bottom:2 solid black;
}
.modalGvAttach a
{
    color:blue;
    cursor:pointer;
}

select:focus{border: 2px solid #3a4f63; background-color:#FFFFCC;}
.focus{border: 2px solid #3a4f63; background-color:#FFFFCC;}        

input[type="submit"]
{
    width:75px;
    background-color: #808080;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    cursor:pointer;
    border:none;
}
    input[type="submit"]:hover
    {
        color:black;
        background-color: #b4b4b4;
    }
        input[type="submit"][disabled]:hover
        {
            cursor:not-allowed;
        }

.accordionHeader {
    background-color: rgb(46, 77, 123);
    color: white;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    border-color: #2f4f4f;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.accordionHeaderSelected {
    background-color: rgb(80, 120, 179);
    color: white;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    border-color: #2f4f4f;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.accordionContent {
    border-width: medium 1px 1px; 
    border-style: none dashed dashed; 
    border-color: currentColor rgb(47, 79, 79) rgb(47, 79, 79); 
    padding: 5px; 
    background-color: rgb(211, 222, 239);
}
