﻿/*-------------GLOBAL LEVEL ELEMENTS------------------*/
.hoverOver
{
	z-index: 15;
}

body
{	
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.png);
	background-repeat: repeat;	
	background-position: top left;
}

div#pageContainer
{ 
	width: 800px;	
	margin: 0 auto;
	border: solid black 1px;
}

div#pageContent
{	
	width: 650px; 
	margin-top: 10px; 
	margin-bottom: 10px;
	float: right;	
	display: inline;
}

.button
{
	margin:top: 2px; 
	margin-bottom: 2px; 
	padding-right:15px; 
	padding-left:5px; 
	height:25px; 
	width:100px; 
	background-position: left; 
	background-repeat: no-repeat; 
	text-align:right; 
	color: black; 
	font-weight: bold; 
	border-top: solid 1px white; 
	border-left: solid 1px white; 
	border-right: solid 1px black; 
	border-bottom: solid 1px black; 
	cursor:hand;
}

/*-------------GLOBAL LEVEL ELEMENTS------------------*/

/*-------------LOGIN PAGE----------------*/

div#loginTop
{ 
	background-image: url(../images/login_top.png);
	height: 29px;
	width: 100%;		
}

div#loginWelcome
{
	
}

div#loginImages
{
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 20px 2px 20px 2px;
	margin: 10px 2px 10px 2px;
	width: 98%;	
}

div#loginLeft
{ 
	width: 48%;
	float: none;
	display: inline;
	margin-right: 20px;
}

div#loginRight
{
	text-align: right;
	width: 48%;
	float: none;
	display: inline;
}

div#loginForm
{
	padding-bottom: 20px;
}

div#loginBottom
{ 
	/*background-image: url(../images/login_bottompic.png);*/
	background-image: url(../images/FooterCC.gif);
	height: 166px;	
	width: 100%;		
}
/*-------------LOGIN PAGE----------------*/

/*-------------MAIN PAGES----------------*/

/*-------------LEFT NAV----------------*/
div#rsvp_topleft
{
	background-image: url(../images/rsvp_topleft.png);
	height: 88px;
	width: 50%;	
	float: left;
	display: inline;
}
div#rsvp_topright
{
	background-image: url(../images/rsvp_topright.png);
	height: 88px;
	width: 50%;
	float: right;	
	display: inline;
}

div#rsvp_topmidleft
{
	float: left;
	display: inline;
	background-image: url(../images/rsvp_topmidleft.png);
	width: 50%;
	height: 27px;
}

div#rsvp_topmidright
{
	float: right;
	display: inline;
	background-image: url(../images/rsvp_topmidright.png);
	width: 50%;
	height: 27px;
}

div#rsvp_topbtmleft
{
	float: left;
	display: inline;
	background-image: url(../images/rsvp_topbtmleft.png);
	width: 50%;
	height: 47px;
}

div#rsvp_topbtmright
{
	float: right;
	display: inline;
	background-image: url(../images/rsvp_topbtmright.png);
	width: 50%;
	height: 47px;
}

div#rsvp_lnavtop
{
	float: left;
	display: inline;
	background-image: url(../images/rsvp_btnback.png);
	background-repeat:no-repeat;
	height: 100%;
	width:  120px;
}

div#rsvp_buttons
{
	margin-left: 5px;
	margin-top: 20px;
	height: 100%;
}

div#rsvp_lnavbottom
{
	float: left;
	display: inline;
	background-image: url(../images/rsvp_lnavbak.png);
	background-repeat: repeat-y;	
	height: 100%;
	width:  50px;
}

div#rsvp_banners
{
	margin-left: 10px; 
	width: 100%;
}

div#rsvp_lnavbar
{
	float: left; 
	display: inline;
	width: 150px;
}
/*-------------LEFT NAV----------------*/

.ToolText{position:relative; text-align: center;} 
.ToolTextHover{position:relative; text-align: center; z-index: 100;} 
.ToolText span{display: none;} 

.ToolTextHover span{ 
  display:block; 
  position:absolute; 
  border:1px solid black; 
  top:1.7em; 
  left:30px; 
  background-color:gray; color:white; 
  text-align: center; 
  z-index: 999;
  width: 100px;
} 


/*-------------DEFAULT PAGE----------------*/

/*-------------DEFAULT PAGE----------------*/

/*-------------MAIN PAGES----------------*/



/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#E7EDED;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.silver{
	color: Silver;
}