.LabelCursor
{
	cursor:pointer;
}
div, span, a, table, td, th, p, ul, li, fieldset, legend, label, form, button, input
{
    padding: 0px; /* position: relative; z-index: 2;*/
    text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.MyCalendar .ajax__calendar_body
{
    width: 210px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.MyCalendar .ajax__calendar_container
{
    width: 210px;
    border: 1px solid #646464;
    background-color: White;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_month, .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;
}
/*
div, span, a, table, td, th, p, ul, li, fieldset, legend, label, form, button, input
{
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    text-align: left;
}
#DateSelector
{
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    text-align: left;
}
*/

a
{
    text-decoration: underline;
    color: #363636;
}
a:hover
{
    text-decoration: none;
    color: #d3120d;
}
p
{
    margin-bottom: 1em;
    margin-top: 0.3em;
    text-indent: 0em;
    text-align: justify;
    line-height: 1.5em;
    font-size: 1em;
}
div
{
    text-align: left;
}

form
{
    margin: 0px;
    padding: 0px;
}


h1, h2, h3, h4, h5
{
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: bold;
    color: #d3120d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
ul
{
    list-style: square;
}
li
{
    position: static;
}
dfn
{
    cursor: help;
}

hr
{
    height: 3px;
    border: none;
    background: #5F0908;
}
fieldset
{
    border: none;
}

.modalBackground
{
    background-color: Silver;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
div.systemMessage-messages
{
    margin-top: 15px;
    padding: 15px;
    padding-top: 0px;
    border: solid 2px #BE1510;
}
#layoutMessages h4
{
    margin-top: 0px;
}
.systemMessage-messagesBody div
{
    font-style: italic;
    color: #dd0000;
    padding-bottom: 5px;
}

.layoutHighlight
{
    /*color: #4B9303;*/
}
button, .layoutButton
{
    /*bd0808*/
    border-style: none;
	border-color: inherit;
	border-width: medium;
	background: #244C8A url('../images/layoutButton.png') no-repeat 0px 0px;
	color: #FFFFFF;
    	line-height: 23px;
    	width: auto; /**/
    	cursor: pointer;
    	font-size: 12px;
    	font-style: normal;
    	font-weight: bold;
    	font-family: Arial, Helvetica, sans-serif;
    	white-space: nowrap;
    	text-align: center;
    	text-decoration: none;
    	display: block;
}
.layoutButton:hover
{
    color: #FFFFFF;
    background: #4b576c url(               "../images/layoutButtonH.png" ) no-repeat 0px 0px;
}
a.layoutButton
{
    line-height: 23px;
    height: 23px;
    width: 105px;
    white-space: nowrap;
}

hr.layoutHiddenLine
{
    display: none;
}

div.layoutBody
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    z-index: 2;
}
.layoutBodyBg
{
    text-align: center;
    background: url(                         "../images/layoutBodyBg.png" ) no-repeat 50% 0%;
}

.layoutBodyBgIndex
{
    text-align: center;
    background: url(                         "../images/layoutBodyBgIndex.png" ) no-repeat 50% 0%;
}

.layoutBodyBottomBg
{
    text-align: center;
    background: url(                         "../images/layoutBodyBottomBg.png" ) repeat-x 0% 100%;
}


div.layout2cl
{
    float: left;
    position: static;
    width: 950px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 5px;
}

div.layoutMain
{
    float: left;
    min-height: 500px;
    height: 500px;
    padding-top: 0px;
    padding-bottom: 25px;
    padding-left: 0px; /*25px*/
    padding-right: 0px;
    width: 660px;
    border: 0px solid #000;
}
* > div.layoutMain
{
    float: none;
    height: auto;
    margin-left: 245px;
}
#content
{
}

#content ul
{
    padding-left: 30px;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
}
#content li
{
    list-style: none;
    padding-left: 17px;
    background: transparent url(                         "../images/layoutLi.png" ) no-repeat 0px 9px;
    padding-bottom: 4px;
    padding-top: 4px;
}
#content h3
{
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 1em;
}
#content h4
{
    font-size: 1.6em;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 5px;
    color: #3b4758;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#content img
{
    border: solid 1px #d4dde7;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
	height: 16px;
	width: 14px;
}
#content a img:hover
{
    color: #d3120d;
}
#content strong
{
}
#content p
{
    margin-top: 1em;
    margin-bottom: 1em;
}
#content table
{
    border: solid 1px #d4dde7;
    border-bottom: solid 3px #68778b;
    background: #f2f5fa;
}
#content th, .layoutTableHeader
{
    color: #244C8A; /*d3120d*/
    padding: 10px;
    border-bottom: solid 1px #d4dde7;
    border-right: solid 1px #d4dde7;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}
#content td
{
    padding: 3px; /*10px*/
    border-bottom: solid 1px #d4dde7;
    border-right: solid 1px #d4dde7;
    vertical-align: top;
    text-align: left;
}

div.layoutLeftCol
{
    float: left;
    width: 245px;
    z-index: 7;
    color: #ffffff;
    font-size: 12px;
    border: 0px solid #000;
    padding-right: 10px;
}
div.layoutLeftCol p
{
    text-align: left;
}

a.layoutOut
{
}
.layoutBlack
{
    color: #282828;
}
div.layoutSpace
{
    height: 170px;
}

/* msMouse */
#msMouse
{
    background-color: #FFFFFF;
    color: #000000;
    border: solid 1px #9FA7AB;
    padding: 5px;
    display: none;
    z-index: 1000;
}


/* mHeader */
div.mHeader
{
    height: 108px; /*180px*/
    z-index: 5;
    background: transparent url(               "../images/mHeaderBg.jpg" ) no-repeat 0% 0%;
}

#mHeader-home
{
    position: absolute;
    top: 36px;
    left: 54px; /*132px*/
    width: 108px; /*106px*/
    height: 102px;
    background: transparent url( "Parisharam-Logo.png" ) no-repeat 0px 0px; /*	background: transparent url("../images/mHeaderLogoBg.png") no-repeat 0px 0px;*/
    z-index: 6;
}
#mHeader-home a
{
    display: block;
    width: 106px;
    height: 0px;
    padding-top: 102px;
    overflow: hidden;
    white-space: nowrap;
}
#mHeader-logo
{
    display: none;
}
div.mHeader h1
{
    display: none;
}
div.mHeader-flash
{
    display: none;
}

div.mHeader h2
{
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
    top: 38px; /*69px*/
    left: 198px;
    height: 37px;
    line-height: 37px;
    width: 960px;
    text-align: center;
    font-weight: normal;
}
div.mHeader h2 p, div.mHeader h2 div
{
    text-align: center;
}
div.mHeader-jump
{
    display: none;
}

/* mHeader Index Page*/
div.mHeaderIndex
{
    height: 105px;
    z-index: 5;
    background: transparent url(                         "../images/mHeaderBgIndex.jpg" ) no-repeat 0% 0%;
}

div.mHeaderIndex h1
{
    display: none;
}
div.mHeaderIndex-flash
{
    display: none;
}

div.mHeaderIndex h2
{
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    position: absolute;
    top: 70px;
    left: 250px;
    height: 37px;
    line-height: 37px;
    width: 710px;
    text-align: center;
    font-weight: normal;
}
div.mHeaderIndex h2 p, div.mHeaderIndex h2 div
{
    text-align: center;
}
div.mHeaderIndex-jump
{
    display: none;
}

/* mFooter */
div.mFooter
{
    clear: both;
    height: 40px;
    font-size: 11px;
    color: #80a897;
    text-align: center;
    padding-top: 22px;
    color: #9098a4;
}
div.mFooter a
{
    color: #9098a4;
    text-decoration: none;
}
div.mFooter a:hover
{
    color: #9098a4;
}
div.mFooter-design
{
    display: none;
}
div.mFooter-design dfn
{
    /*display: none;*/
}

div.mFooter-copyRight
{
    text-align: center;
}
div.mFooter-goToStart
{
    display: none;
}
div.mFooter-goToContent
{
    display: none;
}


/* mPath */

div.mPath
{
    height: 39px;
    background: transparent url(                         "../images/mPathBg.png" ) no-repeat 100% 0%;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 25px;
    color: #b9bdc4;
    font-size: 11px;
    white-space: nowrap;
    font-size: 13px;
    overflow: hidden;
}

div.mPath h3
{
    display: none;
}

div.mPath div
{
    text-align: left;
}
#mPath a
{
    color: #b9bdc4;
    text-decoration: none;
}
#mPath a:hover
{
    text-decoration: underline;
    color: #d3120d;
}
div.mPath div span
{
    color: #d3120d;
    font-weight: normal;
    font-size: 20px;
}
div.layoutHomeBg
{
    background: transparent url(                   "../images/layoutHomeBg.png" ) no-repeat 100% 100%;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}

/* mmMainmenu */
div.mmMainmenuBg
{
    background: #244C8A url(                   "../images/mmMainmenuBg.png" ) repeat-y 0px 0px; /*background: #b20205 url("../images/mmMainmenuBg.png") repeat-y 0px 0px;*/
    border-right: solid 1px #FFFFFF;
}
/*div.mmMainmenu-bottom
{
    background: transparent url(          "../images/mmMainmenuCorner.png" ) no-repeat 0% 0%;
    width: 11px;
    height: 11px;
    position: relative;
    top: 0px;
    left: 0px;
}
div.mmMainmenu-bottomright
{
    background: transparent url(          "../images/mmMainmenuCornerRight.png" ) no-repeat 0% 0%;
    width: 11px;
    height: 11px;
    position: relative;
    top: 0px;
    left: 455px;
}*/

#mmMainmenu
{
    background: transparent url(                   "../images/mmMainmenuBottomBg.png" ) no-repeat 0% 100%;
    z-index: 8;
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 15px;
    padding-top: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#mmMainmenu ul
{
    padding: 0px;
    margin: 0px;
}
div.mmMainmenu h3
{
    display: none;
}

div.mmMainmenu li
{
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
div.mmMainmenu a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    font-style: normal;
    padding-left: 15px;
    width: 175px;
    font-weight: bold;
}
div.mmMainmenu a:hover, #mmMainmenu a.active, #mmMainmenu a.inpath
{
    text-decoration: none;
    color: #FFFFFF;
    background: transparent url("../images/mmMainmenuABgH.png" ) no-repeat 0% 0%;
}
#mmMainmenu ul ul
{
    padding-left: 15px;
    padding-top: 5px;
}
#mmMainmenu ul ul li
{
    padding-top: 3px;
    padding-bottom: 3px;
}
#mmMainmenu ul ul a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto;
    background: transparent url(                         "../images/mmMainmenuA2.png" ) no-repeat 0px 4px;
}
#mmMainmenu ul ul a:hover, #mmMainmenu ul ul a.active, #mmMainmenu ul ul a.inpath
{
    text-decoration: none;
    color: #FFFFFF;
    background: none;
    background: transparent url(                         "../images/mmMainmenuA2H.png" ) no-repeat 0px 4px;
}

div.mmContact
{
    background: #434f63 url(                         "../images/mmContactBg.png" ) repeat-y 0px 0px;
    line-height: 1.8em;
    border-right: solid 1px #FFFFFF;
}
#mmContact-text
{
    padding: 20px;
    padding-left: 40px;
    padding-right: 20px; /*40px*/
    font-size: 11px;
}
#mmContact-text p
{
    line-height: 1.8em;
}
div.mmContact h3
{
    display: none;
}
div.mmContact-bottom
{
    background: #353f56 url(                         "../images/mmContactBottom.png" ) repeat-y 0px 0px;
    height: 5px;
    overflow: hidden;
}
div.mmContact strong
{
    color: #cdd0d5;
    font-size: 1.2em;
}

div.mmLinks
{
    padding: 12px;
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
}

div.mmLinks h3
{
    display: none;
}
div.mmLinks ul
{
    float: left;
}
div.mmLinks li
{
    float: left;
    list-style: none;
    margin-right: 4px;
}
div.mmLinks li a
{
    float: left;
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    background: #ac0204 url(               "../images/mmLinksABg.png" ) no-repeat 0px 0px;
    height: 23px;
    line-height: 23px;
    width: 30px;
    text-align: center;
    font-weight: bold;
}
div.mmLinks li a:hover, div.mmLinks li a.active
{
    background: #394556 url(               "../images/mmLinksABgH.png" ) no-repeat 0px 0px;
    color: #FFFFFF;
}

div.mcDBContentV3
{
    padding: 30px;
    padding-top: 20px;
}

/* mcSubmenuV3 */
div.mcSubmenuV3
{
    margin-top: 30px;
}

/* mmToplist */
div.mmToplist
{
    display: none;
}
div.mmToplist img
{
    border: none;
}

/* mcGalleryV3 */
#mcGalleryV3
{
}
#mcGalleryV3-actualCategory
{
    margin-bottom: 20px;
    display: none;
}

div.mcGalleryV3-item
{
    float: left;
    width: 164px;
    height: 170px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 10px;
    overflow: hidden;
}
div.mcGalleryV3-thumb
{
    border: none;
    background: transparent url(                         "../images/mcGalleryThumb.png" ) no-repeat 0px 0px;
    width: 160px;
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden;
    border: none;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
}
#mcGalleryV3 div.mcGalleryV3-item img
{
    border: none;
    width: 160px;
    height: 120px;
    border: none;
    margin: 0px;
    padding: 0px;
}
div.mcGalleryV3-category
{
    font-weight: bold;
}
div.mcGalleryV3-description
{
    overflow: hidden;
    height: 20px;
}
#mcGalleryV3 div.mcGalleryV3-item strong
{
    font-weight: normal;
}
#mcGalleryV3 div.mcGalleryV3-item a
{
    text-decoration: none;
}
div.mcGalleryV3-triptrack
{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 91px;
    left: 129px;
}
#mcGalleryV3 div.mcGalleryV3-triptrack a
{
    display: block;
    width: 0px;
    height: 23px;
    padding-left: 23px;
    background: transparent url(                         "../images/mcGalleryTT.png" ) no-repeat 0px 0px;
    overflow: hidden;
    white-space: nowrap;
}

/* mcGalleryDetailV3 */
div.mcGalleryDetailV3
{
    padding: 30px;
}
div.mcGalleryDetailV3 h3
{
    display: none;
}
div.mcGalleryDetailV3-item
{
    float: left;
    width: 164px;
    height: 140px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 10px;
    overflow: hidden;
}
div.mcGalleryDetailV3-thumb
{
    border: none;
    background: transparent url(                         "../images/mcGalleryThumb.png" ) no-repeat 0px 0px;
    width: 160px;
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden;
    border: none;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
}
#mcGalleryDetailV3 div.mcGalleryDetailV3-item img
{
    border: none;
    width: 160px;
    height: 120px;
    border: none;
    margin: 0px;
    padding: 0px;
}
div.mcGalleryDetailV3-description
{
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
div.mcGalleryDetailV3-data
{
    line-height: 1.5em;
}
div.mcGalleryDetailV3-data strong
{
    padding-right: 5px;
}
div.mcGalleryDetailV3-data a
{
    text-decoration: none;
}
div.mcGalleryDetailV3-back
{
    padding-bottom: 15px;
}
div.mcGalleryDetailV3-back a
{
    text-decoration: none;
}


div.mcSitemapV2
{
    padding: 30px;
}
div.mcSitemapV2 h3
{
    display: none;
}

#layoutText-products
{
    padding-left: 30px;
    padding-right: 30px;
}
#mmProductsmenu h3
{
    display: inline;
}
#mmProductsmenu h5
{
    display: table-caption;
    color: #888;
    margin-left: 15px;
    padding: 3px;
}
#mmProductsmenu ul
{
    margin: 0px;
    padding: 0px;
    float: left;
}
/*li*/
#mmProductsmenu li
{
    float: left;
    width: 270px;
    height: 198px;
    background: #244C8A url(                         "../images/mmProductsmenuLi.png" ) no-repeat 0% 0%;
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 20px;
}
#mmProductsmenu a
{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 20px;
    width: 178px;
    height: 81px;
}
#mmProductsmenu a:hover
{
    color: #FFFFFF;
}
#mmProductsmenu a.mmProductsmenu-1
{
    background: transparent url(                         "../images/mmProductsmenuA1.jpg" ) no-repeat 0px 30px;
}
#mmProductsmenu a.mmProductsmenu-2
{
    background: transparent url(                         "../images/mmProductsmenuA2.jpg" ) no-repeat 0px 30px;
}
#mmProductsmenu a.mmProductsmenu-3
{
    background: transparent url(                         "../images/mmProductsmenuA3.jpg" ) no-repeat 0px 30px;
}
#mmProductsmenu a.mmProductsmenu-4
{
    background: transparent url(                         "../images/mmProductsmenuA4.jpg" ) no-repeat 0px 30px;
}
#mmProductsmenu a.mmProductsmenu-5
{
    background: transparent url(                         "../images/mmProductsmenuA5.jpg" ) no-repeat 0px 30px;
}
#mmProductsmenu a.mmProductsmenu-6
{
    background: transparent url(                         "../images/mmProductsmenuA6.jpg" ) no-repeat 0px 30px;
}

div.mcDemand
{
    padding: 30px;
    padding-top: 0px;
}
div.mcDemand h3
{
    display: none;
}
div.mcDemand fieldset
{
}
div.mcDemand legend
{
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
}
div.mcDemand label
{
    display: block;
    width: 220px;
    height: 25px;
    padding-left: 30px;
}

div.mcDemand input, div.mcDemand select
{
    position: absolute;
    top: 0px;
    left: 250px;
    width: 330px;
}
#mcDemand-dalsi
{
    width: 550px;
    margin-left: 30px;
}
#mcDemand-kackaImage
{
    margin-left: 250px;
    margin-bottom: 10px;
}
#mcDemand-kackaImage img
{
    margin: 0px;
    padding: 0px;
}
#mcDemand-submitDiv
{
    margin-left: 250px;
}
#mcDemand input.mcDemand-required
{
    border: solid 1px #EE0000;
}


/*------------- Slider ---------------*/
#templatemo_content_wrapper
{
    width: 600px; /*960px*/
    background-color: #666666;
}
#templatemo_slider
{
    width: 600px; /*900px*/
    height: 200px; /*200px*/
    padding: 20px 3px; /*40px 30px;*/
    background: url(images/templatemo_slider.png) no-repeat;
}
#templatemo_content
{
    float: left;
    width: 600px; /*560px*/
    padding: 20px; /*40px*/
}
/*
#templatemo_content_header {
	width: 880px;
	height: 70px;
	padding: 30px 40px 0;/*30px 40px 0*
	color: #333;
	text-align: center;
	background: url(images/templatemo_h1.png) no-repeat;
}

*/

/******** Login Page ***************************/
#container
{
    top: 138px;
}
#logintable
{
    border: 0px solid red; /*padding: 20px;*/
}
.lblLoginUserName
{
    width: auto;
}
/********** Banners on Login Page ****************/
div#rotator
{
    position: relative;
    margin-left: 0px;
}
div#rotator ul li
{
    float: left;
    position: absolute;
    list-style: none;
    top: -13px;
    left: -4px;
}
div#rotator ul li img
{
    border: 1px solid #ccc;
    padding: 0px;
    background: #FFF;
}
div#rotator ul li.show
{
    z-index: 10;
}

/*********** Top Links ****************/
#top .right
{
    height: 30px; /*90px*/
    width: 736px;
    margin: 0;
    padding-left: 30px;
    padding-right: 12px;
    float: right;
}
#top .right .toplink
{
    height: 30px; /*45px*/
    width: 300px;
    margin: 0;
    padding: 0px;
    padding-top: 10px; /*21px*/
    float: right;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #004a7f;
    text-align: right;
}
#top .right .toplink a
{
    margin: 0;
    padding: 0px 5px 0px 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #004a7f;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
}
#top .right .toplink a:hover
{
    color: #d42b20;
    text-decoration: underline;
}
#top .right .mainlinks
{
    height: 24px;
    width: 736px;
    margin: 0;
    float: right;
    text-align: right;
    padding: 0px 0px 0px 2px;
    z-index: 999;
    top:45px; position:relative;
}
#top .right .mainlinks .links
{
    height: 20px;
    font: bold 12px Verdana;
    margin: 0px 0px;
    float: right;
    text-align: right;
    color: #004a7f;
    padding: 6px;
}
#top .right .mainlinks .links a
{
    height: 20px;
    width: 666px;
    margin: 0;
    padding: 6px;
    color: #004a7f;
    text-decoration: none;
}
#top .right .mainlinks .links a:hover, .links.selected a
{
    height: 20px;
    color: #244C8A;
    text-decoration: none;
    background: url(../images/borderbg.jpg) repeat-x top;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-top: 0px;
}

.chromestyle
{
    font-weight: bold;
    width: auto; /*98%*/
    text-align: right;
    color: #004a7f;
   
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    color: #004a7f;
    float: right;
    height: 24px;
    padding: 30px 12px;
    margin-top: 60px; /*60px*/
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: list-item;
    margin: 0px 0px;
    margin-right:10px;
}

.chromestyle a /*ul li a*/
{
    color: #004a7f;
    padding: 6px; /*padding: 3px 12px;*/ /*    margin: 0px 0px;*/
    text-decoration: none;
    height: 24px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    border: 0px solid #e1e1e1;
    border-top: 0px; /*background: url(../images/borderbg.jpg) repeat-x top;*/
    border-bottom: 0px;
    height: 24px;
    color: #244C8A;
    margin: 0px 0px;
    padding: 6px; /*padding: 3px 11px;*/
}
/**/
.Menuhoverstyle
{
    font-weight: bold;
    color: Red;
}

.linkbutton
{
    color: #004a7f;
    padding: 6px; /*padding: 3px 12px;*/
    margin: 0px 0px;
    text-decoration: none;
    height: 24px;
}

.btnSendPassword
{
    background-color: Transparent;
    border: 0px solid #244C8A;
}

/************  .Dashboard Header and Content Styles ******************/
/*Div division*/
.director_block
{
    padding-bottom: 10px;
    position: relative;
    width: 316px; /*310px*/
    float: left;
    padding-right: 7px;
    border: 0px solid #000;
}

.director_block .bod_content img, .director_block_details .bod_content img
{
    padding: 0px 8px 0px 0px;
}
.UserDetailHeader
{
    float: left;
    width: 282px; /*466px*/
    height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; /*69px*/ /* border-radius: 16px 16px 0px 0px;*/
    background-color: #244C8A;
}
.UserDetailHeaderText
{
    margin-left: 1px;
    padding-top: 1px;
    padding-left: 1px;
    text-align: center;
    color: White;
    font-size: 16px;
    color: White;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none;
}

/*.UserControlHeaderText 
{
    text-align: center;
    color:White; 
    font-size : 16px; 
    color :White; 
    font-weight: normal;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    text-decoration : none; 
}*/
.UserDetailContent
{
    float: left;
    border: 1px solid #244C8A; /*#FFE28C;*/
    background-color: Transparent; /*#fff*/
    text-align: left;
    color: #4b4b4b;
    font-size: 11px;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none;
    width: 300px; /*454px*/
    padding: 5px;
    margin-left: 0px; /*69px*/ /*border-radius: 0px 0px 16px 16px;*/
}
.UserDetailContent1
{
    padding-left: 1px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: right;
    line-height: 19px;
    border: 0px solid #000;
}
.UserDetailContentImg
{
    width: 40px;
    height: 40px;
    float: left;
    border: 0px solid #000;
}
.bulletstyle
{
    margin-left: 5px;
    font-size: 11px;
    color: #ed1b24; /*#D69601; */
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}
.UserDetailContentText:link
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    border: 0px solid #000;
}
.UserDetailContentText:visited
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.UserDetailContentText:hover
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ff3e3e;
    font-weight: normal;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: underline;
}
.UserDetailContentText:active
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}
/************ User Dashboard Menu ***********************/
div.layoutUserMenuLeft
{
    float: left;
    width: 246px;
    z-index: 7;
    color: #ffffff;
    font-size: 12px;
}
.UserMenuHeader
{
    width: 190px; /*245px*/
    height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; /*border-radius: 16px 16px 0px 0px;*/
    background-color: #244C8A;
}
.UserMenuHeaderText
{
    margin-left: 1px;
    padding-top: 1px;
    padding-left: 1px;
    text-align: center;
    color: White;
    font-size: 16px;
    color: White;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none;
}
/*div.UserMenu-bottom
{
    background: transparent url(          "../images/mmMainmenuCorner.png" ) no-repeat 0% 0%;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.UserMenu-bottomright
{
    background: transparent url(          "../images/mmMainmenuCornerRight.png" ) no-repeat 0% 0%;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    left: 234px;
}
*/
/*
.UserMenuContent
{
    border: 1px solid #244C8A; /*#FFE28C;*
    background-color: Transparent; /*#fff*
    text-align: left;
    color: #4b4b4b;
    font-size: 11px;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none;
    width: 243px;
    padding: 0px;
    margin-left: 0px; /*border-radius: 0px 0px 16px 16px;*
}*/
.UserMenuContent
{
    border: 1px solid #244C8A;
    background-color: #fff;
    text-align: left;
    color: #4b4b4b;
    font-size: 11px;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none; /*    border-radius: 0px 0px 6px 6px;*/
    width: 233px;
    padding: 5px;
    padding-bottom: 15px;
    margin-left: 0px;
}

.UserMenuContentText
{
    padding-left: 1px;
    text-align: left;
    line-height: 19px;
}
.UserMenuContentTopics
{
    text-align: left;
    color: #4b4b4b;
    font-size: 11px;
    font-weight: normal;
    font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;
    text-decoration: none;
}
.UserMenuContentTopics .LabelBold
{
    font-weight: bold;
}
/*Default 2
.main {	margin:0 auto;	width:900px;position:relative;z-index:2}

/* content *
#content_top {width:100%;overflow:hidden;padding-bottom:20px}
#content {width:100%;overflow:hidden;padding-bottom:52px}

.wrapper {width:300px;overflow:hidden}
.col3 {width:210px; border:1px solid #000;}
.pad_left1 {padding-left:37px}
.pad_left2 {padding-left:20px}
.pad_bot1 {padding-bottom:20px}
.pad_bot2 {padding-bottom:10px}
.pad {padding:0 20px}
*/

.ReminderPanel
{
    /*background-color: White; display: none; height: auto; width: auto; background-color: White;     */ /*background: url(  "../images/ReminderBoxBig.png" ) repeat-x 0% 0%;*/
    background: #fff url(    "../images/ReminderBoxBig.png" ) no-repeat;
    width: 750px;
    height: 500px;
    padding: 3px;
    border-bottom-style: outset;
    border: 0px solid #000;
    text-align: center;
}
.Remindertd
{
    padding: 3px; /*10px*/
    border-bottom: solid 1px #d4dde7;
    border-right: solid 1px #d4dde7;
    vertical-align: top;
    text-align: left;
}

.GridHeaderStyle
{
    text-align: center;
}

.ctl00_HeaderMenu_Menu1_0
{
    background-color: white;
    visibility: hidden;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 3px;
    border: 1px solid #244C8A;
}

.ctl00_HeaderMenu_Menu1_1
{
    text-decoration: none;
    border: 1px solid #000;
}

.ctl00_HeaderMenu_Menu1_2
{
}

.ctl00_HeaderMenu_Menu1_3
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_4
{
}

.ctl00_HeaderMenu_Menu1_5
{
    padding: 0px 10px 0px 10px;
}

.ctl00_HeaderMenu_Menu1_6
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_7
{
}

.ctl00_HeaderMenu_Menu1_8
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_9
{
}

.ctl00_HeaderMenu_Menu1_10
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_11
{
}

.ctl00_HeaderMenu_Menu1_12
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_13
{
}

.ctl00_HeaderMenu_Menu1_14
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_15
{
}

.ctl00_HeaderMenu_Menu1_16
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_17
{
}

.ctl00_HeaderMenu_Menu1_18
{
    border-style: none;
}

.ctl00_HeaderMenu_Menu1_19
{
}

.ctl00_HeaderMenu_Menu1_20
{
    color: White;
}

.ctl00_HeaderMenu_Menu1_21
{
    color: White;
}

.Menulevel1
{
    color: White;
    background-color: Transparent; /*  font-variant: small-caps;     font-size: small;     font-weight: normal;*/
}

.Menulevel2
{
    color: Blue; /*font-family: Gill Sans MT !important;     font-size: small;*/
    background-color: Transparent; /*Gray*/
}

.Menulevel3
{
    color: black;
    background-color: #efefee; /*font-family: Gill Sans MT !important;     font-size: small;*/
    padding: 3px;
}

.Menulevel4
{
    background-color: Gray !important;
    color: White !important;
    font-size: small;
        padding: 3px;
}

