/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
}



	
/* ==================================
	E N G L I S H   S T Y L E S
===================================*/
.e_heading {font-family:Verdana; font-size:14pt; color: #0033cc}
.e_pageTocHdr {font-family:Verdana; font-size:12pt; font-weight:bold; color: #000000}
/*.e_pageTitle {font-family:Times New Roman; font-size:18pt}*/
.e_how2Hdg {font-family:Verdana; font-size:10pt; font-weight:bold; color: #0033cc}

.eng_v14 {font-family:Verdana; font-size:14pt}

.eng_a24 {font-family:Arial; font-size:24pt}
.eng_a16B {font-family:Arial; font-size:16pt; font-weight:bold}
.eng_v10 {font-family:Verdana; font-size:10pt; font-weight:normal}
.eng_v10B {font-family:Verdana; font-size:10pt; font-weight:bold}
.eng_v12B {font-family:Verdana; font-size:12pt; font-weight:bold}
.eng_a12B {font-family:Arial; font-size:12pt; font-weight:bold;}
.eng_t10 {font-family:Tahoma; font-size:10pt}
.eng_t9 {font-family:Tahoma; font-size:9pt}
.eng_t9B {font-family:Tahoma; font-size:9pt; font-weight:bold;}


/* ==================================
	A R A B I C   S T Y L E S
===================================*/
.ara_a24 {font-family:Arial; font-size:24pt}
.ara_a16B {font-family:Arial; font-size:16pt; font-weight:bold}
.ara_a14 {font-family:Arial; font-size:14pt}
.ara_a12B {font-family:Arial; font-size:12pt; font-weight:bold;}
.ara_t10 {font-family:Tahoma; font-size:10pt}
.ara_t9 {font-family:Tahoma; font-size:9pt}
.ara_t9B {font-family:Tahoma; font-size:9pt; font-weight:bold;}



/*===================================
	W H O L E   P A G E   T A B L E 
===================================*/
.wholePageTbl
{
	table-layout:fixed; /* Very important for efficient rendring */
	BORDER-COLLAPSE: collapse;
	border: 0px;
	padding: 0px;
	BACKGROUND-COLOR: white;
}


/*===================================
	T O P   B A R 
===================================*/
.topCorner
{
	/*background-color: #c5e1f5;
	border-bottom: #bfbfbf 1px solid;*/
	font-family:Verdana; font-size:18pt;
	color:#B80810;
	vertical-align:top;
	text-align:center
}
.pageTopBar
{
	padding-left: 3px;
	border: #111111 1px solid;
	background-color: #f5f5f5;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#c5e1f5' , EndColorStr= '#409dde' );*/
	font-family:Verdana; font-size:18pt;
	color: #0033cc;
	vertical-align:bottom
}
A.hTopBar:link { COLOR: #ffffff; text-decoration: none;}
A.hTopBar:visited { COLOR: #ffffff; text-decoration: none;}
A.hTopBar:active { COLOR: #ffffff; text-decoration: none;}
A.hTopBar:hover { color: #ffffff; text-decoration:	underline;}

A.hTopBarD:link { COLOR: #0560a5; text-decoration: none;}
A.hTopBarD:visited { COLOR: #0560a5; text-decoration: none;}
A.hTopBarD:active { COLOR: #0560a5; text-decoration: none;}
A.hTopBarD:hover { color: #dc143c; text-decoration:	underline;}

/*===================================
	S I D E   B A R
===================================*/
.pageSideBar
{
	padding: 7px;
	border: #111111 1px solid;
	/*width: 120px;*/
	background-color: #f5f5f5;
	/*line-height: 25px;*/
	FONT-SIZE: 10pt; FONT-FAMILY: Verdana; font-weight:bold;
	vertical-align: top
}
A.hSideBar:link { COLOR: #0560A6; text-decoration: none;}
A.hSideBar:visited { COLOR: #0560A6; text-decoration: none;}
A.hSideBar:active { COLOR: #0560A6; text-decoration: none;}
A.hSideBar:hover { color: #dc143c; text-decoration:	underline;}


/*===================================
	C O N T E N T   P A R T   T A B L E 
===================================*/
.contentTbl
{
	table-layout:fixed; /* Very important for efficient rendring */
	BORDER-COLLAPSE: collapse;
	border: 0px;
	BACKGROUND-COLOR: white;
	width: 540px
}

.contentCell
{
	padding-left: 8px;
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}


/*===================================
	P A G E   T O C   T A B L E 
===================================*/
.pageTocTbl
{
	BORDER-COLLAPSE: collapse;
	border: 0px;
	BACKGROUND-COLOR: white;
	width: 440px
}

.pageTocLinksCell
{
	padding-left: 8px;
	BACKGROUND-COLOR: #f5f5f5;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

.planeTocCellLevel1
{
	padding-left: 8px;
	padding-top: 10px;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
}

.planeTocCellLevel2
{
	padding-left: 8px;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
}

.planeTocCellLevel3
{
	padding-left: 8px;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}


/* ==================================
	generic hyperlinks
===================================*/
A:link { COLOR: #0560A6; text-decoration: underline }
A:visited { COLOR: #0560A6; text-decoration: underline }
A:active { COLOR: #0560A6; text-decoration: underline }
A:hover { color: #dc143c; text-decoration: underline }

A.nodec:link { COLOR: #0560A6; text-decoration: none }
A.nodec:visited { COLOR: #0560A6; text-decoration: none }
A.nodec:active { COLOR: #0560A6; text-decoration: none }
A.nodec:hover { color: #dc143c; text-decoration: underline }


/* ==================================
	
===================================*/
INPUT.actionBtnH
{
	border: Gray 1px solid;
	/*padding-right: 0.2em;
	padding-left: 0.2em;*/
	font-weight: bold;
	padding-bottom: 0.1em;
	cursor: hand;
	color: #0560A6;
	padding-top: 0.1em;
	font-family: Tahoma, Verdana;
	background-color: #f5f5f5;
}


