/*---------------------------------------------------------------------------
 * Index Page CSS
 *---------------------------------------------------------------------------*/

body.IndexPage {
	background-color: #4A4F5F;
}

#BackgroundFade {
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url('BFImages/BackgroundFade.png');
	background-position: center;
	background-repeat: repeat-y;
}

div.TopLevelElement {
	width: 800px;
	
	/* center on page */
	margin-left: auto;
	margin-right: auto;
}


/* Banner Panel
 *---------------------------------------------------------------------------*/

#BannerPanel {
	height: 80px;
	background-image: url(BFImages/TitleImage.png);
	text-indent: 30px;
}

#BannerPanel h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 80px;		/* allows it to be centered in banner div (height:80px) */
}

#BannerPanel h1,
#BannerPanel a,
#BannerPanel a:visited {
	color: white;
}

#BannerPanel a {
	text-decoration: none;
}



/* Toolbar Panel
 *---------------------------------------------------------------------------*/

#ToolbarPanel {
	height: 25px;
	background-color: #6C8C8B;
}

#ToolbarPanel a {
	text-decoration: none;
}

table#ToolbarTable {
	width: 100%;
/*	height: 100%;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

/* IE requires this...
#ToolbarTable form,
#ToolbarTable input {
	margin: 0px;
	padding: 0px;
}
*/

#ToolbarTable form {
	margin: 0px;
	padding: 0px;
}

#ToolbarTable input {
	display: block;
}

table#ToolbarTable,
table#ToolbarTable a,
table#ToolbarTable a:visited {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}



td#UserIdColumn {
	width: 140px;
	height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#UserIdColumn .UserClass_Developer {
	color: #3B3178;
}

#UserIdColumn .UserClass_Moderator {
	color: yellow;
}

#UserIdColumn .UserClass_User {
	color: white;
}



td#SearchBarColumn {
	text-align: center;
}

td#UserLoginColumn {
	width: 140px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

table#SearchBarTable {
	width: 500px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	border-collapse: collapse;
}

table#SearchBarTable td {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}

.SearchBarControl {
	margin: 0px;

	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

input.SearchBarInput {
	width: 150px;
	border: 1px solid #0F4C51;
	background-color: white;
}

select.SearchBarComboBox {
	width: 80px;
	border: 1px solid #0F4C51;
	background-color: white;
}

input.SearchBarInput:focus,
select.SearchBarComboBox:focus {
    background-color: #FFFFCC;
}

input.SearchBarButton {
	width: 75px;
	margin: 0px;
	padding: 1px 5px 0px 5px;

	border: 1px solid #0F4C51;
    background-color: #EEEEFF;
	background-image: url('BFImages/SearchIcon.png');
	background-position: 4px center;
	background-repeat: no-repeat;

	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;		/* hack for IE */
	text-indent: 20px;
}

input.SearchBarButton:focus,
input.SearchBarButton:hover {
    background-color: #CCFFCC;
}






/* Layout Panel
 *---------------------------------------------------------------------------*/

#LayoutPanel {
	position: relative;
}

table#LayoutTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table#LayoutTable td {
	margin: 0px;
/*	border: 0px; */
	border-collapse: collapse;
/*	vertical-align: top; */
}

table#LayoutTable td#NavColumn {
	width: 150px;
	padding: 0px;
	background-color: #0F4C51;
	vertical-align: top;
}

table#LayoutTable td#ContentColumn {
	padding: 0px 15px 10px 15px;
	background-color: #E6F0EF;
	vertical-align: top;
}

table#LayoutTable td#AdColumn {
	width: 150px;
	padding: 0px;
	background-color: #CBCEC3;
	vertical-align: top;
}


/* Main > Nav
 *---------------------------------------------------------------------------*/

#MenuLayout {
	margin: 0px;
	padding: 0px 0px 400px 0px;
	border: 0px;
}

#MenuLayout h1 {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	border: 0px;
	border-bottom: 1px solid black;
	background-color: #4A8C8B;
	
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

ul.NavMenu {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: 0px;
	list-style-type: none;
}

ul.NavMenu li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;

	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.NavMenu a {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	border: 0px;
	display: block;
	
	text-decoration: none;
	color: white;
}

