/* CSS Document */

#GalleryArea {  background:#eee; border:1px #ccc solid; padding:5px; margin-bottom:10px;  }
		  
			#popup {
				height: 100%;
				width: 100%;
				background: #000000;
				position: fixed;
				top: 0px;
				left:0px;
				-moz-opacity:0.25;
				-khtml-opacity: 0.25;
				opacity: 0.25;
				filter:alpha(opacity=25);
				z-index:9998;
				display:none;
			
				}
				
			#window {
				width: 630px;
				margin-left:-315px;
				background: rgba(0,0,0,.5);
				position: fixed;
				top: 100px;
				left: 50%;
				z-index:9999;
				border-radius:13px;
				}
				
			
				
			#window div#popup_content { margin:15px; padding:20px; background:#fff;}
			
			.PopupClose { 
				position: absolute;
				top: 24px;
				right: 24px;
				padding: 1px 7px;
				background: #ccc;
				color: #000;
				border-radius: 3px;
				text-decoration: none;
			}
			
			#applypopup1 {}
			
			#window .greybox {
			background: #f2f2f2;
			border: 1px #ccc solid;
			padding: 10px;
			height:200px;
			}
				
			#window .col1 { width:300px; float:left; margin-right:10px; }			
			#window .col2 { width:240px; float:left }
			
			#window .col2 .greybox { text-align:center; margin-bottom:15px }
			
			#window .bigOrangeButton {
				cursor:pointer;
			   border: none;
			   background: #bd4200;
			   background: -webkit-gradient(linear, left top, left bottom, from(#ffb805), to(#bd4200));
			   background: -webkit-linear-gradient(top, #ffb805, #bd4200);
			   background: -moz-linear-gradient(top, #ffb805, #bd4200);
			   background: -ms-linear-gradient(top, #ffb805, #bd4200);
			   background: -o-linear-gradient(top, #ffb805, #bd4200);
			   padding: 5px 10px;
			   -webkit-border-radius: 10px;
			   -moz-border-radius: 10px;
			   border-radius: 10px;
			   
			   -webkit-box-shadow: rgba(0,0,0,.4) 2px 2px 3px;
			   -moz-box-shadow: rgba(0,0,0,.4)  2px 2px 3px;
			   box-shadow: rgba(0,0,0,.4) 2px 2px 3px;
			   
			   text-shadow: rgba(0,0,0,.4) 0 1px 0;
			   color: white;
			   font-size: 21px;
			   font-family: Helvetica, Arial, Sans-Serif;
			   text-decoration: none;
			   vertical-align: middle;
			   
			   margin-left:31px;
			   }
			#window .bigOrangeButton:hover {
			   border-top-color: #ff7700;
			   background: #ff7700;
			   color: #ffffff;
			   }
			#window .bigOrangeButton:active {
			   border-top-color: #db3a00;
			   background: #db3a00;
			   }						
			
			
				
.moreInfo {
	height:34px;
	width:137px;
	background-image:url(/image/moreInfo.png);
	float:left;
	margin:0px 5px 5px 0px;
}
.moreInfo a {
	color:#FFF;
	display:block;
	width:137px;
	text-align:center;
	margin-top:5px;
	font-size:18px;
	font-weight:normal;
	text-shadow: #999 -1px -1px 0px;
}



.trigger {
	font-weight:bold;
	cursor:pointer;
	color:#003366;
}
.progListings ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:175px;
	margin-bottom:5px;
	margin-right:10px;
	padding-bottom:5px;
	border-bottom:1px #FFFFFF dotted;
}
.progListings ul li {
	font-weight:bold;
}
.progListings ul ul {
	border-bottom:none;
	margin:0px;
	padding:0px;
}
.progListings ul ul li {
	font-weight:normal;
	margin-left:0px;
}				
