/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lavender;
}

TR
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	text-align: center;
}
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;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
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	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
	
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;
	}	

.smalllink
{
	font: verdana;
	font-size: xx-small;
}
.smallboldlink
{
	font: verdana;
	font-size: xx-small;
	font-weight: bold;
}
.bodytext
{
	font-size: x-small;
	background: #ccccff;
	font-family: Verdana;
}
.codetext
{
	font-size: x-small;
	background: #cccccc;
	margin-left: 2%;
	line-height: 15px;
	margin-right: 2%;
	font-family: 'Courier New';
	text-align: left;
}
.codecaption
{
	margin-top: 1%;
	font-size: x-small;
	background: #ffff99;
	margin-left: 2%;
	color: blue;
	line-height: 15px;
	margin-right: 2%;
	font-style: italic;
	font-family: Arial;
	text-align: center;
}
.menutable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px;
	width: 90%;
	padding-top: 0px;
	top: 10px;
}

.menutable tr
{
	background-color:lavendar;
}

.centertable
{
	border-right: olive thin solid;
	padding-right: 5px;
	border-top: olive thin solid;
	padding-left: 5px;
	z-index: 1;
	padding-bottom: 2px;
	border-left: olive thin solid;
	width: 70%;
	border-bottom: olive thin solid;
	background-color: bisque;
	float:left;
	float:right;
}

.lefttable
{
	border: lightgrey thin solid;
	padding-top: 2px;
	margin-right:1%;
	width: 13%;
	background-color: ghostwhite;
	float:left;
}

.lefttable_nowidth
{
	border: lightgrey thin solid;
	padding-top: 2px;
	margin-right:1%;
	background-color: ghostwhite;
	float:left;
}
.lefttable_hide
{
	padding-top: 2px;
	margin-right:1%;
	width: 13%;
	float:left;
}

.righttable
{
	border: lightgrey thin solid;
	float: right;
	margin-left: 2%;
	width: 13%;
	padding-top: 2px;
	background-color: ghostwhite;
}

.righttable_nowidth
{
	float: none;
	border: lightgrey thin solid;
	margin-left: 2%;
	padding-top: 2px;
	background-color: ghostwhite;
}

.righttable_hide
{
	padding-top: 2px;
	margin-left:2%;
	width: 13%;
	float:right;
}

.menuBar
{
	position: static;
	text-align: center;
}
.Bar
{
	border-right: blue 2px outset;
	border-top: blue 1px outset;
	float: left;
	margin: 5px;
	border-left: blue 1px outset;
	width: 100px;
	cursor: hand;
	text-indent: 5px;
	border-bottom: blue 2px outset;
	position: relative;
	background-color: deepskyblue;
	text-align: center;
}
.menu
{
	border-right: buttonhighlight thick outset;
	border-top: buttonhighlight thin outset;
	z-index: 99;
	visibility: hidden;
	border-left: buttonhighlight thin outset;
	width: 150px;
	line-height: 140%;
	border-bottom: buttonhighlight thick outset;
	position: absolute;
	background-color: deepskyblue;
}
.menuItem
{
	padding-right: 15px;
	padding-left: 10px;
	width: 100%;
	cursor: hand;
	line-height: 20px;
	border-bottom: white 1px solid;
}
.ItemMouseOver
{
	padding-right: 15px;
	padding-left: 10px;
	width: 100%;
	cursor: hand;
	color: highlighttext;
	line-height: 20px;
	border-bottom: white 1px solid;
	background-color: highlight;
}
.ItemMouseOut
{
	width: 100%;
}
.Arrow
{
	float: right;
	font-family: Webdings;
	position: absolute;
	text-align: left;
}
.barOver
{
	border-right: blue 1px ridge;
	border-top: blue 1px ridge;
	float: left;
	margin: 5px;
	border-left: blue 1px ridge;
	width: 100px;
	cursor: hand;
	text-indent: 5px;
	border-bottom: blue 1px ridge;
	position: relative;
	background-color: deepskyblue;
	text-align: center;
}
.TextBoxCaption
{
	text-indent: 0;
	width: 15%;
}
.TextBox
{
	width: 80%;
	text-indent: 18%;
	position: relative;
}
.ConfirmInput
{
	font-weight:bold;
}
.DividerRow
{
	height: 1px;
	background-color: Black;
}
.rsstable
{
	border-right: olive thin solid;
	padding-right: 5px;
	border-top: olive thin solid;
	padding-left: 5px;
	z-index: 1;
	left: 5%;
	padding-bottom: 2px;
	border-left: olive thin solid;
	width: 90%;
	padding-top: 2px;
	border-bottom: olive thin solid;
	position: relative;
	background-color: bisque;
}
.rssTableOdd
{
	background-color:lightgrey;
}
.rssTableEven
{
	background-color:White;
}
.rssSummary_debug
{
	border-style:solid;
	border-color:Blue;
	text-align:left;
	float:left;
	width:80%;
	font-size:x-small;
}
.rssPubDate_debug
{
	border-style:solid;
	border-color:Red;
	text-align:center;
	float:right;
	width:20%;
	font-size:xx-small;
}
.rssDetail_debug
{
	border-style:solid;
	border-color:Green;
	text-align:left;
	float:left;
	width: 100%;
	font-size:xx-small;
}
.rssSummary_prod
{
	text-align:left;
	float:left;
	width:80%;
	font-size:x-small;
}
.rssPubDate_prod
{
	text-align:center;
	float:right;
	width:20%;
	font-size:xx-small;
}
.rssDetail_prod
{
	text-align:left;
	float:left;
	width: 100%;
	font-size:xx-small;
}
.rssSummary
{
	text-align:left;
	float:left;
	width:80%;
	font-size:x-small;
}
.rssPubDate
{
	text-align:center;
	float:right;
	width:20%;
	font-size:xx-small;
}
.rssDetail
{
	text-align:left;
	float:left;
	width: 100%;
	font-size:xx-small;
}
