/*

	Frank Marion
	http://www.frankmarion.com

	Date Created:	Thursday, May 09, 2002 9:34:30 PM
	Last Modified:	Wednesday, January 21, 2004 3:32:17 PM
	Revision:		1.2

	This is the general style sheet for the tidysflowers.com
	website. It deals only with the tag appearance. No layout
	tags involved.
*/


/* ------------------------------------------------------*/
/* General tag definitions						 		 */

body {
	color:					#000;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-style:				normal;
	font-weight:			normal;
	line-height:			160%;
	margin:					0px 0px 0px 0px;
}
a:link {
	background-color:		transparent;
	text-decoration:		none;
}
a:visited {
	background-color:		transparent;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}
h1 {
	font-size:				150%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h2 {
	font-size:				130%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h3 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h4 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					1em 10px 0px 10px;
}

/*input {
	line-height:			100%;
}*/

li {
	margin:					.35em 1em 1em .35em;
	line-height:			150%;
}
li strong {
	display: 				block;
	color:					#A53CA5;
}
ol,ul {
	margin-left:			5px;
	line-height:			150%;
}
p {
	margin:					.5em 10px 0px 10px;
	text-align:				justify;
}
tr {
	text-align:				left;
}

#img_template {
	margin:					10px 0px 5px 10px;
}

/* ------------------------------------------------------*/
/* Framing table elements						 		 */

table#framingTable {
	width:					750px;
	border:					1px solid #94A2FF;
	padding:				0px;
}
#framingTableContentCol {
	width:					600px;
	padding:				10px 10px 10px 10px;
}
#framingTableNavCol {
	width:					150px;
	padding:				10px 3px 3px 3px;
	margin:					0px;
}


/* ------------------------------------------------------*/
/* Framing table footer elements						  */

#footer_info {
	background-color:		#FFF;
	padding:				60px 0px 0px 0px;
}
#footer_info h1,h2 {
	margin:					3px 10px 3px 10px;
	font-size:				130%;
	font-style:				normal;
	font-weight:			bold;	
}
#footer_info hr {
	height:					1px;
	margin:					5px 10px 0px 10px;
}
#framingTableNavLinks {
	border:					0px;
	color:					#FFF;
	background-color:		#99CC00;
	font-weight:			bold;
	padding:				3px;
	text-align:				center;
}
#framingTableNavLinks a {
	color:					#FFF;
}

/* ------------------------------------------------------*/
/* Template elements						  */

#mast_links {
	text-align:				center;
	padding:				2px;
	background-color:		#99CC00;
	color:					black;
}
#mast_links a {
	color:					white;
	background-color:		#99CC00;
	font-weight:			bold;
	text-decoration:		none;
}
.second_fold {
	padding:				10px;
	height:					125px;
}
.categories_by_date {
	height:					125px;
}
/* ------------------------------------------------------*/
/* General classes								 		 */

.RequiredField {
	color:					green;
	background-color:		yellow;
	font-weight:			bold;
	font-style:				italic;
}

#email_receipt {
	width:					475px;
	border:					1px solid #94A2FF;
	padding:				0px;
	margin-top:				10px;
	margin-left:			10px;
}

	
	