ul.NavMenu a:hover {
	background: white;			/* hack for IE */
	background-color: white;
	text-decoration: none;
	color: blue;
}



/* Main > Content
 *---------------------------------------------------------------------------*/

#ContentColumn {
	font-family: /*tahoma,*/ verdana, sans-serif;
	color: black;
}
/*
#ContentColumn a {
	color: navy;
	text-decoration: none;
}

#ContentColumn a:hover {
	color: blue;
	text-decoration: none;
}
*/
#ContentColumn a.ExpandableSection-link {
	color: #5E5E5E;
	font-size: xx-small;
	text-decoration: none;
}

#ContentColumn a:hover.ExpandableSection-link {
	color: blue;
	font-size: xx-small;
	text-decoration: none;
}


/* Main > Welcome Notice
 *---------------------------------------------------------------------------*/

#WelcomeNotice h1 {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
}

#WelcomeNotice h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

#WelcomeNotice p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}


/* Main > Passage of the Day
 *---------------------------------------------------------------------------*/

#PassageOfTheDay h1 {
	margin: 10px 0px 0px 0px;
	font-size: 20px;
}

#PassageOfTheDay h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

#PassageOfTheDay h3 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}


/* Disclaimer
 *---------------------------------------------------------------------------*/

#Disclaimer {
	margin: 0px 0px 15px 0px;
}

#Disclaimer h1 {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
}

#Disclaimer p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
}
 
div.DisclaimerDiv {
	background-color: #DFDFFF;
	font-size: 12px;
}







/* Footer Panel
 *---------------------------------------------------------------------------*/

#FooterPanel {
	height: 35px;
	padding: 8px 0px 0px 0px;
	background-color: #6C8C8B;
}

#FooterPanel p {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-align: center;
	
	font-size: 11px;
	font-weight: bold;
	color: black;
}



/*
 *---------------------------------------------------------------------------*/

/* Bible Passage Section */

#BiblePassageSection {
	margin: 0px 0px 15px 0px;
}

.PassageReference {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

div.PassageDiv {
	background-color: white;
	font-size: 12px;
}


/* Bible Verse */

p.BFBibleVerse {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

span.BFBibleVerseReferenceText {
	vertical-align: super;		/* superscript */
	color: black;
	font-size: 9px;
	font-weight: bold;
}

span.BFBibleVerseText {
	color: black;
}



/* Footnotes */

#FootnotesSection h1 {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
}

#FootnotesSection p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

div.CategoryBlock {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

div.FootnotesDiv {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: white;
}

span.BFFootnoteTitle {
	font-weight: bold;
}

span.BFFootnoteText {
	color: black;
}

p.NoFootnotesMessage {
	font-weight: bold;
}



/* Content Pages
 *---------------------------------------------------------------------------*/

div.ContentPage {
	margin: 0px 10px 40px 0px;
	padding: 15px 0px 0px 0px;
}

div.ContentPage h1,
div.ContentPage h2 {
	margin: 0px 0px 20px 0px;
}

div.ContentPage h1 {
	font-size: 24px;
}

div.ContentPage h2 {
	font-size: 20px;
}

div.ContentPage p {
	font-size: 12px;
}

div.ContentPage div.SubSection h1.SubSectionTitle {
	margin: 40px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #0F4C51;
	
	font-size: 18px;
	font-weight: bold;
}

div.ContentPage div.TitledBlock h1.TitledBlockTitle {
	margin: 0px;
	padding: 0px;
	border: 0px;

	font-size: 12px;
	font-weight: bold;
}

div.ContentPage div.TitledBlock p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;

	font-size: 12px;
}





/* News Page
 *---------------------------------------------------------------------------*/

/* News Page Entry */
 
#NewsPage div.BFNewsPageEntry {
	margin: 0px 0px 30px 0px;
}
 
#NewsPage div.BFNewsPageEntry h1 {
	margin: 0px;

	font-size: 18px;
	font-weight: bold;
}

#NewsPage div.BFNewsPageEntry h2 {
	margin: 10px 0px 5px 0px;
	
	font-size: 12px;
	font-weight: bold;
}

#NewsPage div.BFNewsPageEntry h2 span.important {
	color: red;
}

#NewsPage div.BFNewsPageEntry p {
	margin: 0px 0px 10px 0px;
	
	text-align: justify;
	font-size: 12px;
	font-weight: none;
	line-height: 16px;
}
 
