 /** Header Style Sheet
 *****************  CHANGE LOG ****************************
 *|Date       | Version     | Modified By | Description              
 *|***********|*************|*************|****************
 *|18-Nov-2008| 1.0         | Infosys     | Initial Version          
 **********************************************************                                   
 **/

/*  Styles for <div>
	To set styles for the div element that has the main menu options.	
	
*/
/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.menuWrapper
{
	display: table;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

span.logo
{
	float: left;
	padding-top: -1px;
	padding-left: 25px;
	padding-right: 14px;
	--background-color:#99CCFF;
}
span.logo1
{
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 14px;
}

/*  Styles for <image>
	alignment styles for the header logo image.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

span.logo img
{
	vertical-align: top;
	border: none;
	text-decoration:inherit;
	float: left;
}

span.logo1 img
{
	vertical-align: top;
	border: none;
	text-decoration:inherit;
	float: right;
}
/*  Styles for width of TD in header.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

.headerLogoWidth
{
	width: 133px;
}

/*  Styles for width of TD in header right column.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/

.userInfoWidth
{
	width: 264px;
}

/*  Styles for width of TD that has divider grey.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

.headerDividerWidth
{
	width: 15px;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

.logoDivider
{
	border-left: solid 1px #cccccc;
	height: 42px; 
	float: left;
	vertical-align: middle;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

.headerLob
{
	color: #fe6700;
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.2
	Logo / Business Line / Application Name
*/

.header
{
	color: #003471;
	--background-color: #FFFFFF;
	float: left;
	clear: left;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 14px;
	
}

/*  Styles for <image>
	Header styles title.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.userInfo
{
	float: right;
	background-color: #d5ebf9;
	padding: 8px;
	padding-right: 10px;
 	height: 63px;
	width: 263px;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/

.userInfoDivider
{
	border-left: solid 1px #5cb1e9;
	height: 42px;
	float: left;
	vertical-align:middle;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/

.userInfoDividerPad
{
	padding-top:10px;
}


/*  Styles for <table>
    Styles for the user information table.(welcome)
*/
/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/

.welcome
{
	padding: 1px;
	color: #666;
	font-size: 11px;
	font-family: Arial;
	margin: 0;
	font-weight: bold;
	padding-top:10px;
}

/*  Styles for <table>
    Styles for the user information table.(username)
*/
/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.headerRightUserNm
{
	padding: 1px;
	color: #666;
	font-size: 11px;
	font-family: Arial;
	margin: 0;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/


.headerRightR a
{
	background-image: url(../../images/icoRightArrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 8px 20px;
	color: #00629f;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;	
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/

.headerRightR a:hover
{
	text-decoration: underline;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.headerRightR a.alertLink:hover
{
	text-decoration: underline;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.headerRightR a.alertLink
{
	background-image: url(../../images/icoAlertArrow.gif);
	color: #ca0000;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.quickLinks a
{
	float: left;
	background-image: url(../../images/icoDownArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 4px 0 2px 15px;
	color: #00629f;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;	
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.3
	User Information
*/
.quickLinks a:hover
{
	text-decoration: underline;
}

/*  end of the styles for <table>(user information)
    
*/


/*  Styles for <td>
    Styles for the layer 'Page Title'(starts)
*/
/*
	GUI_Design_Standard_5.0.pdf - Page 4.5
	Page Title Row Details
*/

.pageTitle
{
	background-color: #003471;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 42px;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.5
	Page Title Row Details
*/

.pageTitleLogo
{
	width: 716px;
	float: left;
	background-image: url(../../images/icoLeftBanner.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.5
	Page Title Row Details
*/

.imageBanner
{
	width: 264px;
	float: right;
	background-image: url(../../images/banneras2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


/*  
    Styles for the layer 'Application Image'(starts)
*/


.appImageWidth
{
	width: 264px;
}

/*  Styles for <td>
    Styles for the layer 'Page Title'(ends)
*/


/*  Styles for <h4>
    Styles for the 'Page Title'
*/


h4
{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	padding: 10px;
	margin:0 0 3px 0px;	
	float: left;
}


/*  Styles for <table>
    Styles to set the header table width. 
*/
/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.pageWidth
{
	width: 980px;
} 


/************************ Styles for the Main Menu starts ************************/
/*
	Styles for the Main Menu 
*/

.navBar
{
	background-color: #00629F;
	font-family: arial;
	font-size: 12px;
	width: 100%;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	color: white;

}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navButton {
	padding: 7px 0px 7px 0px;
	text-decoration: none;
	border-right: 1px solid #fff;
	white-space: nowrap;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/

.navButtonSubMenu {
	text-decoration: none;
	white-space: nowrap;
	background-color: #fff;
	border-Bottom :solid 1px #dedede;
	width: 100px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;	
}

/*
	To specify the border colour of Sub Menu's.
*/



.subMenuBorder
{
	border: solid 1px #00629f;
}

/*
	To specify the table properties for Sub Menu's.
*/



.subMenuTable
{
	position:absolute; 
	left:0px; 
	top:0x; 
	width:0px; 
	height:0px; 
	z-index:1; 
	visibility: hidden;
}

.navButton:hover
{
	background-color: #003471;
}

.navButtonSubMenu:hover
{
	background-color: #e0f0fb;
}

.navMenu, .navMenu:link, .navMenu:hover, .navMenu:active, .navMenu:visited
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: arial;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	display: inline;
	margin: 0;
	
}

.myMenu{

	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: arial;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	border-bottom: solid 1px #dadada
}


a.navMenu, a.navLink {
	text-decoration: none;
	color: white;
	white-space: nowrap;
}
 a.navLinkSubMenu {
	text-decoration: none;
	color: black;
	white-space: nowrap;
}

.navButton *.navButton *.navLink, .navButton *.navButton *.navLink:link, .navButton *.navButton *.navLink:active,
	.navButton *.navButton *.navLink:visited
{
	color: black;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	/*text-align: left;	*/

}

.navButton *.navButton *.navLink:hover {
	background-color: #e0f0fb;
}

.subMenu:hover
{
	background-color: #000;
	
}

.navButton *.navButton {
	color: #white;
	background-color: #fff;
}


.navButton *.navButton *.navMenu {
	color: black;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;

}
.navButton *.navButton *.navMenu:hover
{
	background-color: #e0f0fb;
}


.subRowHeight
{
	height: 15px;
}
 
/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navLink, .navLink:link, .navLink:hover, .navLink:active, .navLink:visited {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}  
/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navLink, .navLink:link, .navLink:hover, .navLink:active, .navLink:visited {
	padding: 7px 14px 7px 14px;
}



/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navLink:hover {
	background-color: #003471;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navLinkSubMenu, .navLinkSubMenu:link, .navLinkSubMenu:active, .navLinkSubMenu:visited {
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 3px 4px 3px;
	width: 100%;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.navLinkSubMenu:hover{
	background-color: #e0f0fb;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.menuTableBackground
{
	background-color: #00629f;
	height: 29px;
}

/*
	Class to specify the colour of the border line in global navigation menu.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/

.menuBorderBottom
{
	border-bottom: solid 1px #5cb1e9;
}

/*
	Class to specify the colour of the border line in global navigation menu.
*/

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/

.navMenuNew  
{
	font-family: Arial;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 14px; 
	color: #fff;
	text-decoration: none;
}

/*
	GUI_Design_Standard_5.0.pdf - Page 4.4
	Global Navigation w/ Dropdown / Session Time
*/
.menuArrow
{
	border: 0px;
	vertical-align: middle;
}
/************************ Styles for the Main Menu ends ************************/