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

/* General body settings on all the pages */
body { 
background: #003366;
color: #CCFFCC;
font-family: Verdana, Arial, Helvetica;
}

/* Background color for the header cell */
.header {
background: #003366;
}

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

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

/* Background color for the main cell */
.main {
background: #003366;
}

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

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

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

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

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

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

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

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

/* Hyperlink setting for all of the pages */
a:link {
color: #FFFFFF;
text-decoration: underline;
}

a:visited {
color: #ECECEC;
text-decoration: underline;
}

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

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