a, focus{
	outline:none;
}
a{
	color: #0582D8;
	/*text-decoration:underline;*/
	text-decoration:none;
}
a:hover{
	color: #0582D8;
	text-decoration:underline;
}
a.link1{
	/*color:#F88406;*/
	color: #0582D8;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
a.link1:hover{
	color: #0582D8;
	font-size:12px;
	text-decoration:underline;
}
br{
	clear:left;
}
/* - message box - */
#error_message {
	margin:15px 0px 15px 0px;
	background-color:#FFF0F0;
	font-size:14px;
	padding:5px;
	width:99%;
	color:#FF0000;
	border:1px solid #FF0000;
}
#success_message {
	margin: 15px 0px 15px 0px;
	background-color:#E6FFE6;
	font-size:14px;
	padding:5px;
	width:99%;
	color:#006600;
	border:1px solid #66CC00;
}
/* ------------------------------ */

/* - form objects - */
fieldset {
	border:1px solid #CCC;
	padding:0 10px 10px;
	overflow:hidden;
	margin-bottom:5px;
}
legend {
	font-size:14px;
	font-weight:normal;
	padding:5px;
	background:#FFFFFF;
	margin-bottom:5px;
	}
span.mandatory {
	margin-left:0px;
	color:#FF0000;
	width:10px;
	}
label {
	float:left;
	clear:left;
	font-size:12px;
	padding:2px;
	}
label.middle {
	position:absolute;
	width:auto;
	}
input, textarea, select {
	float:left;
	border:1px solid #999999;
	background-color:#F8F8F8;
	color:#333;
	font-family:sans-serif, Arial, Helvetica;
	font-size:12px;
	padding:2px;
	margin-bottom:2px;
	
}
input:hover, input:focus {
	background-color:#FFFFFF;
}
input.date {
	width:75px;
}
input.date_to {
	width:75px;
	margin-left:25px;
}
input.checkbox, input.radio {
	background:none;
	border:none;
	width:30px;
	float:left;
	}
.button {
	width:auto;
	height:24px;
	padding:3px 5px;
	margin-right:4px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#666;
	background-color:#EEEEEE;
	cursor:hand;
	background:url(../images/btn2_grad.jpg) repeat-x left top;
	/*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');*/
	
	
}
.button:hover {
	/*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#DDDDDD',EndColorStr='#EEEEEE');*/
	color:#333333;
}
/**---- All input btn-----**/
input.update_btn, input.continue_btn, input.chechout_btn{	
	width:105px;
	height:24px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	padding-right:25px;
	margin:0 3px 3px 0;

}
input.update_btn{
	background:url(../images/icon_update.jpg) no-repeat top right;	
	background-color:#FFB432;
	border:1px solid #FB7400;
	}
input.continue_btn{
	width:150px;
	background:url(../images/icon_continue.jpg) no-repeat top right;	
	background-color:#99CCFF;
	border:1px solid #0099FF;
	}
input.chechout_btn{
	background:url(../images/icon_right.jpg) no-repeat top right;	
	background-color:#66FF66;
	border:1px solid #00CC00;
}

input.update_btn:hover, input.continue_btn:hover, input.chechout_btn:hover{
	color:#333333;
}
/**--All a href btn ------**/
a.detail_btn, a.buy_btn, a.long_btn{
	float:left;
	height:22px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	padding-right:25px;
	margin:17px 3px 3px 0;
	}
a.detail_btn{
	background:url(../images/icon_detail.jpg) no-repeat top right;
	background-color:#999999;
	border:1px solid #7C7C7C;
	width:50px;
		
}
a.buy_btn{
	background:url(../images/icon_cart.jpg) no-repeat top right;
	background-color:#FFB432;
	border:1px solid #FB7400;
	width:30px;

}
a.long_btn{
	background:url(../images/icon_detail.jpg) no-repeat top right;
	background-color:#999999;
	border:1px solid #7C7C7C;
	width:88px;
}
a.detail_btn:hover, a.buy_btn:hover, a.long_btn:hover{
	color:#000 Holidays;
	text-decoration:none;
	/*background-color:#FB7400;*/
}
	

}
/* ------------------------------ */

/* - record list - */
.table_list { 
	border-top:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
} 
.table_list th {
	border-bottom:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC;
	background-color: #EEEEEE;
	background:url(../images/sub_header_bg.gif) repeat-x left top;
	padding:4px;
	text-align:left;
}
.table_list td {
	border-bottom:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC; 
	padding:5px;
}
.table_list td a {
	color:#0000CC;
	text-decoration:none;
}
.table_list td a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.table_list tr:hover {
	background-color:#EEEEEE;
}
.table_list tr.odd {
	background-color:#FFFFFF;
}
.table_list tr.even {
	background-color:#F8F8F8;
}
/* ------------------------------ */

/* - alphabetical search - */
#alphabetical {
	float:left;
	padding:2px 0px 2px 0px;
}
#alphabetical a {
	border:1px solid #99CCFF;
	padding:3px 5px;
	margin-right:3px;
	text-decoration:none;
	color:#0000CC;
}
#alphabetical a:hover {
	color:#FFFFFF;
	background-color:#3399FF;
}
#alphabetical a.selected {
	color:#FFFFFF;
	background-color:#3399FF;
}
/* ------------------------------ */


