@charset "UTF-8";
/* CSS Document */

.modalTable { }
	.modalTable td { font: 90% Arial, Helvetica, sans-serif; }

.modal_nav_bar { height: 30px;  }
		
		.nav_bar_table { width: 98%; border-top: dotted 1px #999; border-bottom: dotted 1px #999; margin: 0 auto; }
		.nav_bar_table td { padding: 0; }
			.nav_bar_table td a { text-decoration: none; white-space: nowrap; padding: 3px 6px; display: inline-block; }
			.nav_bar_table td a:hover { background-color:#CCC; }
				.nav_bar_polling { }
					.nav_bar_polling span { padding:  0 3px; vertical-align: middle; }
					.poll_next { width: 10px;  border-left: dotted 1px #999; text-align: center; }
					.poll_back { width: 10px; border-left: dotted 1px #999; text-align: center; }
				.nav_bar_add_request { width: 130px; border-left: dotted 1px #999; text-align: center; }
				.nav_bar_close { width: 10px; border-left: dotted 1px #999; text-align: center; }
				
				

.modal_image { height: 400px; vertical-align:middle; padding: 6px 0 0 0; text-align: center; }
	.modal_image img { text-align: center; }
		#mainimg { min-height: 200px; max-height: 400px; min-width: 200px; max-width: 600px;  }    /* image-showl.asp the modal window */
	
	
	
.modal_text_number { height: 60px; }
		#bottomInfo td { font: 80% Arial, Helvetica, sans-serif;  }
		#bottomInfo td.textLeft { padding: 6px; text-align: left; vertical-align: top; }
		#bottomInfo #textLeftDiv { height:48px; overflow: auto; }
		#bottomInfo td.numRight { white-space: nowrap; width: 15%; padding: 6px; text-align: center; vertical-align: top; }
	
	
		
				
				

	
	
	
.tip { 
	color: #fff;
	width:250px; 
	background:url(/_admin/Admin/common/bubble2.png) left top repeat-y;
	z-index: 13000;
	}
.tip-top { 
	background: url(/_admin/Admin/common/bubble2.png) top left no-repeat; 
	height:4px; 
	width:250px; 
	}
.tip-title { 
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	color: #999;
	padding: 6px 12px 0 12px;
	}
.tip-text { 
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 3px 12px 6px 12px;
	text-align: left; 
	}
.tip-bottom	{ 
	background: url(/_admin/Admin/common/bubble2.png) bottom left no-repeat;
	width:250px; 
	height:4px; 
	}
