/********************************************************************************/
/* @copyright module                                                          	*/
/*------------------------------------------------------------------------------*/
/* 									MoT PORTAL									*/
/*								Ministry Site Theme								*/
/*																				*/
/*------------------------------------------------------------------------------*/
/*								  LATIN STYLES									*/
/*								  30 Nov, 2007									*/
/*------------------------------------------------------------------------------*/
/*																				*/
/* 				This file is designed for use with most browsers.				*/
/*																				*/
/* 		This CSS file was programatically generated using the configuration:	*/ 
/* 	   theme=Default browser=ie locale=en config=CssStyles_LatinI.properties	*/
/*																				*/
/*																				*/
/*  NOTE:  Comments inside CSS files cannot be nested inside each other.		*/
/********************************************************************************/

/********************************************************************************/
/*																				*/
/* 								THEME styles									*/
/*																				*/
/********************************************************************************/
/* GENERAL */
/*---------*/
BODY 
						{
						font-family: Arial,Verdana, Helvetica, sans-serif; 
						font-size: 9pt;
						color: #000000;
						background-color: #e1e1e1;
}
BODY 					{
						margin: 0px; 
						padding: 0px;
						
}
TABLE, TH, TD
						{
						font-family: Arial, Verdana, Helvetica, sans-serif; 
						font-size: 9pt;
						color: #000000;
}
P						{
						margin-top: 0px;
/*						margin-bottom: 0px;*/
						text-align: justify;
}
pre 					{
						font-family: monospace;
						font-size: large;
}
/*
DIV						{
						display: inline;
}
*/
H3 						{
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 11pt;
						color: #990000;
						font-weight: bold;
						text-align: center;
}

H4 						{
						font-family: Georgia, "Times New Roman", Times, serif;  /*font-family: Georgia, "Times New Roman", Times, serif;*/
						font-size: 8pt;
						color: #990000;
						font-weight: bold;
						margin-top: 0;
						margin-bottom: 10px;
}

H5 						{
						font-family: Arial, Verdana, Helvetica, sans-serif;
						font-size: 13px;
						color: #990000;
						font-weight: bold;
						margin-top: 0px;
						margin-bottom: 12px;
}


A, .wpsLink, A:link:active, .wpsLink:active { color: #900; text-decoration: underline; }
A:visited, .wpsLink:visited { color: #cc991c; text-decoration: underline; }
A:hover, .wpsLink:hover { color: #000; text-decoration: none; }

SELECT, INPUT, LI, TEXTAREA
						{
						font-family: Arial, Verdana, Helvetica, sans-serif; 
						font-size: 9pt;
						/*color: #000000;*/
}

HR 						{
						height: 3px;
						border-top: 2px #FFFFFF solid; 
						border-bottom: 1px #CCCAAE solid; 
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* TOP of PAGE */
/*-------------*/

/* MoT  Logo */
.MoT_Name				{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;
						color: #900;
						font-weight: bold;
						text-transform: uppercase;
						text-align: center;
						vertical-align: bottom;
}
.MoT_Oman				{
						font-family: Arial, Verdana, Helvetica, sans-serif;
						font-size: 8pt;
						color: #8e0000;
						font-weight: bold;
						text-align: center;
						padding-bottom: 1px;
}
/*..............................................................................*/
/* Language Flags */
.Lang_Flag, .Lang_Flag:link, .Lang_Flag:active, .Lang_Flag:visited {
						
						margin: 2px 0px 0px 2px;
}

.Lang_Flag:hover		{
						
						top: 0px;
						left: 0px;
}

/*..............................................................................*/
.Fixed_BG				{
                        /*background-image:url(../../images/menu/QuickContact.png);*/
						background-repeat: no-repeat;
}

/*..............................................................................*/
/* Containers of Home page Bars */
#wpsAdminBarContainer	{
						width: 340px;
						padding: 0px 0px 0px 30px;
						text-align: center;
						display: inline;
}

#wpsLanguageBarContainer {
						
						padding: 0px 0px 0px 0px;
						text-align: right;
						display: inline;
}

#wpsToolBarContainer	{
						text-align: center;
						padding: 2px 0px 0px 4px;
						display:inline;
}

#wpsSearchContainer		{
						text-align: center;
						padding: 0px 10px 0px 0px;
						display:inline;
}

#wpsMenuBarContainer	{						
						border-top: 1px #FFFFFF solid;
						border-bottom: 1px #FFFFFF solid;
						
}
#SearchButton			{
						font-weight: normal;
						background-color: transparent;
						padding-top:0px; 
						display:inline;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* TOOL BAR */
/* Bar under border containing the page group dropdown and login, etc. buttons */
.wpsToolBar 			{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
                        padding: 0px 6px;
						margin: 0px;
}

/* Bar under border containing the page group dropdown and login, etc. buttons */
.wpsToolBarIcon 		{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 11px;
        
						border-width: 1px;
						border-style: solid;
						border-color: #FFFFFF #999966 #999966 #FFFFFF;
						padding: 0px 2px;
						margin: 0px;
}

/* Bar under border containing the page group dropdown and login, etc. buttons */
.wpsToolBarIconOn 		{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 11px;
        
						border-width: 1px;
						border-style: solid;
						border-color: #999966 #FFFFFF #FFFFFF #999966;
						padding: 0px 2px;
						margin: 0px;
}

/* Link color for the text on the tool bar */
.wpsToolBarLink, .wpsToolBarLink:link, .wpsToolBarLink:active, .wpsToolBarLink:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						text-decoration: none;
}
.wpsToolBarLink:hover 	{
						position: relative;
						top: 0px;
						left: 0px;
						text-decoration: underline;
}
/* Vertical separator between tool bar and place bar */
.wpsToolBarSeparator 	{
}

/* Background for the banner.  Note that the background color is hidden from
   legacy browsers for consistency, not because it can't handle the attribute.
   New in v5 */
