﻿a:link, a:visited, a:active 
{
	color: #0000FF;
}
div.Container   
{
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	padding: 20px;
	text-align:left;
	color: #0000FF;
	border: 3px black solid; 
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	-o-box-sizing:    border-box; 
	box-sizing:         border-box;
}
div.One2One   
{
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	padding: 20px;
	text-align: center;
	color: #0000FF;
	border:  3px black solid;
	margin: 20px auto 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	-o-box-sizing:    border-box; 
	box-sizing:         border-box;
}
body
{
	font-family: Comic Sans MS;
	font-size:14pt;
	background-color: #0066CC;
	text-align: center;
	color: #FFFFFF;
}
p.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
div.voting {
	
	margin-left: 200px;
	align: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
}
p.spacer{margin-top: -4px; margin-bottom: -4px
}

h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS; color: #FFFFFF
}
h2
{
margin-top: -20px;
}
.LeftOffset {
	position:absolute;
	left:-2000px;
}

p            { font-family: Comic Sans MS; font-size: 14pt }
li           { font-family: Arial; font-size: 14pt; color: #0000FF}
ul           { color: #0000FF; font-family: Arial; font-size: 14pt }

.note_to_teacher {
	font-family:Tahoma;
	font-size:12px;
	color:#808080;
}
.Answers	 { color: #FF0000; margin-top:15px;}
.GoTo        { font-family: Courier New; font-size: 20pt; font-weight: bold; }
.Concise {text-align:center;}
.comment_style {
	list-style: none;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	text-indent:0px;
	padding-left:0px;
	width:640px;
}
.comment_title {
	padding:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	color:black;
	font-family:'Trebuchet MS',Verdana,Arial,Sans-serif;
	background-image:url('Images/Comment_Backgrounds/Default.gif');
	background-color:white;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:0px;
	padding-left:10px;
}
.comment_date {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	text-align:right;
	color:black;
	margin-right:10px;
	}
.comment_body {
	margin-left:50px;
	margin-right:30px;
	margin-bottom:30px;
	font-size:12px;
	color:black;
	font-family:'Trebuchet MS',Verdana,Arial,Sans-serif;

}
.TopOfFooterLinks {
	text-align:center;
	margin-top:0px;
	padding:0px;
	line-height:1em;
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
.TopOfFooterLinks a{
	padding-top:2px;
}
.TopOfFooterLinks a, input#ButtonPreviousDay, input#ButtonNextDay {
	background-color:silver;
	box-shadow: inset 0 0 5px #000000;
	width:150px;
	height:22px;
	border:1px black solid;
	border-radius:8px;
	display:inline-block;
	font-size:12px;
	margin-top:0px;
	text-decoration:none;
	color:black;
}
input#ButtonPreviousDay, input#ButtonNextDay {
	position:absolute;
	width:100px;
	top:10px;
}
input#ButtonPreviousDay {
	left:13px;
	}
input#ButtonNextDay {
	right:13px;
}

/* TinyMCE specific rules */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 5px;
	text-align:left;
	color: #0000FF;
	font-family: Comic Sans MS;
	font-size:14pt;
}
