﻿body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height:100%;
}
.shadowRight {
	background-image: url(../images/shadowRight.gif);
	background-repeat: repeat-y;
}
.shadowLeft {
	background-image: url(../images/shadowLeft.gif);
	background-repeat: repeat-y;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textbox100 {
	height: 16px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.boxmultiline120 {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.box {
	border: 1px solid #d1d1d1;
}
.boxTop {
	background-image: url(../images/boxInsideTop.gif);
	background-repeat: repeat-x;
}
.boxLeft {
	background-image: url(../images/boxInsideLeft.gif);
	background-repeat: repeat-y;
}
.boxBottom {
	background-image: url(../images/boxInsideBottom.gif);
	background-repeat: repeat-x;
}
.boxRight {
	background-image: url(../images/boxInsideRight.gif);
	background-repeat: repeat-y;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.txtbox35blue {
	background-color: #d4ebfa;
	height: 16px;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtbox75blue {
	background-color: #d4ebfa;
	height: 16px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtbox100yellow{
	background-color: #FFFFCC;
	height: 16px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.navGradientBG {
	background-image: url(../images/navGradientBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 143px;
}
.textfield {
	height: 16px;
	width: 106px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #969696;
	border-left-color: #969696;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #746F63;
	text-decoration: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.textyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f7eabd;
	text-decoration: none;
}

.hideid 
{
	display:none;
	}
	
.postchurch_textbox 
{
	width:230px;
	}

.postchurch_dropdown
{
	width:236px;
	}
	
.form_font_underline 
{
	text-decoration:underline;
	color: #666666;
	}
	
.assign_button 
{
	width:60px;
	}
	
.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.textbox30 {
	width: 30px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.textbox150 {
	width: 150px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.textbox50 {
	width: 50px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#container{
	margin:0 auto;
	width:800;
	padding:0px;
	text-align:left;
	background-color:#fff;
}

.lbg {
	background-image: url(../images/login_pop_bg.gif);
	height: 220px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.la {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5C584D;
	text-decoration: underline;
}


#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:350px;
	height:220px;
	margin:-100px 0 0 -180px;
	
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}