
/***************core drop shadow rules for large images ******************/

#shadow {
	float: left;/**/
	width:600px;
	padding: 10px 0px 10px 0px;
	*padding: 10px 0px 10px 0px;
	height: auto;
	*height: 1%;
	margin: 0 0 0 20px;/**/
	*margin: 0 0 0 5px;/**/
}


.img-shadow {
	float: left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 0px !important;
  *margin: 10px 0 0 5px;

  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

	

/*************** Gallery page styles ******************/

.gallery {
	float: left;/**/
	width:600px;
	min-height: auto;/**/
	*height: 1%;/**/
	padding: 10px 0px 0px 10px;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 1px;
	background-color: #F0F0F0;
	font-size: small;
	text-align: left;
	margin: 0 0 0 15px;/**/
	*margin: 0 0 0 10px;/**/

}
html>body .gallery {
	/*float: none;
	margin: 100px auto 10px 10px;*/

}


/*************** Thumbnail image styles ***************/



/******** pic divs are in boeing_images_styles.css ***********/



.photo_info {
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	padding: 5px 0px 5px 5px;	
}


.video_title {
	text-align:center;
	font: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 5px 0px 0px 0px;
	width: 100px;
}
.video_title p {
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
}

.vid, .video_generic {
	height: 220px;
	*height: 230px;
	float: left;
	padding: 10px 2px 0px 5px;
	align: center;
	text-align: center;
	border: 1px solid;
	border-color: #cccccc;
	margin: 10px 5px 0px 5px;
	display: block;
	*width: 120px;
	}
	
html>body .vid, html>body .video_generic {
	width: 110px;
	
}
.vid img, .video_generic img {
	display:block;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-color:#999 #555 #555 #999;
	border-top-width: 1px;
	border-left-width: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:0px auto;
	}
	
html>body .vid img, html>body .video_generic img {
	margin:0px auto;
}

div.video_caption {
	font: Verdana, sans-serif;
	font-size: x-small;
	*font-size: xx-small;/*underscore for ie */	
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #666666;
	padding-bottom: 5px;
}
div.video_speed {
	font-weight: bold;
	font-size: x-small;
	*font-size: xx-small;/*underscore for ie */	
	text-align: center;
	color: #000;
	line-height: 1.3em;
	padding-bottom: 0px;
}
.video_speed a:link {
	text-decoration: underline;
}
.video_speed a:hover{
	text-decoration: underline;
	color: #999999;
}  

.paginator {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px; 
	margin: 0px; 
	}
.paginator a, .pageList .this_page {
	padding: 2px 6px; 
	border: solid 1px #ddd; 
	background: #fff; 
	text-decoration: none;
	}
.paginator a:visited {
	padding: 2px 6px; 
	border: solid 1px #ddd; 
	background: #fff; 
	text-decoration: none;
	}

.paginator .this_page {
	padding: 2px 6px; 
	border: solid 1px #ccc;
	font-weight: bold; 
	vertical-align: top; 
	background: #ddd;
	}
.paginator a:hover {
	color: #fff; 
	background: #0038A8; 
	border-color: #036; 
	text-decoration: none;
	}
.pageCount { 
	padding: 3px 3px; 
	color: #999999; 
	}