html, body
{
	height: 100%; 
}

html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #F9FFF7;
	font-family: Monotype Corsiva;
	font-size: 1.3em;
	background: url('../img/bgtile.jpg');  
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: black;
}

a:hover
{
	text-decoration: none;
}

li
{
	padding-bottom: 20px;
}

#page
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 700px;
	margin: auto;
}

#pagecontent
{
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

#main
{
	padding-top: 260px;
}

#login
{
	color: white;
}

#logout
{
	background-color: white;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: arial;
	font-size: 0.5em;
	width: 200px;
	height: 200px;
	overflow: auto;
}

#panel-accommodation, #panel-gifts, #panel-travel, #panel-rsvp, #panel-otherinfo, #panel-contact, #panel-admin, #panel-photos
{
	display: none;
}

.maincontent, .content, .content-left, .content-right
{
	color: black;  
	background-color: white;  
	border-style: solid;
	border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;	
	background-image: url('../img/savedatebg.png');
	background-repeat: no-repeat;
	background-position: bottom left; 
	height:400px;  
	padding: 5px;  
	text-align: left;
}

.light
{
	border-color: #D2DF9F;
}

.dark
{
	border-color: #596C63;
}

.content, .content-left, .content-right
{
	position: absolute;
}

.content
{
	width: 635px;
	left: 0;
	bottom: 0;
}

.content-left
{
	width: 370px;
	left: 0;
	bottom: 0;  
}

.content-right
{
	width: 250px;
	right: 0;
	bottom: 0;  
}

.text
{
	height: 365px;
	overflow: auto;
}

.popup
{
	padding-top: 45px;
	position: relative;
	left: -5;
}

.shadow
 {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.menuspacer
{
	height: 30px;
}

.menu
{
	background-color: white;
	color: black;
    height: 250px;
	border: none;	
	text-align: right;	
}

.bold
{
	font-weight: bold;
}

.menuitem, .menuitem-top
{
	border-style: solid;
	border-top-width: 5px;  
	border-left-width: 5px;
	border-right-width: 5px;
    border-bottom-width: 0px;	
	height: 35px;
	padding: 3px;
}

.menuitem-sidebyside
{
	border: none;
}

.menuitem-left, .menuitem-right
{
	padding: 3px;
	height: 100px;
	border-style: solid;	
	border-width: 5px;
	border-bottom-color: white;
	float: left; 	
}

.menuitem-left
{
	width: 370px;
	border-right-width: 0px;
}

.menuitem-right
{
	width: 253px;
}

.invitationclosed
{
	height: 650px;
	background: url('../img/closed.gif') no-repeat top left scroll;
}

.invitationopen
{
	height: 966px;
	background: url('../img/open.gif') no-repeat bottom left;
}

.error
{
	color: red;
}