﻿

/* Base Styles
---------------------------------------------------*/
html
{
    background: transparent;
}
body
{
    background: #f7f7f7 url(../../Images/bg_Header.gif) 0 -20px repeat-x;
    color: #333;
}


/* General Content Elements
---------------------------------------------------*/

a
{
    color: #045b90;
}

a:hover
{
    text-decoration: none;
}
a:visited
{
    color: #419bd2;
}

h2
{
    color: #045b90;
    font-family: Trebuchet, Lucida Sans Unicode, sans-serif;
    letter-spacing: 1px;
    font-size: 1.75em;
}

h3
{
    color: #333;
    padding-bottom: 5px;
}
p.subTitle
{
    color: #656565;
}

h4
{
    color: #333;
    margin-bottom: 5px;
}


/* Miscellaneous Classes
---------------------------------------------------*/
/*alignment*/
.alignCenter
{
    text-align: center;
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}

/*float*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}

/*Padding*/
.padding
{
    padding: 18px;
}
.paddingTop
{
    padding-top: 18px;
}
.paddingRight
{
    padding-right: 18px;
}
.paddingBottom
{
    padding-bottom: 18px;
}
.paddingLeft
{
    padding-left: 18px;
}

/*Margins*/
.margin
{
    margin: 18px;
}
.marginTop
{
    margin-top: 18px;
}
.marginTopSmall
{
    margin-top: 5px;
}
.marginRight
{
    margin-right: 18px;
}
.marginBottom
{
    margin-bottom: 18px;
}
.marginLeft
{
    margin-left: 18px;
}

.larger
{
    font-size: larger;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}

.verticalAlignMiddle
{
    vertical-align: middle;
}
.verticalAlignTop
{
    vertical-align: top;
}

.borderTop-dashed
{right
    border-top: 1px dashed #a5a5a5;
    padding-top: 10px;
}

.borderBottom-solid
{
    border-bottom: 1px solid #c1c1c1;
}

.blueTitle
{
    color: #4B4B4B;
    background: #d9e4fb;
    padding: 3px 5px;
}
/*#CDE4F2*/

/*Special Lists*/
.listArrow
{
    list-style-type: none;
    background: url(../../Images/bullet_GreenArrow.gif) 0px 5px no-repeat;
    padding: 0 0 0 18px;
}
ul.listDot, ul.listArrow
{
    margin-bottom: 10px;
}

ul.listArrow li
{
    list-style-type: none;
    background: url(../../Images/bullet_GreenArrow.gif) 0px 5px no-repeat;
    padding: 0 0 0 18px;
}

ul.listDot li
{
    list-style-type: none;
    background: url(../../Images/bullet_BlackDot.gif) 0px 5px no-repeat;
    padding: 0 0 0 18px;
}

/* Controls*/

.hdnCtrl
{
    visibility: hidden;
    display: none;
    height: 0;
    width: 0;
    clear: both;
    content: " ";
    font-size: 0;
}


/* Page Wrapper
---------------------------------------------------*/
#pageWrapper
{
    width: 1244px;
    margin: 0 auto;
    position: relative;
}


/* Header
---------------------------------------------------*/
#header
{
    height: 77px;
    position: relative;
    margin: 0 0 10px 0;
}
#header h1
{
    width: 252px;
    height: 75px;
    background: transparent url(../../Images/logo_ATACS_header.gif) top right no-repeat;
    overflow: hidden;
    text-indent: -234223px;
    float: left;
    margin: 0;
}
#globalItems
{
}
#globalItems p
{
    text-align: right;
    color: #ededed;
    padding-top: 5px;
    margin-bottom: 0;
}
#globalItems a
{
    color: #fff;
}

#contentMasterGlobalItems
{
    float: right;
    margin: 5px 0 0 0;
}
#contentMasterGlobalItems div
{
    float: left;
    padding: 0 5px 0 0;
    color: #ededed;
}
#contentMasterGlobalItems a
{
    color: #fff;
}

/* Primary Navigation
	---------------------------------------------------*/
#primaryNav
{
    position: absolute;
    top: 48px;
    left: 258px;
}

#primaryNav div
{
    float: left;
}

