/*
shm.css 		[C] mickeywebdesign.com

EditLog:
29Dec09: Styled div#content div#sellingStalls, div#content div#promoStalls
16Nov09: Create
*/

/*	general specifications		*/
* {
	font-family: "Trebuchet MS";
	color: #5c3900;		/*  dark brown	*/
}

body {
    margin: 0px;
    padding: 5px;  
    background-image: url(images/shmTiles.jpg); 
	font-size: 10pt;
}

/* image replacement */	
h1	{
	visibility: hidden;
}

/*	standard tags */
h2, h3, h4, h5 { margin: 10px; 	color: #c67d4e;	}     
p { 	margin: 10px; 	}
em { 	font-weight: bold; }	
h3 { 	font-size: 1.8em; 	}	
h4 { 	font-size: 1.6em;	}		
h5 {	font-size: 1.4em;	}

  
img {
	margin: 5px;
	padding: 2px;
	}
	
/*	SHNClogo	 */
div#SHNCLogo {	
	position: absolute;
	width: 150px;
	height: 140px;
	top: 80px;
	left: 10px;
	}
	
h2#contact {
	font-size: 14pt;
	margin: 2px ;
	}

/* main page content division */
div#content {
	position: absolute ;
	left: 200px;
	top: 125px;
    }
	
div#content div	{
	margin: 50px;
	padding: 10px;
	/* background-color: ivory; */
	border: 1px solid black;
}

/* for the conditional fields under Stall Type*/
div#content div#sellingStalls, div#content div#promoStalls	{
	border-style: none;
	padding: 0px;
	margin: 0px;
}

/*	Menubar at top of page */
div.menu table tr td{
	border: 4px solid ivory;
	/* background-color: #c67d4e; */
	width: 25%;
	font-size: 0.7em; 
}
div#content div.menu	{
	padding: 0px;
	margin: 0px 50px 0px 50px;
}

/*	footer box, bottom of every page */
div#footer {
	font: 12px arial;
    border: 1px solid black;
	margin: 5px; 
	text-align: center;
	background: ivory;
    }
		

	
/*	LOCAL STYLINGS		*/		
/*	crediting photographs */		
p#credit {
	border:  1px solid black;
	font-family: arial;
	font-size: 9pt;
	padding: 5px;
	margin: 5px; 
	text-align: center;
	}
	
/* forms */	
fieldset, fieldset table tr td {
    font-size: 1.0em;
    background: #B7B7B7;		/* brown from logo */
	margin: 2px;
}

fieldset legend {
    background: #DED983;
    color: black;
    padding: .2em .3em;
    font-size: 1.2em;
    border: 5px outset;
    position: relative;
    margin-bottom: -1em;
    margin-left: 2em;
    margin-top: -3em;
}

.redhash	{
	color:red;
	background:yellow;
	font-weight: bold;
	font-size:1.5em;
}

/* form moods */
.neutral {
    background-color: white ; /* blends with image */
    padding: 0px;
}
.error  {
    background-color: #f9c7c2 ; /* pale red */
    padding: 0px;
}
.good  {
    background-color: #eaf3da ; /* pale green */
    padding: 0px;
}

/*	tables containing numerical data */
table.realtable {
	width: 80%;
	border: thin solid black;
	background-color: lemonchiffon;
	text-align: center;
	padding: 2px;
	margin: 2px;
	font-size: 0.8em;
	}
	
table.cellshade td, table.cellshade th	{
	background-color: #ECECEC;
}

/* generic classes */
.noborder { border-style: none; }

/*	anchor tags, links */
a {
	background: transparent;
	color: #5c3900;		/*  dark brown	*/
	font-size: 1.0em;
	font-weight: bold;
	}
a:hover, a:active {
	background: #5c3900;
	color: white;
	}
a:visited {
	color: gray;
	}
	
/* absolute position elements */
img#shmheader	{
	position: absolute;
	top: 0px;
	left: 0px;
	border: hidden;
	margin: 0px;
	padding: 0px;
}

/* forms */
fieldset {
    font-size: 0.8em;
    background: #d7d7d7;
    border: 2px outset;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em;
}

fieldset legend {
    background: #DED983;
    color: black;
    padding: .2em .3em;
    font-size: 1.2em;
    border: 2px outset #DED983;
    position: relative;
    margin-bottom: -1em;
    margin-left: 2em;
    margin-top: -2em;
}

