/**
 * File: style.css
 * Copyright: (C) 2004 Brigham Young University Computer Science Department
 *
 *	This program is free software; you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation; either version 2 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	A copy of the GNU General Public License should be distributed with this
 *	software in a file entitled LICENSE; if not, write to the Free Software
 *	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *	To distribute this software under a different license, you need the
 *	express written permission of the copyright holder. Contact information
 *	for the copyright holder is contained in the README	file distributed
 *	with this software.
 */

pre {
	margin-left: 1in;
}

div.front_page {
	margin-left: .5in;
	font-size: 110%;
}

div.front_page a {
	font-weight: 700;
}


div.error_msg {
	color: red;
}

div.success_msg {
	color: green;
}

div.error {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #ddd;
	border: 1px solid gray;
	padding: 8px;
	
}

div.error h1 {
	font-size: 120%;
	font-weight: bold;
	font-color: red;
	margin: 5px;
	margin-bottom: 10px;
}

div.error p {
	margin: 5px;
}

div.adminbox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	width: 40%;
	background-color: #ddd;
	border: 1px solid black;
	padding: 8px;
	
}

table.title td {
	width: 33%;
}

table.title td.title {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
   width: 70%;
}

table.title td.home_link {
	text-align: left;
   width: 15%;
}

table.title td.about_link {
	text-align: right;
   width: 15%;
}

table.title a {
	color: white;
	text-decoration: none;
}

table.title a:hover {
	text-decoration: underline;
}

table.title {
	color: white;
	padding: 1px;
	margin: 0px;
	background-color: #239;
	border: 1px solid black;
	margin-bottom: 5px;
}

div.menu {
	background-color: #568;
	color: white;
	padding: 4px;
	border: 1px solid black;
}

div.menu a {
	color: white;
}

div.menu a:hover {
	color: #f55;
}

div.submenu {
	background-color: #ddd;
	color: black;
	padding: 3px;
	font-size: 12;
	border: 1px solid black;
	border-top:0px;
}

div.submenu a {
	color: black;
}

div.submenu a:hover {
	color: #a33;
}

body {
	font-family: arial, helvetica, sans-serif;
}

td {
	font-size: 90%;
	text-align: center;
}

tr.row1 {
	background-color: #ddd;
}

tr.row2 {
	background-color: white;
}

span.old {
	font-size: 75%;
	color: red;
}

table.listing tr th {
	padding: 4px;
	text-align: center;
	font-size: 100%;
	background: #016;
	color: white;
}

table.listing tr th a {
	padding: 4px;
	text-align: center;
	font-size: 100%;
	background: #016;
	color: white;
}

table.listing tr th a:hover {
	padding: 4px;
	text-align: center;
	font-size: 100%;
	background: #016;
	color: #F00;
}

table.listing tr td {
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 100%;
}

table.listing tr.even_row td {
	background-color: white;
}

table.listing tr.odd_row td {
	background-color: #cde;
}

table.listing tr.even_row td.sorted {
	        background-color: #eee;
}       

table.listing tr.odd_row td.sorted {
	        background-color: #bcd;
}

table.sched_edit td {
	font-size: 80%;
}

td.sched_on
{
	width:180;
	text-align:center;
}

td.sched_off
{
	width:180;
	text-align:center;
}

td.sched_none
{
	width:180;
	text-align:center;
}

td.devotional
{
	border:1;
	width:180;
}

input.sched_on
{
	background-color:#33AA33;
	color:white;
}

input.sched_off
{
	background-color:#BB0000;
	color:white;
}

input.sched_none
{
	background-color:#000000;
	color:white;
}

