/* Gallery module styles */



/**************/
/* ADMIN ONLY */
/**************/

.GalleryAdmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.GalleryAdmin td {
	font-size: 11px;
}
.GalleryAdmin a {
	color: blue;
}
.GalleryAdmin .Hdr {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: #999;
	background: #CDD;
	border: 1px solid #ABB;
}
.GalleryAdmin h1 {
	padding: 0;
	margin: 0;
	clear: none;
	font-size: 12px;
	color: #000;
}
.GalleryAdmin .MainNav { float: right; }

.GalleryAdmin .Action {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	text-align: right;
	color: #000;
	background: #8CC;
	border: 1px solid #ABB;
}
.GalleryAdmin .Action form {
	margin: 0;
	padding: 0;
}
.GalleryAdmin .Faded {
	color: #999;
}

.GalleryAdmin .Msg {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	text-align: center;
	color: #C00;
}

.GalleryAdmin .TableBoss tr.Row1 { background: #EEE; }
.GalleryAdmin .TableBoss tr.Row2 { background: #DDD; }
.GalleryAdmin .TableBoss td { padding: 3px 6px; }

.GalleryAdmin .FormBoss table { 
	width: 600px;
	border-collapse: collapse;
}
.GalleryAdmin .FormBoss th, .GalleryAdmin .FormBoss td { 
	padding: 3px 10px;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
}
.GalleryAdmin .FormBoss th { 
	width: 25%;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #000;
}
.GalleryAdmin .FormBoss td.SubHead { 
	color: #FFF;
	background: #258; 
	border: 1px solid #036;
}

.GalleryAdmin .FormBoss textarea { width: 100% }
.GalleryAdmin .FormBoss input { width: 100% }
.GalleryAdmin .FormBoss select { width: 100% }

.GalleryAdmin .FormBoss .Checkbox { width: 5%; }
.GalleryAdmin .FormBoss .Submit { margin: 10px 0;}
.GalleryAdmin .FormBoss .Submit input { 
	float: right;
	height: 17px; 
	margin: 0 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-transform: uppercase;
	color: #000;
	background: #CDD;
	border: 1px solid #ABB;
}

.GalleryAdmin th.Req { color: purple; }
.GalleryAdmin .Req { color: purple; }

/*******************/
/* end: ADMIN ONLY */
/*******************/



/*****************************/
/* PUBLIC/ADMIN SHARED STYLE */
/*****************************/

/* Prev|Next nav */

.Paging { 
	margin: 10px 0 0 0;
	padding: 6px 8px;
	background: #D7D3C6;
}

/* thumbnail images */

.PGDisplay  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.PGDisplay table { 
	width: 448px;
	clear: both;
	margin: 0;
}
.PGDisplay td { 
	padding-right: 14px;
	padding-bottom:10px;
	font-size: 10px;
	vertical-align: top;
}
.PGDisplay td.last { 
	padding-right: 0;
}
.PGDisplay .PhotoWrap { 
	width: 140px;
	background:#E5E2D9;
	height:140px; 
}
.PGDisplay .Photo { 
	padding: 10px;
}
.PGDisplay .AdminLinks { 
	height: 20px;
	overflow: hidden;
	text-align: center;
	color: #999;
}
.PGDisplay .Thumbnail { 
	height: 80px; 
	width: 120px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat; 
	background-position: center center;
	margin-bottom:10px;
}
.PGDisplay .ThumbLinks { 
	height: 24px;
	overflow: hidden;
	line-height: 12px;
	text-align: center;
	color: #CCC;
}
.PGDisplay .ThumbLinks img {
}

/* full sized image */

.PGFull { 
	width: 448px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.PGFull .PhotoWrap { 
	margin: 10px 0 0 0;
	padding: 8px;
	background:#E5E2D9;
}
#main .PGFull .PhotoWrap p {
	padding-bottom: 0;
	color:#231F20;
}
#main .PGFull .PhotoWrap p span.description {
	font-size:12px;
}
#main .PGFull .PhotoWrap p span.credit {
	font-size:10px;
}
.PGFull .Photo { 
	width: 432px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.PG {
	clear: both;
	padding: 6px 8px;
	margin: 0 0 10px 0;
	background: #D7D3C6;
}
.PG .Select { 
	float: right; 
}
.PG form { 
	margin:0; 
	padding:0; 
}
.PG .CatTitle { 
	float: left; 
	padding: 2px 0 0 0;
}

/**********************************/
/* end: PUBLIC/ADMIN SHARED STYLE */
/**********************************/

/********************************/
/* PUBLIC PHOTO SUBMISSION FORM */
/********************************/


#main .wide .FormBoss form fieldset {
	margin:0;
	outline:none;	
	margin-bottom:2em;
	background:#E5E2D9;
	border:none;
	padding-bottom:0;
}
.FormBoss form div.inputgroup {
	outline:none;
	overflow:hidden;
	clear:both;
	padding:0 0 1em 0;
	background:#E5E2D9;
	width:400px;
}
.FormBoss form div.inputgroup label {
	outline:none;
	width:150px;
	float:left;
}
.FormBoss form div.inputgroup input.TextInput,
.FormBoss form div.inputgroup select {
	outline:none;
	float:left;	
}
.FormBoss input.FormSubmit {
	background:#7c3944;
	color:#fff;
	padding:4px 8px;
	border:none;
	line-height:1em;
	height:auto;
	font-size:9px;
	font-weight:bold;	
	cursor: pointer;
}
.FormBoss textarea {
	height:80px;
}

/*************************************/
/* end: PUBLIC PHOTO SUBMISSION FORM */
/*************************************/
