/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(../img/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel { text-align: center; z-index: 0; }

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 4px; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; text-align:left}
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: left; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

/* admin css */
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
	background-color: #fff;
	padding: 5px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: %;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: %;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: %;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

#admin-billboard  { font-family: Arial, sans-serif;  }

#admin-billboard h3 { font-family: "Trebuchet MS", Arial, sans-serif; }

#admin-billboard  h3 { margin-bottom: 20px; color: #fff }
 
#admin-billboard  table { margin-top: 20px; margin-bottom: 20px;  }

#admin-billboard table.list { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}

#admin-billboard  table.list thead th { font-size: 12px; text-align: center; padding: 3px; color: #000; background-color: #efefef; border: 1px solid #ccc; border-right: 0px; border-bottom: 0px; font-size: 12px }

#admin-billboard  table tbody td { padding: 3px; color: #fff; font-size: 12px}

#admin-billboard  table.list tbody td { padding: 3px; border: 1px solid #ccc; border-right: 0px; border-bottom: 0px; }

#admin-billboard  a {	text-decoration: none; color: #fff; font-size: 12px }

#admin-billboard  a:hover { text-decoration: underline }

   /* START jQuery.Jcrop.css */ 
   /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ 
   #admin-billboard .jcrop-holder { text-align: left; } 
    
   #admin-billboard .jcrop-vline, .jcrop-hline 
   { 
     font-size: 0; 
     position: absolute; 
     background: white url('Jcrop.gif') top left repeat; 
   } 
   #admin-billboard .jcrop-vline { height: 100%; width: 1px !important; } 
   #admin-billboard .jcrop-hline { width: 100%; height: 1px !important; } 
   #admin-billboard .jcrop-handle { 
     font-size: 1px; 
     width: 7px !important; 
     height: 7px !important; 
     border: 1px #eee solid; 
     background-color: #333; 
     *width: 9px; 
     *height: 9px; 
   } 
    
   #admin-billboard .jcrop-tracker { width: 100%; height: 100%; } 
    
   #admin-billboard .custom .jcrop-vline, 
   #admin-billboard .custom .jcrop-hline 
   { 
     background: yellow; 
   } 
   #admin-billboard .custom .jcrop-handle 
   { 
     border-color: black; 
     background-color: #C7BB00; 
     -moz-border-radius: 3px; 
     -webkit-border-radius: 3px; 
   } 
   /* END jQuery.Jcrop.css */ 

