﻿body 
{
	font-family: Arial;
	font-size: 10pt;
}

/* anchor tag styles */
A
{
	color:#408080;
}

A:link
{
	font-family:Arial;
	color:#408080;
}
A:visited
{
	font-family:Arial;
}

/* FeedbackFrom.aspx */
.FeedbackTextBox, .FeedbackDropDownList
{
	width: 500px;
}
.FeedbackTextBox
{
	height:170px;
}

/* PrayerSignup.aspx */
.PrayerTopicSelectListBox, .PrayerTopicSelectDropDownList, .PrayerTopicSelectGrid, .PrayerTopicSectionWidth
{
	width: 500px;
}
.PrayerTopicSelectListBox
{
	height: 170px;
}
.SignUpPrayerTopicAddButton
{
	width:100px;
}
.HeaderText1
{
	font-size:18pt;
}

/* Textbox sizes for registration areas */
.registerTextBox
{
	width:200px;
}
.registerEntryControl
{
}

/* GridView Styles - what users see */
.GVHeaderStyle
{
	font-weight: normal;
	background-color: #5D7B9D;
	color: White;
}
.GVItemRowStyle, .GVAlternatingRowStyle
{
	text-align: left;
}
.GVItemRowStyle
{
	background-color: #FBF2C9;
}
.GVAlternatingRowStyle
{
}
/* GridView Styles - when editing */
.GVEditHeaderStyle
{
	font-weight: normal;
	background-color: #5D7B9D;
	color: White;
}
.GVEditItemRowStyle
{
}
.GVEditAlternatingRowStyle
{
	background-color: #E2DED5;
}
.GVEditSelectedRowStyle
{
	background-color: #C5EFFB;
}


/* week view table style section */
.WeekViewTable
{
	color: black;
	font-size: 10pt;
	width:770px;
}

/* Calendar WeeklyView styles */

/* normal prayer slot */
.a
{
}
/* slots user signed up for */
.b
{
	background-color: #B3FF99;
}
/* disabled prayer slots */
.d
{
	color:Gray;
}
/* prayer needed slots */
A.n
{
	color:orange;
}


/* everything else below needs to be cleaned up!!! */
.hideThis
{
	display:none;
}
.showThis
{
	display:inline;
}

.AddSubtractButtonWidth
{
	width:30px;
}

.PrayerTopicTitleHeader
{
	font-weight:bold;
	font-size:17px;
}

.modalBackground
{
	/*
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
	*/
}

.StatusMessage
{
	font-weight: bold;
	color:#2DC800;
	font-size:14pt;
}
.StatusMessage2
{
	font-weight: bold;
	color:red;
	font-size:14pt;
}

.DetailsViewStyle
{
	background-color: #C5EFFB;
}
.DetailsViewHeaderStyle
{
	font-weight: bold;
}
.CommandSectionStyle
{
	font-weight:bold;
	text-align:center;
}

.ViewControlStyle
{
	background-color: #F2F6F2;
	width:500px;
}

.MultiLineTextBox
{
	width: 350px;
	height: 250px;
}
.SingleLineTextBox
{
	width: 350px;
}

.PageStatusMessage
{
	font-weight: bold;
	color: Blue;
}
