/* CSS settings for emAlbums
   Copyright Martin Consulting
   http://www.martinconsultingonline.com */

/* General body settings on all the pages */
body { 
background-image: url("http://www.allampkin.com/Backgroundplain.gif");
color: #57694E;
font-family: Arial, Verdana, Tahoma;

}

/* Background color for the header cell */
.header {
background: none;
}

/* Settings for the text in the header cell */
.title {
color: #C0CBBB;
text-align: left;
font-size: 18pt;
font-weight: bold;
}

/* Settings for the image/ablum count info in the header cell */
.info {
text-align: center;
color: #000000;
font-size: 8pt;
}

/* Background color for the main cell */
.main {
background: none;
}

/* Settings for the folder names on the main album page */
.folder {
color: #000000;
font-size: 10pt;
font-weight: bold;
}

/* Settings for the "Close Album" text on the image pages */
.close {
text-align: left;
color: #000000;
font-size: 8pt;
}

/* Settings for the album details text (Total Images:, Created:, Updated:) */
.details {
color: #000000;
font-size: 9pt;
}

/* Settings for the image caption text */
.caption {
color: #000000;
font-size: 10pt;
}

/* Settings for the buttons (<< and >>) on the image pages */
.bttn {
font-family: Arial, Verdana, Tahoma;
font-size:11px;
font-weight: bold;
background: #BD0000;
border-bottom: 1px solid #BD0000;
border-right: 1px solid #BD0000;
border-left: 1px solid #BD0000;
border-top:1px solid #BD0000;
color:#ffffff;
height:19px;
text-decoration:none;
cursor: hand;
}

/* Settings for "Power By" text on all the pages */
.copyright {
text-align: right;
font-size:8pt;
color: #000000;
}

/* Hyperlink setting for all of the pages */
a:link {
color: #57694E;
text-decoration: underline;
}

a:visited {
color: #57694E;
text-decoration: underline;
}

a:hover {
color: #CC0000;
text-decoration: none;
}

a:active {
color: #3300FF;
text-decoration: none;
}

.home {
text-align: left;
font-size:8pt;
color: #000000;
}