﻿/*
	Brown: #47423c
	Green: #89bb46
*/
body {
	background-color: #ffffff;
}
header {
	margin-bottom: 20px;
	text-align: right;
}
/*
td {
    font-family: verdana;
    font-size: 13px;
}
*/
a:link {
	color: #47423c;
	text-decoration: none;
}
a:visited {
	color: #89ba45;
	text-decoration: none;
}
a:hover {
	color: #1fa525;
	text-decoration: underline;
}
a:active {
	color: #47423c;
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: Gray;
}

.form-control{
	border-color:#47423c !important;
}
/**Controls the text box hover color, using rgb color code**/
.form-control:focus{
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0), 0px 0px 8px rgba(137,187,70,.7);
}
/***New Student Registration Button. background-image: second set of numbers controls the button color with 0% gradiant**/
.btn-primary{
	background-image: linear-gradient(to bottom,#5bc0de 0,#89bb46 0%);
	border-color:#89bb46;
}

.btn-primary:hover{
	background-color:#47423c !important;
	border-color:#47423c;
	background-image:none !important;
}
/***Login Button. background-image: second set of numbers controls the button color with 0% gradiant**/
.btn-success{
	    background-image: linear-gradient(to bottom,#5bc0de 0,#89bb46 0%);
	border-color:#89bb46;
}
.btn-success:hover{
	background-color: #47423c;
	border-color:#47423c;
	background-image:none !important;
}
/*
#main_div {
	background-color: white;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	width: 763px;
}
#main_table {
	width: 100%;
}
#main_table .logo_cell {
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
}
#content_container {
	padding: 20px 20px 20px 20px;
	text-align: left;
}
#footer {
	background-color: Silver;
	border-top: solid 1px gray;
	bottom: 0px;
	color: white;
	height: 35px;
	padding-top: 5px;
	position: fixed;
	width: 100%;
}
#footer a {
	color: #25aae1;
	text-decoration: none;
}
#footer a:link {
	color: #25aae1;
	text-decoration: none;
}
#footer a:visited {
	color: #25aae1;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
	text-decoration: underline;
}
#footer a:active {
	color: #25aae1;
	text-decoration: none;
}
*/
footer {
	background-color: Silver;
	border-top: solid 1px gray;
	color: gray;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nowrap {
    white-space: nowrap;
}
/*
.btn {
    background-color: #25aae1;
	border: none;
	border-radius: 4px;
    color: White;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
}
.btn:hover {
    background-color: #8bc44a;
}
.course_btn {
    background-color: #25aae1;
	border: none;
    border-radius: 10px;
	color: White;
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
    padding: 8px 8px 8px 8px;
	text-align: left;
}
.course_btn:hover {
    background-color: #8bc44a;
}
.required {
	color: Red;
	cursor: help;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.instructions {
	background-color: LightYellow;
	border: outset 1px gray;
	padding: 4px 4px 4px 4px;
}
*/
/**add padding to the top of the logo**/
#logo {
	padding-top: 10px;
	width: 100%;
}
/**Change the course title color***/
.ListOfMyCourses h4{
	color:#8bc44a !important;
}

