/* Default CSS Stylesheet for a new Web Application project */

body
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 0.6em;
	padding-bottom: 0px;
	margin: -1px 0px 0px 0px;
	word-spacing: normal;
	text-transform: none;
	line-height: 14pt;
	padding-top: 0px;
	font-family: Helvetica,Verdana,sans-serif;
	letter-spacing: normal;
	
	background-color: #fff;
	background-image: url(Images/gradient.gif);
	background-attachment: fixed;
	background-position:bottom;
	background-repeat: repeat-x;


	
}

/* 
A:link	{	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#3333cc;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/

.bulletImg
{
	margin-left:5px;	
}

	
.HelpLink
{
	color:#000000;
	font-family:Verdana, Arial, Courier New;
	font-size: 9pt;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:Black;
	text-decoration:none;
}
.HelpLink A
{
	color:#000000;
	font-family:Verdana, Arial, Courier New;
	font-size: 9pt;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:Black;
	text-decoration:none;
}
.HelpLink A:visited
{
	color:#000000;
	font-family:Verdana, Arial, Courier New;
	font-size: 9pt;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:Black;
	text-decoration:none;
}
.HelpLink A:active
{
	color:#000000;
	font-family:Verdana, Arial, Courier New;
	font-size: 9pt;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:Black;
	text-decoration:none;
}
.HelpLink A:hover
{
	color:#000000;
	font-family:Verdana, Arial, Courier New;
	font-size: 9pt;
	border-bottom-style: dashed;
	border-bottom-width:1px;
	border-bottom-color:Black;
	background-color:infobackground;
	cursor:help;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}
	
LI
{
	font-size: 10pt;
	line-height: 8pt;
	font-family: Verdana, Arial ;
	list-style-type: square;
	margin-top:4px;
	margin-left:0px;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-top: 4px;
}

UL LI
{
	font-size: 10pt;
	line-height: 8pt;
	font-family: Verdana, Arial ;
	list-style-type: square;
	margin-top:4px;
	margin-left:0px;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}

.RadioButtonList
{
	margin-left:0px;
	font-size: 9pt; 
	font-family: Verdana, Arial;
}
.DropDownList
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}
.InputTextBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	height:20px;
}
.OutputTextBox
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
}
.ListBox
{
	font-size: 9pt;
	left: 2pt;
	margin-left: 2pt;
	font-family: Verdana, Arial;
	background-color: #EFE3B9;
}

.CheckBox
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.CheckBoxList
{
	font-size: 8pt;
	font-family: Verdana, Aria;
	/* border:solid 1px black; */
	line-height:10pt;
	padding-bottom:4px;
	padding-top: 4px;
}

.H1Label
{
	font-size: 16pt;
	font-weight: bold;
	font-family:Verdana, Arial, Times New Roman;
	position: relative;
	line-height: 14pt;
	
}
.H2Label
{
	font-size: 15pt;
	/* font-weight: bold; */
	font-family: Verdana, Arial, Times New Roman;
	margin-right: 3px;
	position: relative;
	line-height: 14pt;
}
.H3Label
{
	font-size: 13pt;
	/* font-weight: bold;*/
	margin-right: 3px;
	font-family: Verdana, Arial, Times New Roman;
	position: relative;
	line-height: 14pt;
}
.H4Label
{
	font-size: 11pt;
	margin-right: 3px;
	font-family: Verdana, Arial, Times New Roman;
	position: relative;
}
.H5Label
{
	font-size: 9pt;
	margin-right: 1px;
	font-family: Verdana, Arial, Times New Roman;
}
.H6Label
{
	font-size: 8pt;
	margin-right: 1px;
	font-family: Verdana, Arial, Times New Roman;
	position: relative;
}


.FooterLabel
{
	font-size: 8pt;
	color: #666666;
	line-height: 12pt;
	font-style: italic;
	font-family: Verdana, Arial;
}


.ErrorLabel
{
	padding-right: 2px;
	font-size: 10pt;
	right: 2px;
	left: 2px;
	margin-left: 2px;
	color: Red;
	margin-right: 2px;
	font-family: Verdana,Arial, 'Times New Roman';
}
.SuccessLabel
{
	font-size: 11pt;
	/* font-weight:bold; */
	left: 2px;
	right: 2px;
	color: #008000;
	font-family: Verdana,Arial, 'Times New Roman';
}

.BlueLabel
{
	padding-right: 2px;
	font-size: 10pt;
	right: 2px;
	left: 2px;
	margin-left: 2px;
	color:Blue;
	margin-right: 2px;
	font-family: Verdana,Arial, 'Times New Roman';
}

.GrayLabel
{
	padding-right: 2px;
	font-size: 9pt;
	font-weight: bold;
	right: 2px;
	left: 2px;
	margin-left: 2px;
	color: Gray;
	margin-right: 2px;
	font-family: Verdana,Arial, 'Times New Roman';
}

