/*
	kphpalbum.css
	~~~~~~~~~~~~~
		For all your cosmetic changes to lobs
		Documented inline (kinda sorta).
 */


A:link { color: blue;
		 text-decoration:none}
A:active { color: blue ;
		 text-decoration:none}
A:visited { color: blue ;
		 text-decoration: none}

body { background-color:#e0e0e0; }


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: xx-small;
	*/
	}


.filters_table  {
	background: #f0b0e0;
	}

.filters_heading  {
	font-weight: bold;
	font-style: italic;
	color:  purple ;
	}





/* ----------------------------------
    management table stuff
   ---------------------------------- */

/* Management_heading
	== the bit in the Filters table (far-right) */
.management_heading  {
	font-weight: bold;
	font-style: italic;
	color:  purple ;
	background: #ff7070;
	text-align: center;
	width: 12em;
	}

.management_table  {
	width: 100%;
	}

.management_table_heading  {
	background: #b8b8f8;  /* Sky blue ... nice */
	padding: 5px;
	}

.management_table_body  {
	background: #e8a8f8;
	padding: 5px;
	border: 1;
	}

/* One of the menu buttons in the management/admin table */
.management_menu_button  {
	font-weight: bold;
	font-style: italic;
	color:  black ;
	background: #a8d8f8;  /* even lighter blue .. ?  */
	text-align: center;
	width: 15em;
	}



/* ----------------------------------
    thumbnail table stuff
   ---------------------------------- */

.thumbnails_outer  {
	background: #afffaf;
	}

.thumbnails_inner  {
	text-align: center;
	background: #cfffcf;
	padding: 0px;
	}

.thumbnail_scroll  {
	width: 100%;
	text-align: center;
	padding: 0px;
	}


/* Tag-explorifier, and Picture Information headings */
.left_right_headings  {
	font-weight: bold;
	font-style: italic;
	font-size: 140%;
	color: maroon;
	}

/* Keywords:, People:, etc - and tag headings on the left side */
.picture_info_heading  {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: #400040;
	}

.prev_next_buttons  {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.tag_link_heading  {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.tag_link  {
	font-weight: bold;
	color: grey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.tag_link_unselected  {
	font-weight: bold;
	color: grey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


