/************** Right Navigation Menu  *******************/
#menu dl, #menu dt, #menu dd, #menu ul, #menu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu
{
    width: 190px;
    margin: 0;
    padding: 0;
}
dl#menu
{
    /*background: #efefef;*/
    width: 100%;
}
dl#menu dt
{
    width: 180px;
    cursor: pointer;
    margin: 2px 0;
    padding: 4px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray;
    background: url(/resourcesnew/images/bck_mdl-grd_1_2.gif) repeat-x #ddd;
}
dl#menu dd
{
    width: 188px;
    border: 1px solid gray;
    background: red;
}
dl#menu li
{
    text-align: center;
    background: #efefef;
    color: #000;
    padding: 2px;
    background: #FFFFFF;
}
dl#menu li a
{
    display: block;
    height: 100%; /*border:1px solid #242;*/
    color: #000;
}
dl#menu a
{
    color: #555;
}
dl#menu a:hover
{
    text-decoration: none;
}

dl#menu dt a:hover
{
    text-decoration: none;
}
dl#menu li a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    background: url(/resourcesnew/images/bg_grad_nav.gif) repeat-y #eee;
}
/************** Right Navigation Menu  *******************/
a
{
    text-decoration: none;
    color: #333;
    padding: 3px;
}
a:hover
{
    text-decoration: none;
    color: #119;
    padding: 3px;
}
#nav
{
    margin: 0;
    padding: 0;
    background: #efefef; /*background-image:url(images/bg_grad_nava.gif);*/
    list-style-type: none;
    width: 180px;
    float: left; /* Contain floated list items */
}
#nav li
{
    margin: 0;
    padding: 0;
    float: left; /* This corrects the */
    width: 100%; /* IE whitespace bug */
}
#nav a
{
    display: block; /* to increase clickable area as a's        default to inline */
    color: #555;
    text-decoration: none;
    padding: 0 15px;
    line-height: 2.5;
    border-bottom: 1px solid #FFF;
    border-right: solid 4px #ffffff;
    border-top: 1px solid #FFF;
    text-align: left;
    width: 150px;
}
#nav #nav_con a
{
    border: none;
}
#nav a:hover
{
    /*background: #4F4532;*/
    background-image: url(/resourcesnew/images/bg_grad_nav.gif);
    color: #fff;
    font-weight: bold;
}
.navselected
{
    background-image: url(/resourcesnew/images/bg_grad_nav.gif);
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 2.5;
    width: 150px;
    text-align: left;
    padding-left: 15px;
    cursor: default;
    border-right: solid 4px #ffff00;
}
#body_hom #nav_hom a, #body_map #nav_map a, #body_jou #nav_jou a, #body_his #nav_his a, #body_ref #nav_ref a, #body_con #nav_con a
{
    background-image: url(/resourcesnew/images/bg_grad_nav.gif); /*background: #BEB06F;*/
    color: #fff;
    font-weight: bold;
}
/******* Rounded corner *******/
.roundedcornr_box_853579
{
    background: url(/resourcesnew/images/roundedcornr_853579_tl.png) no-repeat top left;
}
.roundedcornr_top_853579
{
    background: url(/resourcesnew/images/roundedcornr_853579_tr.png) no-repeat top right;
}
.roundedcornr_bottom_853579
{
    background: url(/resourcesnew/images/roundedcornr_853579_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_853579 div
{
    background: url(/resourcesnew/images/roundedcornr_853579_br.png) no-repeat bottom right;
}
.roundedcornr_content_853579
{
    background: url(/resourcesnew/images/roundedcornr_853579_r.png) top right repeat-y;
}
.roundedcornr_top_853579 div, .roundedcornr_top_853579, .roundedcornr_bottom_853579 div, .roundedcornr_bottom_853579
{
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content_853579, .roundedcornr_bottom_853579
{
    margin-top: -19px;
}
.roundedcornr_content_853579
{
    padding: 0 15px;
}
/************** VISTA TOOLBAR ****************/
img
{
    border: 0pt;
}
#bottom_div
{
    width: 600px;
    height: 150px;
    background-color: #b9d1ea;
    clear: both;
}

#vista_toolbar
{
    /*float:right;*/
    font: Bold 1.3em 'Verdana' , 'Tahoma';
    margin: 0;
    padding: 0;
    direction: ltr;
    text-align: left;
    direction: ltr;
}

#vista_toolbar ul
{
    background-image: url(/resourcesnew/images/vista_toolbar/back.gif);
    background-repeat: repeat-x; /*float:right;*/
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 600px;
    position: relative;
    top: -1px;
}

#vista_toolbar li
{
    display: inline;
    padding: 0;
}

#vista_toolbar a
{
    color: #fff; /* need because it will use default link color */
    float: left;
    padding: 0 3px 0 3px; /* left 3 px because of left.png image */
    text-decoration: none;
}

#vista_toolbar a span
{
    display: block;
    float: none;
    padding: 0 5px 0 7px;
}

#vista_toolbar a span img
{
    border: none;
    margin: 8px 2px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover
{
    background: url(/resourcesnew/images/vista_toolbar/left.png) no-repeat left center;
    color: #ffff66;
}

#vista_toolbar a:hover span
{
    background: url(/resourcesnew/images/vista_toolbar/right.png) no-repeat right center;
}

#vista_toolbar a.right
{
    float: left; /* for help button - just add class "right" ->  <a class="right"... */
}
.clsWrappertbl
{
    margin: 0 auto;
    width: 90%;
}
/* Round Corner Classes*/
.clsbtnclass1
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/topright1over.gif) no-repeat left top;
    width: 35px;
    height: 35px;
}
.clsbtnclass
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/topright1.gif) no-repeat left top;
    width: 24px;
    height: 26px;
}
.clsbtnclass3
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/topright2over.gif) no-repeat left top;
    width: 35px;
    height: 35px;
}
.clsbtnclass2
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/topright2.gif) no-repeat left top;
    width: 35px;
    height: 35px;
}
.clsrnd_tl
{
    background: url(/ResourcesNew/images/RoundCorner2/topleft1New.gif) no-repeat left top;
}
.clsrnd_bl
{
    background: url(/ResourcesNew/images/RoundCorner2/bottomleft1New.gif) no-repeat left top;
    width: 24px;
    height: 26px;
}