.OutputLabel
{
	font-size: 10pt;
	left: 4px;
	margin-right: 3px;
	font-family: Verdana, Arial;
}
.InstructionLabel
{
	font-weight: bold;
	font-size: 10pt;
	right: 2px;
	left: 2px;
	width: 99%;
	color: #0000cc;
	font-family: Verdana,Arial, 'Times New Roman';
}
.SmallErrorLabel
{
	font-size: 8pt;
	color: Red;
	font-family: Verdana,Arial, 'Times New Roman';
}
.TinyErrorLabel
{
	font-size: 7pt;
	color: Red;
	font-family: Verdana,Arial, 'Times New Roman';	
}

P
{
	font-size: 9pt;
	line-height: 14pt;
	margin-right:2px;
	font-family:  Verdana, Arial, 'Times New Roman';
}

.LinkButton
{
	font-size: 9pt;
	font-family:  Verdana,Arial;
	text-decoration: underline;
}



.DeleteButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9pt;
	margin-left: 20px;
	border-left: black 1px solid;
	cursor: pointer;
	font-style:oblique;
	margin-right: 1px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color:Transparent;
}
.CancelButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9pt;
	margin-left: 20px;
	border-left: black 1px solid;
	cursor: auto;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color:Transparent;
	font-style:italic;
}
.SmallButton
{
	font-size: 7pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	cursor: pointer;
	
	background-image: url(Images/PrimaryButtonCenter.gif);
	background-position: left top;
	background-repeat: repeat;
	
	border-right: black solid 1px;	
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-bottom: black solid 1px;
}

.SubmitButton
{
	border-right: black solid 1px;	
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-bottom: black solid 1px;
	
	font-weight: bold;
	font-size: 9pt;
	background-image: url(Images/PrimaryButtonCenter.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-left: 1px;
	
	cursor: pointer;
	margin-right: 1px;
	
	
	font-family: Verdana, Arial;
}

.ImageButton
{
	margin-left: 3px;
	margin-right: 3px;
}


.Content P
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
	padding-bottom: 0px;
	margin: 0px 0px 0px 5px;
	line-height: 14pt;
	padding-top: 0px;
	font-family: Verdana, Arial, 'Times New Roman';
}


