/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address
{
    margin: 0;
    padding: 0;
    border: 0;
}

h1
{
    margin: 0;
    font-family: verdana;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}
h2
{
    margin-top: 1.2em;
    margin: 0em 0em;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}
h3
{
    margin-top: 1.2em;
    margin: 0em 0em;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}


img
{
    border: 0;
}

ol
{
    margin: 0em;
    margin-top: 0.5em;
    margin-left: 1.5em;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}
ul
{
    margin: 0em;
    margin-top: 1.5em;
    margin-left: 3.5em;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}

li
{
    margin: 0em;
    margin-top: 0.5em;
    margin-left: 4.5em;
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

p
{
    margin: 1.2em 0em;
    line-height: 1.8em;
    font-size: 1.0em;
}

li > p
{
    margin-top: 0.2em;
}

pre
{
    font-family: monospace;
    font-size: 1.0em;
}

strong, b
{
    font-weight: bold;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #000099;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
    text-decoration: underline;
    color: #000099;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body
{
    padding: 0 377px;
    text-align: left;
    background-color: white;
    font-family: Verdana; /*Georgia, Palatino, serif;*/
    font-size: 80%;
    width: auto; /*  background-image: url(Images/bg.jpg);*/
}
#skiptocontent
{
    position: absolute;
    margin-left: 0px;
}
#sizer
{
    margin: 0 auto;
    width: 8%;
    max-width: 55px;
    padding: 0px;
    text-align: left;
}
#expander
{
    position: relative;
    min-width: 775px; /* Critical Safari fix! */
    margin: 0 -375px;
    background: white;
}
/* Holly hack for IE \*/
* html #expander
{
    height: 0;
}
/* */

#ReportExpander
{
    position: relative;
    min-width: 750px; /* Critical Safari fix! */
    margin: 0 -375px;
    background: #FFFFFF;
}

/* Holly hack for IE \*/
* html #ReportExpander
{
    height: 0;
}
/* */

#wrapper
{
    width: 100%; /* helps IE get the child percentages right. */
    background-image: url(Images/content_border.gif);
    background-repeat: repeat-y;
}

/* http://positioniseverything.net/easyclearing */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

#sidebar
{
    display: inline; /* IEwin doubled margin bug fix */
    float: left;
    width: 243px;
    margin-left: -3px; /*IE Win 3px gap fix*/
}

html > body #sidebar
{
    margin-left: 0;
}

#content
{
    padding: 0;
    height: 0%;
    margin: 0;
}
html > body #content
{
    height: auto;
    width: auto;
    margin-right: 0px;
    margin-left: 0em;
}
#contentwr
{
    padding: 0;
    margin: 0;
}
html > body #contentwr
{
    height: auto;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
}
#header
{
    /*background-color:#BC8F5F;	 	background-image:none;*/
}
#headertop
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 260px;
    padding-top: 0px;
    background-color: white;
}

#headertop2
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 106px;
    padding-top: 0px;
    background-color: white;
}

#headertop3
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 106px;
    padding-top: 0px;
    background-color: white;
}


#headertopwr
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 49px;
    padding-top: 0px;
    background-color: white;
}

#mainmenu
{
    margin-left: 0px;
    background-color: white;
    font-family: Verdana; /* width: 775px;*/
}


#mainmenu, #mainmenu tr
{
    height: 24px;
}

* html #mainmenu
{
    margin-top: -1px;
}

#mainmenu a
{
    text-decoration: none;
}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */
/* Hide from IE5-Mac \*/
* html #mainmenu a
{
    height: 1%;
}
/* end hiding */

#mainmenu .normallink
{
    border: 1px solid white;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    padding: 0 10px;
    font-weight: bold;
    color: white;
}
#mainmenu .selectedlink
{
    font-family: Verdana;
    font-size: 11px;
    padding: 0 10px;
    background-color: #B90C12; /*#F0E6D5;*/
    color: white;
}
#mainmenu .level1
{
    border: 1px solid white;
    color: white;
    background-color: #021278;
    font-family: Verdana;
    font-size: 11px;
}
#mainmenu .level2
{
    border: 1px solid white;
    color: white;
    background-color: #021278;
    font-family: Verdana;
    font-size: 11px;
}
#mainmenu .level3
{
    border: 1px solid white;
    color: white;
    background-color: #021278;
    font-family: Verdana;
    font-size: 11px;
}
#mainmenu .hoverstyle
{
    /*font-weight: bold;*/
    color: white;
    background-color: #B90C12;
}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

