﻿/* -------------------
   Collapsible Panel - Normal
*/
.collapsablePanelTitle, .collapsablePanelTitleOver
{
    background-color: #336699;
    color: white;
    padding: 2px 2px 2px 4px;
    font-weight: bold;
    text-align: left;
}

.collapsablePanelTitleOver
{
    cursor: pointer;
    cursor: hand;
}

.collapsablePanelImageCollapsed, .collapsablePanelImageExpanded
{
    margin-right: 4px;
    width: 11px;
    height: 12px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top:3px;
}

.collapsablePanelImageCollapsed
{
    background-image: url(Images/panel_right.gif);
}

.collapsablePanelImageExpanded
{
    background-image: url(Images/panel_down.gif);
}

.collapsablePanel
{
    padding: 4px 2px 2px 0px;
    margin: 0px 0px 10px 0px;
    display: block;
}


/* -------------------
   CollapsibleSubPanel
*/
.collapsableSubPanelTitle, .collapsableSubPanelTitleOver
{
    background-image: url(Images/subPanelTitleBlend.gif);
    border: solid 1px #ebe15f;
    padding: 0px 0px 0px 4px;
    height: 16px;
    color: rgb(88,67,0);
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
}

.collapsableSubPanelTitleOver
{
    cursor: pointer;
    cursor: hand;
}

.collapsableSubPanelImageCollapsed, .collapsableSubPanelImageExpanded
{
    margin-right: 4px;
    width: 11px;
    height: 12px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}

.collapsableSubPanel
{
    padding: 4px 2px 2px 10px;
    margin: 0px 0px 10px 0px;
    display: block;
}

/* -------------------
	StyledPanel
*/
.styledPanel {
    margin-top: 10px;
    background-image: url(Images/brushed_alu2.png);
    border: solid 1px #dcdcdc;
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 5px;
    box-shadow: 0px 2px 4px 0px rgb(175, 175, 175);
}

.styledPanelTitle
{   
    padding: 2px 0px 0px 15px;
    margin-left:-2px;
    margin-right:-2px;
    background: #000066;
    color: white;
    text-align:center;
    text-shadow:0 1px 1px rgba(255,255,255,0.50);
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}

.styledPanelContent
{
    padding:6px;
}

/* -------------------
   Titlebar
*/

.titleBar
{
    text-shadow:0 1px 1px rgba(0,0,0,0.50);
    text-transform:uppercase;
}

H2.titleBar
{
    /*color: #002355;*/
    color: #002355;
    margin: 0px;
    padding: 4px 15px 4px 30px;
    margin-left:-15px;
    margin-right:-15px;
    padding-top:4px;
    padding-bottom:4px;
    background-image: url(Images/pageTitleBlend.gif);
    background-repeat: repeat-x;
    font-size:16px;
}

H3.titleBar
{
	border-bottom: 1px solid #404040;
}

H4.titleBar
{
    background: #B3B3B3;
    border: solid 1px #B3B3B3;
    text-indent: 0px;
    padding: 3px 0px 3px 5px;
    font-weight: bold;
}