/* ======== Drop Down Menu Style =============== */
.DropDownMenuRow
{
	padding:0px 0px 0px 5px;
}
.DropDownMenu
{
	font-size: 9pt;
	font-weight: bold; 
	cursor: default;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	color:#666666;
}
.DropDownSubMenu
{
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.MouseOverStyle
{
	background-color: #cccccc;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}
.MouseUPStyle
{
	background-color: #cccccc;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.MouseDownStyle
{
	background-color: #cccccc;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}


.SelectedMenuItemStyle 
{
	font-weight:bold; 
	color:Black; 
	border-style:solid;
	border-width:1px;
	border-color:Black;
}
.UnselectedMenuItemStyle
{
	font-weight:bold; 
	color:#CCCCCC; 
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

#ClientHeader
{
	background:url(Images/church.jpg) no-repeat left top;
	height:160px;
}

.Footer
{
	border-top-style:dashed;
	border-top-color:Black;
	border-top-width:1px;
	margin-top:10px;
	font-size: 8pt;
	color: #006600;
	line-height: 14pt;
	font-family: Verdana, Arial, Times New Roman;
	padding:0px 0px 0px 5px;
}
.Footer A
{
	color: #006600;
	font-size:9pt;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#006600;
	text-decoration:none;
}
.Footer A:active
{
	color: #006600;
	font-size:9pt;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#006600;
	text-decoration:none;
}
.Footer A:visited
{
	color: #006600;
	font-size:9pt;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#006600;
	text-decoration:none;
}
.Footer A:hover
{
	color: #006600;
	font-size:9pt;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#006600;
	text-decoration:none;
}

/* ========End of Drop Down Menu Style =========== */


.TableHeader
{
	font-size: 11pt;
	color: #666666;
	line-height: 14pt;
	margin-right: 3px;
	font-family: Verdana, Arial, Times New Roman;
	background-color: #f5f5f5;
}
.TableHeader A
{
	color: #003399;
	font-size:12pt;
	margin-left:1px;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:Black;
	text-decoration:none;
}
.TableHeader A:visited
{
	color: #003399;
	font-size:12pt;
	margin-left:1px;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:Black;
	text-decoration:none;
}
.TableHeader A:active
{
	color: #003399;
	font-size:12pt;
	margin-left:1px;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:Black;
	text-decoration:none;
}
.TableHeader A:hover
{
	font-size:12pt;
	color: firebrick;
	background-color:#EFE3B9;
	margin-left:1px;
	font-family:Verdana, Arial, Times New Roman;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:Black;
	text-decoration:none;
	
}
.TableHeaderLabel
{
	font-size: 11pt;
	font-weight:bold;
	color: #ffffff;
	line-height: 14pt;
	margin-right: 3px;
	font-family: Verdana, Arial, Times New Roman;
	position: relative;
}
.DisplayTable
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 10pt;
	border-left: #6699cc 1px solid;
	color: #003399;
	/* line-height: 18pt; */
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Arial, 'Times New Roman';
}

.DisplayTable a
{
	font-size: 9pt;
	color: #003399;
	line-height: 16pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTable a:active
{
	font-size: 9pt;
	color: #003399;
	line-height: 16pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTable a:visited
{
	font-size: 9pt;
	color: #003399;
	line-height: 16pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTable a:hover
{
	font-size: 9pt;
	color: #003399;
	line-height: 16pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:underline;
}
.DisplayTableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Arial, 'Times New Roman';
	background-color: #E2EAF8;
	text-decoration: none;
}
.DisplayTableHeader a
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTableHeader a:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTableHeader a:active
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:none;
}
.DisplayTableHeader a:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	font-family: Verdana, Arial, 'Times New Roman';
	text-decoration:underline;
}
.DisplayTableHeader img
{
	margin-left:5px;
}
.DataEntryTable
{
	background-color: whitesmoke;
}
.ArticleTable
{
	font-size: 14pt;
	line-height: 18pt;
	font-family: Verdana, Arial, 'Times New Roman';
}

.dgGeneral
{
	font-size: 9pt;
	font-family: Verdana, Arial, Times New Roman;
	line-height: 16pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;	
	vertical-align: top;
	margin:2px 0px 2px 0px;
}
.dgGeneral A
{
	font-weight: bold;
	font-size: 8pt;
	color: #696969;
	text-decoration: underline;
}
.dgGeneral A:visited
{
	font-size: 8pt;
	color: #696969;
	text-decoration:underline;
	font-weight:bold;

}
.dgGeneral A:active
{
	font-size: 8pt;
	color: #696969;
	text-decoration:underline;
	font-weight:bold;

}
.dgGeneral A:hover
{
	font-size: 8pt;
	color: #696969;
	text-decoration:underline;
	cursor:pointer;
	font-weight:bold;

}
.dgHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	background-color: #f5f5f5;
}
.dgHeader img
{
	margin: 0px 0px 0px 2px;
}
.dgHeader A
{
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}
.dgHeader A:visited
{
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}
.dgHeader A:active
{
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}
.dgHeader A:hover
{
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}
.dgFooter
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: underline;
	background-color:#ffffff;
	
}
.dgAlternatingItem
{
	vertical-align: top;
	background-color: infobackground;
}
.dgEditItem
{
	font-weight: bold;
	vertical-align:top;
	background-color:#ffffff;
}
.dgItem
{
	vertical-align:top;
	background-color:#ffffff;
}
.dgPager
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: bottom;
	color: #808080;
	margin-right: 3px;
	background-color:#ffffff;
}
.dgPager A
{
	font-size: 12pt;
	color: #808080;
	text-decoration: underline;
}
.dgPager A:link
{
	font-size: 12pt;
	color: #808080;
	text-decoration: underline;
}
.dgPager A:visited
{
	font-size: 12pt;
	color: #808080;
	text-decoration: underline;
}
.dgPager A:active
{
	font-size: 12pt;
	color: #808080;
	text-decoration: underline;
}
.dgPager A:hover
{
	font-size: 12pt;
	color: #808080;
	text-decoration: underline;
	cursor: pointer;
}

.dlGeneral
{
	font-size: 9pt;
	font-family: Verdana, Arial, Times New Roman;
	line-height: 16pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;	
	vertical-align: top;
	border:solid 1px #6699cc;
	margin:2px 0px 2px 0px;
}
.dlHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #003399;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Arial, 'Times New Roman';
	background-color: #E2EAF8;
	text-decoration: none;
}
.dlItem
{
	vertical-align:top;
	background-color:#ffffff;
}
.dlSeparator
{
	margin-top:2px;
	margin-bottom:2px;
	background:url(Images/bullet.gif) repeat-x fixed top;
}
.DashedPanel
{
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-style: dashed;
	border-right-style: dashed;
	border-width: 1px;	
	margin-bottom: 15px;
}
.BorderedPanel
{
	border-right: #3399ff 1px solid;
	padding-right: 2px;
	border-top: #3399ff 1px solid;
	padding-left: 2px;
	border-left: #3399ff 1px solid;
	border-bottom: #3399ff 1px solid;
}
.TR_PageContent
{
	padding:1px 5px 1px 5px;
}
.TR_Commands
{
	background-color:Transparent;
}
.MenuColumn
{
	background-color: lightgrey;
}
#divHelpInfo
{
	background-color:#EFE3B9;
	font-family:Verdana, Arial, Times New Roman;
	font-size:9pt;
	width:360px;
	position:absolute;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	visibility:visible;
	z-index:1000;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip 
{
	BORDER-RIGHT: black 2px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: black 2px solid; 
	PADDING-LEFT: 2px; 
	Z-INDEX: 10000; 
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	VISIBILITY: hidden; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: black 2px solid; 
	WIDTH: 150px; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: black 2px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: lightyellow;
	font-family:Verdana, Arial, Times New Roman;
	font-size:9pt;
}
.InformationBar
{
	background-color: #ffffcc;
	font-family:Verdana, Arial, Times New Roman;
	font-size: 9pt;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	padding-left:2px;
	padding-top:4px;
	padding-right:2px;
	padding-bottom:4px;	
	line-height:12pt;
}


