/*
truth_project_admin.css
Copyright: 2008, Focus on the Family
Version 1.1
Created: 5/20/08
Last modified: 2/17/2009

Modification history:
2/17/09:  Added versioning comments
*/


#adminPanel
{
	width: auto;
    margin: 16px 40px 0px 240px; 
	min-height: 1000px;
}

#adminPanel .section
{
	margin: 0px 40px 10px 10px;
}

#adminPanel h3
{
	color: #c57640;
	font-weight: bold;
	font-size: 1.0em;
	margin: 5px 0px 5px 0px;
}

#adminPanel input[type="text"]
{
	margin: 0px 3px 3px 0px;
}

#adminPanel .leftColumn
{
	width: 300px;
	padding: 10px 10px 10px 0px;
}

#adminPanel .rightColumn
{
	float: right;
	width: 300px;
	padding: 10px 10px 10px 0px;
}

#adminPanel .highlightedSection
{
	background-color: #e4e4e4;
}

.shortField
{
	width: 60px;
}

.longField
{
	width: 300px;
}

.searchResultsForm
{
	width: 100%;
}

.searchResultsForm .city,
.searchResultsForm .location,
.searchResultsForm .group,
.searchResultsForm .meeting
{
	width: 140px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.searchResultsForm .name
{
	width: 100px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.searchResultsForm .cityStateZip
{
	width: 130px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.searchResultsForm .email
{
	width: 160px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.searchResultsForm .address
{
	width: 130px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.searchResultsForm .heading
{
	font-weight: bold;
	background-color: #c57540;
}

.searchResultsForm .column
{
	padding: 3px;
}

.searchResultsForm .row
{
	background-color: #ececec;
}

.searchResultsForm .alternateRow
{
	background-color: #d9d9d9;
}

.searchResultsForm a
{
	text-decoration: underline;
}

#searchForm
{
	margin-left: 0px;
}

.searchForm
{
	margin-left: 0px;
	height: 200px;
}

.searchFormColumn
{
	margin: 5px 25px 5px 0px;
	
}

.submitButton
{
	float: right;
	margin: 20px 0px 20px 0px;
	width: 200px;
	text-align: right;
}

.countryAndState
{
	width: 205px;
}

.timeOfDay
{
	width: 195px;
}

.dayOfWeek
{
	width: 195px;
}

#adminPanel #meetingsList
{
	padding: 10px;
	background-color: #e4e4e4;
	margin: 20px 40px 10px 0px;
	width: 610px;
}

#adminPanel #meetingsList .header
{
	font-weight: bold;
}

#adminPanel #meetingsList .column
{
	padding: 3px 3px 3px 0px;
	height: 25px;
}

#adminPanel #meetingsList .editColumn
{
	display: inline;
	float: left;
	width: 30px;
}

#adminPanel #meetingsList .tourColumn
{
	display: inline;
	float: left;
	width: 190px;
}

#adminPanel #meetingsList .dateTimeColumn
{
	display: inline;
	float: left;
	width: 190px;
}

#announcements
{
	width: 620px;
	margin: 10px;
}

hr
{
	padding: 0;
	margin: 8px 0px 8px 0px;
	height: 1px;
	color: #ccc;
	border: 0;
	background-color: #ccc;
}

.rightColumn .button
{
	padding-top: 20px;
}

.searchResultsForm .heading a
{
	color: Black;
}

.searchResultsForm .heading a:hover
{
	color: White;
}

.searchResultsForm .pager
{
	margin: 3px;
}

.searchResultsForm .pager .disabled
{
	color: #b9b9b9;
}

.searchResultsForm .column
{
	height: 30px;
}

.searchResultsForm .heading
{
	height: 16px;
}

#termsAndConditions
{
	padding: 3px;
	width: 98%;
	height: 150px;
	overflow: auto;
	border: solid 1px #7f9db9; 
	background-color: #f3f3f3;
}

#changePasswordControlStyle table
{
	width: 700px;
}

#changePasswordButton
{
	float:right;
}

.termsPanel
{
	width: 98%;
}
.colorBold
{
	color: Red;
	font-weight:bold;
}

.groupParticipantListForm
{
	margin: 210px 20px 0px 10px;
	margin-top: 40px;
}

.groupParticipantListForm .checkbox
{
	width: 80px;
}

.groupParticipantListForm .name
{
	width: 120px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.groupParticipantListForm .email
{
	width: 190px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.groupParticipantListForm .heading
{
	font-weight: bold;
	color:Black;
	background-color: #c57540;
}

.groupParticipantListForm .column
{
	padding: 3px;
}

.groupParticipantListForm .row
{
	background-color: #ececec;
}

.groupParticipantListForm .alternateRow
{
	background-color: #d9d9d9;
}

.groupParticipantListForm a
{
	text-decoration: underline;
}
.groupParticipantListForm .heading a
{
	color: Black;
}

.groupParticipantListForm .heading a:hover
{
	color: White;
}

.reports
{
	font-weight: bold;
}

.manageAdminForm
{
	margin: 210px 20px 0px 10px;
	margin-top: 40px;
	overflow:hidden;
}

.manageAdminForm .checkbox
{
	width: 80px;
}

.manageAdminForm .name
{
	width: 150px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.manageAdminForm .email
{
	width: 200px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.manageAdminForm .heading
{
	font-weight: bold;
	color:Black;
	background-color: #c57540;
}

.manageAdminForm .column
{
	padding: 3px;
}

.manageAdminForm .row
{
	background-color: #ececec;
}

.manageAdminForm .alternateRow
{
	background-color: #d9d9d9;
}

.manageAdminForm a
{
	text-decoration: underline;
}
.manageAdminForm .heading a
{
	color: Black;
}

.manageAdminForm .heading a:hover
{
	color: White;
}