.wpsToolbarBannerBackground {
						background-repeat: no-repeat;
						padding: 0px;
						margin: 0px;
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* LINK BAR */
/* Bar under toolbar that shows links to customizer and assign permissions portlets */
.wpsLinkBar 			{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #000099;
						background-repeat: no-repeat;
}

/* Link color for the text which can be found on the place bar outside of tabs */
.wpsLinkBarLink, .wpsLinkBarLink:visited, .wpsLinkBarLink:hover {
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* PLACE BAR */
/* Bar under toolbar that shows the places */

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* PAGE BAR */
/* Bar under place bar that shows the pages */  

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* PAGE TITLE */
.PageTitle				{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 13px;
						color: #EFEEE6;
						font-weight: bold;
						text-transform: uppercase;
						letter-spacing: 1px;
						text-align: center;
						padding-top: 2px;
						padding-left: 10px;
						background-repeat: no-repeat;						
} 

.PageTitle_Extn			{
						background-poistion: left 10px;
						background-repeat: repeat-y;
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* FOOTER of PAGE */
/*----------------*/

/* Contact Info */
.QuickContact			{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #8e0000;
						padding-top: 25px;
						padding-left:47px;
						 
						
}

.QuickContactEmail

{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #8e0000;
						padding-top: 25px;
						padding-left:20px;
						 
						
}

.QuickContact :link, .QuickContact :active, .QuickContact :visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						font-weight: bold;
						color: #8e0000;
						
}

.QuickContact :hover 	{
						font-weight: bold;
						color: #8e0000;
						
}
/*..............................................................................*/
/* Bottom Textual Main Menu */
.wpsTextualMainMenu 	{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10px;
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						padding-top:20px;
						 
}
.wpsTextualMainMenu :link, .wpsTextualMainMenu :active, .wpsTextualMainMenu :visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10px;
						color: #dcdcaf;
						font-weight: bold;
						text-decoration: none;
						
						

}
.wpsTextualMainMenu :hover {
						color: #d5d3bd;
						text-decoration: underline;
						top: 0px;
						left: 0px;
						

}
/*..............................................................................*/
/* Copyright Notice */
.wpsCopyright			{
						width: 326px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #656333;
						padding-top: 2px;
						display:inline;
}
/*..............................................................................*/
/* Disclaimer Notice */
.wpsDisclaimer			{
						width: 210px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #8e0000;
						text-align: center;
						padding-top: 0.2em;
						display:inline;
}
.wpsDisclaimer :hover	{
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #8e0000;
						background-color: #ffffff;
}
.wpsDisclaimer :link	{
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #8e0000;
}


/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* OTHERS */
/*--------*/

/* Borders */
.Border_Btm45			{border-bottom: solid 1px #DCDBC7;}
.Border_Btm65			{border-bottom: solid 1px #CCCAAE;}
.Border_Btm85			{border-bottom: solid 1px #BDBA95;}
.Border_Btm100			{border-bottom: solid 1px #B1AE82;}

.Border85				{border: solid 1px #BDBA95}

/********************************************************************************/
/*																				*/
/* 							TREE NAVIGATION (Local Menu)						*/
/*																				*/
/********************************************************************************/

#NavTreeContainer		{
						background-color: #dcdcaf;
						padding: 2px;
}

/* Selected branch in the tree navigation control - New in v5.0 */
.wpsNavTreePlace		{
/*						height: 20px;
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #000000;
						font-weight: bold;
						text-decoration: none;
						padding-left: 20;
						background-image:none;*/
}

/* Selected Node in the tree navigation control - New in v4.2 */
.wpsNavSelectedNode, .wpsNavSelectedNode:active, .wpsNavSelectedNode:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #990000;
						font-weight: bold;
						background-color: #cdcd8b;
						text-decoration: none;
}

/* Unselected Node in the tree navigation control - New in v4.2 */
.wpsNavUnSelectedNode, .wpsNavUnSelectedNode:active, .wpsNavUnSelectedNode:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #dcdcaf;
						text-decoration: none;
						background-color: #990000;
}

/* Unselectable Node in the tree navigation control - New in v4.2 */
.wpsNavUnSelectableNode, .wpsNavUnSelectableNode:active, .wpsNavUnSelectableNode:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #E10000;
						text-decoration: none;
}

/* Unselected Branch in the tree navigation control - New in v5.0 */
.wpsNavUnSelectedBranch, .wpsNavUnSelectedBranch:active, .wpsNavUnSelectedBranch:visited, .wpsNavUnSelectedBranch:hover {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #ffffff;
						text-decoration: none;
						padding-left: 20;
						font-size:9px;
						
}


.wpsNavSelectedNode:hover, .wpsNavUnSelectableNode:hover { 
						font-family: Arial, Helvetica, sans-serif;
						color: #000000;
						top: 0; 
						left: 0; 
						font-weight: normal;
						font-size:9px;
}

/* Top level node in the tree navigation control - New in v4.2 */
.wpsNavLevel2			{
						font-family: Arial, Helvetica, sans-serif; /*Tahoma*/
						color: #ffb700;
						text-decoration: none;
						padding-left: 15;
						font-size:9px;
						
}
 

/* Size of icon on navigation node - such as show tools' edit icon - New in v5 */
.wpsNavNodeIcon			{
						width: 16px;
						height: 16px;
}

/* Size of expand/collapse icon - New in v5 */
.wpsNavTreeIcon 		{
						width: 14px;
						height: 14px;
						margin-left: 3px;
						margin-right: 3px;
}


/********************************************************************************/
/*																				*/
/* 									PORTLET Styles								*/
/* 				General styles used in Portlets of Ministry Site				*/
/*																				*/
/********************************************************************************/
/* PORTLET TITLE */
/* Used on Portlet Title Bar */
.wpsPortletTitle		{

}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* PORTLET TOOLBAR ICONS */
/* WSP Default icons used on Portlet Tool Bar */
.wpsPortletTitleIcon 	{
/*						width: 12px;
						height: 12px;
						margin-left: 1px;
						margin-right: 1px;*/
}
.wpsPortletTitleIconBackground {
						background-color: transparent;
}
/*..............................................................................*/
/* None Standard icons used on Portlet Tool Bar */
.wpsPortletTitleIconNonStandard {
						width: 16px;
						height: 16px;
						margin-right: 1px;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/




/********************************************************************************/
/*																				*/
/* 									SKIN Styles									*/
/* 						  Specific styles unique to Skins						*/
/*																				*/
/********************************************************************************/
/* ELEGANT Skin */
/* ------------ */
.sknElegant_PortletTitle {				
						height: 42px;
						width: 140px;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12px;
						color: #EFEEE6;
						font-weight: bold;
						/*text-transform: uppercase;*/
						letter-spacing: 1px;
						vertical-align: bottom;
						padding-bottom: 5px;
						padding-left: 5px;
						background-repeat: no-repeat;
}
.sknElegant_PortletToolBar {
						vertical-align: top;
						padding-bottom: 14px;
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* CORPORATE Skin */
/* -------------- */
.sknCorporate_PortletTitle {				
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11pt;
						color: #990000;
						font-weight: bold;
}
.sknCorporate_PortletToolBar {
						vertical-align: bottom;
						padding-bottom: 2px;
}

/********************************************************************************/
/*																				*/
/* 									WCM Styles									*/
/* 							styles used on WCM Content							*/
/*																				*/
/********************************************************************************/

/********************************************************************************/
/* 	GENERAL Styles																*/
/********************************************************************************/
/* Menu Titles Portlet Content */
/*-----------------------------*/

/* Menu Titles Title */
.wcmMenuItemsTitle 		{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: bold;
						vertical-align: top;
						padding-top: 1px;
						padding-left: 15px;
						border-bottom:2px #D4D2BA solid;
						background-repeat: no-repeat;
}
/*..............................................................................*/
/* Menu Titles Entries (Titles) */
#wcmMenuItems  			{
						width: 160px;
						background-color: #FEFEF6;
}
#wcmMenuItems TD		{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
}
#wcmMenuItems P 		{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						margin-bottom: 0px;
						padding: 2px;
						border-bottom: 1px #dcdcaf dotted;
}
#wcmMenuItems :link, #wcmMenuItems :active, #wcmMenuItems :visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						color: #000000;
						text-decoration: none;
}
#wcmMenuItems :hover 	{
						left: 0px;
						top: 0px;
						background-color: #E8E7D9;
						display: block;
}
/*..............................................................................*/
/* Selected Menu Title */
.wcmMenuItems_Current :link	{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						color: #000000;
						text-decoration: none;
						background-color: #E8E7D9;
						display: block;
}

