/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/std_bg.jpg);
	background-color: #4A1F0B;
}

body .forgot_pass {
	background-image: url(../images/mp3_bg.jpg);
	color: #FFFFFF;
}

.background {
	background-image: url(../images/wood.jpg);
	background-color: #4A1F0B;
}

/* Daily Reading Links */

/* TD cell containing text */
.daytable {
	vertical-align:top;
	text-align:center;
}
/* Current Day - no link */
.daytable .daylinks span {
	font-size:150%;
}
/* Other days - links */
.daytable .daylinks a {
    font-size: 100%;
}
.daytable .daylinks a:link {
	color: red;
}
.daytable .daylinks a:visited {
	color: blue;
}
.daytable .daylinks a:active {
	color:green;
}
.daytable .daylinks a:hover {
color:purple;
}

/* Link Style Example */
A {
	font-family: "Times New Roman", Times, serif;
}

A:link {
	font-size:16px;
	color: #7f3b0d;
}
A:visited {
	font-size:16px;
	color: #7f3b0d;
}
A:active {
	font-size:16px;
	color: #ffffff;
}
A:hover {
	font-size:16px;
	color: #666600;
	text-decoration:none;
}

hr {border: none 0;
border-top: 1px dashed #ad7128;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.calendar A { 
	font-size:16px;
}




/* Template Styles */

.template_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3e3730;
}
.template_title {
	font-size: 18px;
	color: #3e3730;
}

.account_edit {
	font-size: 16px;
	color: #3e3730;
}

input {
	background: #fcf4c3;
}

textarea {
	background: #fcf4c3;
}

option {
	background: #fcf4c3;
}
.reading {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5D2C0B;
}

.login {
	background-image: url(../images/BGblockoutfor1000x667.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5D2C0B;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #3e3730;
}

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #3e3730;
}

.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #3e3730;
}

.header3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #3e3730;
}

/* Calendar Styles */

.calsuper {
vertical-align: top;
text-align: right;
font-size: 25%;
position: relative;
top: -10px;
left: 10px;
text-decoration:none
}

.calsuper A {

}
.cal_key {
	font-family: "Times New Roman", Times, serif;
    font-size: 16px;
	font-weight: bold;
	margin: auto;
	text-align: left;
}
.cal_key span {
	vertical-align: top;
	line-height: 90%;
	font-weight: normal;
	color: #3e3730;
	font-size: 15px;
}
.calendar-month {
	font-size: 160%;
	color: #5D2C0B;
	font-weight: normal;
	
}

.completed-day {
	background-color: #c59528;
	background-image: url(../images/calcellbg_completed.jpg);
	font-weight: normal;
	line-height: 200%;
	text-align: center;
}

.upcoming-day {
    font-family: arial, "lucida console", sans-serif;
    background-color: #baba88;
	background-image: url(../images/calcellbg_upcoming.jpg);
	font-weight: normal;
	text-align: center;

}

.uncompleted-day {
    font-family: arial, "lucida console", sans-serif;
    background-color: #989822;
	background-image: url(../images/calcellbg_notcomplete.jpg);
	font-weight: normal;
	text-align: center;

}
.calendar-day {
    font-family: arial, "lucida console", sans-serif;
    background-color: #FFFFEE;
	font-weight: normal;
	text-align: center;

}

.calendar {
    font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	color: #5D2C0B;
	border-width: 5;
	border-color: black;
	border-style: none;
	font-size: 100%;
	text-align: center;
	
}

.calendar A {
	font-family: arial, "lucida console", sans-serif;
	font-size: 15px;
}




.calendar table {
	table-layout:fixed;
}

/* days of the week */
.cal_header {
	height: 30px;
}
.calendar td {
	width: 45px;
	height: 35px;
	border-width: 1;
	border-color: #DDD;
	border-style: none;
	font-size: 15px;
}
.calendar td .padding-day {
	border-width: 5;
	border-style: none;
}

.footer A:link A:hover {text-decoration: none; color: red;}
