﻿/*
 * =======================
 * E D I T   H I S T O R Y
 * =======================
 * 
 * Date: 04/28/2009
 * Author: Z. Qi
 * Action: Download file from http://www.quickersite.com/r/photoshow. Also available at 
 *				 http://www.lokeshdhakar.com/projects/lightbox/ with explainations. A newer version
 *				 Lightbox2 (v2.04) is available at http://www.lokeshdhakar.com/projects/lightbox2/  
 *				 but new features might not be useful here.
 *
 */



/*
 *	Global Styles
 */

/**/
body
{
	background-color: #222222;
	text-align: center;
	min-width: 600px;
}



/*
 *	ID Styles
 */

#container
{
	border: 4px solid #FFFFFF;
	background-color: #111111;
	font-family: Verdana;
	padding: 20px;
	margin: 0 auto;
	width: 720px;
	text-align: justify;
}

#header
{
	font-weight: bold;
	font-style: italic;
	font-size: small;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
#header select
{
	font-weight: bold;
	border-style: none;
	font-style: italic;
}

#text
{
	padding: 5px;
	color: #FFFFFF;
	font-size: x-small;
}
#text a
{
	color: #C0C0C0;
}

#images
{
	padding: 10px;
	text-align: center;
}
#images img
{
	margin: 8px;
	border: 4px outset #FFFFFF;
}



/*
 *	Class Styles
 */

.textfooter
{
	font-family: Verdana;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
.textfooter:hover
{
	text-decoration: underline;
}

