.BgWhite {

	text-align: left;
	background-color: #ffffff;

}

.BgLine {


	background-image: url(/cpepnavigator/images/dotline2.gif);

}

.BgDot2 {


	background-image: url(/cpepnavigator/images/dot2.gif);
	background-repeat: repeat-x;

}


.BgDot {
	text-align: left;
	background-image: url(/cpepnavigator/images/dotline_short.gif);

}

.BgDarkGrey {

	height: 22px;
	background-color: #666666;

}

.BgLightGrey {

	height: 22px;
	background-color: #CCCCCC;
}


.BgLightBlue {

	text-align: left;
	background-color: #99C0DF;


}

.BgHeaderLightBlue {

	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 5px;
	height: 22px;
	background-color: #99C0DF;
}

.BgRightMenuLightGreen {

	padding: 0px 0px 0px 0px;
	background-color: #E8FAFA;
}

.BgHeaderDarkBlue {


	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 5px;
	height: 22px;
	background-color: #123E6B;
}

/*version of BgDarkGrey but centered*/
/*change font from 10pt to 8pt by wilda 14052004*/
.BgHeaderDarkGrey {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background-color: #666666;
	vertical-align: middle;
}

.BgHeaderLightGrey {
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 22px;
	background-color: #CCCCCC;
}

/*background for EP left side menu*/
.EPLeftMenu {

	background-image: url(/leftnav/images/epbgtable2.gif);
}

/*for input field*/
.inputTextBox {
	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: left;
	border: 1px solid #336699;
	/*height: auto; */
	height: 18px;
	width: auto;
	top: 0px;

}

/*for the checkbox*/
.checkbox {
	font-family: Verdana;
	font-size: 7pt;
	color: #336666;
	height: 15px;
	width: 18px;
	vertical-align: middle;
	border: 1px solid #336699;

}

/*for textarea field*/
.inputTextarea {

	font-family: Verdana;
	font-size: 8pt;
	color: #336666;
	text-align: left;
	border: 1px solid #336699;
	padding: 0px 0px 0px 2px;
	height: auto;
	width: auto;
}

/*for command button*/
.commandButton {

	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	height: 19px;
	width: auto;
	position: static;
	border: 1px solid #333333;
}


/*	button: use in EP for standard buttons 	*/
.commandButtonDarkGrey {

	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	background-color: #3D4A5A;
	border-top: 1px solid #3D4A5A;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #3D4A5A;
	height: 19px;
	width: 87px;
	position: static;

}

/*	button: use in EP for long buttons 	*/
.commandButtonDarkGrey100 {

	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	background-color: #3D4A5A;
	border-top: 1px solid #3D4A5A;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #3D4A5A;
	height: 19px;
	width: 100px;
	position: static;

}

/*	button: that is disabled, use in both EP & CP	*/
.commandButtonDisabled {
	font-family: Verdana;
	font-size: 8pt;
	color: #999999;
	text-align: center;
	background-color: #ffffff;
	height: 19px;
	width: 85px;
	position: static;
	border: 1px solid #999999;

}

/*maroon color for mandatory field*/
.note {

	font-family: Verdana;
	font-size: 9pt;
	color: #993300;
	text-align: center;
	padding: 2px;
}

/*justified text black font color - use in description, table listing, forms etc */
/*change font from 10pt to 9pt by wilda 14052004*/
.textDataJustify {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}

/*for justified text 8t*/
/*change font from 10pt to 9pt by wilda 14052004*/
.textDataJustify8 {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}

/* bigger version of textDataJustify */
/*change font from 10pt to 9pt by wilda 19052004*/
.textContent {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}

/*same as textDataJustify but it is centered*/
.textData {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 2px;

}

/*meant for form label and it is light green in color */
.textLabel {
	font-family: Verdana;
	font-size: 10pt;
	color: #336666;
	text-align: left;
	padding: 2px;

}