#leftmenu a
{
    text-decoration: none;
}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */
/* Hide from IE5-Mac \*/

* html #leftmenu a
{
    height: 1%;
}
/* end hiding */

#leftmenu .normallink1
{
    height: 20px;
    padding: 0 2px;
    font-weight: bold;
    border: 1px solid #1F8DC7;
    color: #1F8DC7;
}
#leftmenu .selectedlink1
{
    height: 20px;
    padding: 0 2px;
    border: 1px solid #A48D7C;
    background-color: #573323; /*#F0E6D5;*/
    color: #A48D7C;
}
#contentwrapper
{
    background-image: url(Images/sidebar_bg1.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

/* Hides from IE5-mac \*/
* html #contentwrapper
{
    height: 1%;
}
/* End hide from IE-mac */
#quote
{
    height: 129px;
    padding: 10px 10px 10px 20px;
    overflow: hidden;
    font-weight: normal;
    font-size: 140%;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000099;
    background-color: #ccffff;
}

#sidebarcontent
{
    margin: 0 10px 1em;
}

#sidebarcontent h3
{
    padding: 0.3em 1.5em;
    margin: 10px 0 0;
    line-height: 130%;
    background-color: #1F8DC7;
    color: #ffffff;
    font-size: 110%;
}
#sidebarcontent .sbcontentcontainer
{
    padding: 1em 1.5em 0.5em;
    border: 1px solid #A48D7C;
    color: #000099;
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
    font-size: 90%;
}
#sidebarcontent .sbcontentcontainer p
{
    margin: 0 0 1.2em 0;
    line-height: 1.8em;
}

#sidebarcontent .sbcontentcontainer ol
{
    padding-left: 20px;
}

#sidebarcontent .sbcontentcontainer ul
{
    list-style-type: none;
}

#sidebarcontent .sbcontentcontainer a:hover
{
    text-decoration: none;
    color: #005378;
}

#sidebarcontent .sbcontentcontainer .level1 a:hover
{
    text-decoration: none;
    color: #ffffff;
}

#sidebarcontent .sbcontentcontainer .level2 a:hover
{
    text-decoration: none;
    color: #ffffff;
}

#sidebarcontent .sbcontentcontainer .level3 a:hover
{
    text-decoration: none;
    color: #ffffff;
}

#headerimgwrapper
{
    /*padding-right:10px; 	margin-right:-8px;*/ /*background-image:url(Images/header_img_border.gif);*/ /*background-repeat:no-repeat; 	background-position:100% 1;*/
    background-color: White;
}
/*
#headerimg {
	height:149px;
	/*background-image: url(Images/header_img.jpg);	*/
/*background-repeat:no-repeat;
	background-color:transparent;
	background-position:center;
}
*/

#headerimg1
{
    width: 383px;
    background-image: url(Images/top01-proc.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg2
{
    width: 202px;
    background-image: url(Images/top02-proc.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg3
{
    width: 158px;
    background-image: url(Images/top03-proc.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg4
{
    width: 32px;
    background-image: url(Images/top04-proc.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#headerimg5
{
    width: 775px;
    background-image: url(Images/top05.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg6
{
    width: 383px;
    background-image: url(Images/top06.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg7
{
    width: 392px;
    background-image: url(Images/top07.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#headerimg8
{
    width: 775px;
    background-image: url(Images/top08.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#footerimg1
{
    width: 775px;
    background-image: url(Images/bottom01.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#pagesHead
{
    width: 773px;
    background-image: url(Images/eproc-pages-head.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#pagesTitle
{
    width: 32px;
    background-image: url(Images/eproc-title.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
#pagesTab
{
    width: 115px;
    background-image: url(Images/tab-unselected.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#pagesTab2
{
    width: 115px;
    background-image: url(Images/tab-selected.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#flagimg
{
    height: 47px;
    width: 60px;
    background-image: url(Images/pak-flag.gif);
    background-position: center;
    background-repeat: no-repeat;
}


#themepicker
{
    float: right;
    display: inline; /* IEwin doubled margin bug fix */
    padding: 5px 10px 10px 10px;
    color: #000099;
    font-size: smaller;
}
#copy
{
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0em;
    margin-right: 0px;
    padding-top: 0em;
}

#copy td, #copy th
{
    padding: 0.2em 0.5em;
}

#copy td
{
    font-family: verdana, Helvetica, sans-serif;
}

* html #copy table tr
{
    font-size: 0.9em;
}

#copy img
{
    padding: 0px;
    border: 0px solid #021278;
}
#copy fieldset
{
    padding: 1em;
    border: 1px solid #021278;
    margin-bottom: 1em;
    background-color: white;
}
#copy .txtBox
{
    font-family: 'verdana' ,helvetica,sans-serif;
    color: #000000;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1px solid #021278;
}

#copy .txtBox:focus
{
    font-family: 'verdana' ,helvetica,sans-serif;
    color: #000000;
    font-size: 8pt;
    background-color: #d6dff7;
}

#copy .txtLabel
{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

#copy .txtLabelHint
{
    font-family: verdana;
    font-size: 11px;
    color: #021278;
}

#copy .GrdHdrLbl
{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

#copy .imgLink
{
    font-family: verdana;
    font-size: 11px;
    color: #021278;
    font-weight: bold;
    text-decoration: underline;
}

#copy .button
{
    border: 1px solid white;
    background-color: #021278;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

#copy legend
{
    padding: 0.5em;
    background-color: white;
}
#copy caption
{
    text-align: left;
    font-weight: bold;
}

div#contactForm
{
    margin-left: 0.4em;
}

/* Hides from IE5-mac \*/
* html div#contactForm
{
    height: 1%;
}
/* End hide from IE-mac */

.imgfloatright
{
    float: right;
    display: inline;
    margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft
{
    float: left;
    display: inline;
    margin: 0.25em 0.5em 0.25em 0;
}
#footer
{
    /*clear: both; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 26px;
    width: auto;
    border-top: 2px solid #1f8dc7; /*margin-left:10px;	*/
    padding-left: 0px;
    padding-top: 2px;
    margin-bottom: 0;
    background-color: #1f8dc7;
    font-family: Verdana; /*verdana, Helvetica, Sans-Serif;*/
    color: #F0E6D5;
    font-size: small;
    text-align: center;
}
#sidebarfooter
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 28px;
}

@media print
{
    body
    {
        margin: 0;
        padding: 0;
        font-size: 10pt;
        line-height: 12pt;
        background: #FFFFFF !important;
    }
    #sizer
    {
        margin: 0;
        width: auto !important;
    }
    #expander
    {
        position: static;
        margin: 0 !important;
    }
    #ReportExpander
    {
        position: static;
        margin: 0 !important;
    }

    #headertop, #ownerinfo
    {
        position: static;
        height: auto;
    }
    #ownerinfo address
    {
        position: static;
        height: auto !important;
        margin-bottom: 2em;
    }
    #header
    {
        border-bottom: 0px solid #000000;
        margin-bottom: 0em;
    }
    #wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter
    {
        background: none !important;
    }
    h1, h2, h3, h4, h5, h6, #ownername, #mainmenu, #leftmenu
    {
        font-family: Verdana; /*Georgia, Palatino, serif;*/
        font-weight: bold;
    }
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter
    {
        display: none !important;
    }
    #copy
    {
        margin: 0;
        padding: 0;
    }

    #copy fieldset
    {
        border: none;
    }

    #copy legend
    {
        color: #b90c12;
    }

    #footer
    {
        position: static;
        margin-top: 0em;
        font-size: 1em;
    }

    #content
    {
        width: 100%;
    }

    html > body #content
    {
        width: 100%;
        margin-left: 0em;
    }
}

#leftmenu .level1
{
    border: 1px solid #3c90bb;
    color: #005378;
    background-color: #93d1f0;
    font-family: Verdana; /*, Geneva, verdana, Helvetica, sans-serif;*/
    font-size: 90%;
}

.level2
{
    color: #005378;
    font-family: Verdana; /*, Geneva, verdana, Helvetica, sans-serif;*/
    font-size: 90%;
    background-color: #93d1f0;
    height: 20px;
    border: 1px solid #3c90bb;
}

.level3
{
    border: 1px solid #3c90bb;
    color: #005378;
    background-color: #93d1f0;
    font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
    font-size: 90%;
}

.hoverstyle
{
    /*font-weight: bold;*/
    background-color: #021278;
    color: #000099;
}

.sublevel1
{
    background-color: #00ccff;
    color: White;
    font-family: Verdana; /*, Geneva, verdana, Helvetica, sans-serif;*/
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.txtLabel
{
    font-family: verdana;
    font-size: 11px;
    color: white;
}
.legend
{
    font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
    color: #b90c12;
    font-weight: bold;
}
.LinkGrd
{
    font-family: verdana;
    font-size: 11px;
    color: #021278;
    font-weight: bold;
}
.btnTabButton
{
    /*border: 2px solid #000000;*/
    background-color: #021278;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.btnTabButtonSelected
{
    /* border: 2px solid #000000;*/
    background-color: #B90C12;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.pagessubtitleLarge
{
    font-family: verdana;
    font-size: 14.6px;
    color: #000000;
    font-weight: bold;
}
.pagessubtitlebig
{
    font-family: verdana;
    font-size: 13.5px;
    color: #000000;
    font-weight: bold;
}

.pagessubtitle
{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.pagessubtitlebigcolor
{
    font-family: verdana;
    font-size: 12px;
    color: #b90c12;
    font-weight: bold;
}

.pagessubtitlebigcolor2
{
    font-family: verdana;
    font-size: 13.5px;
    color: #000000;
    font-weight: bold;
}

.pagessubtitleHintcolor
{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.pageslinkstext
{
    font-family: verdana;
    font-size: 11px;
    color: #021278;
    font-weight: bold;
    text-decoration: underline;
}

.pageslinkstextSelected
{
    font-family: verdana;
    font-size: 11px;
    color: #b90c12;
    font-weight: bold;
    text-decoration: underline;
    border-color: Black;
    background: White;
    border-style: solid;
    border-width: 1px;
}
.pagessubtextcolor
{
    font-family: verdana;
    font-size: 12px;
    color: white;
}
/* CSS For Grid Header */
.tdborder
{
    background-color: #e3e3f8; /*border-top: black thin outset;     border-bottom: black thin outset;*/
}

.tdleft
{
    background-color: #b90c12; /*border-top: black thin outset;     border-bottom: black thin outset;*/
}


.tdHeader
{
    background-color: #021278; /*border-top: black thin outset;     border-bottom: black thin outset;*/
}

.tdHeaderPane
{
    background-color: #021278; /*border-top: black thin outset;     border-bottom: black thin outset;*/
    border-top: white thin solid;
    border-bottom: white thin solid;
}

.tableSearch
{
    border-top: #646498 thin solid;
    border-right: #646498 thin solid;
    border-left: #646498 thin solid;
    border-bottom: #646498 thin solid;
}

.tableWindow
{
    background-color: #e3e3f8;
}

.tdUpLine
{
    border-top: #021278 thin solid;
}

/* CSS For Left Bar */
.tdLeftBar
{
    background-color: #e3e3f8; /*border-top: black thin outset;     border-bottom: black thin outset;*/
}

.SiteMap
{
    font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
    color: #005378;
    font-weight: normal;
    font-size: 8pt;
}
.txtMode
{
    font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
    color: #005378;
    font-weight: bold;
    font-size: 9pt;
}

#RepPanel
{
    margin-left: 4.2em;
}
/* CSS For Crystal Reports */
.Rep_H1
{
    font-family: verdana;
    margin: 0;
    font-size: 13pt;
    font-weight: normal;
}
.Rep_H2
{
    font-family: verdana;
    margin: 0;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
}
.Rep_Body_H1
{
    font-family: verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #b90c12;
    text-align: left;
    vertical-align: middle;
}
.Rep_Body_Lbl
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}

.Rep_Body_Txt
{
    font-family: verdana;
    font-size: 3pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}
.Rep_G1H
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #004080;
    text-decoration: none;
    text-align: left;
}
.Rep_G2H
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #005E8A;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}
.Rep_G3H
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #1F8DC7;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}
.Rep_BF_Lbl /* Lable for Form like body */
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}
.Rep_BT_Lbl /* Lable for Tabular like body */
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.Rep_BCHR_Txt /* Text value for Character and date field */
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: Black;
}
.Rep_BNUM_Txt /* Text value for Amount field */
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    color: Black;
}

.Rep_BNUM_lbl /* Label value for Amount field */
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    color: Black;
}
/* Start - Static Pages */
#LastUpd
{
    font-size: 10pt;
    color: #1f8dc7;
}

A.botlink:Link
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #021278;
    text-decoration: underline;
}
A.botlink:Visited
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #021278;
    text-decoration: underline;
}
A.botlink:Hover
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #021278;
    text-decoration: none;
}

/* End - Static Pages */




.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

/*Textbox Watermark*/

.unwatermarked {
	font-family: 'verdana' ,helvetica,sans-serif;
    color: #000000;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1px solid #021278;
}

.watermarked 
{
	font-family: 'verdana' ,helvetica,sans-serif;
    color: #000000;
    font-size: 8pt;
    background-color: #e3e3f8;
    border: 1px solid #021278;
 }	

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:  #e3e3f8;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

