body
{
    color: #000000;
    font-family: Verdana,Tahoma, Arial;
    font-size:14px;
}
.content1
{
    line-height: normal;
    color: #000000;
    font: bold 11px Arial, Helvetica, sans-serif;
}
.white
{
    line-height: normal;
    color: #FFFFFF;
    font: bold 11px Arial, Helvetica, sans-serif;
}
a.footer:link
{
    font-size: 9px;
    color: #858585;
    text-decoration: none;
    font-weight: bolder;
}
a.footer:visited
{
    font-size: 9px;
    font-style: normal;
    color: #858585;
    text-decoration: none;
    font-weight: bolder;
}
a.footer:hover
{
    font-size: 9px;
    font-style: normal;
    color: #993300;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bolder;
}
a.header:link
{
    font-size: 9px;
    color: #565656;
    text-decoration: none;
    font-weight: bold;
}
a.header:visited
{
    font-size: 9px;
    font-style: normal;
    color: #565656;
    text-decoration: none;
    font-weight: bold;
}
a.header:hover
{
    font-size: 9px;
    font-style: normal;
    color: #993300;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold;
}

a.aa:link
{
    font-size: 9px;
    font-style: normal;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
a.aa:visited
{
    font-size: 9px;
    font-style: normal;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-decoration: underline;
}
a.aa:hover
{
    font-size: 9px;
    font-style: normal;
    color: #993300;
    font-weight: bold;
    text-decoration: none;
    text-decoration: underline;
}
.homeHeading
{
    font-size: 10px;
    margin-left: 20px;
    color: white;
    font-weight: bold;
}
.loginbox
{
    width: 120px;
    color: black;
    position: static;
    height: 10x;
    background-color: #EFEFEF;
    border-right: dimgray 1px inset;
    border-top: dimgray 1px inset;
    border-left: dimgray 1px inset;
    border-bottom: dimgray 1px inset;
}
a.login:link
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-decoration: underline;
}
a.login:visited
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-decoration: underline;
}
a.login:hover
{
    font-weight: bold;
    font-size: 10px;
    color: #993300;
    text-decoration: underline;
    background-color: gainsboro;
}
.homeHeadingConten
{
    font-size: 9px;
    color: white;
}

.pubheading
{
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.pubcontent
{
    font-weight: normal;
    font-size: 10px;
    color: black;
    margin-left: 2px;
}

.pubimage
{
    margin-right: 4px;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    margin-top: 2px;
}

.publicationTitle
{
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: verdana;
}
.publicationDate
{
    font-weight: bold;
    font-size: 10px;
    color: black;
    font-family: verdana;
}



.newstitle
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, 'Times New Roman';
    margin-bottom: 20px;
}
.newsdate
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, 'Times New Roman';
    margin-bottom: 10px;
}
.newscontent
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, 'Times New Roman';
}
.newssource
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, 'Times New Roman';
    font-style: italic;
}
.hightlight
{
    font-weight: bold;
}
/*INPUT.e
{
    font-size: 12px;
    width: 150px;
    color: black;
    font-family: Verdana;
    height: 14px;
}
TEXTAREA.e
{
    font-size: 12px;
    width: 190px;
    color: black;
    font-family: Verdana;
    height: 80px;
}
--- for event ---*/
.e1
{
    font-weight: bold;
    font-size: 14px;
    color: #38374e;
    font-family: Verdana, Arial, 'Times New Roman';
    margin-bottom: 10px;
}
.e2
{
    font-weight: normal;
    font-size: 12px;
    color: #38374e;
    font-family: Verdana, Arial, 'Times New Roman';
}
/*--- for page content ---*/
.quote
{
    font-size: 98%;
    color: dimgray;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 95%;
}
p
{
    margin-top: 0px;
    margin-bottom: 5px;
}
h1
{
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 20px;
}
h2
{
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 5px;
}

h3
{
    font-size: 13px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: darkgray 1px dotted;
    margin-top: 5px;
}
h4
{
    font-size: 12px;
    margin: 4px 1px;
}