/*..............................................................................*/
/* Last Title of Menu */
#wcmMenuItems P.wcmMenuItemsEnd {
						border: 0px none #F4E3C5;
}





/******************************* Tenders Table  for the Home Page *****************/

.wcmTenderTable					{
								font-family: Arial, Helvetica, sans-serif;
								margin: 0.2em 0em;
								border: 1px;
							/*	border: 1px solid #550000;*/
								
								}
/*..............................................................................*/
.wcmTenderTable TH					{
								color: #930;
								background-color: #EBEBCF;
								font-weight: bold;
								padding: 0.15em 0.25em;
								margin-bottom: 2px;
								/*border: 1px dotted #550000;*/
                                /* border: 1px inset #930;*/
								text-align:left;
								
}
/*..............................................................................*/
.wcmTenderTable TD					{
								border: 1px solid #D6D698;
								background-color:#FFFFE8;
								
}


.wcmTenderTable	A			{
								
								text-decoration:none;
								color:#900;
}

.wcmTenderTable	A:hover			{
								
								text-decoration:none;
								color:black;
}

/************************** Tender Table Inside ************************************/

#wcmTenderTableIn{ background-color:#990000; color:#ebebcf; font-size: 13pt; font-family: garamond; font-weight: bold; }

.wcmTenderTableIn	A			{
								
								text-decoration:none;
								color:#990000;
}

.wcmTenderTableIn	A:hover			{
								
								text-decoration:none;
								color:#000;
}
/*..............................................................................*/
/* AJAX:   the Accordion  Styles : Used in the Archived news  */




#myAccordion{
								width: 500px;
								border: solid 1px #4a526c;

	
}
#myAccordion dt{ 
								font-family: Arial, Helvetica, sans-serif; 
								background: #fffff3; 
								/*line-height: 10px; */
								font-weight: bold; 
								color: #fff; 
}
#myAccordion dd{
								overflow: auto;
								padding: 0 2 0 2px;
								margin: 5px 5px 0px 0px;
}

#myAccordion dt.myAccordionHover{
								background-color: #900; 
								border-width: 0;
								cursor: pointer; 
}
#myAccordion dt.myAccordionActive{
								color: #003151; 
								font-weight: bold; 
								background-color: #e3e3e3; 
}


/********************* My Accordion Projects ***********************************/

#myAccordionIn{
								width: 500px;
								border: solid 1px #4a526c;

	
}
#myAccordionIn dt{ 
								font-family: Arial, Helvetica, sans-serif;
								font-size:11px; 
								background-color: #900; 
								font-weight: bold; 
								color: #dcdcaf; 
								line-height: 20px;
}
#myAccordionIn dd{
								overflow: auto;
								padding: 0 2 0 2px;
								margin: 5px 5px 0px 0px;
}

#myAccordionIn dt.myAccordionInHover{
								background-color: #dcdcaf; 
								color: #900;
								border-width: 0;
								cursor: pointer; 
}
#myAccordionIn dt.myAccordionInActive{
								color: #FFD362; 
								font-size:11px;
								font-weight: bold; 
								background-color: #900; 
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* Miscellaneous */
/*---------------*/

/* Download File Details */
.wcmDownloadFileInfo	{
						font-size: 9px;
						padding-top: 4px;
						text-align:center;
}


/* Image positioning */
.wcmImg_Left 			{
						float: left;
						margin: 0px;
						margin-right: 8px;
						width: 40%;
						border: 1px #BDBA95 solid;
}

.wcmImg_Left_more			{
						float: left;
						margin: 0px;
						margin-right: 8px;
						border: 1px #BDBA95 solid;
}
/*..............................................................................*/
.wcmImg_Right 			{
						float:right;
						margin: 0px;
						margin-left: 8px;
						width: 40%;
						border: 1px #BDBA95 solid;
}

.wcmImg_Right_more			{
						float: right;
						margin: 0px;
						margin-left: 8px;
						border: 1px #BDBA95 solid;
}


/********************************************************************************/
/* 	SPECIFIC Styles																*/
/********************************************************************************/

/* HOME: Recent News Content */
.wcmRecentNews_Left 	{
						vertical-align:top;
						padding-right: 14px; 
						border-right: solid 1px #DCDBC7;
}

.wcmRecentNews_Right 	{
						vertical-align:top;
						padding-left: 14px; 
						border-left: solid 2px #FFFFFF;
}

