﻿body {margin:0px; padding:0px;}

p {
	color : #000000;
	margin-bottom : 0px;
	font-size : 9pt;
	font-family : Arial;
}

a {
	color: #185783;
	font-size : 9pt;
	font-family :  Arial,Arial;
    text-decoration:none;
	font-weight: bold;
}
a:hover {
    text-decoration: none;
	color: #ffffff;
    background-color:f77907;
   	font-weight: bold;
}

a.menu {
	color: #011829;
	font-size : 9pt;
	font-family :  Arial,Arial;
    text-decoration:none;
	font-weight: normal;

}
a.menu:hover {
    text-decoration: underline;
	color: #011829;
	font-weight: normal;
    text-decoration:none;

}



td {
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

td.title {
	FONT-FAMILY: Century Schoolbook, Times New Roman;
	FONT-SIZE: 19pt;
	color: #3c7cb1;
	font-weight: bold;
	text-decoration: none;
}
td.headerLine{
	background-image: url('header.gif');
	color: #011829;
	font-weight: bold;
	text-decoration: none	
}

td.boxTitle {
	FONT-FAMILY: Century Schoolbook, Times New Roman;
	FONT-SIZE: 12pt;
	color: #011829;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

td.gradientBoxTitle{
	color: #011829;
	font-weight: bold;
	text-decoration: none;
	background:url('box_left_05.gif');
}

table.schedule {
	border-collapse: collapse;
	border: 1px solid #003366;
}
td.scheduleContent {
	border-top: 1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

td.smallTitle {
	FONT-FAMILY: Century Schoolbook, Times New Roman;
	FONT-SIZE: 11pt;
	color: #2a73aa;
	font-weight: bold;
	text-decoration: none;
}

td.smallTitle2 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: #011829;
	font-weight: bold;
	text-decoration: none;
}



input {
	color : #000000;
	font-size : 12px;
	font-family : Arial,Arial,Arial;
	font-weight: bold;
}

/*li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Arial,Arial,Arial;
}
ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Arial,Arial,Arial;
}
*/
/* Huy add this */
div.contents 
{ 
    scrollbar-face-color:#2e5bb0;
	scrollbar-highlight-color:#2e5bb0;
	scrollbar-3dlight-color:#2e5bb0;
	scrollbar-darkshadow-color:#2e5bb0;
	scrollbar-shadow-color:#2e5bb0;
	scrollbar-arrow-color:#98ccfe;
	scrollbar-track-color:#98ccfe;
		
   overflow: auto; 
   padding-right:5px;
  	text-align: justify;
} 
/* end Huy add this */





/* Hai sidebar */
ul.menusb, ul.menusb ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menusb a {
  display: block;
  text-decoration: none;	
  color: #185783;

}

ul.menusb li {
  margin-top: 1px;
}

ul.menusb li a {
  background: none;
  padding: 3px 5px;
  color: #185783;

}

ul.menusb li a:hover {
    text-decoration: none;
	color: #ffffff;
    background-color:f77907;
   	font-weight: bold;

}

ul.menusb li ul li a {
  background: none;
  color: #185783;
  padding-left: 20px;
}

ul.menusb li ul li a:hover {

  border-left: 5px #aaf solid;
  padding-left: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color:f77907;
  font-weight: bold;


}


/* Hai sidebar */