/*--------------------------------------------------------------------
    
    Standard Web CSS Document for NETSARIUS & Eskaywoo projects

---------------------------------------------------------------------*/

/* CCS for elements  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/img-bg.gif);
	background-repeat: repeat-x;	/* Set background color
	   background-color: #02569A;
    */
	background-position: top;	/* Set background image
       background-image:url('filename.gif');
       background-repeat:no-repeat | repeat | repeat-x | repeat-y;
       background-attachment:fixed; (this will make the image looks like floating)
    */
	background-color: #CCC;
}

body,td,th, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	/* 12px, 11px, 10px are common */
	/* options for text setting
       color: #000000;
       text-align:  	left | right | center | justify
       text-decoration:  	none | underline | overline | line-through | blink
	   word-spacing:	normal | 14px;
	   letter-spacing:	normal | 14px;
	*/
}

/* CCS for links  */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* header elements */

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}


/* form elements */
BUTTON {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
INPUT {font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align:middle;}
SELECT {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
TEXTAREA {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* others */
div, h1, h2, h3, h4, form, label, img, span{
	margin:0; padding:0; border:0px;
}


/* block quote and list */
BLOCKQUOTE, PRE	{font-family:	Courier New, monospace;}
UL LI	{
	list-style-image: url(../images/img-bullet.png);
}
UL LI LI {list-style-type:	disc;}
UL LI LI LI	{
	list-style-image: url(../images/img-bullet2.png);
}
OL LI {list-style-type:	decimal;}
OL OL LI {list-style-type:	lower-alpha;}
OL OL OL LI	{list-style-type:	lower-roman;}


/*--------------------------------------------------------------------
    
    User Defined Class and CSS settings

---------------------------------------------------------------------*/

.header1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px;}

.header2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color:#02569A;}

a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: 0px;	
}

a.footer:hover, a.footer:active{
	color:#FF0000;
	background-color:#B2C931;
	text-decoration: none;
	border: 0px;	
}

.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #709ECC;
	text-decoration: none;
}
.bg-box-mid {
	background-image: url(../images/img-middle-box.png);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-box-bottom {
	background-image: url(../images/img-bottom-box.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
.bg-pattern {
	background-image: url(../images/img-pattern.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #6699cc;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
a:hover.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.bg-term-mid {
	background-image: url(../images/img-term-mid.png);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-bluebox-mid {
	background-image: url(../images/img-bluebox-mid.png);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-bluebox-bottom {
	background-image: url(../images/img-bluebox-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.header-padding {
	padding-top: 30px;
	padding-bottom: 26px;
}
.txt-special-defi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 5px;
}
.txt-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-left: 45px;
	padding-right: 5px;
}
.txt-abtus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.txt-sukuk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
}
.txt-denis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 22px;
}
.hd-sukuk-padding {
	padding-left: 10px;
}
.txt-special-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}
.txt-special-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.image-padding {
	padding-left: 10px;
	padding-bottom: 5px;
}
.image-padding2 {
	padding-bottom: 5px;
	padding-right: 10px;
}
.white-box-mid {
	background-image: url(../images/img-hd-denis-mid.png);
	background-repeat: repeat-y;
	background-position: top;
}
.txt-show-hide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:hover.txt-show-hide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.txt-defi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
	text-decoration: underline;
}
.txt-defi-ans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.txt-term {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.txt-term2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.txt-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #0066cc;
}
a:hover.txt-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
.bullet-padding {
	padding-top: 3px;
}
.txt-sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-bottom: 15px;
	padding-right: 8px;
}
a:hover.txt-sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	padding-bottom: 15px;
	padding-right: 8px;
}
.txt-sitemap-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	line-height:20px;
}
a:hover.txt-sitemap-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

