/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  background-color: black;
  background-image: url(images/bkgd.gif);
  background-repeat: repeat-x;
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  text-align: center;
  min-width: 740px;
}
#CenterWrapper
{
	width: 740px;
	text-align: left;
  margin-left: auto;
  margin-right: auto;
}
TD, FORM, BUTTON, LABEL, TEXTAREA, INPUT, SELECT
{
  font-size: 10pt;
}
P
{
	margin-top: 0px;
	margin-bottom: 12px;
}
DIV
{
	margin-top: 0px;
	margin-bottom: 0px;
}
HR
{
	background-color: #999;
  color: #999;
  height: 1px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  clear: both;
}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
  color: #EE3338;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 500;
}
H1 {font-size: 14pt; font-weight: 900; margin-top: 0px; margin-bottom: 7px;}	
H2 {font-size: 12pt; font-weight: 700; margin-top: 0px; margin-bottom: 5px; }	
H3 {font-size: 11pt; font-weight: 700; margin-top: 0px; margin-bottom: 5px; }	
H4 {font-size: 10pt; font-weight: 700; margin-top: 0px; margin-bottom: 0px; }	
H5, DT {font-size: 10pt; font-weight: 500; margin-top: 0px; margin-bottom: 0px; }	

H1
{
 	color: #EE3338;
 	width: 100%;
 	padding-bottom: 3px;
	border-bottom: solid 0px #EE3338;
}
H2
{
	color: #666;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: solid 1px black;
}

TFOOT, THEAD { font-size: 1em; }
TH { vertical-align: baseline; font-size: 1em; font-weight: bold; }	

TABLE { margin-top: 0px; margin-bottom: 0px; }

SMALL { font-size: 8pt; }
BIG	{ font-size: 12pt; }
EM
{
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
STRONG
{
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

IMG { margin-bottom: 10px; }

BLOCKQUOTE, PRE { font-family: Courier New, monospace; }	

UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
UL LI { list-style-type: disc ; margin-top: 1px; margin-bottom: 1px; }	
UL LI LI { list-style-type: circle; }	
UL LI LI LI { list-style-type: square; }	
UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
OL LI { list-style-type: decimal; margin-top: 1px; margin-bottom: 1px; }	
OL OL LI { list-style-type: lower-alpha; }	
OL OL OL LI	{ list-style-type: lower-roman; }	

A:link { text-decoration: none; color: #336CEE; font-weight: bold; }
A:visited { text-decoration: none; color: #336CEE; font-weight: bold; }
A:hover { text-decoration: underline; color: #336CEE; font-weight: bold; }
A:active { text-decoration: underline; color: #336CEE; font-weight: bold; }

.content
{
	background-color: white;
	padding: 20px 20px 20px 20px;
}

.spacer
{
	background-color: transparent;
	height: 20px;
}
.footer
{
	background-color: #EE3338;
	height: 10px;
}
.copyright
{
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* NavBar demo */
.NavBar
{
  background-color:#333; 
  border: 0px solid black; 
  padding: 0px;
  cursor: default; 
} 

.TopItem
{
  color:White;
  background-image: url(images/item_bg.jpg);
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  font-weight: bold;
  border: 0px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 4px; 
  cursor:hand;
}

.TopItemHover
{
  color:White;
  background-image: url(images/item_bg_over.jpg);
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  font-weight: bold;
  border: 0px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 4px; 
  cursor:hand;
}

.TopItemExpanded
{
  color:White;
  background-image: url(images/item_bg_expanded.jpg);
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  font-weight: bold;
  border: 0px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 4px; 
  cursor:hand;
}

.Level2NoLinkItem
{
  background-color: #999;
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  font-weight: bold;
  padding: 0px;
}

.Level2NoLinkItemHover
{
  background-color: #999;
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  font-weight: bold;
  padding-left: 0px; 
}

.Level2Item
{
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  padding: 0px;
  cursor: hand;
}

.Level2ItemHover
{
  color: #336CEE;
  background-color: white;
  font-family: Trebuchet MS,tahoma,arial,helvetica,sans-serif;
  font-size: 13px; 
  text-decoration: none;
  padding-left: 0px; 
  cursor: hand;
}

.Level2Group
{
  background-color: #BFBFBF;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  /* background-image: url(images/group_bg.jpg);*/
  /* border-top-color: #F0F1F5; */
}

.Empty
{
}

.graphic_right
{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: solid 1px black;
}
.graphic_left
{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: solid 1px black;
}
.sidebar
{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: solid 0px black;
}
