/*
	Default style sheet for Aspen Light Imaging
	Copyright 1999-2003, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 10/03/2003
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #222222;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 24px; font-weight: bold;}
H2 {font-size: 20px; font-weight: bold;}
H3 {font-size: 16px; font-weight: bold;}
H4 {font-size: 12px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/
.underline	{text-decoration: underline;}
.spreadout	{line-height: 160%;}
.hometitle {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
}
.whitetext {
	color: #ffffff;
}
.credit			{
	color: #ffffff;
	font-style: italic;
}
.creditlink {
	color: #cccc00;
	font-style: italic;
	text-decoration: underline;
}
.header {
	color: #333333;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.sfootertitle {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.sfooter {
	color: #ffffff;
	font-size: 12px;
}
.footertitle {
	color: #336BAD;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	color: #333333;
	font-size: 12px;
}
.button {
	font-size: 10px;
	color: #ffffff;
	background-color: #CC3300;
	text-decoration: none;
  cursor: pointer;
  overflow: visible;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  border-radius: 0.500em;
  -moz-border-radius: 0.500em;
}

/* Link appearance
*******************************************************************/
A:link		{color: #CC3300; text-decoration: underline;}
A:visited	{color: #990000; text-decoration: underline;}
A:active	{color: #ff0000; text-decoration: underline;}