/* News Page Entry Example */
 
#NewsPage div.NewsPageEntryExample {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#NewsPage div.NewsPageEntryExample table {
	border: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#NewsPage div.NewsPageEntryExample th,
#NewsPage div.NewsPageEntryExample td {
	border: 1px solid #666666;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

#NewsPage div.NewsPageEntryExample th {
	background-color: #CCCCFF;
	padding: 2px;
}

#NewsPage div.NewsPageEntryExample td {
	background-color: #FFFFFF;
	padding: 4px 2px 4px 8px;
}

 
/* BugReporter / SuggestionBox Page
 *---------------------------------------------------------------------------*/

#BugReporterPage p,
#BugReporterPage li,
#SuggestionBoxPage p,
#SuggestionBoxPage li {
	font-size: 12px;
	line-height: 16px;
}

#BugReporterPage h2.ListTitle,
#SuggestionBoxPage h2.ListTitle {
	margin: 15px 0px 0px 0px;
	font-size: 12px;
}

#BugReporterPage ul,
#SuggestionBoxPage ul {
	margin: 0px 0px 0px 0px;
}

div#SuggestionBoxPrologue {
	margin: 0px 0px 30px 0px;
}

div#SuggestionBoxPrologue ul,
div#SuggestionBoxPrologue li {
	margin-left: 20px;
	padding-left: 0px;
}

 
 


/* Help Page
 *---------------------------------------------------------------------------*/

#HelpPage p,
#HelpPage ol {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

#HelpPage ol,
#HelpPage li {
	margin-left: 20px;
	padding-left: 0px;
}



/* FIX THESE!
 *---------------------------------------------------------------------------*/

/* About Page Content */

#AboutPage h2,
#AboutPage h3,
#AboutPage h4 {
	margin: 0px 0px 10px 0px;
}

#AboutPage h2 {
	font-size: 22px;
	font-weight: bold;
}

#AboutPage h3 {
	font-size: 18px;
	font-weight: bold;
}

#AboutPage h4 {
	font-size: 14px;
	font-weight: bold;
}

#AboutPage p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

#AboutPage li {
	padding: 0px 10px 0px 0px;
	text-align: justify;
	font-size: 12px;
}

#AboutPage ol li {
	margin: 0px;
	padding: 0px 10px 15px 0px;
	text-align: justify;
	font-size: 12px;
}

#AboutPage a {
	text-decoration: underline;
	color: #002bb8;
	background: none;
}
#AboutPage a:visited {
	/*color: #5a3696;*/
	color: #002bb8;
}
#AboutPage a:active {
	color: #faa700;
}
#AboutPage a:hover {
	/*text-decoration: underline;*/
	color: blue;
}





/* BEGIN TOC ----------------------------*/

ul.BFAboutPageTableOfContents,
ul.BFAboutPageTableOfSubContents {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
	
	font-size: 12px;
	font-weight: bold;
	color: black;
}

li.BFAboutPageTOCItems {
	padding-bottom: 0.2em;
}

ul.BFAboutPageTableOfSubContents {
	padding-bottom: 0.5em;
}

li.BFAboutPageTOCItems2 {
	padding-bottom: 0em;
}

/* END TOC ----------------------------*/



#AboutPage div.AboutContentItem {
	margin: 10px 15px 24px 15px;
	padding: 0px;
}

#AboutPage div.AboutContentItem h1 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	
	font-size: 12px;
	font-weight: bold;
}

#AboutPage div.AboutContentItem p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	font-size: 12px;
	font-weight: none;
}

#AboutPage div.ContributionExample {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	
	padding: 5px 15px 5px 15px;
	margin-left: 20px;
	margin-right: 20px;
	
	text-align: justify;
	font-size: 12px;
	font-weight: none;
}

#AboutPage div.CrossReferenceExample {
	margin: 10px 20px 10px 20px;
	
	text-align: justify;
	font-size: 12px;
	font-weight: none;
}





/* Navigator Bar
 *---------------------------------------------------------------------------*/

div.NavigatorBar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #6C8C8B;
	
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: white;
}

