/* RCIA Process Web Page Style Sheet */

* 
{
	padding: 0;
	margin: 0;
}

body
{
	background-color:White;
	font-family: Tahoma, Comic Sans MS, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none;
	word-spacing:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/bg.gif');
}

#WrapperShow
{
	  width: 740px;
	  text-align:left;
}

#WrapperHide
{
	width: 600px;
	text-align:left;
}

#Navigate
{
	width: 140px;
	height:100%;
	float:left;
}

#Navigate a
{
	width:140px;
	height:30px;
	display:block;
	background-image:url('images/button_btn.gif');
	text-align:center;
	vertical-align:middle;
	line-height:30px;
}

#Navigate a:link, #Navigate a:visited
{
	background-image:url('images/button_btn.gif');
	text-decoration:none;
	color:Navy;
}

#Navigate a:hover
{
	background-image:url('images/button_hov.gif');
	text-decoration:underline;
	color:Red;
}

.SelectedButton
{
	background-image:url('images/button_sel.gif');
}

.LargeButton a
{
	width:100px;
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.LargeButton a:link, .LargeButton a:visited
{
	background-image:url('images/large_btn.gif');
	text-decoration:none;
	color:Navy;
}

.LargeButton a:hover
{
	background-image:url('images/large_hov.gif');
	text-decoration:underline;
	color:Red;
}

.SmallButton a
{
	width:50px;
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.SmallButton a:link, .SmallButton a:visited
{
	background-image:url('images/small_btn.gif');
	text-decoration:none;
	color:Navy;
}

.SmallButton a:hover
{
	background-image:url('images/small_hov.gif');
	text-decoration:underline;
	color:Red;
}

#Banner
{
	width: 600px;
	height: 60px;
	background-image:url('images/banner_sel.gif');
	float:left;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
	font-size:16pt;
}

#Body
{
	  width: 580px;
	  margin-left:10px;
	  margin-right:10px;
	  text-align:left;
	  float:left;
}

#FooterShow
{
	  width: 600px;
	  text-align:center;
	  margin-left:140px;
	  float:left;
}

#FooterHide
{
	  width: 600px;
	  text-align:center;
	  margin-left:0px;
	  float:left;
}

p
{
	  margin-bottom:12px;
}

.BtnText { font-family:Tahoma, Comic Sans MS; font-size:10pt; color:#003366; }
.HovText { font-family:Tahoma, Comic Sans MS; font-size:10pt; color:#cc0000; text-decoration:underline; }
.SelText { font-family:Tahoma, Comic Sans MS; font-size:10pt; color:#009900; }
.BannerText { font-family:Tahoma, Comic Sans MS; font-size:1.33em; color:#003366; }
.TitleText { color:White; }

.EventTable	{
	border-style:solid;
	border-width:1px;
	border-color:Blue;
	}

