/****************************************************************************************
*	Copyright © 2005-2010, 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;
}
.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;
}
.darkgray {
	color: #444444;
}
.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;
}


.frame_expand {
	color: green;
	font-weight: bold;
}

.frame {
	color: white;
}

/* dropshadow
	from:  http://docs.jquery.com/Tutorials:Wrapping_Images_With_A_Drop_Shadow
	from:  http://www.alistapart.com/articles/onionskin/
*/
.dropshadow_wrap1, .dropshadow_wrap2, .dropshadow_wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.dropshadow_wrap1 {
	float:left;
	background:url(images/dropshadow/shadow.gif) right bottom no-repeat;}
.dropshadow_wrap2 {background:url(images/dropshadow/corner_bl.gif) -12px 100% no-repeat;}
.dropshadow_wrap3 {
	padding:0 9px 9px 0;
	background:url(images/dropshadow/corner_tr.gif) 100% -12px no-repeat;}
.dropshadow_wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