/*--Standard--*/
/*#primaryNav a { float:left; color:#fff; font-size:1.6em; text-decoration:none; padding:6px 15px; margin-right:5px; line-height:18px; }
		    #primaryNav a:hover { background:#0683d1 }
		    #primaryNav a.current { border:1px solid #03507e; border-bottom:none; color:#045b90; background:#f7f7f7; }*/

/*--Rounded--*/
/*Normal State*/
#primaryNav a
{
    display: block;
    float: left;
    font-size: 17px;
    color: #fff;
    height: 27px;
    padding-right: 11px;
    text-decoration: none;
}
#primaryNav a span
{
    display: block;
    float: left;
    color: #fff;
    line-height: 15px;
    padding: 6px 0 6px 11px;
    cursor: pointer;
}

/*Hover State*/
#primaryNav a:hover
{
    background: transparent url(../../Images/bg_PrimaryNavItem.gif) no-repeat scroll right -60px;
}
#primaryNav a:hover span
{
    background: transparent url(../../Images/bg_PrimaryNavItem.gif) no-repeat scroll left -60px;
}

/*Active State*/
#primaryNav a.current, #primaryNav a.current:hover
{
    color: #045b90;
    height: 29px;
    background: transparent url(../../Images/bg_PrimaryNavItem.gif) no-repeat scroll right top;
}

#primaryNav a.current span, #primaryNav a.current:hover span
{
    color: #045b90;
    padding-bottom: 8px;
    background: transparent url(../../Images/bg_PrimaryNavItem.gif) no-repeat scroll left top;
}


/*Nav Item Seperator*/
#primaryNav span.sep
{
    display: none;
}

/* Body
---------------------------------------------------*/

#body
{
    margin-bottom: 10px;
}

/* Application Wrapper
	---------------------------------------------------*/
#appWrapper
{
}
#appTopCap
{
    font-size: 1px;
    height: 2px;
    background: transparent url(../../Images/bg_AppFrame_TopCap2.0.gif) top left repeat-y;
}
#appContent
{
    background: transparent url(../../Images/bg_AppFrame_Body2.0.gif) top left repeat-y;
    padding: 1px 10px 10px;
    min-height: 520px;
}
#appBottomCap
{
    font-size: 1px;
    height: 2px;
    background: transparent url(../../Images/bg_AppFrame_BottomCap2.0.gif) top left no-repeat;
}

/*Bread Crumbs
			---------------------------------------------------*/
#breadCrumbs
{
    color: #057dc6;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    margin:  -1px 0 18px -8px;
    border-bottom: 1px solid #e1e1e1;
    width: 1240px;
}