.clsrnd_tr
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/TopRight1NewDef1.gif) no-repeat left top;
    width: 24px;
    height: 26px;
}
.clsrnd_tr_over
{
    cursor: pointer;
    background: url(/ResourcesNew/images/RoundCorner2/TopRight1NewOver.gif) no-repeat left top;
    width: 24px;
    height: 26px;
}

.clsrnd_br
{
    background: url(/ResourcesNew/images/RoundCorner2/BottomRight1New.gif) no-repeat left top;
    width: 24px;
    height: 26px;
}
.clsrnd_rptt
{
    background: #ffffff url(/ResourcesNew/images/RoundCorner2/topptxNew.gif) repeat-x;
    height: 26px;
}
.clsrnd_rptb
{
    background: url(/ResourcesNew/images/RoundCorner2/bottomrptxNew.gif) repeat-x;
    height: 28px;
}
.clsrnd_rptl
{
    background: url(/ResourcesNew/images/RoundCorner2/leftrepeatyNew.gif) repeat-y;
}
.clsrnd_rptr
{
    background: url(/ResourcesNew/images/RoundCorner2/rightrepeatyNew.gif) repeat-y;
}
.showcls
{
    text-decoration: none;
    background: url(/resourcesnew/images/showdiv.gif) no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #105cb6;
    font-size: 1.3em;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    font-weight: bold;
}
.hidecls
{
    text-decoration: none;
    background: url(/resourcesnew/images/hidediv.gif) no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #105cb6;
    font-size: 1.3em;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    font-weight: bold;
}
.showcls2
{
    border-bottom: dotted 1px #ccc;
    text-decoration: none;
    background: url(/resourcesnew/images/expand_all_16x16.gif) no-repeat;
    background-position: left center;
    padding: 5px 20px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.15em;
}
.hidecls2
{
    border-bottom: dotted 1px #ccc;
    text-decoration: none;
    background: url(/resourcesnew/images/collapse_all_16x16.gif) no-repeat;
    background-position: left center;
    padding: 5px 20px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.15em;
}
.TopTitle
{
    font-size: 1.2em;
}
.clsdescQA
{
    text-decoration: none;
    color: #222;
    font-size: 1.1em;
    padding: 5px 10px 0px 3px;
    margin-bottom: 15px;
    display: none;
}
.z3
{
    z-index: 3;
}
.thumnails
{
    border: solid 1px #888;
    padding: 5px;
    background: url(/resourcesnew/images/thumbnailbk1.gif) repeat-x #dfe9c2;
    margin-bottom: 2px;
}
.thumnailswhite
{
    border: solid 1px #888;
    padding: 5px;
    background: #ffffff;
}
.thumnailssmall
{
    border: solid 1px #888;
    padding: 3px;
    background: url(/resourcesnew/images/thumbnialbk1.gif) repeat-x #dfe9c2;
}
h1
{
    font-size: 1.12em;
    font-family: Verdana;
    font-weight: bold;
    color: #229;
    padding-left: 14px;
    background: url(/resourcesnew/images/button1.gif) no-repeat left center;
    margin-top: 10px;
}
h2
{
    font-size: 1.09em;
    font-family: Verdana;
    font-weight: bold;
    color: #229;
    padding-left: 10px;
    background: url(/resourcesnew/images/BulletGreen.gif) no-repeat left center;
}
h3
{
    font-size: 1.00em;
    font-family: Verdana;
    font-weight: bold;
    color: #229;
    padding-left: 8px;
    background: url(/resourcesnew/images/arrow_ltr.gif) no-repeat left center;
}
td, li
{
    font-size: 11px;
    text-align: left;
}
.headerbox1
{
    direction: ltr;
    text-align: left;
    border-top: 3px SOLID #666666;
    padding: 5px 10px 5px 5px;
    color: #FF6600;
    font-size: 1.38em;
    height: 17px;
    background: url(/resourcesnew/images/dot.gif) repeat-x bottom;
    margin-bottom: 10px;
    font-family: Sans-Serif,Verdana;
    font-weight: bold;
}
body
{
    background: #5e5e5e;
    font: 1.0em Verdana, sans-serif;
    color: #333;
    padding: 0px;
    margin: 0px;
    text-align: center; /*     padding: 20px 35px 0 35px;      padding:0px;     margin: 0px;     border: none;     text-align: center;     font: 1.0em Verdana, sans-serif;     color: #333; */
}
.allcontainer
{
    margin: 0 auto; /* align for good browsers */
}


