/* 

galleries.css handles all gallery-specific styles - it is included into every page that needs galleyr looks.

*/

#thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #000000; 
	background-color:#FFFFFF;
	height: 144px;
	width: 145px;
	overflow:hidden;
}	

#thumb img{
	display: inline;
}

#thumb .photoActions{
	vertical-align:middle;
	margin-bottom: 4px;
}

#thumb .photoActions a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

#thumb .photoActions a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.phototitle {
	text-align: center;
  	font-weight: normal;
  	width: 99%;
	height: 100%;
	background-color:#FFFFFF;
	background-image:url(/images/layout/photo_gallery_caption_fade.gif);
	background-repeat:repeat-x;
}

#alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.bluealertbox {
	border: 		1px solid #00487D;
	background-color: #0066B3;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

#bluealertbox {
	border: 		1px solid #00487D;
	background-color: #0066B3;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.galleryLimitBox{
	border: 1px solid #00487D;
}

.galleryLimitAvailable{
	color: #00487D;
	background-color: #BFE4FF;
}

.galleryLimitUsed{
	color: #BFE4FF;
	border-top: 1px solid #00487D;
	background-color: #0066B3;
}