.wcmRecentNews_Date		{
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						color: #4147A2;
						font-weight: bold;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* HOME: More button */
.wcmMore				{
						height: 20px;
						width: 70px;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 8pt;
						color:#990000;
						font-weight:bold;
						text-align: center; 
						background-image: url("../../images/home/MoreBG.jpg");
						background-position: center;
						background-repeat: no-repeat;
}
.wcmMore :link, .wcmMore :active, .wcmMore :visited {
						color: #990000;
						text-decoration: none;
}
.wcmMore : hover{
						color: #990000;
						text-decoration: underline;
						top: 0px;
						left: 0px;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* ABOUT US: Our News content */
.wcmOurNews	{ 

						background: transparent; 
						border: solid 0 #900; 

}
.wcmOurNews TD{ 

						font-size: 9pt; 
						font-weight: bold; 

}
.wcmOurNews TD.wcmOurNews_Date	{
						font-family: Arial, Helvetica, sans-serif;
						color: #EFEEE6;
						background: #990000;
						text-align: center;
						padding: 6px;
						border:  #b6a89d solid;
}
.wcmOurNews TD.wcmOurNews_Header{ 

						color: #990000; 
						font-family: Arial, Helvetica, sans-serif; 
						font-weight: bold; background: #dcdcaf; /* efeee6 e8e7d9 */
}

						
.wcmOurNews TD.wcmOurNews_Body{
						 font-family: Arial, Helvetica, sans-serif; 
						 font-weight: normal; 
						 background-color: #fffff3; 
						 margin: 1px; 
						 padding: 8px 8px 8px 0; 
						 border:  solid 0 #bdba95;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* Directorate DG Table */
.wcmDirDG				{
						background: transparent;
}
.wcmDirDG TD			{
						font-family: Tahoma, Arial, Helvetica, sans-serif;
						font-size: 11px;
						border-bottom: 1px #DCDBC7 solid;
}
.wcmDirDG TD.wcmDirSubTitle	{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 9pt;
						font-weight: bold;
						margin-bottom: 0px;
						border: none;
}
.wcmDirDG TD.wcmDirDG_NoBorder {
						border: none;
						text-align: right;
						vertical-align: bottom;
}
/*..............................................................................*/
/* Info Icons */
.wcmDir_Icon			{margin-right: 8px;}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* e-SERVICES: Tenders */
.wcmTendersSubTitle		{
						font-family: Arial, Helvetica, sans-serif; /*Verdana*/
						font-size: 9pt;
						font-weight: bold;
}
/*..............................................................................*/
.wcmTendersContent		{
						font-family:  Arial, Helvetica, sans-serif; /*Verdana*/
						font-size: 9pt;
						/*padding-left: 15px;*/
						border: 1px #dcdcaf solid;
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* CONTACT US: Table of Content */
#ContactData			{
						color: #000000;
						background-color: transparent;
}
#ContactData TH			{ color: #fffff3; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #900; padding: 0.3em 0; border-width: 1px; border-style: solid; border-color: #ffffff #bdba95 #bdba95 #ffffff; }
#ContactData TD			{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 8pt;
						padding: 0.3em 0em;
						border-bottom: solid 1px #CCCAAE;
}
#ContactData TD.ContactData_Title {
						font-family: Georgia, "Times New Roman", Times, serif;
						background-color: #dcdcaf;
						text-align: center;
						color: #990000;
						font-weight:bold;
						font-size:14px;
						padding-botom: 1em;
						border: none;
}
#ContactData TD.ContactData_Divisions {
						font-weight: normal;
						background-color: #fffff3;
						padding-left: 0.5em;
}
#ContactData A 			{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 8pt;
}

/********************************************************************************/
/* ADMINISTRATION PORTLETS Styles.												*/
/* These styles are reserved for IBM administrative portlets.                 	*/
/* General portlets should not use these styles as they are subject to change.	*/
/********************************************************************************/
/* ADMINISTRATION PORTLETS */

/* Header Bar and Task Manager selected Tab */
.wpsTableAdminHead		{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: xx-small;
						color: #333333;
						background-color: #CCCCCC;
}
/*..............................................................................*/
/* Color for separator lines - matches icon background */
.wpsAdminHeadSeparator	{
						background-color: #999999;
}
/*..............................................................................*/
/* Status Message display - New in v5 */
.wpsStatusMsg			{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: xx-small;
						color: #000000;
						background-color: #FFFFFF;
						
						margin: 0px; 
						border: solid 1px #b0a8a8;
}
/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* WELCOME/INSTRUCTION PORTLET */

/* Text for the welcome/instruction portlet - New in v5 */
/* General portlets should not use this style since it may be deleted in a future release. */
.wpsInstructionText		{
						color: #00447F;
						margin: 0.6em 0px 0px 0px;
}
/*..............................................................................*/
/* Text that is emphasized in the welcome/instruction portlet - New in v5 */
/* General portlets should not use this style since it may be deleted in a future release. */
.wpsInstructionText em	{
						font-weight: bold;
						font-style: normal;
						color: #D9A400;
}
/*..............................................................................*/
/* Reduces space between paragraphs in the welcome/instruction portlet - New in v5 */
/* General portlets should not use this style since it may be deleted in a future release. */
.wpsInstructionHeadText	{
						font-weight: bold;
						font-size: small;
						color: #00447F;
}


/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* INDENT STYLES - New in v5 */
/* Padding left of 4px - New in v5 */
.wpsIndentXSmall		{
						padding-left: 4px; 
}

/* Padding left of about 8px - half the width of small size icon - New in v5 */
.wpsIndentSmall			{
						padding-left: 8px; 
}

/* Padding left of 16px - width of small size icon - New in v5 */
.wpsIndentMedium		{
						padding-left: 16px; 
}

/* Padding left and top of 16px - width of small size icon - New in v5 */
.wpsIndentMediumTop		{
						padding-top: 14px;
						padding-left: 14px;
}

/* Padding left of 32px - width of normal size icon - New in v5 */
.wpsIndentLarge			{
						padding-left: 32px; 
}

/* Padding left of about 48px - New in v5 */
.wpsIndentXLarge		{
						padding-left: 48px; 
}

/*<><><><><><><><><><><><><><<><><><><><><><><><><><><><><><><><><><><><><><><>*/
/* PORLTET ACTION BUTTONS */

/* Text for tasks on header bar. Note that the text color is hidden from
   legacy browsers for consistency, not because it can't handle the attribute.
   New in v5 */
.wpsTaskIconText, .portlet-dlg-icon-label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;

        
    color: #003466; 
    white-space: nowrap;
        
        /* Comment to hide styles for legacy browsers from modern browsers.
    color: #000000; 
        */
}

/* Text for disabled tasks on header bar. Note that the text color is hidden from
   legacy browsers for consistency, not because it can't handle the attribute. 
   New in v5 */
.wpsTaskDisabledIconText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;

        
    white-space: nowrap;
    color: #62788C; 
        
}

/*
 Table surrounding the task on header bar. This style is present to disable the border="1" in
 the markup which was necessary to support legacy browsers.
 New in v5 */
.wpsTaskIconBorderTable, .wpsTaskDisabledIconBorderTable {

        
    border: 0px;
        
}

/* Background behind the task icon text.  Note that the background color is hidden from
   legacy browsers for consistency, not because it can't handle the attribute.
   New in v5 */
