﻿/* 
red color:  #ba1f31 
blue color: #064f91
orange:     #f1ab00

td img 		{display: block;}
*/
li			{ margin-left: -20px;  margin-bottom: 0px; }
body		{ margin: 0; background-color: #002F8C; background-image: 
               url('/images/seamless_blue_tile.jpg'); font-family:Georgia, Times, Serif; }
p			{font-size:13px }
a			{ color: #064f91; text-decoration:none; }
a.toolbar	{ color: #E4D0AD; background-color: #000000; text-decoration:none }
.menu 		{
	width: 193px; 
	font-size: 14px; 
    font-weight: bold; color: #e4d0ad;
    background-color: #000000;
    padding: 5px;
}
:hover.menu {
	color: #F0AA00;
    background-color: #505050;
}
.highlight {
	color: #F0AA00;
    background-color: #505050;
    width: 193px; 
	font-size: 14px; 
    font-weight: bold;
    padding: 5px;
}
.title		{ font-family: serif; font-style: italic; font-weight: bold; font-size:14px }
.maincell	{
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 5px;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: left;
}
.topcell	{ background-color: #F0AA00; padding-left: 105px;}
.topcell img {display: block;}
.subtopcell { background-color: #1f1300; }
.toolbarcell { padding-top: 19px; background-color: #000000; text-align:left; padding-left: 19px; }
.adcell 	{ padding-top: 19px; background-color: #000000; text-align:left; }
.bottomcell { background-color: #221701; }
.footer 	{ font-size:12px }
.pagetitle 	{ font-size:20px }
.copyright	{ font-family: Arial }
.debugsql {
	background-color: #E0E0E0;
	border-style: inset;
	padding: 5px;
	border-width: 2px;
	font-family: "Bitstream Vera Sans Mono", "Courier New";
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}
.SpeakerHeader {
	font-weight: bold;
	background-color: #E0E0A8;
	font-size: 12px;
	vertical-align:top;
	padding-left:5px;
}
.SpeakerData {
	font-size: 12px;
}
.table_row_hover {
	background-color: #E0E0A8;
	cursor:pointer;
}
.table_row_plain {
	background-color:white;
}
.AZtd {
	width: 28px;
	text-align: center;
	font-weight: bold;
}
.Buttons {
	width: 150px;
	margin-bottom: 10px;
}
.wordbox {border: 0px solid; margin: 5px; font-size:11px; }
.word {font-size: 13px; font-weight: bold;}
.definition {}
.source {font-style: italic; }
.altrow {background-color: #DDD; }
.wordbox {border: 0px solid; margin: 5px; }
.word {font-size: 18px; font-weight: bold;}
.definitions {margin-top: 10px; font-size: 13px;}
.source {font-style: italic; }
#flipme {font-size: 18px; font-weight: bold; text-decoration: underline; cursor: pointer; text-align: right;}
#flipme2 {font-size: 18px; font-weight: bold; text-decoration: underline; cursor: pointer; text-align: right; }
#nav-list-example .front {
	background-color: #5D0814;
	color: #F0AA00;
	width: 500px;
	height: 300px;
	text-align: center;
}
#nav-list-example .back {
	background-color: #EEE;
	width: 500px;
	height: 300px;
	overflow: scroll;
	border: solid 1px #999;
}
#nav-list-example li {
	margin-left: 10px;
}
#next {
    float: right;
    width: 150px;
}
#stop {
    float: right;
}
.fronttable {
    width: 500px;
    height: 300px;
}
.fronttd {
    width: 500px;
    height: 300px;
}
h2 {
    font-size: 30px;
}
.lastviewed {
    font-size: 8px;
}
.RegisterFormLeft { clear: both; float: left; width: 300px; margin: 0 15px 10px 0;  }
.RegisterFormRight { float: left; clear: right; margin: 0 0 5px 0 }
.FormFieldTitle { font-weight: bold; }