/* Default CSS Stylesheet for a new Web Application project */

BODY, TD
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
}
	
H2
{
	padding-top: 5px;
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: #394973;
	text-decoration: none;
	font-weight: bold;
 	
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#394973;
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#394973;
	font-weight: bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#394973;
	font-weight: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.MainBody
{
	padding-top: 5px;
}
.BodyContent
{
	padding-right: 5px;
}
.Skyscraper
{
	border-right: #660033 1px solid;
	border-top: #660033 1px solid;
	margin: 1px;
	border-left: #660033 1px solid;
	border-bottom: #660033 1px solid;
}

.HeaderMenu, .HeaderMenu A, .HeaderMenu A:link, .HeaderMenu A:hover, .HeaderMenu A:active, .HeaderMenu A:visited, .SectionHeader A, .SectionHeader A:link, .SectionHeader A:active, .SectionHeader A:visited, .SectionHeader A:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.Section
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-decoration: none;
}

.SectionHeader, .SectionHeader TD
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	color: black;
	padding-top: 0px;
	border-bottom: 0px;
	text-decoration: none;
}

.SmallInput
{
	font-size: 10px;
	font-family: Arial;
}



.Tiny
{
	font-Size: 10px;
}

.Tiny TD
{
	width: 225px;
}

.Tiny A:visited, A:hover, A:link, A:active
{
font-weight: normal	
}

.Small
{
	font-size: 11px;	
}

.CartoonTitle
{
	font-size: 22px;
}

.Error
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0033;
	font-family: Arial;
}

.Required
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff0033;
	font-family: Impact;
}

.FormField
{
	
	text-align: left;
}

.FormLabel
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.FormLabelRequired
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-weight: bold;
}

.InvoiceHeader
{
	font-size: 30pt;
	font-weight: bold;
}

.InvoiceSection
{
	border-right: #ffffff 4px solid;
	border-top: #ffffff 4px solid;
	font-weight: bold;
	margin: 2px;
	border-left: #ffffff 4px solid;
	color: #ffffff;
	border-bottom: #ffffff 4px solid;
	background-color: #000000;
}

.ImagePreviewLayer
{
	display: block;
	left: 300px;
	overflow: visible;
	width: 200px;
	position: relative;
	top: 300px;
	height: 200px;
}

.MainForm
{

}

.MainFormSection
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 25px;
	padding-top: 5px;

}