/*darkblue for content - can be deleted*/
.whiteLabel {
	font-family: Verdana;
	font-size: 8pt;
	color: #0A3553;
	text-align: left;
	padding: 4px;

}

/*meant for CP - darkgreen
.textTitle {

	font-family: Verdana;
	font-size: 9pt;
	color: #009999;
	text-align: left;
	padding: 0px 0px 0px 3px;
	font-weight: normal;
}

.textItalic {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	text-align: align;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	padding: 0px 0px 0px 2px;

}*/

/*for numeric field that is right justified*/
.textNumber {
	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: right;
	padding: 0px 0px 0px 2px;

}

/*for numeric field that is left justified*/
.textNumber9 {

	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: left;
	padding: 0px 0px 0px 2px;
}

/*for input numeric field that is right justified*/
.inputNumericBox {
	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: right;
	border: 1px solid #336699;
	padding: 0px 0px 0px 2px;
	height: 18px;
	width: auto;
}

/*for numeric field that is bold and right justified*/
.textNumberBold {
	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: right;
	padding: 0px 5px 0px 2px;
	font-weight: bold;
}

/*to use in the preview screen*/
.textPreview8 {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 3px;
	vertical-align: align;

}

/*to use in the preview screen*/
.textPreview9 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
}

/*text that is bold and justified*/
.textReminderBoldJustify {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	padding: 0px 0px 0px 2px;

}

/*to use in the bill*/
.bilHeader {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 2px;
	height: 22px;
	vertical-align: middle;
}

/*underline text*/
.textHeaderUnderline {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
	height: 22px;
	text-decoration: underline;

}

/*EP - for hyperlinks left navigation*/
/*change font from 10pt to 8pt by wilda 14052004*/
.whitelink {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;

}

/*reserve - hyperlinks that is maroon in color*/
.maroonlink {
	font-family: Verdana;
	font-size: 8pt;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;

}

/*use in CP for hyperlinks*/
.darkGreenLink {

	font-family: Verdana;
	font-size: 8pt;
	color: #008C8D;
	text-decoration: none;
}

/*use in EP for hyperlinks*/
.darkGreenLink9 {

	font-family: Verdana;
	font-size: 9pt;
	color: #008C8D;
	text-decoration: none;
}

.LightGreyLink {
	font-family: Verdana;
	font-size: 8pt;
	color: #F2FAE3;
	text-decoration: none;
}

/*for black hyperlinks*/
/*change font from 8pt to 9pt by wilda 19052004*/
.blackLink {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

/*added on 5/7/2004 for underline black links*/
.blackLinkU {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}

/*EP - for blue hyperlinks*/
/*change font from 8pt to 9pt by wilda 14052004*/
.blueLink {
	font-family: Verdana;
	font-size: 9pt;
	color: #2F6BB4;
	text-decoration: none;
}

/*blueLink version of verdana added on 14 april*/
.titleLink {
	font-family: Verdana;
	font-size: 12px;
	color: #2F6BB4;
	text-decoration: none;

}

/*mainly use for the page header and it is red in color*/
.textHeaderRed {
	font-family: Verdana;
	font-size: 11pt;
	color: #990000;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	height: 23px;

}

/*red text header with underline*/
/*change font from 9pt to 11pt by wilda 14052004*/
.textHeaderRedWithUnderline {

	font-family: Verdana;
	font-size: 11pt;
	color: #990000;
	text-align: left;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	background-image: url(/images/putrajaya/ep/bgheader2.gif);
	background-repeat: repeat-x;
	height: 23px;
	background-position: left bottom;
}

/*to display data that cannot be edited*/
/*change font from 8pt to 9pt by wilda 14052004*/
.readOnlyText {

	font-family: Verdana;
	font-size: 9pt;
	color: #336666;
	text-align: left;
	border: 1px none #ffffff;
	padding: 0px 0px 0px 2px;
	height: 15px;
	width: auto;
}

/*for subHeader - to use in EP*/
.subHeader {
	font-family: Verdana;
	font-size: 10pt;
	color: #008C8D;
	text-align: left;
	padding: 0px 0px 0px 3px;
	font-weight: bold;
	height: 22px;
}

/*use in EP - subHeader that has the blue background*/
/*change font from 8pt to 9pt by wilda 14052004*/
.subHeader1 {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	background-image: url(/enterprise_banner/images/bg_subHeader.gif);
	background-repeat: no-repeat;
	height: 23px;
}

/*use in EP - subHeader that has the blue background*/
/*change font from 8pt to 9pt by wilda 14052004*/
.subHeader3 {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	background-image: url(/enterprise_banner/images/bg_subHeader2notext.gif);
	background-repeat: no-repeat;
	height: 23px;
}

/*EP - blue border color*/
.subHeader2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #003366;
	text-align: left;
	padding: 0px 0px 0px 5px;
	height: 100%;
	width: 90%;
	border: 1px solid #5389AF;
}

