/*BODY GROUP: You'll probably replace part or all of this group according to the standard body style of your site.*/
/*main body style - define background color and font family for all gallery pages*/
body.sp_body
{
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
/*link colors and underline styles - choose colors that will contrast your body background*/
body.sp_body a:link 	
{
	color: #CFF;
	text-decoration: none;
}
body.sp_body a:visited  
{
	color: #9CF;
	text-decoration: none;
}
body.sp_body a:hover 	
{
	color: #FFC;
	text-decoration: underline;
}
body.sp_body a:active	
{
	color: #FFC;
	text-decoration: underline;
}

body.sp_body a	
{
	outline: 0px;
}

div.sp_titlebar 
{
	font-size: 14px;
	font-weight: bold;
	background-color: #EAFFEB;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 784px;
	margin-left: -10px;
	margin-right: -10px;
	height: 20px;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	background-image: url(../../images/lww/titlebar_grad.jpg);
	background-repeat: repeat-x;
}

div.sp_titlebar div
{
	float: right;
	clear: left;
	margin-right: 18px;
}
/*style of the title text inside your titlebars*/
div.sp_titlebar h1
{
	float: left;
	clear: right;
	font-size: 16px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 20px;
}
/*links inside titlebar, i.e. <-previous image and next image-> */
div.sp_titlebar a:link
{
	font-size: 12px;
	color: #06F;
	line-height: 18px;
}
div.sp_titlebar a:visited
{
	font-size: 12px;
	color: #66F;
	line-height: 18px;
}
div.sp_titlebar a:hover
{
	font-size: 12px;
	color: #F63;
	line-height: 18px;
}

/*style for inactive links inside titlebar, i.e. greyed-out <-previous image*/
div.sp_titlebar span
{
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
/*in gallery view, this div contains your list of other galleries*/
div.sp_more_galleries
{
	border: none;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 738px;
	display: inline-block;
}

div.sp_more_galleries div
{
	font-weight: bold;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 4px;
	width: 210px;
	float: left;
}

div.sp_more_galleries h4
{
	font-size: 12px;
}

/*this table splits the two sides of the image titlebar div.*/
table.image_titletable 
{
	color: #FFF;
	width: 100%;
}
/*infobar style for all views (displays #files found, image resolution, etc.)*/
div.sp_infobar	
{
	font-size: 14px;
	background-color: #EAFFEB;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	background-image: url(../../images/lww/titlebar_grad.jpg);
	background-repeat: repeat-x;
	background-position: center;
	width: 784px;
	min-height: 16px;
}
div.sp_infobar div
{
	margin-left: 10px;
	float: left;
}

/*GALLERY VIEW GROUP: Elements that define layout of thumbnails when viewing an entire gallery*/

/*big div that will hold grid of all thumbnails in current gallery.*/
div.thumbtable
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
/*div that will frame each individual thumb.  remove background color and border for frameless look*/
div.thumbframe		
{
	float: left;
	overflow: visible;
	z-index: 0;
}
div.thumbframe div
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: none;
}
/*actual thumbnails*/
div.thumbframe img
{
	opacity: .75;
	filter: alpha(opacity=75);
	border: 3px solid #ABD8AD;
}
/*IMAGE VIEW GROUP: Elements that you'll see when viewing a single image*/
/*image number in image title bar, i.e. '[12/200]'*/
div.image_title	  
{
	text-align: left;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

/*caption below image in image view*/
div.image_caption 
{	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
/*single image viewed in image view*/
img.displayed_image
{
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #7D0000;	
}

div.displayed_image
{
	background-color: black;
	margin-bottom: 15px;
}
/*message in the bottom right corner of image view i.e. click image for orig res*/
div.res_message		
{
	margin-top: 7px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: red;
}
/*style for link back to gallery*/
div.sp_back_one_level	
{
	float: left;
	text-align: left;
	margin-left: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 7px;
}
					
/*the little box in the bottom right*/
div.sp_plug
{
	padding: 2px;
	float: right;
	border: none;
	font-size: 12px;
	text-align: center;
	color: #060;
	margin-top: 12px;
	margin-bottom: 15px;
}
div.sp_plug a:link
{
	color: #06C;
	text-decoration: none;
}
div.sp_plug a:visited
{
	color: #66F;
	text-decoration: none;
}
div.sp_plug a:hover
{
	color: red;
	text-decoration: none;
}

/*editor link colors for ez visibility*/
span.sp_edit_link a:link
{
	color: #06C;
}
span.sp_edit_link a:visited
{
	color: #66F;
}
span.sp_edit_link a:hover
{
	color: red;
}

input.fastedit_textinput
{
	background-color: #D9FED8;

	
	font-size: 10px;
}

div.sp_fastedit_frame
{
	width: 98%;
	border: 1px solid #360;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
div.sp_fastedit_frame p
{
	font-weight: bold;
}
div.sp_fastedit_frame img
{
	float: right;
	margin-right: 10px;
}

input.sp_fastedit_recaption_submit
{
	margin-left: 400px;
	margin-top: 20px;
	padding: 6px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: bold;
	color: green;
}

div.editor_box 	
{
	background-color: #333;
	color: white;
	border: 1px solid green;
	margin: 4px;
	margin-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 14px;
}

div.sp_editor_titlebar
{
	font-size: 24px;
	font-weight: bold;
	background-color: #9F0;
	color: black;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 32px;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

div.sp_editor_infobar	
{
	font-size: 18px;
	background-color: #9F0;
	color: black;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}