/******** Menu Settings ************/

/****** Container settings are redundant *****/
/******* root Menu Item***********/
/********Main Menu Container************/
.MainMenu_MenuContainer
{
    WIDTH: 900px;
    background-color:#2F3C40;
}
.MainMenu_Separator
/**not used**/
{
     /*BACKGROUND-IMAGE: url(MenuSeparator.gif);
     HEIGHT: 30px;
     WIDTH: 1px;*/
}

/**rootMenuItemHover**/
.rootmenuitemselected TD
{
	border-collapse: collapse;
	width: 108px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 8px;
	color: #ffffff;
	text-align: right;
	vertical-align: bottom;
	background-color: #687777;
	border-right: solid 1px #3f5156;
}

.MainMenu_RootMenuItem TD
/**defaultRootItem**/
{
    border-collapse:collapse;
    width:108px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 8px;
    color: #ffffff;
    text-align: right;
    vertical-align: bottom;
    border-right: solid 1px #3f5156;
} 

.MainMenu_RootMenuItemBreadcrumb td
/**selectedPageMenuItem**/
{   
    border-collapse:collapse;
    width:108px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700;
    padding-bottom:2px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 8px;
    color: #ffffff;
    height: 30px;
    text-align: right;
    vertical-align: bottom;
    background-color:#687777;
    border-right: solid 1px #3f5156;
}


/*********This Class is used to assgin style sheet for sub Menu Item***********/
/*********Sub menu container style*****/
.submenu
{
    background-color: #2F3C40;    
    Z-INDEX: 1000;
    cursor: pointer;
}
/*****Sub menu items default style*****/
.MainMenu_MenuItem
{
    border-top: solid 1px #3f5156;
    font-weight: Normal;
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    color: White;
    width: 170px;
    text-align: left;   
    vertical-align: middle;
    height: 22px;
    background-color: #2F3C40;
    padding-left: 5px;
}
/*******sub Menu Item selected********/
.submenuitemselected
{
    border-top:  solid 1px #3f5156;
    font-weight: Normal;
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    COLOR: White;
    width: 170px;
    text-align: left;   
    vertical-align: middle;
    HEIGHT: 22px;
    background-color: #687777;
    padding-left: 5px;
}
/*********sub Menu Item Arrow***********/
.MainMenu_MenuArrow
{
    border-top: solid 1px #3f5156;
    text-align: right;
    vertical-align: middle;
    width: 15px;
}

/******** sub Menu Menubar**************/
.MainMenu_MenuBar
{
    cursor: pointer; 
    /*width:107px;
    text-align: right;*/
}
/********* sub Menu Icon*****************/
.MainMenu_MenuIcon
{
    DISPLAY: none
}
.MainMenu_RootMenuArrow
{
    BACKGROUND-IMAGE: url(menumiddle.gif);
    DISPLAY: none;
}

.MenuSeparator
{
    /*background-image:url(stroke.jpg);
    height: 100%; 
    background-color: #666666;*/
}

/************This Class is used to assgin style sheet for sub Menu Menubar**************/
.HeaderLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    VERTICAL-ALIGN: middle;
    COLOR: black;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
/***End Menus****/

/***** Content Styles *****/

Object{
margin-bottom:2px;
}

H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0001;
}

H1.HeaderWithBackground
{
        background:#343434;
        color:white;
        font-size: 12px;
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom:solid 3px grey;
        margin-bottom: 0px;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0001;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0001;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0001;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

UL LI  {
        list-style-image: url("/portals/9/bullet.jpg"); 
        list-style-type: disc;
        padding-bottom: 4;
}

UL LI LI    {
        list-style-image: url("/portals/9/arrow.gif"); 
        list-style-type: disc;
        padding-top: 4;
        padding-bottom: 2;
}

UL LI LI LI {
        list-style-image: url("/portals/0/arrow.gif"); 
        list-style-type: circle; 
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:link img {
	color: #F0F0F0;
}
a:focus img {
	color: #F0F0F0;
}
a:visited {
	text-decoration: none;
	color: #596366;
}
a:visited img {
	color: #F0F0F0;
}
a:hover {
	text-decoration: none;
	color: #CC0001;
}
a:hover img{
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #596366
}
a:active img{
	text-decoration: none;
	color: #596366
}


.BreadcrumbStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #687777;
}

.FooterStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #596366;
}

.QuickLinkStyle  {
}

/****** colours ******/

.green 	{color: #82C033;}
.red 	{color: #C60C30;}
.purple {color: #C60C30;}
.orange	{color: #DB9E2C;}

/*** Avoid images having hyperlink borders **/
image
{
border-style: none; }


td.NewsscrollerHeader
{
background:#2F3C40; 
color:#F6F7F3;
font-family:Arial;
font-size:9pt;
font-weight:bold; 
height:25px; 
padding-left:15px
}

td.NewsscrollerBottomTinyLine
{
background:#999999;
height:2;
}

td.Topvert
{
vertical-align:Top;
}

.txt_body_11pt_charcoal {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.txt_heading_11pt_red {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cc0001; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* NewsScroller */

.newsscroller_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #2F3C40;
    color: white;
    height: 21px;
    padding-left: 10px;
}

.news_datetime
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 11px;
}

/* end */








