/*
'**********************************************************************************
'*    File Name: BerrysChapel.css                                                 *
'*       Author: Steven E. Lancaster                                              *
'*         Date: 6/10/02                                                          *
'*  Description: Style sheet for the application.                                 *
'*    Revisions:                                                                  *
'**********************************************************************************
/*
'*--------------------------------------------------------------------------------*
'* Page-wide Styles
'*--------------------------------------------------------------------------------*
*/

BODY 
{
	overflow: auto;
}
BODY, TD, TH, SELECT, INPUT, TEXTAREA 
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
	color: #000000;
}
TD.HdgCtrArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
    FONT-WEIGHT: 400;
    COLOR: #FFFFFF;
	font-family: Verdana,Arial,Helvetica;
    BACKGROUND-COLOR: #336699;
    TEXT-ALIGN: center
}
TD.HdgLftArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
    FONT-WEIGHT: 400;
    COLOR: #FFFFFF;
	font-family: Verdana,Arial,Helvetica;
    BACKGROUND-COLOR: #336699;
    TEXT-ALIGN: left
}
TD.HdgRgtArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
    FONT-WEIGHT: 400;
    COLOR: #FFFFFF;
	font-family: Verdana,Arial,Helvetica;
    BACKGROUND-COLOR: #336699;
    TEXT-ALIGN: right
}
TD.StmtCtrArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	font-family: Arial;
	font-size: 10pt;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
	text-align: center;
}
TD.StmtLftArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	font-family: Arial;
	font-size: 10pt;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
    text-align: left
}
TD.StmtRgtArial
{
	border-style: solid;
	border-width: 0;
	border-color: #336699;
	font-family: Arial;
	font-size: 10pt;
	border-left-color: #336699;
	border-left-width: 1; 
	border-bottom-style: solid;
	border-bottom-width: 1;
    text-align: right
}
BODY A:link
{
    COLOR: #000000;
	font-family: Verdana,Arial,Helvetica;
}
BODY A:visited
{
    COLOR: #000000;
	font-family: Verdana,Arial,Helvetica;
}
.ArialCtr
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
.ArialRgt
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
.ArialLft
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
.ArialCtrBold
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
.ArialRgtBold
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
.ArialLftBold
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
.ArialCtrUnd
{
    TEXT-DECORATION: underline;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
.ArialRgtUnd
{
    TEXT-DECORATION: underline;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
.ArialLftUnd
{
    TEXT-DECORATION: underline;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
.ArialLftItal
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE: italic;
    TEXT-ALIGN: left
}
.ArialCtrItal
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE: italic;
    TEXT-ALIGN: center
}
.ArialRgtItal
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
.ArialJust
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: justify
}
.ArialJustItal
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE: italic;
    TEXT-ALIGN: justify
}
.ArialJustUnd
{
    TEXT-DECORATION: underline;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: justify
}
.ArialJustBold
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: justify
}

*/
'*--------------------------------------------------------------------------------*
'* Button Styles
'*--------------------------------------------------------------------------------*
*/
INPUT.button 
{
    width: 80px;
    font-family: Arial;
    height: 25px
	background-color: #6699cc;
	border-color: #99ccff;
	color: #FFFFFF;
}
/*
'*--------------------------------------------------------------------------------*
'* Listview Styles
'*--------------------------------------------------------------------------------*
*/
.listview 
{
	cursor: default;
	background-color: white;
	border-style: outset;
	border-width: 1;
	border-color: #C2B6A0;
}
.listview THEAD TD
{
	background-color: #C2B6A0;
	color: white;
/*
	border-style: outset;
*/
	border-width: 2;
	border-color: #ECE9D8;
}
.listview2 
{
	border-style: none;
	cursor: default;
	background-color: white;
	border-width: 1;
	border-color: #ECE9D8;
}

.listview2 TD
{
	border-style: solid;
	border-width: 1;
	border-color: #ECE9D8;
	font-family: Arial;
	font-size: 7pt;
}
.listview3 
{
	cursor: default;
	background-color: white;
	border-style: none;
	border-width: 0;
}

.listview3 TD
{
	font-family: Arial;
	font-size: 10pt;
}
/*
'*--------------------------------------------------------------------------------*
'* Form Styles
'*--------------------------------------------------------------------------------*
*/
.raisedform
{
	background-color: #ECE9D8;
	border-style: outset;
	border-width: 2;
	border-color: #c2b6a0;
	z-index: 1;
}
/*
'*--------------------------------------------------------------------------------*
'* Tabstrip Styles
'*--------------------------------------------------------------------------------*
*/
.tabstrip TD.tabhead, .tabstrip TD.tabheadselected 
{
	padding: 0 10 5 10;
	cursor: default;
	border-width: 2 2 0 2;
	border-style: outset;
	position: relative;
}

.tabstrip TD.tabhead 
{
	top: 5;
	z-index: 0;
	background-color: #c2b6a0;
	border-color: #c2b6a0;
	color: white;
}

.tabstrip TD.tabheadselected 
{
	padding-top: 1;
	top: 2;
	z-index: 2;
	background-color: #ECE9D8;
	border-color: #c2b6a0;
	font-weight: bold;
}

.tabstrip #tdtabcontents 
{
	background-color: #ECE9D8;
	border-style: outset;
	border-width: 2;
	border-color: #ECE9D8;
	z-index: 1;
	position: relative;
}


