/*body {
	font-family: Tahoma;
}
*/

.mainColor {
	background-color: #ef5b71;
}

a{
	text-decoration: none;
	font-weight: bold;
	color:cornflowerblue;
	text-decoration: underline;
}

li a{
	text-decoration: none;
	font-weight: bold;
	color:cornflowerblue;
	text-decoration: underline;
}





li {
	text-align: left;
	padding-right: 15px;
}

.date{
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
}


.date h3{
	font-size: 20px;
}

.date{
	background-color: #595b5e;
}


.NoClass{
	background: repeating-linear-gradient(
  45deg,
  darkgray,
  darkgray 10px,
  #595b5e 10px,
  #595b5e 20px
);
}

.info{
	background-color: white;
	text-align: left;
	padding:10px;
}


header {
	text-align: center;
	margin-top:0;
}

h3 {
	margin-top:0;
	padding-top:10px;
}

ul {
	text-align: left;
}

p {
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
}

p a:hover{
	background-color:lightgrey;
	text-decoration: underline;
}

li a:hover{
	background-color:lightgrey;
	text-decoration: underline;
}

span a:hover{
	background-color: lightgrey;
}
.info a:hover{
	background-color:lightgrey;
	text-decoration: underline;
}

.tag {
    border-radius: 3px;
    border: 1px solid;
    padding: 1px 5px;
    font-size: smaller;
    font-weight: bold;
}

.lec {
	border-color: blue;
	color:blue;
	background-color: #bee7f7;
}

.test {
	border-color: red;
	color:red;
	background-color: #f7c4be;
}

.PS {
	border-color: green;
	color:green;
	background-color: #a7f2ae;
}


.CalendarLabel {
	padding-left:5px;
	padding-right: 5px;
}

.backImage {
	background-image: url("Images/sabra_field_september_corn.jpg");
}

header h3 {
	color:white;
}

#ThisWeekLabel {
	text-decoration: underline;
	font-size: 125%;
}

.CalIntro {
	margin-bottom: 15px;
}

.topic {
	font-weight: bold;
}