/* Default CSS Stylesheet for a new Web Application project */

.SideBar		
{
	text-align: right;
	font-style:italic ;
	font-family:Verdana ;
	color: black;
	border: solid thin white;
	border-bottom: solid thin #cccccc ;
	cursor: hand;
	background-color: White ;
	font-weight: 900;
	font-size: 12px;
}
.SideBar_high
{
	cursor: hand ; 
	text-align: right;
	font-style:italic ;
	font-family:Verdana ;
	background-color: #cccccc ;
	border: solid thin gray ;
	color: Black ;
	font-weight:900;
	font-size: 12px;
	
}

.LOOKUP
{
	background-color:Blue;
	color: White ;
	cursor: hand ;
	}
.LOOKUP_HIGH
{
	background-color:White ;
	color: Blue ;
	cursor:hand ;
}

.MAIN_MENU
{
	background-color:Blue;
	color: White ;
	cursor: hand ;
	}
.MAIN_MENU_HIGH
{
	background-color:White ;
	color: Blue ;
	cursor:hand ;
}
.EDIT_BANNER
{
	background-color: Silver;
	color:Black;
	font-family:Verdana ;
	font-size:larger;
}
.LOOKUP_ODD
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: midnightblue;
	font-style: italic;
	font-family: verdana;
	background-color: #cccc99;
	font-variant: small-caps;
}
.LOOKUP_EVEN
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: #cccc99;
	font-style: italic;
	font-family: verdana;
	background-color: midnightblue;
	font-variant: small-caps;
}
.STAFF_CARD
{
	border-style:solid;
	border-width:thin;
	border-color:Black ;
	background-color : #e0e0e0;
}
.test
{
	background-position: left top;
	background-image: url(Images/SmallBlue.JPG);
	background-repeat: repeat-x;
}
.LIST_TITLE
{
	border-right: gainsboro thin;
	background-position: center center;
	border-top: gainsboro thin;
	font-weight: lighter;
	font-size: 15pt;
	vertical-align: baseline;
	border-left: gainsboro thin;
	color: darkblue;
	border-bottom: gainsboro thin;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: 'Arial Black';
	text-align: center;
	font-variant: small-caps;
}
.Staff_List_Box_Title
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	font-weight: 900;
	font-size: 12px;
	background-image: url(Images/List_Title_background.JPG);
	border-left: gray thin solid;
	color: black;
	border-bottom: gray thin solid;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Verdana;
	background-color: #cccccc;
	text-align: left;
}
.EVENT_HEADER
{
	color: gainsboro;
	font-family: Tahoma;
	background-color: darkblue;
}
.EVENT_ROW1
{
	font-size: 15px;
	cursor: hand;
	font-family: Verdana;
	background-color: lemonchiffon;
	font-weight:bold;
	color:Blue ;
}
.EVENT_ROW_EVEN1
{
	font-size: 15px;
	cursor: hand;
	font-family: Verdana;
	background-color: aliceblue;
	font-weight:bold;
	color: Blue;
}

.EVENT_ROW0
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana;
	background-color: lemonchiffon;
}
.EVENT_ROW_EVEN0
{
	font-size: 12px;
	cursor: hand;
	font-family: Verdana;
	background-color: aliceblue;
}
.EVENT_ROW_HIGH
{
	font-size: 12px;
	cursor: hand;
	color: #ffffff;
	font-family: Verdana;
	background-color: mediumblue;
}
.PHOTO_TABLE
{
	font-size: 12px;
	color: lemonchiffon;
	font-style: italic;
	font-family: verdana;
	background-color: gray;
}
.PHOTO_CAPTION
{
	font-size: 12px;
	color: lemonchiffon;
	font-style: italic;
	font-family: verdana;
}
.CHURCH_TITLE
{
	font-size: 25px;
	color: #000066;
	font-style: italic;
	font-family: IMPACT;
}

BODY
{
	font-family:Arial;
	color:Black;
}
A:link
{color: Blue;
}

A:visited
{color:Blue;
}
.SEARCH_TITLE
{
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 650px;
	color: darkred;
	font-style: italic;
	font-family: Tahoma;
	background-color: lightcyan;
	font-variant: small-caps;
}
.SEARCH_ITEM_NUMBER
{
	font-weight: bolder;
	color: brown;
	font-family: Verdana;
}
.SEARCH_ITEM_SHORT
{
}
.SITE_SEARCH_TITLE
{
	font-size: 18px;
	color: #003399;
	font-family: Tahoma;
	background-color: #ffff66;
}