.wpsTaskIconTextBackground {

        
    background-color: #C5D8EA; 
    background-image: url("../../ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center;     
    border: 1px solid #003466;
    padding: 4px 16px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
        
}

/* Background behind the disabled task icon text.  Note that the background color is hidden from
   legacy browsers for consistency, not because it can't handle the attribute. 
   New in v5 */
.wpsTaskDisabledIconTextBackground {

        
    background-color: #C5D8EA; 
    background-image: url("../../ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center;     
    border: 1px solid #A6B0BA;
    padding: 4px 16px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
        
}

/* Text labels for icons in portlet body - New in v5 */
.wpsDialogIconText, .portlet-icon-label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #265180;
}

/* Text labels for disabled icons in portlet body */
.wpsDialogDisabledIconText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #748CA6;
}

/* Background for dialog icon - New in v5 */
.wpsDialogIconBackground {
    text-align: center;
    vertical-align: middle;

        
    background-color: #C6D7EA;
    background-image: url("../../DialogIconBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #3A618A;
    border-right: 0px none #3A618A;
    border-bottom: 1px solid #3A618A;
    border-left: 1px solid #3A618A;
    padding: 0px 0px;
    margin: 0px;
        
}

/* Background for dialog icon text - New in v5 */
.wpsDialogIconTextBackground {
    text-align: center;
    vertical-align: middle;
    
        
    background-color: #C6D7EA; 
    background-image: url("../../DialogIconTextBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #3A618A;
    border-right: 1px solid #3A618A;
    border-bottom: 1px solid #3A618A;
    border-left: 0px none #3A618A;
    padding: 2px 4px;
    margin: 0px;
    white-space: nowrap;
        
}

/* Background for disabled dialog icon - New in v5 */
.wpsDialogDisabledIconBackground {
    text-align: center;
    vertical-align: middle;

        
    background-color: #C6D7EA;
    background-image: url("../../DialogIconBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #A6B0BA;
    border-right: 0px none #A6B0BA;
    border-bottom: 1px solid #A6B0BA;
    border-left: 1px solid #A6B0BA;
    padding: 0px 0px;
    margin: 0px;
        
}

/* Background for dialog icon text - New in v5 */
.wpsDialogDisabledIconTextBackground {
    text-align: center;
    vertical-align: middle;
    
        
    background-color: #C6D7EA; 
    background-image: url("../../DialogIconTextBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #A6B0BA;
    border-right: 1px solid #A6B0BA;
    border-bottom: 1px solid #A6B0BA;
    border-left: 0px none #A6B0BA;
    padding: 2px 4px;
    margin: 0px;
    white-space: nowrap;
        
}

/* Size of icon on a dialog button - New in v5 */
.wpsDialogIcon {
    width: 16px;
    height: 16px;
}

/* Button bar area at top and bottom of portlet - New in v5 */
.wpsButtonBarTop, .wpsButtonBarBottom {
    background-color: #DFDFDF; 
}

/* PORTLET BACKGROUNDS AND TEXT STYLES */

/* Standard background for portlet */
.wpsPortletBack			{
						background-color: #F7F7F2;
}

/* Background for portlet in edit and configure mode */
.wpsEditBack, .wpsConfigureBack {
    background-color: #FFFFFF;
}

/* Panel background for portion of advanced options - New in v5 */
.wpsAdvancedOptions { 
    background-color: #e4e4e4;

        
    border: solid 1px #4A4A4A;
    margin-left: 10px;
        

}

/* Background with emphasis color for portlet */
.wpsPortletColorBack {
    background-color: #CCCCCC;
}

/* Text for header in standard portlet and portlet in edit mode */
.wpsPortletHead, .wpsEditHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: black;
}

/* Text for section header in standard portlet and portlet in edit mode - New in v5 */
.portlet-section-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #00284D;
}

/* Text in body of standard portlet and portlet in edit mode - New in v5 */
.wpsPortletText, .wpsEditText, .wpsPortletSmText, .wpsEditSmText, .wpsPortletTinyText, .portlet-font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #00284D;
}

/* Text for copyright information - New in v5 */ 
.wpsCopyrightText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #999999;
}

/* Main portlet body style */
.wpsPortletBody {
background-color: #fffff3;

}

/* PORTLET TABLES */

/* Text in row of table header */
.wpsTableHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #989898;
    text-align: left;
}

/* Standard text within table - New in v5 */
.wpsTableText, .portlet-section-body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

/* Standard table row */
.wpsTableRow, .wpsTableNrmRow {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #333333;
    background-color: #FFFFFF;
}

/* Text in a selected cell range - New in v5 */
.wpsTableSelectedRow, .portlet-section-selected {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #333333;
    background-color: #c8c8c8;
}

/* Shaded table row - used to alternate row colors with standard row - New in v5 */
/* For the v5 look, we have intentionally disabled alternating shaded table rows because
   we have lines between the rows.  However, Netscape 4.x cannot display borders
   properly so we still use the alternating shaded rows on legacy browsers. */
.wpsTableShdRow, .portlet-section-alternate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #333333;

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #ececec; 
        */

}

/* Backward compatibility style to get lines between rows for WPS 4.x portlet tables - New in v5 */
/* Do not specify anything in these styles that you don't have to specify.  Because of CSS priorities,
   these styles will override any CSS on the actual <td> tag that isn't marked ! important. */
.wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td {

        
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #aaaaaa;
    padding: 3px;
        
}


/* Text links in table header row */
.wpsTableHeadLink, .wpsTableHeadLink:visited, .wpsTableHeadLink:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #989898;
}

/* Text of a subheading - New in v5 */
.portlet-section-subheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #00284D;
}

/* Top-level table tag of table - New in v5 */
.wpsTable {

        
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
        
}

/* Styles for left, middle and right cells of the header row - New in v5 */
.wpsTableHeadStart, .wpsTableHeadMiddle, .wpsTableHeadEnd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #989898;
    text-align: left;

        
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
    padding: 3px;
        
}

/* Styles for left, middle and right cells of the header row where the text is center aligned. - New in v5 */
.wpsTableHeadStartAlignCenter, .wpsTableHeadMiddleAlignCenter, .wpsTableHeadEndAlignCenter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #989898;
    text-align: center;

        
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
    padding: 3px;
        
}

/* Styles for the left, middle and right cells of the header row where the column contains numeric data. - New in v5 */
.wpsTableHeadStartNumeric, .wpsTableHeadMiddleNumeric, .wpsTableHeadEndNumeric {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #989898;
    text-align: right;

        
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
    padding: 3px;
        
}

/* Styles for the left, middle, and right cells of a data row. - New in v5 */
/* ! important is on some of these attributes to override the backward compatibility styles
   .wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td */
.wpsTableDataStart, .wpsTableDataMiddle, .wpsTableDataEnd {
    text-align: left;

        
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
    padding: 3px ! important;
        
}

