/* 
AIT Labs Stylesheet  - Popup
-----------------
*/

/* 
Structural Styles
----------------- 
*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #999999;		
	margin: 0;
	padding: 0;	
}

img {
	border: 0;
}


	#popupHeader {		
		border-bottom: 1px dotted #CCCCCC;
	}
	
		#popupHeader img {
			padding: 20px;
			border-right: 1px dotted #CCCCCC;
		}
	
	#popupContent {
		padding: 10px;
		background-color: #E9EFF3;
		background-image: url("../images/bg_popup.gif");
		background-repeat: repeat-x;
	}
	
		.itemHighlight {
			color: #666666;
		}	

		.listingHighlight {
			color: #6699CC;
		}	
		
	
		.txtPopup {
			border: 1px solid #B2D1E0;
			width: 160px;
			height: 16px;
			padding: 0 4px;
			line-height: 16px;
			font-size: 10px;
			margin: 0;
			color: #666666;
		}
		
		.textareaPopup {
			border: 1px solid #B2D1E0;
			width: 250px;
			height: 96px;
			padding: 0 4px;
			line-height: 16px;
			font-size: 10px;
			margin: 0;
			color: #666666;
			overflow: auto;
		}
		
		label {
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
	
	#popupFooter {
		border-top: 1px dotted #CCCCCC;
		padding: 10px;
	}

				#footerCopyrightBlock a {
					color: #999999;
					text-decoration: underline;
				}
				
				#footerCopyrightBlock a:hover, #footerCopyrightBlock a:active {
					color: #666666;
					text-decoration: underline;
				}


/* 
General CSS Styles
------------------ 
*/
h1 {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #6699CC;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #6699CC;
	text-decoration: underline;	
}

.floatLeft {
	float: left;
	text-align: left;
}

.floatRight {
	float: right;
	text-align: right;
}

.noBorder {
	border: 0;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}


/* 
Styles for Sales Map
--------------------
*/

#headerBlock {
	border-bottom: 1px dotted #CCCCCC;
}

.logoFormat {
	padding: 20px;
	border-right: 1px dotted #CCCCCC;
}

.detailList {
	padding: 20px 0 0 85px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
}

.firstItem {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	list-style-type: none;
}

.firstItem img {
	padding-bottom: 20px;
}

.secondItem {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