#breadCrumbs a
{
    float: left;
    position: relative;
    margin: 0;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.bcCurrentPage
{
    float: left;
    position: relative;
    margin: 0;
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

#breadCrumbs span
{
    background: transparent url(../../Images/arrow_BreadCrumb.gif) 0 0 no-repeat;
    float: left;
    height: 0;
    margin: 1px 10px 0 8px;
    overflow: hidden;
    padding-top: 29px;
    position: relative;
    width: 12px;
}

a.bcTitle
{
    padding: 0 0 0 32px;
}
a.bcDashboard
{
    background: url(../../Images/icon_Dashboard.gif) 7px 5px no-repeat;
}
a.bcWorkplan
{
    background: url(../../Images/icon_Workplan.gif) 7px 5px no-repeat;
}
a.bcAdmin
{
    background: url(../../Images/icon_Admin.gif) 7px 5px no-repeat;
}
a.bcSearch
{
    background: url(../../Images/icon_Search.gif) 7px 5px no-repeat;
}
a.bcReports
{
    background: url(../../Images/icon_Reports.gif) 7px 5px no-repeat;
}
a.bcProfile
{
    background: url(../../Images/icon_Profile.gif) 7px 6px no-repeat;
}


/*Info Messages - BLUE
			---------------------------------------------------*/
.mbInfo
{
    background: #eff3fb;
    border: 1px solid #e0e4eb;
    position: relative;
}

/*Error Messages - RED
			---------------------------------------------------*/
.mbError
{
    background: #ffcfd2;
    border: 1px solid #ffb2b7;
    position: relative;
}

/*Warning Messages - YELLOW
			---------------------------------------------------*/
.mbWarning
{
    background: #fefae7;
    border: 1px solid #f9e9a2;
    position: relative;
}

/*Confirmation Messages - GREEN
			---------------------------------------------------*/
.mbConfirm
{
    background: #e3ffe1;
    border: 1px solid #c4e6c2;
    position: relative;
}


/*All Messages
			---------------------------------------------------*/
.msgBox
{
    padding: 10px 15px;
    margin: 10px 0;
}

.msgBox ul
{
    padding-left: 20px;
}

.msgBox ul li
{
    list-style-type: none;
    background: url(../../Images/bullet_GreenArrow.gif) 0px 5px no-repeat;
    padding: 0 0 0 18px;
}

img.msgBoxIcon
{
    position: absolute;
    top: -7px;
    left: -7px;
}
/*----------------------------------------ie6.css */



/* Form Element Styles
			---------------------------------------------------*/
input.text, textarea
{
    color: #333;
    font-size: 12px;
    font-family: Trebuchet,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
}
input.text
{
    vertical-align: middle;
}

select
{
    color: #333;
    font-size: 12px;
    font-family: Trebuchet,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
    vertical-align: middle;
}

input.button
{
    border: none;
    background: #727272;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.label
{
    color: #333;
    font-weight: bold;
    line-height: 15px;
}
.text
{
    color: #333;
    font-size: 12px;
    font-family: Trebuchet,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
}

span.subLabel
{
	font-size: 12px;
	color: #009933;
	padding: 0 0 0 2px;
}


span.subLabelAwaitingReview
{   float: left;
	font-size: 12px;
	color:White;
	padding: 0 3px 0 3px;
	background-color: rgb(0,51,153);
	width: 125px;
	-moz-border-radius: 15px;
 border-radius: 15px;
}
span.subLabelAwaitingInProgress
{   float: left;
	font-size: 12px;
	color:White;
	padding: 0 3px 0 3px;
	background-color: rgb(0,153,51);
	width: 125px;
-moz-border-radius: 15px;
 border-radius: 15px;
}
span.subLabelAwaitingApprove
{   float: left;
	font-size: 12px;
	color:White;
	padding: 0 3px 0 3px;
	background-color: rgb(153,0,51);
	width: 125px;
	-moz-border-radius: 15px;
 border-radius: 15px;
}
a.helpIconLink
{
    line-height: 15px;
    padding: 0 5px;
}

/*text and textarea widths */
.wSmall
{
    width: 50%;
}
.wMedium
{
    width: 75%;
}
.wLarge
{
    width: 100%;
}

/*Custom Layouts*/
.formWrapper
{
}

/*Horizontal Layouts (labels go above the input fields)
                    --------------------------*/
.horizontal input.text, .horizontal textarea, .horizontal label, .horizontal span.subLabel
{
    display: inline;
}

.horizontal input
{
    margin-bottom: 3px;
}
.horizontal label
{
    margin: 5px 0 3px 0;
}


/* Regular Buttons
			---------------------------------------------------*/
span.inputButton
{
    display: inline-table;
    padding-right: 7px;
    cursor: pointer;
    background: transparent url(../../Images/bg_InputButton.gif) repeat scroll right top;
}

table span.loginButton
{
    display: block;
    float: left;
    height: 29px;
    font-size: 12px;
}
/* The span has trouble with "display:inline-table;" when it's inside a table */

span.inputButton input
{
    border: none;
    height: 29px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
    width: auto;
    overflow: visible;
    cursor: pointer;
    padding: 0 3px 4px 12px; /*-------------------------------- ie.css */
    background: transparent url(../../Images/bg_InputButton.gif) repeat scroll left top;
}

span.inputButton:hover
{
    background: transparent url(../../Images/bg_InputButton.gif) no-repeat scroll right bottom;
}

span.inputButton input:hover
{
    background: transparent url(../../Images/bg_InputButton.gif) no-repeat scroll left bottom;
}

/* Icon Buttons
		        ---------------------------------------------------*/
/*On/off states for span wrapper*/
span.ibPrint, span.ibPDF, span.ibXLS
{
    padding: 0 9px 0 0px;
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll right top;
}

span.ibPrint:hover, span.ibPDF:hover, span.ibXLS:hover
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll right bottom;
}

/*General input styles*/
span.ibPrint input, span.ibPDF input, span.ibXLS input
{
    background: transparent url(../../Images/bg_IconInputButton.gif) no-repeat scroll left;
    padding-left: 33px;
    padding-right: 0px;
}

/*Off state for each input*/
span.ibPrint input
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px 0px;
}
span.ibPDF input
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px -58px;
}
span.ibXLS input
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px -116px;
}