div.HeaderNavigatorBar {
	border: 0px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

div.FooterNavigatorBar {
	border: 0px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}


 
div.NavigatorBar table.NavigatorBarLayout {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

div.NavigatorBar td {
	margin: 0px;
	padding: 2px;
}

div.NavigatorBar td.StatusColumn {
	text-align: left;
	font-weight: bold;
}

div.NavigatorBar td.PageIndexColumn {
	text-align: right;
}

div.NavigatorBar span.CurrentPage {
	font-weight: bold;
	color: yellow;
}

div.NavigatorBar a,
div.NavigatorBar a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}



/* Recent Footnotes Page */

div.BFRecentFootnote {
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
}

div.BFRecentFootnote p.PassageReference {
	font-size: 12px;
	font-weight: bold;
}

div.BFRecentFootnote p.PassageText {
	font-size: 12px;
	font-weight: none;
	text-align: justify;
}

div.BFRecentFootnote p.Footnote {
	font-size: 12px;
	font-weight: none;
	text-align: justify;
}


/* Login Page
 *---------------------------------------------------------------------------*/

div.LoginPageSection {
	margin: 0px 0px 30px 0px;
}

form.LoginForm table.LoginFormLayoutTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

form.LoginForm table.LoginFormLayoutTable td {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border: 0px;
}

form.LoginForm table.LoginFormLayoutTable td.Label {
	margin: 0px;
	padding: 2px 20px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

form.LoginForm input.TextField {
	margin: 0px 5px 0px 5px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #0F4C51;
	background-color: white;
}

form.LoginForm input.TextField:focus {
	background-color: #FFFFCC;
}

form.LoginForm input.SubmitButton {
	margin: 10px 4px 10px 4px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #0F4C51;
	background-color: white;

	font-weight: bold;
}

form.LoginForm input.SubmitButton:focus,
form.LoginForm input.SubmitButton:hover {
	background-color: #CCFFCC;
}

div.LoginPageSection h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #0F4C51;
}

div.LoginPageSection table.IconLayoutTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

div.LoginPageSection table.IconLayoutTable td.Icon {
	margin: 0px;
	padding: 2px 8px 2px 2px;
	vertical-align: middle;
}

div.LoginPageSection table.IconLayoutTable td.Icon img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.LoginPageSection table.IconLayoutTable td p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}















/* UserInfo Page
 *---------------------------------------------------------------------------*/

#UserInfoPage #UserInfoSection {
	margin: 20px 0px 30px 0px;
}

table.UserInfoTable {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-collapse: collapse;
	padding: 0px;
}

table.UserInfoTable th {
	padding: 2px 4px 2px 4px;
	border: 1px solid #666666;

	background-color: #D1DBDF;
	background-position: 4px center;
	background-repeat: no-repeat;
	text-indent: 24px;
	
	text-align: left;
	font-size: 12px;
}

table.UserInfoTable th.User {
	background-image: url('BFImages/UserIcon.png');
}

table.UserInfoTable th.Moderator {
	background-image: url('BFImages/ModeratorIcon.png');
}

table.UserInfoTable th.Developer {
	background-image: url('BFImages/DeveloperIcon.png');
}

table.UserInfoTable td {
	border: 1px solid #666666;
	padding: 2px 4px 2px 4px;
	
	font-size: 12px;
}

table.UserInfoTable td.Key {
	width: 100px;
	background-color: #E9E9E9;
	font-weight: bold;
}

table.UserInfoTable td.Value {
	width: 200px;
	background-color: #FFFFFF;
	font-weight: normal;
}



/* Registrar
 *---------------------------------------------------------------------------*/

div.RegistrarFormDiv div {
	margin: 0px 0px 20px 0px;
}
 
form.RegistrarForm table.FormLayoutTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

form.RegistrarForm table.FormLayoutTable td {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border: 0px;
}

form.RegistrarForm table.FormLayoutTable td.RequiredField {
	margin: 0px;
	padding: 0px 2px 0px 0px;
}

form.RegistrarForm table.FormLayoutTable td.Label {
	margin: 0px;
	padding: 2px 10px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

span.RequiredFieldIndicator {
	font-size: 10px;
	font-weight: bold;
	color: red;
}

#RequiredFieldNotice p {
	font-size: 10px;
	font-weight: bold;
}

form.RegistrarForm input {
	border: 1px solid #000066;
}