/* Styles for the left, middle and right cells of a data row where the text is center aligned. - New in v5 */
/* ! important is on some of these attributes to override the backward compatibility styles
   .wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td */
.wpsTableDataStartAlignCenter, .wpsTableDataMiddleAlignCenter, .wpsTableDataEndAlignCenter {
    text-align: center;

        
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
    padding: 3px ! important;
        
}

/* Styles for the left, middle and right cells of a data row where the data in the column is numeric. - New in v5 */
/* ! important is on some of these attributes to override the backward compatibility styles
   .wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td */
.wpsTableDataStartNumeric, .wpsTableDataMiddleNumeric, .wpsTableDataEndNumeric {
    text-align: right;

        
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
    padding: 3px ! important;
        
}

/* PORTLET PAGING TABLES */

/* Styles for the top-level table tag and the cells containing the header, footer, and table body. - New in v5 */
.wpsPagingTable, .wpsPagingTableHeader, .wpsPagingTableFooter, .wpsPagingTableBody {

        
    border: 0px;
        
}

/* The size of icons in the paging header or footer - New in v5 */
.wpsPagingTableHeaderIcon, .wpsPagingTableFooterIcon {
    width: 16px;
    height: 16px;
}

/* The leftmost cell of the paging table header - New in v5 */
.wpsPagingTableHeaderStart
{
    background-color: #c8c8c8;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
        
}

/* All cells in the middle of the paging table header - New in v5 */
.wpsPagingTableHeaderMiddle {
    background-color: #c8c8c8;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
        
}

/* The rightmost cell of the paging table header - New in v5 */
.wpsPagingTableHeaderEnd {

        
    background-image: url("../../PagingTableTopRight.gif");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: transparent;
        

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #c8c8c8;
        */
}

/* The leftmost cell of the paging footer - New in v5 */
.wpsPagingTableFooterStart
{
    background-color: #c8c8c8;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
        
}

/* All cells in the middle of the paging table footer - New in v5 */
.wpsPagingTableFooterMiddle {
    background-color: #c8c8c8;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 0px none #aaaaaa;
        
}

/* The rightmost cell of the paging table footer - New in v5 */
.wpsPagingTableFooterEnd {

        
    background-image: url("../../PagingTableBottomRight.gif");
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-color: transparent;
        
        
        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #c8c8c8;
        */
}

/* PORTLET FORM-RELATED TEXT STYLES */

/* Text for form entryfields - New in v5 */
.wpsEditField, .portlet-form-input-field {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;

        
    border: 1px solid #999999;
        

}

/* Text for form buttons - New in v5 */
.wpsButtonText, .portlet-form-button { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;

        
    color: #003466;
    background-color: #C5D8EA; 
    background-image: url("../../ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #003466;
    padding: 2px 11px;
    margin: 0px;
    text-align: center;
        
}

/* Text for disabled form buttons - New in v5 */
.wpsButtonDisabledText { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;

        
    color: #62788C;
    background-color: #c1d1e2; 
    background-image: url("../../ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #A6B0BA;
    padding: 2px 11px;
    margin: 0px;
    text-align: center;
        
}

/* Text for form browse button <input type="file" ...> - New in v5 */
.wpsBrowseButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

/* Text for form element labels - New in v5 */
/* The wpsRequiredLabelText style should also used on the text explaining that the field is required even if it is in a footnote. */
.wpsLabelText, .portlet-form-field, .portlet-form-field-label, wpsRequiredLabelText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #00284D;
}

/* Strong text in form element labels where a value is required - New in v5 */
.wpsRequiredLabelText strong {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #ff0000;
}

/* Text for form element descriptions - New in v5 */
.wpsDescriptionText, .portlet-font-dim {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #808080;
}

/* Text used for the descriptive label of the whole form (not the labels for fields) - New in v5 */
.portlet-form-label {
    color: #00284D;
}

/* PORTLET MESSAGE AND INLINE HELP TEXT STYLES */

/* Text for error messages - New in v5 */
.wpsFieldErrorText, .portlet-msg-error {
    color: #C83030;
}

/* Text for warning messages - New in v5 */
.wpsFieldWarningText, .portlet-msg-alert {
    color: #333333;
}

/* Text for success messages - New in v5 */
.wpsFieldSuccessText, .portlet-msg-success {
    color: #333333;
}

/* Text for information messages -New in v5 */
.wpsFieldInfoText, .portlet-section-footer {
    color: #999999;
}

/* Text for inline help information - New in v5 */
.wpsInlineHelpText, .portlet-msg-info, .portlet-section-text {
    color: #666666;
}

/* Text for status messages such as "Progress: 80%" - New in v5 */
.portlet-msg-status {
    color: #333333;
}

/* Monospaced text for listboxes and other fields where columns need to line up - New in v5 */
.wpsFieldMonospaced {
    font-family: monospace;
    font-size: x-small;
}

/* PORTLET MENUS */

/* General menu settings such as background color, margins, etc. - New in v5 */
.portlet-menu {
	background-color: #EEEEEE;  
	border-style: solid;
	border-color: #333333; 
	border-width: 1px;
    padding: 3px;
}

/* Normal, unselected menu item - New in v5 */
.portlet-menu-item {
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px;
}

/* Selected menu item - New in v5 */
.portlet-menu-item-selected {
	background-color: #aaaaaa;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px;
}

/* Normal, unselected menu item when the mouse hovers over it - New in v5 */
.portlet-menu-item-hover {
	background-color: #cccccc;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px;
}

/* Selected menu item when the mouse hovers over it - New in v5 */
.portlet-menu-item-hover-selected {
	background-color: #cccccc;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px;
}

/* Normal, unselected menu item that has sub-menus - New in v5 */
.portlet-menu-cascade-item {
	background-color: #eeeeee;
   	border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px 3px 3px 3px;
}

/* Normal, unselected menu item that has sub-menus - New in v5 */
.portlet-menu-cascade-item-selected {
	background-color:#cccccc;
    border-style: solid;
	border-color: #333333;
	border-width: 1px;
    padding: 3px 3px 3px 3px;
}

/* Descriptive text for the menu (e.g. in a help context below the menu) - New in v5 */
.portlet-menu-description {
}

/* Menu caption - New in v5 */
.portlet-menu-caption {
	border-style: solid;
	border-color: #333333; 
	border-width: 1px;
}

/* PORTLET TABS */

/* Bar area on which tabs are displayed - New in v5 */
.wpsPortletTabBar { 
}

/* Area separating the tabs from the items below the tabs - New in v5 */
.wpsPortletTabBarSeparator {
    background-color: #aaaaaa;

        
    margin: 0px;
    padding: 0px;
    height: 5px;
        
}

/* The table displaying all of the tabs - New in v5 */
.wpsPortletTabSet {

        
    border: 0px;
    background-color: transparent;
        
}

/* The area of the tab set where the unselected tabs are displayed - New in v5 */
.wpsPortletTab {

        
    border: 0px;
    background-color: transparent;
        

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #D8D8D8;
        */
}

/* The area of the tab set where the selected tab is displayed - New in v5 */
.wpsPortletSelectedTab {

        
    border: 0px;
    background-color: transparent;
        

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #cccccc;
        */
}

/* The top left cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabTopStart {
    background-color: #eeeeee;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
        
}

/* The top center cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabTopCenter {
    background-color: #eeeeee;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
        
}

/* The top right cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabTopEnd {

        
    background: url("../../PortletTabTopRight.gif");
    background-repeat: no-repeat;
    background-position: right top;
    border-style: none;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
        

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #eeeeee;
        */
}