ul
{
    list-style-type: square;
    margin-top: 2px;
}

UL UL
{
    list-style-type: circle;
}
a
{
    color: steelblue;
}
a:link
{
    text-decoration: underline;
}
a:visited
{
    text-decoration: underline;
}
a:hover
{
    color: #993300;
    text-decoration: underline;
    background-color: #ffeec0;
}
.homepageblock
{
    border-right: #EAEAEA 1px solid;
    border-top: #EAEAEA 2px solid;
    border-left: #EAEAEA 1px solid;
    border-bottom: #EAEAEA 10px solid;
    width: 98%;
    margin-top: 4px;
    margin-bottom: 8px;
}
.lefthomepageblock
{
    border-right: whitesmoke 5px solid;
    border-top: whitesmoke 1px solid;
    border-left: whitesmoke 5px solid;
    border-bottom: whitesmoke 1px solid;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

/*SELECT
{
    font-size: 12px;
    width: 150px;
    color: black;
    font-family: Verdana;
    height: 14px;
}

--- Left Block ---*/
.leftblock
{
    border-right: black 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: black 1px solid;
}
.lbheading
{
    font-weight: bold;
    font-size: 10px;
}
.lbContent
{
    font-weight: normal;
    font-size: 10px;
}
.lbinput_short
{
    width: 80px;
    height: 14px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
.lbinput_long
{
    width: 120px;
    height: 14px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
.tbtn
{
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
    color: steelblue;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
    text-decoration: underline;
}
.btn
{
    background-color: #cfcfcf;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
    color: steelblue;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
    text-decoration: underline;
}
.highlight
{
    color: red;
    background-color: #ffff99;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
}
a.haveyousay
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;
    padding-bottom: 1px;
    color: white;
    padding-top: 1px;
    font-family: Tahoma,Arial, Verdana ;
    background-color: #ad0000;
}

/*-- treeview CSS --*/
.menuItem
{
    font-weight: normal;
    font-size: 12px;
    color: #3c4e5f;
    text-decoration: underline;
}
a.menuItem:link
{
    font-weight: normal;
    font-size: 12px;
    color: #3c4e5f;
    text-decoration: underline;
}
a.menuItem:visited
{
    font-weight: normal;
    font-size: 12px;
    color: #3c4e5f;
    text-decoration: underline;
}
a.menuItem:hover
{
    font-weight: normal;
    font-size: 12px;
    color: #993300;
    text-decoration: underline;
}
a.pathItem
{
    font-size: 14px;
    color: #3c4e5f;
}
.currentPathItem
{
    font-size: 16px;
    font-weight: bold;
    color: gray;
}
a.SelectedmenuItem:link
{
    font-weight: bold;
    font-size: 12px;
    color: #6a7580;
    text-decoration: none;
    background-color: whitesmoke;
}
a.SelectedmenuItem:visited
{
    font-weight: bold;
    font-size: 12px;
    color: #6a7580;
    text-decoration: none;
    background-color: whitesmoke;
}
a.SelectedmenuItem:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #993300;
    text-decoration: underline;
    background-color: whitesmoke;
}

.dotBox
{
    border-right: silver 1px dotted;
    padding-right: 2px;
    border-top: silver 1px dotted;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: silver 1px dotted;
    padding-top: 2px;
    border-bottom: silver 1px dotted;
}

/*PDF download button*/
.PDFButton
{
    color: black;
    font-weight: bold;
    margin-left: 5px;
}
a.PDFButton: Visited
{
    color: black;
    font-weight: bold;
    margin-left: 5px;
}
a.PDFButton: Hover
{
    font-weight: bold;
    margin-left: 5px;
    color: #990000;
}
.partnerImage_L
{
	margin:0px 25px 15px 10px;
}
.partnerImage_S
{
	margin-right:25px;margin-bottom:10px;
}
.hideimage
{
    visibility:hidden;
    display:none;
}
