/* Abandon Spa CSS file */

BODY
	{
	background: #790000;
	/*background-repeat: no-repeat;
	background-position: center top ;
	background-attachment: fixed; */
	font-family: "Times New Roman", serif !important;
	font-size: 16px !important;
	color: #C2AF8E;
	}

/* Admin tables */

.admin-outer 
	{
	}

.admin-middle 
	{
	}

.admin-inner
	{
	/*border: solid 1px #850009;*/
	border: solid 1px #BAA37E;
	}	

#day
	{
	 border-right: none;
	}	

#night
	{
	 border-left: none;
	}	

HR.admin-line
	{
	 height: 2px;    
	 color: #BAA37E;
	 border-style: solid;
	}	

FORM
	{
	 display: inline;
	}

INPUT
	{
	 color: #000000;
	}

INPUT.weekly
	{
	 width: 16px;
	 height: 16px;
	}

/* Double-size text */
.db { font-size: 32px; font-weight: bold;}

/* 180%-size text */
.do { font-size: 29px; font-weight: bold; }

/* One-and-a-half-size text */
.sq { font-size: 24px; font-weight: bold; }

/* 140% size text bold*/
.qdb { font-size: 22px; font-weight: bold; }

/* 140% size text */
.qd { font-size: 22px; }

/* 130% size text */
.tdb { font-size: 21px; font-weight: bold; }

/* 130% size text */
.td { font-size: 21px; }

/* 120% size text bold*/
.ddb { font-size: 19px; font-weight: bold; }

/* 120% size text */
.dd { font-size: 19px; }

/* 110% size text bold */
.udb { font-size: 18px; font-weight: bold; }

/* 110% size text */
.ud { font-size: 18px; }

/* bold text */
.b { font-size: 14px; font-weight: bold; }

.copyright
	{
	font-size: 12px;
	height: 20px;
	}
	
/* Text links */
/*A:link { color: #E5C38B; text-decoration: none; }
A:visited { color: #BEA882; text-decoration: none; }
A:hover { color: #FBE6C5; text-decoration: none; }
A:active { color: #FFFFFF; text-decoration: none; }*/
A:link.text { color: #D9D9D9; text-decoration: none; }
A:visited.text { color: #D9D9D9; text-decoration: none; }
A:hover.text { color: #FFFFFF; text-decoration: none; position: relative; left: -1px; top: -1px; }
A:active.text { color: #FFFFFF; text-decoration: none; position: relative; left: 1px; top: 1px; }

/* Back links */
A:link.back { color: #E5C38B; text-decoration: none; } 
A:visited.back { color: #E5C38B; text-decoration: none; }
A:hover.back { color: #FBE6C5; text-decoration: none; }
A:active.back { color: #FFFFFF; text-decoration: none; }

/* Argaive link */
A.argaive { font-variant: small-caps; font-weight: normal; text-decoration: none;}
A.argaive:link { color: #FF0000; } 
A.argaive:visited { color: #FF0000; }
A.argaive:hover { color: #FFDDDD;  position: relative; left: 1px; top: -1px;}
A.argaive:active { color: #FFFFFF; position: relative; top: 1px; left: -1px;}

/* Thumbnail frames */
/*A:link img.link { border: 3px #C2AF8E ridge;}
A:visited img.link { border: 3px #87652F ridge; }
A:hover img.link { border: 3px #C2AF8E ridge; position: relative; left: -1px; top: -1px; }
A:active img.link { border: 3px #C2AF8E ridge; position: relative; left: 1px; top: 1px; }*/

/* Thumbnail frames */
A:link img.link { border: 3px #D9D9D9 ridge;}
A:visited img.link { border: 3px #D9D9D9 ridge; }
A:hover img.link { border: 3px #D9D9D9 ridge; position: relative; left: -1px; top: -1px; }
A:active img.link { border: 3px #D9D9D9 ridge; position: relative; left: 1px; top: 1px; }

/* Thumbnail frames, no link */
IMG.photo { border: 3px #C2AF8E ridge; }

/* Photo frame */
IMG.pic { border: 4px solid #850009; }
