/****************************************************************************************
*	Copyright © 2005-2013, Digital Innovations, Inc.	All Rights Reserved.			*
*																						*
*	FILE:		normal.css																*
*	AUTHOR(S):	Philip L. Butler														*
*																						*
****************************************************************************************/

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

a:link
{
	color: #0033FF;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #CC9900;
}
a:active
{
	text-decoration: none;
}

.footer {font-size: 9px}
.pagetitle1
{
	font-size: 16px;
	color: #0A296C;
	font-style: italic;
	font-weight: bold;
}
.pagetitle2
{
	font-size: 14px;
	color: #FFFFFF;
}
.footer {font-size: 9px}
.normal
{
	font-size: 12px;
}
.normal_small
{
	font-size: 9px;
}
.normal_large
{
	font-size: 14px;
}
.normal_verylarge
{
	font-size: 18px;
}
.header
{
	font-size: 16px;
	font-weight: bold;
}
.monospace
{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.form_label
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.last_edited
{
	font-size: 10px;
	font-style: italic;
}
.message
{
	font-size: 14px;
	font-style: italic;
}
.log_entry
{
	font-size: 11px;
}
.button
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.button_small
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
.accepted {
	font-size: 12px;
	color: #0000FF;
}

/*
#button A:link {text-decoration: none; color: #FFFFFF }
#button A:visited {text-decoration: none; color: #FFFFFF }
#button A:active {text-decoration: none; color: #FFFFFF }
#button A:hover {text-decoration: none; color: #FFFFFF }
*/

.file_long_header
{
	font-weight: bold;
	font-size: 14px;
}
.file_long_header2
{
	font-size: 11px;
	font-style: italic;
}
.file_long_notes
{
	font-size: 12px;
	margin-left: 15px;
	margin-right: 20px;
	padding-top: 5px;
}


.option_select_menu
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt
}

.select_menu
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt
}

.form_text
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt
}

.status
{
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}
.param_error {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #00FF00;
}
.yellow {
	color: #FFFF00;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.darkgray {
	color: #444444;
}
.lightgray {
	color: #CCCCCC;
}
.italics {
	font-style: italic;
}
.error {
	color: #FF0000;
	text-decoration: blink;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.underline
{
	text-decoration: underline;
}
.no_underline
{
	text-decoration: none;
}
.bold
{
	font-weight: bold;
}
.frame_expand {
	color: green;
	font-weight: bold;
}

.frame {
	color: white;
}

.dropshadow {
-moz-box-shadow: 6px 6px 6px #888;
-webkit-box-shadow: 6px 6px 6px #888;
box-shadow: 6px 6px 6px #888;
}