/* The middle left cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabMiddleStart {
    background-color: #eeeeee;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
	
        
}

/* The center cell of a 9 x 9 table displaying the unselected tab.  The tab text is displayed in this cell. - New in v5 */
.wpsPortletTabMiddleCenter {
    background-color: #eeeeee;

        
    white-space: nowrap;
    border-style: none;
        
}

/* The middle right cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabMiddleEnd {
    background-color: #eeeeee;

        
    border-top: 0px none #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
        
}

/* The bottom left cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabBottomStart {
    background-color: #eeeeee;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
    width: 5px;
    height: 5px;
        
}

/* The bottom center cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabBottomCenter {
    background-color: #eeeeee;

        
    border-style: none;
        
}

/* The bottom right cell of a 9 x 9 table displaying the unselected tab - New in v5 */
.wpsPortletTabBottomEnd {
    background-color: #eeeeee;

        
    border-top: 0px none #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
    width: 5px;
    height: 5px;
        
}


/* The top left cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabTopStart {
    background-color: #aaaaaa;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
        
}

/* The top center cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabTopCenter {
    background-color: #aaaaaa;

        
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
        
}

/* The top right cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabTopEnd {

        
    background: url("../../PortletSelectedTabTopRight.gif");
    background-repeat: no-repeat;
    background-position: right top;
    border-style: none;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
        

        /* Comment to hide styles for legacy browsers from modern browsers.
    background-color: #aaaaaa;
        */
}

/* The middle left cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabMiddleStart {
    background-color: #aaaaaa;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
        
}

/* The center cell of a 9 x 9 table displaying the selected tab. The tab text is displayed in this cell. - New in v5 */
.wpsPortletSelectedTabMiddleCenter {
    background-color: #aaaaaa;

        
    border-style: none;
    white-space: nowrap;
        
}

/* The middle right cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabMiddleEnd {
    background-color: #aaaaaa;

        
    border-top: 0px none #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
        
}

/* The bottom left cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabBottomStart {
    background-color: #aaaaaa;

        
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
    width: 5px;
    height: 5px;
        
}

/* The bottom center cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabBottomCenter {
    background-color: #aaaaaa;

        
    border-style: none;
        
}

/* The bottom right cell of a 9 x 9 table displaying the selected tab - New in v5 */
.wpsPortletSelectedTabBottomEnd {
    background-color: #aaaaaa;

        
    border-top: 0px none #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
    width: 5px;
    height: 5px;
        
}

/* Link for tab text - New in v5 */
.wpsPortletTabLink, .wpsPortletTabLink:hover, .wpsPortletTabLink:visited, .wpsPortletTabLink:active {
    color: #333333;
}

/* Link for selected tab text - New in v5 */
.wpsPortletSelectedTabLink, .wpsPortletSelectedTabLink:hover, .wpsPortletSelectedTabLink:visited, .wpsPortletSelectedTabLink:active {
    color: #ffffff;
}

/* PORTLET TOOLBARS */

/* Bar area on which tools are displayed - New in v5 */
.wpsPortletToolbar {
    background-color: #c8c8c8;

        
    border-top: 1px solid #eoeoeo;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border-left: 1px solid #eoeoeo;
        
}

/*
 Section of the toolbar.  Usually there is only one.
 For the most part, this style is present to disable the border="1" in
 the markup which was necessary to support legacy browsers.
 New in v5 */
.wpsPortletToolbarSection {

        
   border-width: 0px;
        
}

/* Table displaying the tools in this section */
.wpsPortletToolbarSet {
}

/* A normal toolbar button */
.wpsPortletToolbarButton {    
    background-color: #c8c8c8;

        
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #c8c8c8;
        
}

/* A toolbar button with the mouse hovering over it */
.wpsPortletToolbarButtonRollover {
    background-color: #c8c8c8;

       
    padding: 3px;
    border-top: 1px solid #eoeoeo;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border-left: 1px solid #eoeoeo;
       
}

/* A toolbar button with the mouse button pressed or selected */
.wpsPortletToolbarButtonPressed {
    background-color: #929292;

        
    padding: 3px;
    border-top: 1px solid #acacac;
    border-right: 1px solid #eoeoeo;
    border-bottom: 1px solid #eoeoeo;
    border-left: 1px solid #acacac;
        
}

/* A selected toolbar button */
.wpsPortletToolbarButtonSelected {
    background-color: #b2b2b2;

        
    padding: 3px;
    border-top: 1px solid #acacac;
    border-right: 1px solid #eoeoeo;
    border-bottom: 1px solid #eoeoeo;
    border-left: 1px solid #acacac;
        
}

/* A toolbar button with the mouse hovering over it */
.wpsPortletToolbarButtonSelectedRollover {
    background-color: #b2b2b2;

       
    padding: 3px;
    border-top: 1px solid #eoeoeo;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border-left: 1px solid #eoeoeo;
       
}

/* An icon displayed on a toolbar button */
.wpsPortletToolbarButtonIcon {
    width: 16px;
    height: 16px;
}

/* A toolbar area displaying non-button controls such as text, or a dropdown */
.wpsPortletToolbarControl {

        
    padding: 3px;
        
}

/* Text on the toolbar */
.wpsPortletToolbarText {
    color: #333333;
}

/* Disabled text on the toolbar */
.wpsPortletToolbarDisabledText {
    color: #999999;
}

/* A link on the toolbar */
.wpsPortletToolbarLink, .wpsPortletToolbarLink:hover, .wpsPortletToolbarLink:visited, .wpsPortletToolbarLink:active {
    color: #333333;
}


