@CHARSET "ISO-8859-1";

/* HTML Main Tags  ***************************** */

body {
	font-family: "Palatino Linotype";
	background-color: #E0D7C5;
}
img{
	border: none;
}

li{
	list-style: none;
}
input{
	width: 98%;	
}
	
a{
	color: black;
	font-style: italic;	
	text-decoration: none;
}
a:HOVER{
	color: olive;	
}

table{
	width: 100%;	
}	

/* div Tags  ******************************************* */

div.main {
	width: 800px;
}
div.sideBar {
	width: 25%;
	float: right;	
}
div.body {
	width: 75%;	
}	
div.bkGndLight{
	background: #F3EEE5;
	margin: 5px;
	padding:5px;
	border: solid 1px #7C7C7C;
}	
.right{
	float: right;	
}	
div.clear{
	clear: 	
}	

div.top h2{
	width: 50%;
	margin-bottom: 3px;
}
.error{ 
	color: red;
	font-size: .9em;
}


.borderBtm{
	border-bottom: solid 1px;
	border-bottom-color: #99936D;
}


table.editTable{
	border-collapse:collapse;
	border-spacing: 0;
}
table.editTable td{
	padding: 0;
}


/*Text Tags*************************** */	
.txtMed{
	font-size: .8em;
}
.txtSmall{
	font-size: .7em;
}

/*Top*************************** */	
div.top h2{
	font-size: 1.4em;	
}	


/*main menu*************************** */
ul.menu{
	padding-left: 0px;
	margin: 0;	
}
ul.menu li{
	text-align: center;	
	margin: 3px;
}
ul.menu a{
	background: #CCC1AB;
	width: 100%;
	display: block;
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	font-style: normal;
}
ul.menu a:HOVER{
	background: #FFE9BE;
}
/*sub menu*************************** */
ul.menuSub{
	padding-left: 0px;
	font-size: .7em;	
}
ul.menuSub li{
	text-align: center;	
	margin: 3px;
}
ul.menuSub a{
	background: #CCC1AB;
	width: 100%;
	display: block;
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	font-style: normal;
}
ul.menuSub a:HOVER{
	background: #FFE9BE;
}


/*Side Bar*************************** */
ul.selectNewsletter{
	padding-left: 0px;	
	font-size: .7em;
}	


/*Cover Page*************************** */
div.adminIndex{
	width: 40%;
	margin:0px auto;
}


/*Dialog Box*********************** */

div.dialog dl{
	margin: 0px;
	margin-bottom: 5px;
}
div.dialog dt{
	font-size: .8em;
}	
.right{
	width:48%;	
	float: right;
}
.left{
	width:48%;	
}


/* ************Store Stuff*********** */
input{
	background: #F3EEE5;
	border: thin solid #CCC1AB;
}
input:HOVER{
	background: white;
}
tr.inputs{
	display: none;
}
th{
	text-align: left;
	border-top: 1px solid;
	font-size: .8em;
}
td.center{
	text-align: center;
	
}
.trigger{
	background: #E0D7C5;
}
.trigger:HOVER{
	background: none;
}
.trigger a{
	display: block;
}






fieldset{
	padding: 5px;
}

























/* ************Articles*********** */
div.article{
	border-bottom: solid thin;
}
dl.selectArticle dd{
	font-size: .8em;
	margin-left: 0px;
	border-bottom: solid 1px;
	border-bottom-color: #99936D;
}	
	









/*Guest List*********************** */
table.guestSelect{
	width: 100%;
	margin:0px auto
}
table.guestSelect td{
	background: #CCC1AB;
	text-align: center;
}
table.guestSelect td:HOVER{
	background: #FFE9BE;
}
table.guestSelect a{
	text-decoration: none;
	color: black;
	font-size: .8em;
	font-style: normal; 
	
}

table.guestList{
	width: 100%;
	font-size: .75em;
}
table.guestList td{
	vertical-align: top;
}


/*Guest*********************** */
div.guest th{
	font-size: .8em;
	font-weight: bold;
	vertical-align: top;
}
div.guest dt{
	font-size: .7em;
	font-weight: bold;
	border-top: solid 1px #99936D;
}
td.back a{
	background: #CCC1AB;
	text-align: center;
	font-size: 1.1em;
	font-style: normal; 
	width: 100%;
	display: block;
}
td.back a:HOVER{
	background: #FFE9BE;
	color: black;
}
div.guest dd{
	font-style: italic;
	margin-bottom: 8px;
	line-height: 1.2em;
}
div.guestRight{
	width: 50%;
	float: right;
}	
div.guestLeft{
	width: 50%;
}