table.holidays
{
    font-family: Verdana, sans-serif;
}
.clsSalaam
{
    /*   margin:0 auto;     text-align:center;     width:100%;*/
    color: White;
    font-weight: bold;
    font-size: 1.0em; /*width: 800px;*/
    top: 0px;
    direction: ltr;
}
.clsIntroduction
{
    font-family: Verdana;
    font-size: 1.2em;
}
#title1
{
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    text-align: left;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: .9em;
    padding-left: 20%;
    width: 925px;
}
#title1 a
{
    text-decoration: none;
    color: #ff9;
}
#title1 a:hover
{
    color: #fff;
    text-decoration: underline;
    border-bottom: 4 solid #ffffff solid;
}
/********** Borders *************/
#container_dl dl
{
    width: 240px;
    margin: 0 0 0px 0px;
    padding: 0;
    background: #ccc url(/resourcesnew/images/mt_bottom.gif) no-repeat bottom left;
}

#container_dl dt
{
    margin: 0 0 10px 0;
    padding: 10px;
    font-weight: bold;
    font-size: 130%;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #999 url(/resourcesnew/images/box_top.gif) no-repeat top left;
}
#container_dl dd
{
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 0 10px 10px 10px;
    color: #666;
    font-family: Verdana,tahoma;
    font-size: 110%;
    background: url(/resourcesnew/images/arrow_rtl.gif) no-repeat 223px 3px;
}
#blue dt
{
    background-color: #69c;
}
#blue
{
    background-color: #9cf;
}
#red dt
{
    background-color: #933;
}
#red
{
    background-color: #fdd;
}
#green dt
{
    background-color: #9c6;
}
#green
{
    background-color: #cf9;
}
.clspoems
{
    font-family: Verdana;
    font-size: 1.1em;
    color: #111;
}
.clspoemcaption
{
    font-family: Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: #229922;
    border-bottom: 1px solid #252;
    border-top: 2px groove #252;
    padding: 5px;
    margin-bottom: 8px;
}
.clspoet
{
    text-align: left;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    color: #232;
    border-top: 1px groove #232;
    padding: 5px;
    margin-top: 8px;
}
/*Round Corner Box Mild blue background and line light blue*/
.roundedcornr_box_591904
{
    background: url(/resourcesnew/images/RoundCorner3/roundedcornr_591904_tl.jpg) no-repeat top left;
}
.roundedcornr_top_591904
{
    background: url(/resourcesnew/images/RoundCorner3/roundedcornr_591904_tr.jpg) no-repeat top right;
}
.roundedcornr_bottom_591904
{
    background: url(/resourcesnew/images/RoundCorner3/roundedcornr_591904_bl.jpg) no-repeat bottom left;
}
.roundedcornr_bottom_591904 div
{
    background: url(/resourcesnew/images/RoundCorner3/roundedcornr_591904_br.jpg) no-repeat bottom right;
}
.roundedcornr_content_591904
{
    background: url(/resourcesnew/images/RoundCorner3/roundedcornr_591904_r.jpg) top right repeat-y;
}
.roundedcornr_content_591904 p
{
    color: #222;
    line-height: 1.5em;
}