/* A separator between groups of toolbar items */
.wpsPortletToolbarSeparator {
    background-color: #acacac;

        
    width: 1px;
    margin: 0px;
    padding: 0px;
    border-top: 0px none #acacac;
    border-right: 1px solid #eoeoeo;
    border-bottom: 0px none #eoeoeo;
    border-left: 0px none #acacac;
        
}

/* A spacer between groups of toolbar items  */
.wpsPortletToolbarSpacer {

        
    padding: 0px 2px 0px 2px; 
        
}

/* A separator between groups of toolbar items */
.wpsPortletToolbarHandle {
    background-color: #c8c8c8;

        
    padding: 0px;
    margin: 0px;
    width: 1px;
    border-top: 1px solid #eoeoeo;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border-left: 1px solid #eoeoeo;
        
}


/* BREADCRUMB TRAILS */

/* Area on which breadcrumb trails are displayed. Also text that is not clickable. - New in v5 */
.wpsBreadcrumbTrail {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
}

/* Clickable breadcrumb trail text - New in v5 */
.wpsBreadcrumbTrailLink, .wpsBreadcrumbTrailLink:hover, .wpsBreadcrumbTrailLink:visited, .wpsBreadcrumbTrailLink:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #1260B3;
    text-decoration: underline;
}

/* GENERIC ACCENT AND 3-D COLORS */
/* These styles are provided so portlets can build UI areas with theme      */
/* color-coordinated accent colors and 3D effects other than gray. Only     */
/* use these classes when no other classes are available for the particular */
/* UI you need to build.                                                    */


/* Surface area in a portlet requiring an accent color.  Use this style      */
/* on the main "surface" which needs the color. This style may also be used  */
/* without the corresponding highlight and shadow colors if desired. - New in v5 */
.wpsPortletAccentArea {
    background-color: #c8c8c8;
    color: #333333;
}

/* 3D highlight color for use with the accent area - New in v5 */
.wpsPortletAccentArea3DHighlight {
    background-color: #eoeoeo;
    color: #333333;
}

/* 3D shadow color for use with the accent area - New in v5 */
.wpsPortletAccentArea3DShadow {
    background-color: #acacac;
    color: #333333;
}


/* WIZARDS */

/* Wizard Title Text- New in v5 */
.wpsWizardTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    background-color: #c1c1c1;

    color: black;

        
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
        
}

/* Wizard Step Notification Text - New in v5 */
.wpsWizardStepNotification {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #dfdfdf;
    color: black;

        
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
        
}

/* Wizard Bottom Submit Bar - New in v5 */
.wpsWizardBottomSubmit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #c1c1c1;
    color: black;

        
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 25px;
        
}

/******************************************************************************/
/* Lotus Notes Portlet classes                                                */
/* General portlets should not use styles in this section.                    */
/******************************************************************************/

/* Background color and font settings for table cell that holds a weekday abbreviation (i.e. Fri) 
in the Lotus Notes Calendar Portlet */
.weekday_header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-color: #999999;
    color: #333333;
}

/* Background color and font settings for table cell that holds a day number (i.e 17) for months 
other than the current month in the Lotus Notes Calendar Portlet */
.other_month_header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #E4E3E3;
    color: #7E7001;
    height: 20px;
}

/* Background color and font settings for table cell that holds a day number (i.e 17) for the current month 
in the Lotus Notes Calendar Portlet */
.current_month_header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #CBDBF3;
    color: #333333;
    height: 20px;
}

/* Background color and font settings for empty table cells for months other than the current month 
in the Lotus Notes Calendar Portlet */
.other_month_cell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #F0F0F0;
}

/* Background color and font settings for empty table cells for the current month in the Lotus Notes Calendar Portlet */
.current_month_cell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #FFFFFF;
    color: Black;
}

/* Background color and font settings for table cell that holds the current day number and name (i.e 17 Wednesday)
in the Lotus Notes Calendar Portlet */
.current_day_header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-color: #92B5E6;
    color: #333333;
    height: 20px;
}

/* Background color and font settings for the current day number and name (i.e 17 Wednesday) text in the Lotus Notes Calendar Portlet */
a.current_day_header:link {
    background-color: transparent;
    color: #333333;
}

/* Background color and font settings for a day number (i.e 17) in a month other than the current month 
in the Lotus Notes Calendar Portlet */
a.other_month_header:link {
    background-color: transparent;
    color: #0000ff;
}

/* Background color and font settings for a day number (i.e 17) in the current month in the Lotus Notes Calendar Portlet */
a.current_month_header:link {
    background-color: transparent;
    color: #0050C9;
}

/* Text displaying the place name */
.wpsPlaceName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #EBEBEB;
}

/* End of Lotus Notes Calendar Portlet classes */

/******************************************************************************/
/* Lotus WP Portlet classes                                                   */
/* General portlets should not use styles in this section.                    */
/******************************************************************************/

a.wpsPersonName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	text-decoration: none;
	color: blue;
}

a.wpsPersonName:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	text-decoration: none;
	color: blue;
}

a.wpsPersonName:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	text-decoration: underline;
	color: blue;
}




/* End Lotus WP classes */

/******************************************************************************/
/* Added in 1 April 2008 by Shaymaa Tantawi                                                     */
/* Main Menu Styles                                                           */
/* This Menu is the Red Main Menu - Used basically in "MenuBarInclude.jsp"    */
/******************************************************************************/


.glossymenu{
	position: relative;
	padding: 0;
	margin: 0;
	background: url(../../images/media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../../images/media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../../images/media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/************************Added by Shaymaa Tantawi Monday 23 June for Ministry Projects*****************************/

.ProjectsTable					{
								padding: 0em 0em 0em 0em;
}
.ProjectsTable TD					{
								width: 80%;
								padding: 0.1em 0.4em;
								border: 1px solid #;
}
.ProjectsTable TD.ProjectsSubTitle {
								width: 20%;
								font-weight: bold;
								background-color: #DCDCAF;
}
.ProjectsTable TD.ProjectsClearBorder {
								border-width: 1px;
								border-style: solid;
								border-color: #FFFFFF #E3D0B6 #E3D0B6 #FFFFFF;
}
/*..............................................................................*/
.ProjectsPhone					{
								text-align: center;
								border-left: 1px solid #D1A87C;
}
.ProjectsNumber					{
								font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
								font-size: x-small;
								padding-left: 0.5em;
}
/*..............................................................................*/
.ProjectsFootNote					{
								font-family: Verdana, Arial, Helvetica, sans-serif;
								font-size: 0.75em;
								margin-top: 0.4em;
}
/*******************************************************************************************************************/

/* End of Main Menu Styles */
