/* Default CSS Stylesheet for a new Web Application project */

BODY, TD {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

body {
	margin: 0px;
	padding: 0px;
}

.ATTENTION {
	color: Red;
	font-weight: bold;
}

INPUT {
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-left: 0px;
	margin-top: 0px;
}

INPUT.small_button {
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	height: 19px;
}

INPUT.button
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}


H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

a:link, a:visited {	
	text-decoration:	none;
	color:	DarkSlateGray;
}	
		
a:active	{	
	text-decoration:	underline;
	color:	DarkSlateGray;
}	
		
a:hover	{	
	text-decoration:	underline;
	color:	Gray;
}
	
small	{	
	font-size:	7pt;
}	

BIG	{	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
}	
	

UL LI	{	
	list-style-type:	square ;
}	

UL LI LI	{	
	list-style-type:	disc;
}	

UL LI LI LI	{	
	list-style-type:	circle;
}	
	
OL LI	{	
	list-style-type:	decimal;
}	

OL OL LI	{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
}	

HR {
	color: green;
	height: 1px;
}

/* greentable is no longer green, it is blue. */
.greentable {
	border: solid #09F 1px;
	background-color: #ebf0f6;
	height: 422px;
}
.greentable-border-background { background-color: #09F; }
.greentable-head {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
.greentable-body {
	font-family: verdana;
	font-size: 8pt;
	color: darkslategray;
}
input.greentable, select.greentable {
	font-family: verdana;
	font-size: 8pt;
	border: solid #4674b0 1px;
	background-color: white;
}

.graytable {
	border:	solid #999999 1px;
	background-color: #CCCCCC;
}
.graytable-border-background { background-color: #999999; }
.graytable-head {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
.graytable-body {
	font-family: verdana;
	font-size: 8pt;
	color: darkslategray;
}

input.graytable {
	border-left:	solid #999999 1px;
	border-right:	solid #999999 1px;
	border-bottom:	solid #999999 1px;
	border-top:		solid #999999 1px;
	background-color: white;
}

.tdgray {
	font-size: 8pt;
	color: darkslategray;
}

.footer {
	font-size: 7pt;
}

.TableStyleA {
	background-color: #D1D9E4;
}
.TableStyleA TD {
	padding: 2px 5px 2px 5px;
	background-color: #F4F6F8;
}
.TableStyleA-Header TD, th.TableStyleA-Header {
	color: White;
	background-color: #7D99B3;
	font-weight: bold;
	padding-left: 5px;
}
.TableStyleA-Body {
	background-color: #F4F6F8;
}

.dangerbox {
	color:black;
	background:white url(/signup/images/sorry.jpg) no-repeat 3px 5px;
	border:solid 1px #c0c0c0;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	padding-left:75px;
	display:block;
}