@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #c8c9ad;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px;
}
/* CUSTOM STYLES */
.maincontainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0px;
}
.maincontainer_whole {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.maincontainer_whole #information {
	height: auto;
	width: 150px;
	float: left;
	color: rgba(255, 255, 255, 1);
	margin-top: 80px;
	font-weight: bold;
	line-height: 120%;
	background: fixed;
	margin-left: 20px;
}
.maincontainer_whole #information p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: rgba(102, 102, 102, 1);
}
.maincontainer table.zebra {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	border: medium solid rgba(255, 255, 255, 1);
}
.maincontainer table.zebra tr td {
	padding: 10px;
	border: thin dotted rgba(255, 255, 255, 1);
}
.maincontainer table.zebra thead tr, .maincontainer table.zebra thead tr:hover {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	color: #FFFFFF;
}
.maincontainer table.zebra thead tr th {
	padding: 10px;
}
.maincontainer table.zebra tr {
	background-color: #CDE4F5;
	border-bottom: medium solid rgba(255, 255, 255, 1);
}
 .maincontainer table.zebra tr:nth-child(2n+2) {
/*background-color: #B9D9F0;*/
}
.maincontainer table.zebra tr:hover {
	border-right: medium solid rgba(255, 255, 255, 1);
	border-left: medium solid rgba(255, 255, 255, 1);
	text-decoration: none;
}
mark {
	background-color: yellow;
	color: silver;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.white_special{
	font-family: 'Special Elite', cursive;
	font-weight: bold;
	color: #FFF;
	line-height: 100%;
}
.pw {
	color: #CDE4F5;
}
.red_bold {
	font-size: 110%;
	color: #F00;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bold;
}
.pacifico_dark_gray {
	font-family: 'Pacifico', cursive;
	color: #333;
	font-size: 110%;
	word-spacing: 1px;
}
.underline {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.wh_bg_reg {
	color: #333;
	background-color: #FFF;
	display: block;
	padding: 4px;
	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium solid #FFF;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.wh_bg_cursive {
	color: #333;
	background-color: #FFF;
	display: block;
	padding: 4px;
	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	font-family: 'Pacifico', cursive;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium solid #FFF;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.red_bg {
	color: #FFF;
	background-color: #F00;
	display: block;
	padding: 4px;
	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	font-family: 'Pacifico', cursive;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium solid #F00;
	letter-spacing: 1px;
	word-spacing: 1px;
}


.gray_bg {
	color: #FFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	border: thin dotted rgba(102, 102, 102, 1);
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 6px;
	background-color: #999;
}
h1 {
	font-family: 'Contrail One', cursive;
	color: #333;
	font-size: 120%;
}
a:link {
	color: rgba(235, 42, 52, 1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(255, 0, 0, 1);
}
a:active {
	text-decoration: underline;
	color: rgba(102, 102, 102, 1);
}
a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
	background-image: url(../../../spring_2018/CLASSES/spring_2015/images/bg_body_clear.png);
}

hr {
	border: medium dotted #F00;
	line-height: 110%;
}
