﻿.OddBg
{
	background: #FFFFFF url(bg-fade-light.png) repeat-x ;
    padding-top: 2px;
    padding-bottom:2px;
    width:100%;
}

.OddLightGreenBg
{
	background: #F3FBE7;
    padding-top: 2px;
    padding-bottom:2px;
    width:100%;
}

.EvenBg
{
	background: #EFEFEF;
    padding-top: 2px;
    padding-bottom:2px;
    width:100%;
}

.SelectBg
{
	background: #FFCCCC;
    padding-top: 2px;
    padding-bottom:2px;
    width:100%;
}

.ElderBoardLeft
{
	font-weight: bold;
	vertical-align: baseline;
	text-align: right;
	width:40%;
}

.ElderBoardRight
{
	vertical-align: baseline;
	text-align: left;
	width:60%;
}

.StaffLeft
{
	font-weight: bold;
	vertical-align: baseline;
	text-align: right;
	width:50%;
}

.StaffRight
{
	vertical-align: baseline;
	text-align: left;
	width:50%;
}

.DeaconBoardLeft
{
	font-weight: bold;
	vertical-align: baseline;
	text-align: right;
	width:40%;
}

.DeaconBoardRight
{
	vertical-align: baseline;
	text-align: left;
	width:60%;
}

.heading {
	padding: 5px 0 5px 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.title {
	padding: 5px 0 5px 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.1em;
}

.BlackLeft
{
	color:Black;
	font-weight:normal;
	vertical-align: baseline;
	text-align: left;
}

.Font16
{
	color:#5377A9;
    font-size: 12px;
    vertical-align: baseline;
}

.ChineseNormalFont
{
	color:#5377A9;
    font-size: 14px;
    vertical-align: baseline;
}

.AboutUsHeaderPanel
{
	cursor: pointer; 
	margin-left:5px; 
	padding-left:3px;
	width:98%;
}

.bgAboutUs
{
	background: #FFFFFF url(bg-menu-aboutUs.gif) repeat-x ;
    padding-top: 2px;
    padding-bottom:2px;
    width:98%;
}

.NewsTitle
{
    background:#BBEB86 url(bg-menu-example.png) repeat-x;
    padding-top: 2px;
    padding-bottom:2px;
    text-align:center;
    width:100%;
    margin-top:5px;
}

/*begin default calendar classes*/
/*
.imageLinkCell
{
	cursor: pointer;
	text-align: center;
	width: 33%;
	height: 22px;
	color:gray;
	background-repeat: no-repeat;
	margin: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 8pt;
}
*/
/*
.nonImageCalCell
{
	width: 33%;
	height: 22px;
	margin: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
*/
/*
.calCellTable
{
	width: 100%;
	height: 100%;
	
}
*/
/*
.calendarImage
{
	width: 20px;
	height: 20px;
	border-style: none;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
*/
/*
.mainControl
{
	width: 99%;
	font-family: Verdana;
	font-size: 9pt;
}
*/

.calendarImageLinkCell
{
	cursor: pointer;
}

.calendarHeaderControl
{
	background: #FFFFFF url(bg-menu-aboutUs.gif) repeat-x ;
    padding: 2px;
    width:100%;
}

.calendar
{
	/* background-color:white; */
	background-color:#D9B3B3;
	border: 1px solid #999;
	font-family:Verdana;
	font-size:9pt;
	color:Black;
	height:450px;
	width:100%;
	border-collapse: collapse;
}
/*
.controlBottom
{
	background-color:White;
}
*/
/*
.calendarStatus
{
	background-color:White;
}
*/

.selectedDay
{
	background-color:#333399;
	color:White;
}

.todayDay
{
	/* background-color: #CCFF99; */
	background-color:Yellow;
	border: 2px solid #999;
	font-weight: bold;
	color: #993300;	
}

.calendarDay, .weekendDay
{
	/*background-color: #FFFFCC; */
	background-color: #CBE0F5;
	font-weight: bold;
	color: #993300;
	border: 1px solid #ccc;
}

.calendarDay:hover, .weekendDay:hover, .otherMonthDay:hover, .todayDay:hover, .selectedDay:hover
{
	/* background-color: orange; */
	background-color: #E5FFE6;
	cursor:default;
}

.otherMonthDay
{
	color:#999999;
	background-color: #E2E2E2;
	border: 1px solid #ccc;
}


.calendarNextPrev
{
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 6px;
}


.calendarNextPrev a {
  color: White !important;
}

.dayHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #993300;
	padding-top: 2px;
	padding-bottom: 2px;
}

.calendarTitle
{
	background-color:#6699CC;
	border-style:solid;
	font-weight:bold;
	font-size:12pt;
	color:White;
	height: 30px;
}

.monthSelector
{
}

.weekendDay:hover
{
	/* background-color:orange; */
	background-color: #E5FFE6;
}

/*end default calendar classes*/

.panelLightBlue
{	
	background-color:#CBE0F5;
	color:Purple;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}

.common_grid img, .demographics_grid img {
  border: none;
}

.common_grid label {
  font-weight: bold;
}

.common_grid_footer {
  padding-top: 2px; 
}

 table.common_grid, table.grid_wrapper{
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.common_grid th, .common_grid td{
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 2px 2px 2px 2px;
}

.common_grid th 
{
  background-color: #E8E8E8;
  border-top: 1px solid #CCC;
  color: #993300;
  padding: 4px;
  font-weight: normal;
  vertical-align:bottom;
  text-align:center;
}

.common_grid th a {
	color: #264BAC;
	font-weight: bold;
	text-decoration: none;
}

.common_grid td 
{
	color: #555;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
}

.common_grid td select, .common_grid input 
{
	font-size: 10px;
}

.common_grid tr.last_row td {
  border-bottom: 1px solid #CCC;  
}

.common_grid th.left_column, .common_grid td.left_column {
  padding: 0px;
  padding-right: 4px;
  width: 25px;
  border-top: none;
  border-left: none;
  border-bottom: none !important;
}

.ActiveTab
{
	font-size:16px;
	font-weight:bold;
	color:Blue;
}

.InActiveTab
{
	font-size:small;
	font-weight:normal;
	color:Black;
}

.UsersFilter
{
	border-right: deepskyblue thin groove;
	padding-right: 5px;
	border-top: deepskyblue thin groove;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: deepskyblue thin groove;
	width: 610px;
	padding-top: 5px;
	border-bottom: deepskyblue thin groove;
}

.UsersListcontainer
{
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	border-left: deepskyblue 2px dotted;
}

.UsersListcontainerselect
{
	width: 120px;
	height: 475px;
}

.UsersListcontainer p
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
	
.UsersListtop
{
	width: 100px;
	border-top: dotted 2px deepskyblue;
	height: 1px;
}
.UsersListbottom
{
	width: 120px;
	height:1px;		
	border-bottom: dotted 2px deepskyblue;
}
.UserTextArea
{
	width: 390px;
	height: 100px;
}

.one-icon-column 
{
	width: 25px;
	text-align: center;
	vertical-align: middle;
}

.two-icon-column 
{
	width: 54px;
	text-align: center;
	vertical-align: middle !important;
}

.EventDate 
{ 
	WIDTH: 90px;
}

.EventRemark 
{ 
	WIDTH: 130px;
	HEIGHT: 60px; 
}

.EventListSelect 
{ 
	WIDTH: 136px; 
	HEIGHT: 110px 
}