/*On state for each input*/
span.ibPrint input:hover
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px -29px;
}
span.ibPDF input:hover
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px -87px;
}
span.ibXLS input:hover
{
    background: transparent url(../../Images/bg_IconInputButtons.gif) no-repeat scroll 0px -145px;
}

/* Link Buttons
			---------------------------------------------------*/
a.appButton
{
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 29px;
    margin-right: 6px;
    padding-right: 14px;
    background: transparent url(../../Images/bg_inputButton.gif) no-repeat scroll right top;
    text-decoration: none;
}

a.appButton span
{
    display: block;
    float: left;
    color: #fff;
    line-height: 15px;
    padding: 6px 0 8px 14px; /*-------------------------------- ie.css */
    background: transparent url(../../Images/bg_inputButton.gif) no-repeat scroll left top;
    cursor: pointer;
}

a.appButton:hover
{
    text-decoration: none;
    background: transparent url(../../Images/bg_inputButton.gif) no-repeat scroll right bottom;
}

a.appButton:hover span
{
    background: transparent url(../../Images/bg_inputButton.gif) no-repeat scroll left bottom;
}

.centerButtons
{
    margin: 0 auto;
}

/* Hyperlink Titles
            ---------------------------------------------------*/
h3.hlTitle
{
    border-bottom: none;
    padding-bottom: 0;
}
h3.hlTitle a:hover
{
    color: #057dc6;
}


/* Data Grid Styles
			---------------------------------------------------*/

.table-wrap
{
    border: 1px solid #4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    margin-bottom: 10px;
}

table.table-grid
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.bottom-border
{
    border-bottom: 2px solid #4d4d4d;
}

table.table-grid td
{
    padding: 3px 8px;
}

/*Table Header*/
table.table-grid th.table-header, table.table-grid tr.table-header th
{
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #4d4d4d;
	font-weight: bold;
	color: #fff;
	background: #537DD5;
}

/*Table Cells and Body*/
table.table-grid td
{
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #FFF;
}

/*Alternating row*/
table.table-grid tr.alt
{
	background: #ECECFF none repeat scroll 0%;
}

/*Selected row*/
table.table-grid tr.selected
{
    background: #d9e4fb none repeat scroll 0%;
}

/*Last Cell in Table*/
table.table-grid td.last-cell
{
    border-right: 0px;
    border-bottom: 1px solid #FFF;
}
table.table-grid tr.table-header th.last-cell
{
    border-right: 0px;
}

/*Status Icon*/
img.statusIcon
{
    margin: 0 0 -3px 0;
    padding: 0 5px 0 3px;
}


/* Pagination */
.pagination
{
    padding: 5px 0 0 10px;
    background: #b6b6b6 url(../../Images/bg-pagination.gif) top repeat-x;
}