form.RegistrarForm input:focus {
	background-color: #FFFFCC;
}

form.RegistrarForm input.SubmitButton {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #EEEEFF;
	font-weight: bold;
}

form.RegistrarForm input.SubmitButton:focus,
form.RegistrarForm input.SubmitButton:hover {
	background-color: #CCFFCC;
}

#RegistrationConfirmation {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #000066;
	background-color: #FFFFFF;
	
	font-size: 12px;
	text-align: justify;
}

#RegistrationConfirmation p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}



/* Email Forms
 *---------------------------------------------------------------------------*/

div.FormDiv {
	margin: 0px 0px 40px 0px;
	padding: 10px 10px 0px 10px;
}

div.FormDiv form {
	margin: 0px;
	padding: 0px;
}

div.FormDiv div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

div.FormDiv div h1 {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	
	font-size: 12px;
	font-weight: bold;
}

div.FormDiv input,
div.FormDiv textarea {
	border: 1px solid #000066;
	font-weight: bold;
}

div.FormDiv input:focus,
div.FormDiv textarea:focus {
	background-color: #FFFFCC;
}

div.FormDiv input.SendEmailButton {
	width: 70px;
	margin: 0px;
	padding: 0px 5px 0px 5px;

	border: 1px solid #000066;
    background-color: #EEEEFF;
	background-image: url('BFImages/MailIcon.png');
	background-position: 4px center;
	background-repeat: no-repeat;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;		/* hack for IE */
	text-indent: 20px;
}

div.FormDiv input.SendEmailButton:focus,
div.FormDiv input.SendEmailButton:hover {
	background-color: #CCFFCC;
}


/* MAYBE.... */

div.FormDiv table.FormLayoutTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
}

div.FormDiv table.FormLayoutTable td {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border: 0px;
}

div.FormDiv table.FormLayoutTable td.CheckBox {
	vertical-align: top;
}

div.FormDiv input.SubmitButton {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #EEEEFF;
}

div.FormDiv input.SubmitButton:focus,
div.FormDiv input.SubmitButton:hover {
	background-color: #CCFFCC;
}






/* LinkTip (formerly known as Floaties)
 *---------------------------------------------------------------------------*/

a.LinkTip {
	color: black;
	text-decoration: none;
}

#LinkTipDiv {
	position: absolute;
	left: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: 1px solid black;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	z-index: 100;

	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: black;
}



/* User Directory
 *---------------------------------------------------------------------------*/

table.UserDirectoryTable {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.UserDirectoryTable th {
	padding: 2px 4px 2px 4px;
	border: 1px solid #666666;

	background-color: #D1DBDF;
	background-position: 4px center;
	background-repeat: no-repeat;
	
	text-align: left;
	font-size: 12px;
}

table.UserDirectoryTable td {
	margin: 0px;
	padding: 2px;

	border: 1px solid #666666;
	border-collapse: collapse;

	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
}


/* Deletion Request Page
 *---------------------------------------------------------------------------*/

div.DeletionRequest {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
	background-color: white;
	
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
}

div.DeletionRequest table.DeletionRequestInfoTable {
	margin: 0px 0px 5px 0px;
}

div.DeletionRequest table.DeletionRequestInfoTable,
div.DeletionRequest table.DeletionRequestInfoTable td {
	border: 0px;
	border-collapse: collapse;
}

div.DeletionRequest table.DeletionRequestInfoTable td.Key {
	padding: 2px 10px 2px 0px;
	font-weight: bold;
}

div.DeletionRequest table.DeletionRequestInfoTable td.Value {
	padding: 2px 4px 2px 4px;
}

div.DeletionRequest h1 {
	margin: 5px 0px 2px 0px;
	padding: 0px;
	font-size: 12px;
}

div.DeletionRequest p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.DeletionRequest div.DeletionRequestReasonInfo {
	margin: 0px;
	border-bottom: 1px solid #666666;
	background-color: #D1DBDF;
}

div.DeletionRequest div.DeletionRequestReasonInfo,
div.DeletionRequest div.DeletionRequestFootnote {
	padding: 4px;
}









/* DEBUG
 *---------------------------------------------------------------------------*/

body {
	font-family: sans-serif;
	color: red;
	font-size: 10px;
/*	background-color: #AAAAFF; */
}