.roundedcornr_top_591904 div, .roundedcornr_top_591904, .roundedcornr_bottom_591904 div, .roundedcornr_bottom_591904
{
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content_591904, .roundedcornr_bottom_591904
{
    margin-top: -19px;
}
.roundedcornr_content_591904
{
    padding: 0 15px;
}
/*Round Corner Box Mild blue background and line light blue*/
.capjstfybrdr
{
    border-bottom: 1px dashed #335;
    padding-bottom: 4px;
    line-height: 1.5em;
}
#mainmesg li, #mainmesg ul
{
    font-size: 1.0em;
    font-family: Sans-Serif,Verdana;
    color: #000;
}



/*********************************/
#mytable
{
    width: 100%;
    padding: 0;
    margin: 0;
}
table#mytable caption
{
    padding: 0 0 5px 0;
    width: 100px;
    font: 11px Verdana, sans-serif;
    text-align: left;
}
table#mytable th
{
    font: bold 11px Verdana, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7; /*letter-spacing: 2px;*/ /*text-transform: uppercase;*/
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/resourcesnew/images/bg_header1.jpg) no-repeat;
}

#mytable th.nobg
{
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
    background: none;
}
table#mytable td
{
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}
#mytable td.alt
{
    background: #e5efef; /*#F5FAFA;*/
    color: #797983; /*#797268;*/
}
#mytable th.spec
{
    border-left: 1px solid #C1DAD7;
    border-top: 0; /*background: #fff url(/resourcesnew/images/bullet11.gif) no-repeat;*/
    background: #fff;
    font: bold 10px Verdana, sans-serif;
}
#mytable th.specalt
{
    border-left: 1px solid #C1DAD7;
    border-top: 0; /*background:#f5fafa url(/resourcesnew/images/bullet21.gif) no-repeat;*/
    background: #e5efef; /*#f5fafa;*/
    font: bold 10px Verdana, sans-serif;
    color: #797983; /* #797268;*/
}
/*********************************************************/
.mainbody
{
    direction: ltr;
    font-size: 1.1em;
    font-family: Verdana;
    text-align: justify;
    line-height: 20px;
}
.mainbody a
{
    font-weight: bold;
    border-bottom: 1px dashed #229;
    padding-bottom: 3px;
    color: #229;
    font-size: 1.1em;
}
.mainbody a:hover
{
    font-weight: bold;
    border-bottom: 1px solid #229;
    padding-bottom: 3px;
    color: #229;
}
.mainbody a:visited
{
    font-weight: bold;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    color: #888;
}
.mainbody li, ul
{
    font-size: 1.0em;
}
table#contacts td
{
    vertical-align: top;
}
#contacts td.captionCol
{
    border-bottom: 1px #cdcdcd dashed;
    width: 120px;
    text-align: left;
    font-size: 1.0em;
}
#contacts td.ContentCol
{
    border-bottom: 1px #cdcdcd dashed;
    width: 300px;
    text-align: left;
}
#contacts td.submitrow
{
    text-align: center;
    background-color: #ededed;
    border-bottom: 2px solid #222;
}
#contacts td.captiontrow
{
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px;
    background-color: #ededed;
    border-top: 2px solid #557;
    border-bottom: 1px solid #aac;
}
.buttonsubmit
{
    font-family: Verdana;
    font-size: 1.0em;
    color: #222;
    padding: 2px;
    height: 25px;
}
.txtbox
{
    font-family: Verdana,sans-serif;
    font-size: 1.1em;
    color: #224;
    padding: 3px;
}
.clsemail
{
    font-family: Verdana,sans-serif;
    font-size: 1.1em;
    color: #224;
    padding: 3px;
    text-align: left;
}
.clsnwitmsml
{
    border: solid 1px #ddd;
    background: url(/resourcesnew/images/bk1.gif) repeat-x #ffffff;
    width: 200px;
    height: 50px;
    display: block;
    padding: 3px;
    font-size: 1.0em;
    cursor: pointer;
    vertical-align: middle;
    text-align: justify;
}
.clsnwitmsmldefault
{
    width: 200px;
    height: 50px;
    display: block;
    padding: 3px;
    font-size: 1.0em;
    cursor: pointer;
    vertical-align: middle;
    text-align: justify;
}
.clsnwitmbigdefault
{
    width: 200px;
    height: 100px;
}

