@charset "utf-8";
/* CSS Document */

input.textfield {  padding:4px;
				border:1px solid #e2e2e2;
				background-color:#ffffff;
				-webkit-box-shadow:0 0 5px #e2e2e2 inset;
				-moz-box-shadow:0 0 5px #e2e2e2 inset;
				box-shadow:0 0 5px #e2e2e2 inset;
				font-family: tahoma;
				font-size: 11px;
				color:#333; }
				
.textfield {  padding:4px;
				border:1px solid #e2e2e2;
				background-color:#ffffff;
				-webkit-box-shadow:0 0 5px #e2e2e2 inset;
				-moz-box-shadow:0 0 5px #e2e2e2 inset;
				box-shadow:0 0 5px #e2e2e2 inset;
				font-family: tahoma;
				font-size: 11px;
				color:#333; }				
				
.tb_head { background:#015289; height:30px; color:#FFF; text-align:center; font-weight:bold; }	
.tb_text { background:#f1f3f7; text-align:center; height:25px; line-height:25px; }	
.imp { color:#F00; }
.deactive_link { width:12px; height:12px; background:#F00; }
.active_link { width:12px; height:12px; background:#090; }
.search_button { border:0px; background:#909; width:120px;  line-height:20px; color:#FFF; font-weight:bold; padding:4px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px; }
.display_data {  font-family: tahoma;
				font-size: 11px;
				color:#333; }	
.text_area { color:#333;
             font-size:11px;
			 font-family:Tahoma; 
			 border:#e2e2e2 solid 2px; }		.
			 
.purple_links { text-decoration:none; color:#936; }	
.active { background:#0195d5;  }	
.active a { color:#FFF; }	
.deactive { background:#f9fafb;  }	
.deactive:hover { background:#0195d5; }	
.deactive:hover a { color:#FFF;  }		
.deactive a { color:#333; }	 		

