/***STYLES.CSS***/
/***BODY***/
body {
	text-align: center;
	font-family: comic sans ms;
	font-size: 10pt;
	background-image: url(../images/stripes.gif);
	background-attachment: fixed;
	background-repeat: repeat-x; 
	background-color: #0D1C22; 
}
body table {
	border-color: #FF9900;
}
body table td {
	vertical-align: middle;
	text-align: center;
	border: solid 1px gray;
}

body a {
	color: #FFFFCC;
	text-decoration: none;
}
body a:hover {
	color: red; 
	}
img {
    padding: 4px;
    border: solid 0px #CC3300;
          }
/***HEADER***/
.header {
	background-color: #FFCC66;
	text-align: center;
	width: 100%;
}
.header big {
	font-weight: bold; 
}
.header small {
	color: #FDFFEE; 
}
/***NAVIGATION***/
.navigation {
	text-align: center;
	background-color: #FFCC99;
	font-weight: bold;
	font-size: 8pt;
}
#navigation a {
	color: maroon;
	text-decoration: none;
	display: inline;
}
#navigation a:visited {
	color: maroon;
}
#navigation a:hover {
	color: red;
}
/***VIEW: HOME***/
.home {
	text-align: center;
}
.home td {
}
.home img {
	border: solid 0px gold;
}
/***FOOTER***/
.footer {
	color: silver; 
	text-align: center;
	width: 100%;
	font-size: 10px; 
}
/***HOMEPAGE***/
#ecards_home a {
	text-decoration: none;
	color: tomato;
}

#ecards_home a:hover {
	color: red;
}

/*** ECARDS.HTML***/
.prev_next {

}
.ecards table td {
	text-align: center; 
	width: 120px;
	height: 120px;
    vertical-align: middle;
    padding: 1em;
}
.album_nav {
	color: #FFCC33; 
}
.album_nav small {
	
}

/***ECARD_PICTURE***/ 
.ecard_picture {
}

/***ECARD FORM***/
.form_errors {
	color: red;
	text-align: left;
}

/***REVIEW & PICK UP***/
.preview {
	padding: 5px;
}
#preview a {
	color: maroon; 
	text-decoration: none;
	font-weight: bold; 
}
#preview a:hover {
	color: red; 
}

.preview small {
	color: gray; 
}
.names {
color: gold;
font-family: fantasy, cursive, georgia;
font-size: 15pt; 
}
.emails {
color: white;
font-family: cursive, georgia;
font-size: 8pt; 
}
.message {
color: #FFFFCC;
font-family: fantasy, cursive, georgia;
font-size:15pt;
}