@charset "utf-8";
/* CSS Document */

body {
	background-color:#345;
	font-family: Arial, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
}
#FormBox {
	margin: 150px auto;
	width: 350px;
	padding: 30px 60px;
	background-color: white;
	color: #333;
	border: thick solid #333;
}

#logout {
	float: right;
}

label {
	width: 128px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	margin: 5px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight:800;
}

#Add label {
	width: 200px;
}

.gray {
	color: #667;
	font-size: .9em;
	font-weight: 200;
}

input {
	margin: 5px;
	width: 200px;
}

input.login {
	margin: 5px;
	width: 120px;
}

input.checkbox {
	width: auto;
}

select {
	width: 200px;
}

textarea {
	margin: 5px;
} 

form select {
	margin: 5px;
}

h1 {
	color: white;
	text-transform: uppercase;
	font-size: 18pt;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
}

h4 {
	text-transform:uppercase;
	text-align: center;
}

h6 {
	font-size: 12pt;
	padding: 5px;
	margin: 0px;
}
.errorText, .error {
	color: red;
}

.center {
	text-align: center;
}

#Container {
	width: 780px;
	margin: 50px auto;
	/*background-color: white;
	background-image: url('images/roundedB.gif');
	background-repeat:no-repeat;
	background-position: bottom center;*/
	padding: 40px;
	display: block;
}

#SermonTable {
	border: thin solid #999;

}

#SermonTable td {
	background-color:#DDF;
	font-size: .8em;
	padding: 3px 10px;
}

#SermonTable tr.header td {
	background-color:#333;
	color: white;
	font-size: .9em;
	padding: 3px 10px;
}

#SermonTable td a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	color:#00F;
}
#SermonTable td a:hover {
	color:#005;
}

tr.edit input {
	width: 100px;
}

tr.edit td.language input {
	width: 65px;
}

tr.edit td.date input {
	width: 80px;
}

tr.edit td.title input {
	width: 120px;
}

.hidden {
	display: none;
}

div.edit {
	background-color: #CCC;
	padding: 3px;
	position: absolute;
	top: 100px;
	border: thick solid #888;
	z-index: 10;	
}

div.edit form {
	margin: 17px;
}

.floatRight {
	float: right;
}





span.help {
	background-color:#033;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	padding: 1px 3px;
	margin: 0px 4px;
	text-transform: none;
}

span.help:hover {
	background-color:#063;
}

span.help div.helpBox {
	display: none;
	position: absolute;
	z-index: 10;
	background-color: #033;
	width: 200px;
	padding: 10px;
	text-align: left;
}

span.help:hover div.helpBox {
	display: block;
}