.pagination a, .pagination a:visited
{
    padding: 0 5px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.pagination a:hover, .pagination a:active
{
    color: #fff;
    background-color: #898e92;
    font-weight: bold;
    outline: none;
}

tr.pagination td span
{
    color: #fff;
    font-weight: bold;
}
tr.pagination td span.PagerText
{
    color: #000;
}
.pagination a.prevnext
{
    font-weight: bold;
}

/* Data Grid Content Styles
			---------------------------------------------------*/
/*Header Links*/
table.table-grid tr.table-header a
{
    color: #fff;
}


/* Special Data Grid Styles
				---------------------------------------------------*/
/*Workplan Grid*/
table.workplan-grid
{
}

table.workplan-grid td
{
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

tr.wpg-Goal
{
    font-weight: bold;
    background: #e7e7e7 none repeat scroll 0%;
}
tr.wpg-Goal td
{
    padding-top: 5px;
    padding-bottom: 5px;
}
tr.wpg-Outcome
{
}


/* Workplan Content Styles
				---------------------------------------------------*/
.wpOutcomeTitle
{
    line-height: 24px;
    padding: 0 10px 0 18px;
    font-size: larger;
}
.wpActionLink
{
    font-size: smaller;
}
.wpOutcomeDesc
{
}

/* Footer
---------------------------------------------------*/
#footer
{
    height: 82px;
}
.fLogo
{
    width: 140px;
}
.fLinks
{
    width: 253px;
}
.fAddress
{
    color: #C7C6C6;
    width: 243px;
}
.fCopyright
{
    color: #C7C6C6;
}



/* Individual Page Styles
---------------------------------------------------*/

/*Login Screen Styles
    -------------------------*/
body.loginScreen
{
    background: #0579bf;
}

.loginScreen #pageWrapper
{
    width: 372px;
}
.loginScreen #header
{
    height: 205px;
    margin: 0;
    overflow: hidden;
}

.loginScreen #body
{
    background: #e5e5e5;
    border: 8px solid #0570b0;
    padding: 20px 28px;
}
.loginScreen #body label
{
    font-size: 14px;
}
.loginScreen #body input.text
{
    height: 20px;
    font-size: 1.2em;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fcfcfc;
    border: 2px solid #eee;
}
.loginScreen #body p
{
    margin-bottom: 2px;
    margin-top: 5px;
}
.loginScreen #footer
{
    color: #fff;
}


/*Spell Check Screen Styles
    -------------------------*/
body.SpellCheckScreen
{
    #f7f7f7;
}

.SpellCheckScreen #pageWrapper
{
    width: 550px;
}

.SpellCheckScreen #body
{
    margin-bottom: 0;
}
.SpellCheckScreen #spellWrapper
{
}
.SpellCheckScreen #spellTopCap
{
    font-size: 1px;
    height: 2px;
    background: transparent url(../../Images/bg_AppFrame_TopCap.gif) top left no-repeat;
}
.SpellCheckScreen #spellContent
{
    background: transparent url(../../Images/bg_AppFrame_Body.gif) top left repeat-y;
    padding-top: 10px;
}
.SpellCheckScreen #spellBottomCap
{
    font-size: 1px;
    height: 2px;
    background: transparent url(../../Images/bg_AppFrame_BottomCap.gif) top left no-repeat;
}

.SpellCheckScreen #spellContent .labelText
{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    font-family: Trebuchet,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.SpellCheckScreen #spellContent .textbox
{
    color: #333;
    font-size: 12px;
    font-family: Trebuchet,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
}


/* Utilities
---------------------------------------------------*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix
{
	color: #4B4B4B;
	background: #d9e4fb;
	padding: 3px 5px;
	background-repeat: repeat-y;
}
.clearfix
{
    display: block;
}
/* close commented backslash hack */

.largeRedText
{
    color: Yellow;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}


/* Ajax Calendar
---------------------------------------------------*/
.ajax__calendar_days table tr td, .ajax__calendar_months table tr td, .ajax__calendar_years table tr td
{
    margin: auto;
    width: auto;
    padding: 0px;
}

.ajax__calendar_container
{
    background-color: #ffffff;
    border: solid 1px #cccccc;
}
.ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ajax__calendar_title, .ajax__calendar_next, .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}
.ajax__calendar_body
{
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 220px;
    height: 169px;
}
.ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}
.ajax__calendar_day
{
    text-align: center;
}
.ajax__calendar_hover .ajax__calendar_day, .ajax__calendar_hover .ajax__calendar_month, .ajax__calendar_hover .ajax__calendar_year, .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}
.ajax__calendar_today
{
    font-weight: bold;
}
.ajax__calendar_other, .ajax__calendar_hover .ajax__calendar_today, .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}

.ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}
.ajax__calendar_footer
{
    border-top: 1px solid #f5f5f5;
}
.ajax__calendar_dayname
{
    border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar_day
{
    border: 1px solid #ffffff;
}
.ajax__calendar_month
{
    border: 1px solid #ffffff;
}
.ajax__calendar_year
{
    border: 1px solid #ffffff;
}

.ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar_active .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar_other .ajax__calendar_day
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.ajax__calendar_other .ajax__calendar_year
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar_hover .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar_hover .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}
.ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc;
}


/*Accordion */
.accHeader
{
    cursor: hand;
    color: #4B4B4B;
    background: #d9e4fb;
    padding: 3px 5px;
}

.accHeader1
{
    cursor: hand;
    color: #4B4B4B;
    background: #d9e4fb;
    padding: 3px 5px;
}

.accHeader .Navigate
{
    background-image: url('../../Images/Down.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.accHeader1 .Navigate
{
    background-image: url('../../Images/up.png');
    background-repeat: no-repeat;
    background-position: center right;
}
