/* Default style sheet for www.vermontquilting.com		*/
/*								*/
/* Copyright 2003 by Country Treasures				*/
/*								*/
/* Version 1.0							*/
/* notes:							*/
/*   07-29-2003 JWF - initial code				*/

/* Set the basic body attributes */
BODY {
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial, helvetica;
	background: #FFFFEF none; 
	color: #336633;
}

/* All headings should have similar appearance */
H1, H2, H3, H4, H5, H6 {
	background: #FFFFEF none; 
	color: #336633; 
	font-family: sans-serif;
}

/* colorize the horizontal rules */
HR {
	color: #336633;
	height: 3px;
}

a:link {
	color: #CC6600;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
a:active {   
	color: #993300;
}

/* Alerts are for important messages that need to stand out */
.alert {
	font-weight: bold;
	color: #FFFFEF;
	background: #336633 none;
	padding: 0.75em; 
	border-style: double; 
	border-width: medium; 
	border-color: #336633
	width: 100%;
	font-family: arial, helvetica;
}

/* Green Areas */
.menu {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: x-small;
	background: #336633 none; 
	font-family: arial, helvetica;
	color: #FFFFEF;
}

/* Left Side Links */
.leftLink {
	text-align: center;
	font-size: medium;
	background: #336633 none; 
	font-family: arial, helvetica;
	color: #FFFFEF;
}

.leftLink a:link { 
		color: #FFFFEF;
	}
.leftLink a:visited { 
		color: #CCCCC0;
	}
.leftLink a:hover { 
		color: #336633;
		background-color: #FFFFEF;
		text-decoration: none;
	}
.leftLink a:active { 
		color: #CCCCC0;
	}

/* Main Body */
.main {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	font-size: small;
	background: #FFFFEF none; 
	font-family: arial, helvetica;
	color: #336633;
}

/* Main Body of Store*/
.store {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: small;
	background: #FFFFEF none; 
	font-family: arial, helvetica;
	color: #336633;
}

/* Required Fields */
.requiredField {
	color: #FF0000;
	font-size: x-large;
}

/* The copyright statement */
.copyright {
	font-family: arial, helvetica;
	font-style: italic; 
	font-size: x-small;
}

.positive {
	background: #336633 none; 
	color: #FFFFFF;
}

.negative {
	background: #FF0000 none; 
	color: #FFFFFF;
}

a:link.negative {
	color: #FFFFFF;
}
a:visited.negative {
	color: #FFFFFF;
}
a:hover.negative {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.negative {   
	color: #FFFFFF;
}

a:link.positive {
	color: #FFFFFF;
}
a:visited.positive {
	color: #FFFFFF;
}
a:hover.positive {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.positive {   
	color: #FFFFFF;
}

#linkList tbody tr.even td {
	background: #D6F8D6 none;
}