/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #78BD49;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.3em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: -10px;
	color: #000000;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

#topnav 
{
	text-align:right;
	font-size: 0.7em;
	padding-top: 2px;
	padding-right: 18px;
}

#topnav A
{
	color:#000000;
	text-decoration:underline;
}

#printbreadcrumb  
{
	font-size: 1.0em;
	display:inline;
	color: #000000;
	text-decoration:none;
	height: 100px;
}

#printbreadcrumb  a
{
	color: #000000;
	text-decoration:none;
}

#search
{
	text-align:right;
	font-size: 0.75em;
	color: #ffffff; 
	padding-right: 0px;
	background-color: #B23E8F;
}

td.whitespace 
{
	background-color: #FFFFFF;
}

#menubar 
{
	display:none;
}

FORM.SearchForm
{
	display:none;
}

#maincontent
{
	
}

#maincontent a
{
	color:#B23E8F;
}

#footer 
{
	display:none;
}

#rightcol
{
	display:none;	
}

br.halfspace
{
	line-height: 0.9em;
}

.leftcol
{
	display: none;
}

.midcol
{
	font-size:12pt;
	width: 650px;
}

.midcol a:link:after, a:visited:after
{
	content: " (" attr(href) ") ";
}

.midcol a[href^="/"]:after 
{
   content: " (http://www.livewirekiosk.com" attr(href) ") ";
   }

INPUT.FormBox 
{
	font-size: 1.0em;
	padding-left: 3px;
	padding-right: 2px;
	border: black 1px solid;
	margin-left: 3px;
	margin-bottom: 10px;
	height: 18px;
	padding-bottom: 0px;
}

SELECT.FormSelect 
{
	font-size: 1.0em;
	padding-left: 3px;
	padding-right: 2px;
	border: black 1px solid;
	margin-left: 3px;
	margin-bottom: 10px;
	height: 18px;
	padding-bottom: 0px;
}

.FormCheck 
{
	font-size:0.8em;
}

TEXTAREA.FormBox 
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-left: 3px;
	padding-right: 2px;
	border: black 1px solid;
	margin-left: 3px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.HiddenField 
{
	DISPLAY: none; 
	VISIBILITY: hidden;
}

.ShownField 
{
	DISPLAY: inline;
	VISIBILITY: visible;
}

.navbutton
{
	padding-left: 5px;
}

td.enclosure 
{
	vertical-align:bottom;
	text-align:center;
	
}
td.enclosurecaption
{
	padding-top:5px;
	TEXT-ALIGN: center;
	font-size:0.7em;
	font-weight:bold;
	vertical-align:top;
	padding-bottom:20px;
}
