﻿/*      -------------colors
brown = #6D5046
blue = #5C92A5
light blue = #DEE9ED
*/


/*      ----------- These are completed items ------------       */

a:link 		{
	color: #5C92A5;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}

a:visited 	{
	color: #5C92A5;
	font-size: 10pt; /* Font Size */	
	text-decoration: none;
}
a:active	{
	color: #000000;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}
a:hover 	{
	color: #000000;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}

a.brown:link 		{
	color: #3C1508;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}

a.brown:visited 	{
	color: #3C1508;
	font-size: 10pt; /* Font Size */	
	text-decoration: none;
}
a.brown:active	{
	color: #000000;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}
a.brown:hover 	{
	color: #FFFFFF;
	font-size: 10pt; /* Font Size */
	text-decoration: none;
}
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #3C1508; /* Font Color */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
	scrollbar-arrow-color:#000000; 
	scrollbar-face-color:#5C92A5; 
	scrollbar-3dlight-color:#5C92A5; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color:#DEE9ED;
}

td		{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #3C1508; /* Font Color */
	background-color: #FFFFFF;
}

table		{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #3C1508; /* Font Color */
	background-color: #FFFFFF;
}

#tdCenter		{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #3C1508; /* Font Color */
	text-align: center; /* Text Align */
	align
}

.Header
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
	background-color: #FFFFFF; /* Background color */
	background-image: ../includes/images/mainHeader.gif; /* Background Image */
}

.Footer
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 7pt; /* Font Size */
	color: #5C92A5; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	/* background-color: #FFFFFF;  Background color */
	/* background-image: none; /* Background Image */
	text-align: center; /* Align Text */
	vertical-align: bottom; /* Vertical Align Text */
}

.mainContent
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 12 pt; /* Font Size */
	color: #6D5046; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

#main {
	width: 700px; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 0px 0px 0px 0px;
}


#main2 {
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 15px 10px 10px 10px;
}
.main	{
	font-family: Arial; /* Font Face */
	font-size: 12 pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	text-align: center; /* Align Text */
	font-weight: bold; /* Font Style */
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 15px 10px 10px 10px;
	/* background-color: #6D5046; Background color */
}
	
.headerTable	{
	font-family: Arial; /* Font Face */
	font-size: 12 pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	text-align: center; /* Align Text */
	font-weight: bold; /* Font Style */
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 0px 0px 0px 0px;
	background-color: #6D5046; /* Background color */
}

.headerMonth	{
	font-family: Arial; /* Font Face */
	font-size: 14 pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	text-align: center; /* Align Text */
	font-weight: bold; /* Font Style */
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 0px 0px 0px 0px;
	background-color: #5C92A5; /* Background color */
}
.detailMonth	{
	font-family: Arial; /* Font Face */
	font-size: 10 pt; /* Font Size */
	color: #000000; /* Font Color */
	text-align: left; /* Align Text */
	font-weight: bold; /* Font Style */
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 0px 0px 0px 0px;
	background-color: #FFFFFF; /* Background color */
}

.master {
	width: 100%; /* Table Width */
	border-width: 0px 0px 0px 0px; 
	border-collapse: collapse;
	cellpadding: 5px 5px 5px 5px;
}

#scrollDiv	{
	height:512px; 
	overflow:auto; 
	scrollbar-base-color: #8F0D0D; 
	scrollbar-arrow-color: #550B0C; 
	width: 698px;
	border-width: thin;
	border-style: solid;
	border-color: #5C92A5;
}

#scrollDivMain	{
	height:512px; 
	overflow:auto; 
	scrollbar-base-color: #8F0D0D; 
	scrollbar-arrow-color: #550B0C; 
	width: 704px;
	border-width: thin;
	border-style: solid;
	border-color: #5C92A5;
}
#noScrollDivMain	{
	/*
	height:512px; 
	overflow:auto; 
	scrollbar-base-color: #8F0D0D; 
	scrollbar-arrow-color: #550B0C; 
*/
	width: 704px;
	border-width: thin;
	border-style: solid;
	border-color: #5C92A5;
	border-bottom-color: #5C92A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#topBar {
	border-bottom-color: #5C92A5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.layout {
	border-width:0;
}
.leftBar {
	width:255px;
	vertical-align:top;
	padding-left: 15px;
}

.midBar {
	width:175px;
	vertical-align:top;
}

.rightBar {
	width:270px;
}



#speaking {
	border-color: #5C92A5;
	background-color: #DEE9ED;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	cellpadding: 10px 10px 10px 10px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style5 {
	font-family: Arial;
	font-size: 12px;
}
.style8 {font-family: Arial; font-size: 12px; font-weight: bold; }
