/* CSS Document */
@font-face {
	font-family: TitleFont; 
	src: url('../font/Impact.eot'); /* IE9 Compat Modes */
  	src: url('../font/Impact.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
      	 url('../font/Impact.ttf')  format('truetype');
}

/* Basic HTML*/ 
body{
	font-family:Arial, Helvetica, sans-serif ;  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFF0F7;
}
 
/* I D */
#btnsearch {
	width: 106px;
	margin-left: 0px;
}

#etdfrom {
	width: 110px;
}

#etdto {
	width: 106px;
}


/* C l a s s */
.txt0001 { 
	font-size: 12px;
	color: #000066;
	line-height: 17px;
}

.txt0001tab { 
	font-size: 11px;
	color: #000066;
	line-height: 18px;
}

.txt0001_big { 
	font-size: 14px;
	color: #000066;
	line-height: 17px;
}

.txt0002_side { 
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}

.txt0003_foot { 
	font-size: 10px;
	color: #666666;
	line-height: 16px;
} 

/*Date picker font-size*/
div.ui-datepicker {
	font-size: 10px;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align: center;
	z-index: 1234;
	overflow: auto;
	width: 150px; /* width of the spinner gif */
	height: 142px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.title-dark{
	font-family:TitleFont;
	font-size:25px; 
	color:#254194;
}
.title-light{
	font-family:TitleFont;
	font-size:25px; 
	color:#6b8bc4;
}

.menu{
	background-image:url(../images/menu_detail.jpg);	
	height:21px;
}

.menu>a{
	font-family:Arial, Helvetica, sans-serif ;
	font-size:13px;   
	font-weight:bold;
	Text-decoration: none;   
	color:#343853;
	padding-top: 5px;
	padding-left: 45px;
	display:inline-block;  
}