/*EP - subHeader that is white in color*/
.subHeaderWhite {

	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 3px;
	font-weight: bold;
}

.subHeader3 {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	background-image: url(/enterprise_banner/images/bg_subHeader.gif);
	background-repeat: no-repeat;
	height: 23px;
	background-position: 100%;
}


/*EP - title for the menu*/
.fontWhite {

	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 2px;
	font-weight: bold;
	font-style: normal;

}

.textMandatory {
	font-family: Verdana;
	font-size: 8pt;
	color: #993300;
	text-align: left;
	padding: 2px;
	font-style: normal;
	font-weight: normal;

}

/*for page title in CP*/
.textHeaderLeft {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
	height: auto;
}

.textHeaderRight {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: right;
	padding: 0px 0px 0px 2px;
	height: 22px;
}

.textBlueSmall {
	font-family: Verdana;
	font-size: 6pt;
	color: #336666;
	text-align: left;
	padding: 2px;
	font-style: oblique;

}

.buttonDot {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	height: 18px;
	width: auto;
	position: static;
	border: 1px solid #999999;
	background-color: #008c8D;


}

/*for CP - use for main header*/
.textBlackBold {

	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 3px;
}

/*18-may-2004: use in the content area  */
.contentBlackLink {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;

}

/*18-may-2004: use in the CP content area  */
.contentGreenLink {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #008c8D;
	text-decoration: none;

}

/*18-may-2004: use in the EP content area  */
.contentBlueLink {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #2F6BB4;
	text-decoration: none;

}


.NewsNextPage {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #4EACAC;
	padding: 2px 2px 2px 2px;

}


/*mainly for footer hyperlinks*/
.textFooter {

	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/*for hyperlink that is grey in color*/
.Blurlink {
	font-family: Verdana;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

/*for table display, black in color*/
.BlackFont {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

/*for table display, black in color*/

.TablePAfont {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}


/*use for the copyright and grey in color*/
.CopyRight {

	font-family: Verdana;
	font-size: 7pt;
	color: #5D5D5D;
	text-decoration: none;
}


/* body contents for EP Added by wilda */
.textContentEP {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}

/* body contents for EP Added by wilda for president office */
.textContentEP1 {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}
/* body menu for EP small size Added by wilda  */
.textContentEP8 {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0px 0px 2px;

}


.textBlue9 {
	font-family: Verdana;
	font-size: 9pt;
	color: 28517F;
	text-align: justify;
	font-weight: bold;
}

/*EP on main page*/
.EPbgHeader {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	background-image: url(/enterprise_banner/images/blueHeader.gif);
	background-repeat: no-repeat;
	height: 23px;
	background-position: left;
}

/*same as textDataJustify but it is general*/
.CPFormComment {
	font-family: Verdana;
	font-size: 8pt;
	color: #336666;
	padding: 0px 0px 0px 2px;

}

.CPBgForm {
	background-color: #ECF7F1;
}

/*to make all the hyperlinks has the hover effect*/
/**********************************************/
a:hover {
	font-family: Verdana;
	color: #D9532E;
	text-decoration: underline;

}