.masterTable_design H2.titleBar
{
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

/* -------------------
	Menu Data List
*/

.menuDataListItem
{
}

.menuDataListItemOver
{
    cursor: pointer;
    cursor: hand;
}

/* --------------------
   EsfFormView
*/

.esfformview td
{
    white-space: nowrap;
    padding-top:4px;
}

.esfformview select
{
    width:90%;
}

.esfformview .textbox
{
    width:90%;
}

.esfformview td.fieldLabel
{
    font-weight: bold;
    text-align: right;
}

.esfformview .row
{
    margin-top:5px;
    vertical-align:bottom;
}

.esfformview .row .fieldLabel
{
    margin-top:2px;
}

.esfformview .fieldLabel
{
    padding-right:0px;
    margin-right:0px;
}

/* --------------------
   Repeater
*/
.repeater
{	
}

.repeater th
{
	font-size: 14px;
	border-bottom: 1px solid #404040;
}

.repeater td
{
	padding: 2px;
    white-space: nowrap;
}

.repeater td.fieldLabel
{
    font-weight: bold;
    text-align: right;
}

.repeater td.headerColumn
{
    font-weight: bold;
    font-size: 14px;
    white-space: normal;
}

.repeater tr.headerRow
{
	text-align: center;
}

.repeater tr.footerTotals
{
	font-weight: bold;
	padding: 5px;
	background: #D9D9D9;
}

.repeater hr
{
    height: 1px;
    background: #4B3E38;
}

/* --------------------
   Side Navigation
*/
.sideNavigation
{
	padding-left: 15px;
	padding-bottom: 15px;
	border-right: 2px solid rgb(100, 100, 100);
	background: #F3F3F3;
}

/*
    EsfDateTimePicker
    Calendar
*/

.PGCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: white;
    color: black;
}
.PGCalendar .ajax__calendar_body
{
    height: 124px;
    width: 155px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.PGCalendar .ajax__calendar_container
{
    padding: 0px;
    cursor: default;
    width: 155px;
    text-align: center;
}
.PGCalendar .ajax__calendar_days
{
    top: 0px;
    left: 0px;
    height: 124px;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}
.PGCalendar .ajax__calendar_months
{
    top: 0px;
    left: 0px;
    height: 124px;
    width: 155px;
    position: absolute;
    text-align: center;
    margin: auto;
}
.PGCalendar .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 124px;
    width: 155px;
    position: absolute;
    text-align: center;
    margin: auto;
}
.PGCalendar .ajax__calendar_footer
{
    border-top: 1px solid gray;
    height: 19px;
}
.PGCalendar .ajax__calendar_header
{
    color: white;
    height: 16px;
    width: 100%;
    background: #0D3D9E url('Images/headerBlend.gif') repeat-x;
}
.PGCalendar .ajax__calendar_header .ajax__calendar_title
{
    color: white;
}
.PGCalendar .ajax__calendar_day
{
    height: 18px;
    width: 18px;
    padding: 0 2px;
    cursor: pointer;
}
.PGCalendar .ajax__calendar_month
{
    height: 41px;
    width: 39px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}
.PGCalendar .ajax__calendar_year
{
    height: 41px;
    width: 39px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}
.PGCalendar .ajax__calendar_dayname
{
    text-align: center;
    color: gray;
}
.PGCalendar .ajax__calendar_days
{
}
.PGCalendar .ajax__calendar_day
{
    text-align: center;
    font-size: small;
}
.PGCalendar .ajax__calendar_active
{
    color: white;
    background: #5583D3;
}
.PGCalendar .ajax__calendar_active .ajax__calendar_day,
.PGCalendar .ajax__calendar_active .ajax__calendar_month,
.PGCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: white;
}
.PGCalendar .ajax__calendar_hover,
.PGCalendar .ajax__calendar_hover .ajax__calendar_day,
.PGCalendar .ajax__calendar_hover .ajax__calendar_month,
.PGCalendar .ajax__calendar_hover .ajax__calendar_year,
.PGCalendar .ajax__calendar_hover.ajax__calendar_other .ajax__calendar_day
{
    color: black !important;
    background: #FFECB1;
}
.PGCalendar .ajax__calendar_hover .ajax__calendar_title
{
    color: black !important;
}
.PGCalendar .ajax__calendar_other .ajax__calendar_day
{
    color: #C9C9C9;
}
.PGCalendarControlPanel
{
    display: inline;
}
/*
    Time Picker
*/

.TimePickerButton
{
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    background-color: White;
    border-top: 1px solid #FFECB1;
}
.TimePickerPopupButton
{
    background-image: url('Images/Clock.png');
    background-color: Transparent;
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    cursor: pointer;
    position:relative; 
    top:13px; 
    height:5em; 
    margin-top:-2.5em
}
.TimePickerHeader
{
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 100%;
    background: #0D3D9E url('Images/headerBlend.gif') repeat-x;
}

.TimePickerContainer
{
    display: inline;
    border: 1px solid #646464;
    background-color: white;
    color: black;
}

.TimePickerContainer .hover
{
    cursor: default !important;
    background: #FFEAAC;
    color: #0B0800;
}
