﻿/* MISSING PERSONS ALERT REGISTRY STYLES */
/*
<!-- colors used in site:
    blue:    #5d7b9d
    green:   #4A9137
    orange:  #EB5D2A
	purple: #9B2631
-->    
*/
/* General Formatting */
*
{
	font-family: Arial;
	font-size: 12pt;
	color: #276121;
}
/* Attribute selector works in CSS2-compliant browsers (IE7/N6/O4) Only */
input[type="text"], input[type="password"], select, textarea
{
	border: 1px solid #4A9137;
}
.MparMasterTable td
{
	text-align: center;
}

a
{
	color: #9B2631;
}
hr
{
	color: #CCCCCC;
	height: 1px;
}
h1
{
	margin-top: 20px;
	font-size: 14pt;
	color: #EB5D2A;
}
h2
{
	font-size: 11pt;
	color: #EB5D2A;
	margin-bottom: 0px;
}
ul
{
	font-style: italic;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url("http://localhost/mpar/images/bullet_18.gif");
	color: #EB5D2A;
}
li
{
	margin: 10px 0px;
}
label, .FormLabel
{
	font-family: Arial;
	text-transform: uppercase;
	color: #EB5D2A;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
}
.button
{
	border: 1px solid #EB5D2A;
	color: #EB5D2A;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 2px;
}
.footer, .footer *
{
	font-size: 8pt;
	color: #4A9137;
	font-style: italic;
	text-align: center;
}
.PageHeading
{
	background-color: #4A9137;
	color: White;
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	width: 100%;
}
.DependentHeader
{
	color: #EB5D2A;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}
.DependentName
{
	font-weight: bold;
	font-size: 10pt;
}
.TableHeading
{
	background-color: #4A9137;
	padding: 5px;
	font-weight: bold;
}
.TableHeading td, .TableHeading th, .TableHeading td *, .TableHeading th *
{
	color: White;
	text-align: left;
	font-weight: bold;
	font-size:10px;
}
.TableRow
{
	color: #4A9137;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}
.TableAlternatingRow
{
	background-color: #E3E3E3;
}
.TableAlternatingRow td, .TableRow td 
{
	font-size:9pt;
}
.DetailViewCommandRow, .DetailViewCommandRow td, .DetailViewCommandRow a
{
	font-weight: bold;
	color: #276121;
}
.SectionHeader
{
	font-size: 18pt;
	color: #4A9137;
	margin-bottom: 20px;
}
#ContentContainer
{
	padding: 5px 5px;
}
.StandOutText
{
	color: #EB5D2A;
}
.ErrorMessage
{
	color: Red;
	font-weight: bold;
}
.ValidationSummary
{
	margin: 5px 0px;
	background-color: #FFCCCC;
	border: 1px dashed #FF0000;
	padding: 4px;
}
.ValidationSummary li
{
	color: #FF0000;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	margin: 0px 0px;
}
.Instructions, .Instructions *, .InstructionBlock
{
	color: #4A9137;
	font-weight: bold;
	font-size: 8pt;
	padding:10px;
}
.InstructionBlock
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.InstructionHeader
{
	color: #EB5D2A;
	font-weight: bold;
	text-transform: none;
}
.Instructions ul
{
	margin-top: 5px;
	margin-bottom: 0px;
}
.Instructions li
{
	font-style: italic;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url("http://localhost/mpar/images/bullet_18.gif");
	margin: 0px;
}
.SmallLink
{
	font-size: 8pt;
}
/* Add Dependent */
.imageContainer
{
	border: 4px solid #EB5D2A;
	width: 90%;
	padding: 2px;
	margin-bottom: 20px;
}
.FullPanel
{
	width: 100%;
	border:1px solid #4A9137;
	
}
#ContactDetailPanel
{
	padding: 5px;
	border: 2px solid #4A9137;
	background-color: #ABDA4D;
}
#ContactDetailPanel .SectionHeader
{
	font-size: 12pt;
	font-weight: bold;
}
.Wizard
{
	border: none;
	border: 1px solid #EB5D2A;
	border-top: none; /*border-right: none;*/
	padding: 20px 10px;
}
.WizardStepTitle
{
	font-weight: bold;
	color: #276121;
	text-align: left;
}
/* WizNav Control */
.WizNav
{
	margin-bottom: -3px;
	margin-top: 10px;
}
.WizNav a
{
	text-decoration: none;
	color: #4A9137;
}
.tab
{
	padding: 0px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
	color: #676767;
	cursor: pointer;
	cursor: hand;
	empty-cells: show;
}
.tabbutton
{
	cursor: hand;
	color: #4A9137;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #EB5D2A;
	border-bottom-color: #EB5D2A;
}
.selectedtabbutton, .disabledtabbutton
{
	border: 1px solid #EB5D2A;
	color: #EB5D2A;
	border-bottom: 0px;
	padding-bottom: 1px;
	font-weight: bold;
	text-align: center;
}
.selectedtabbutton a
{
	color: #EB5D2A;
}
.disabledtabbutton a
{
	color: #CCCCCC;
}
.tab_hover
{
	background-color: #3366cc;
	color: #ffffff;
	border-top-color: #3366cc;
	border-left-color: #3366cc;
	border-right-color: #3366cc;
}
.tabspacer
{
	width: 4px;
	border-bottom: 1px solid #EB5D2A;
}
.tabend, .tabbegin
{
	width: auto;
	border-bottom: 1px solid #EB5D2A;
}
/* SPECIAL CONTENT STYLES */
/* Home Page */
.MissionStatement, .MissionStatement p
{
	font-family: Arial;
	color: #4A9137;
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
	text-align: left;
}
/* FAQ */
.question
{
	font-weight: bold;
	text-align: left;
}
.answer
{
	font-weight: normal;
	text-align: left; /*margin-left: 20px;*/
	margin-bottom: 20px;
}

/* Login */
#login
{
	float: right;
	padding: 10px 10px;
	margin: 0 0 0 10px;
	width: 243px;
}
.LoginTitleText
{
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	text-align: left;
}
.LoginView
{
	padding: 5px;
}
.LoginView td, .LoginView p, .LoginView ul
{
	color: #276121;
	font-style: italic;
}
.LoginView ul
{
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: none;
}
.LoginView tr.LoginViewHeader
{
	background-color: #4A9137;
}

.LoginView tr.LoginViewHeader td
{
	text-transform: uppercase;
	font-style: normal;
	color: White;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.LoginView tr.LoginViewContent
{
	background-color: #ABDA4D;
}
.LoginView tr.LoginViewContent td
{
	padding: 5px;
}
