/* CSS settings for emAlbums
   Copyright Martin Consulting
   http://www.martinconsultingonline.com */

/* General body settings on all the pages */
body   { color: #006; font-family: Arial, Verdana, Tahoma; background-color: #69c }

/* Background color for the header cell */
.header  { color: #fff; background-color: #006 }

/* Settings for the text in the header cell */
.title  { color: #fff; font-weight: bold; font-size: 18pt; text-align: left }

/* Settings for the image/ablum count info in the header cell */
.info  { color: #fff; font-size: 8pt; text-align: right }

/* Background color for the main cell */
.main  { background-color: #fff }

/* Settings for the folder names on the main album page */
.folder  { color: #000; font-weight: bold; font-size: 10pt }

/* Settings for the "Close Album" text on the image pages */
.close  { color: #000; font-size: 8pt; text-align: left }

/* Settings for the album details text (Total Images:, Created:, Updated:) */
.details  { color: #006; font-size: 8pt }

/* Settings for the image caption text */
.caption  { color: #006; font-size: 10pt }

/* Settings for the buttons (<< and >>) on the image pages */
.bttn  { color: #fff; font-weight: bold; font-size: 11px; font-family: Arial, Verdana, Tahoma; text-decoration: none; background-color: #006; border: solid 1px #fff; height: 19px; cursor: hand }

/* Settings for the drop down menu on the image pages */
.drop  { color: #006; font-size: 11px; font-family: Arial, Verdana, Tahoma }

/* Settings for the home page link */
.home  { color: #006; font-size: 8pt; text-align: left }

/* Settings for "Power By" text on all the pages */
.copyright  { color: #006; font-size: 8pt; text-align: right }

/* Hyperlink setting for all of the pages */
a.title:link  { color: #ff6; font-size: 8pt; text-decoration: underline; text-align: right }

a:link  { color: #00c; text-decoration: underline }

a:visited  { color: purple; text-decoration: underline }

a:hover  { color: #00f; text-decoration: none }

a:active {
color: #3300FF;
text-decoration: none;
}