.imgnewshd
{
    float: left;
    padding: 3px;
    border: 1px #aaa solid;
    margin: 5px;
}
.greendate
{
    color: #494;
    font-size: 0.95em;
}

.newstopheadline
{
    color: #111;
    font-size: 1.15em;
    font-weight: bold;
    text-align: left;
}
.clsfullnews
{
    font-size: 1.13em;
    text-decoration: none;
    font-weight: normal;
    direction: ltr;
}

/*News full link*/
.clsfullnews a
{
    text-decoration: none;
    font-size: 0.9em;
    border-bottom: 1px dashed #449;
    padding-bottom: 2px;
    margin-top: 4px;
    font-weight: bold;
}
.clsfullnews a:hover
{
    border-bottom: 1px solid #449;
    padding-bottom: 2px;
}
.clsImgHdrNews
{
    border: solid 1px #383;
    padding: 2px;
    margin: 5px;
}
.headerlinks
{
    background: url(/resourcesnew/images/dot.gif) repeat-x bottom;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 8px;
    width: 100%;
}
a.back2top
{
    font-size: 0.85em;
    font-family: Verdana;
    font-weight: bold;
    color: #ff1155;
    padding-left: 24px; /*background: url(/resourcesnew/images/2top.gif) no-repeat right center;*/
    margin-top: 10px;
    text-indent: 10px;
}
a.back2top:hover
{
    color: #922; /*padding-left:14px;*/
}
a.back2top:visited
{
    color: #ff1155; /*padding-left:14px;*/
}
a.clsprintversion
{
    border: 0px solid #ffffff;
    font-size: 0.8em;
    font-family: Verdana;
    font-weight: normal;
    color: #1a5;
}
a.clsprintversion:hover
{
    color: #1155ff;
    font-weight: normal;
    border: 0px solid #ffffff;
}
/*************************/
.width
{
    margin: 0 auto;
    min-width: 950px;
    text-align: left;
    width: 90%;
}
* html .minwidth
{
}
* html .container
{
    margin-left: -950px;
    position: relative;
}
* html .minwidth, * html .container, * html .content
{
    height: 1px;
}
.content
{
    padding: 5px;
}
/*************************/
.SrchOptions
{
    /*width:180px;*/
    background: #FFF; /*padding:35px;*/
    position: absolute;
    z-index: 3;
    visibility: hidden;
    top: 0px;
    left: -800px;
    border-top: solid 1px #889aa7;
    border-top: solid 1px #889aa7;
    border-left: solid 1px #889aa7;
    border-right: solid 2px #889aa7;
    border-bottom: solid 2px #889aa7;
}
.SrchOptions
{
    margin: 0;
    padding: 0;
    background: #efefef;
    list-style-type: none;
    width: 180px;
    float: left; /* Contain floated list items */
}
.SrchOptions li
{
    margin: 0;
    padding: 0;
    float: left; /* This corrects the */
    width: 100%; /* IE whitespace bug */
}
.SrchOptions a
{
    display: block; /* to increase clickable area as a's        default to inline */
    color: #555;
    text-decoration: none; /*padding: 0 15px;*/
    line-height: 2.5;
    border-bottom: 1px solid #FFF; /*border-right:solid 4px #ffffff;*/
    border-top: 1px solid #FFF;
    text-align: left;
    width: 174px;
    font-size: 0.80em;
}
.SrchOptions a:hover
{
    background-image: url(/resourcesnew/images/bg_grad_nav.gif);
    color: #fff;
    font-weight: bold; /*padding: 0 15px;*/
}
/*************************/
#thismaindiv p
{
    padding-left: 20px;
    margin-bottom: 15px;
    background: url(/resourcesnew/images/arrow_ltr.gif) no-repeat 10px center;
    line-height: 20px;
}

.siteMapPath1
{
    text-decoration: none;
    color: Red;
    font-family: Tahoma;
    font-weight: bolder;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.clssitemap
{
    font-weight: bold;
    font-size: 1.3em;
    font-family: Tahoma;
}
.clssitemap a:hover
{
    border-bottom: 1px dashed;
    padding: 3px;
}
.clssitemap a:visited
{
    text-decoration: none;
}
.clsdescopcty
{
    width: 103px;
    font-size: 0.80em;
    font-family: Tahoma;
    padding: 5px;
    font-weight: bold;
    position: relative;
    top: -60px;
    left: 2px;
    color: #111;
    background: #ffffcc;
    filter: alpha(opacity=80);
    opacity: .80;
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
}
.clshdrblue
{
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    height: 50px;
    margin: 0 auto;
    width: 500px;
    background: url(/resourcesnew/images/header.jpg) no-repeat 10px center;
    color: White;
    font-size: 1.2em;
}
.clshadith
{   
    font-size:1.0em;color:#555;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
}
.clshadithref{font-size:1.0em;color:#994949;line-height:1.5em;font-weight:bold;}
.fee_table tr td{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
       font-weight:bold;
       font-size: 14px;
}
