@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
    background:#ffffff;
	margin: 20px 0 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

p {
text-align:left;
}

.flash-greet {
text-align:left;
}

h1, h2, h3, h4, h5 {
text-align: left;
}

/* This is the link department */

a {
outline:none;
} 
a:link {
  color:#044fb5;
  text-decoration:none;
  }
a:visited {
  color:gray;
  text-decoration:none;
  }
a:hover {
  color:#033a84;
  text-decoration:underline;
}
/* this is to turn off image border when insert link */
a img {
  border-width:0;
  }
  
/* to turn off underline for bookmark link */  
.class1 A:hover {text-decoration: none; }
 /* End of link department */ 
 
 

 
 /* My personal modification */
 
 .nota {
color:#FF0033;
font-weight: bold;
}
 .nota-blue {
color:rgb(51, 102, 255);
}
.nota-red {
color: rgb(255, 0, 0);
}
.nota-green {
color: #4db003;
}

.nota-form-red {
color:#CC0066;
}
 
.nota-form-coklat {
color:#996600;
}

.blue-deep {
color:#044d98;
}

 ul {
 margin: 0;
 padding: 0;
 list-style-type:none;
 }
 
 
 .li1 {
 background: url(img/soalan.png) no-repeat 0 50%;
 padding-left: 55px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 text-align:justify;
 margin-left:-10px;
  }
 .li2 {
 background: url(img/arrow-right.png) no-repeat 0 50%;
 padding-left: 45px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 text-align:justify;
 
 } 
 .li3 {
 background: url(img/pay-button.png) no-repeat 0 50%;
 padding-left:45px;
 margin-left:10px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 } 

.li-hijau {
 background: url(img/pay-button-hijau.png) no-repeat 0 50%;
 padding-left:45px;
 margin-left:10px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 } 

.li-eyes {
 background: url(img/eye_ball.gif) no-repeat 0 50%;
 padding-left: 45px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 text-align:justify;
 } 

.li-arrow-red {
 background: url(img/arrow-right-red.png) no-repeat 0 50%;
 padding-left: 45px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 text-align:justify;
 } 

.li-small {
 background: url(img/pay-button.png) no-repeat 0 50%;
 padding-left:35px;
 margin-left:10px;
 padding-bottom:3px; /* this to equal the button and word line */
 padding-top:3px; /* this is to equal the button and the word line */
 font-size:small;
 } 

.li-wright {
 background: url(img/wright-red.png) no-repeat 0 50%;
 padding-left: 45px;
 padding-bottom:8px; /* this to equal the button and word line */
 padding-top:8px; /* this is to equal the button and the word line */
 margin-left:0px;
text-align:justify;
 } 

 .nota {color:#FF0033;}
 .nota2 {color: rgb(4, 77, 152); }
 
/* hover over to get more info over the text */ 
abbr[title] {border-bottom: 1px solid #FF0000;}
abbr[title]:hover {cursor: help;}


/* End of my personal modif. */

/* Form section */

form {
	width:500px;
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}

.inputsubmit {
	font-size:14px;
	color:#044d98;
}

/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}

/* Endo of Form section */

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(img/firnena-page.gif) repeat-y;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	
} 

#header-page {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background: url(img/page-header-fir.gif) no-repeat center top;
	margin-bottom:-3px; /* 10 for equals - to push up and down */
	margin-top:0px;
	} 	

#header {
	background: #e9f4fc;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	} 

#wrapper {
	background: url(img/page-bottom-fir.gif) no-repeat center bottom;
	width: 824px;
	margin: 0 auto 20px;
	position: relative;
	padding-bottom:10px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e9f4fc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 240px 0 0; 
	padding: 0 20px; 
} 
#footer {
	padding: 0 10px 0 20px; 
	background:#cedeea;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatrt-specs {
	float: right;
	margin-top:-10px;

}

.floatlft-spec {
float:left;
padding-right:3px;
margin-top:-7px;
}

.floatrt-ord {
float:right;
padding-right:3px;
margin-top:-30px;
}

.li-pay {
 background: url(img/pay-button.png) no-repeat;
 padding-left: 30px;
 padding-bottom:0px; /* this to equal the button and word line */
 padding-top:0px; /* this is to equal the button and the word line */
 text-align:justify;
 margin-left:10px;

 }


.scribd1 {
color:#00ac4c;
font-weight: bold;
}

.scribd2 {
color:#fcee57;
font-weight: bold;
}

.scribd3 {
color:#ffcc6b;
font-weight: bold;
}

.scribd4 {
color:#fd3b3e ;
font-weight: bold;
}

.scribd5 {
color:#765c90;
font-weight: bold;
}

.scribd6 {
color:#089fd7;
font-weight: bold;
}

