/* CSWapCornerStone\css\style1_display.css */
#container{
	width:770px;
	color: #000000;
	text-align:left;
	background: url(images/TableStyle1Back.gif) no-repeat top left;
	overflow: auto;
	/* border: solid 1px #ff00ff; */
}

#table 
{
	background: url(images/RepeatBack.gif) repeat top left;
	margin-top: 10px;
	margin-left: 10px;
}


#breadcrumb 
{ 
	font-family: arial, verdana; 
	font-size: 0.85em;
	line-height: 1.0em;
	color: #000000;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	display: none;
}

#footer { 
	font-family: arial, verdana; 
	font-size: 10px;
	line-height: 1.0em;
	color: #000000;
	margin: 3px 5px 0px 0px;
	/* border: solid 1px #ff00ff; */
}

hr
{
	color: #cccccc;
	height: 1px;
	width: 95%;
	text-align: center;
}

.H1 { 
		   font-family: arial, verdana ; 
		   font-size: 1.2em;
		   font-weight: normal;
		   color: #ffffff;
		   display: block;
		   height: 80px;
		   margin: 15px 20px 15px 10px;
}
	
.H1news { 
		   font-family: arial, verdana; 
		   font-size: 1.2em;
		   color: #4B518A;
		   padding: 15px 10px 10px 8px;
	}
	
.News { 
		   font-family: arial, verdana; 
		   font-size: 0.93em;
		   line-height: 1.4em;
		   font-weight: normal;
		   color: #000000;
		   padding: 3px 10px 10px 8px;
}

.Contact { 
		   font-family: arial, verdana; 
		   font-size: 0.93em;
}


a
{
	color: #4B518A;
	font-weight: bold;
	text-decoration: underlined;
}

A:active
{
	color: #4B518A;
	text-decoration: underlined;
}

A:hover
{
	color: #E7B777;
	text-decoration: underlined;
}

A:visted
{
	color: #4B518A;
	text-decoration: underlined;
}

#printTitle
{
	display: none;
}


input {
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family: arial, verdana;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

.dropdown 
{
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: arial, verdana;
}

/* Horizmenu Navigation Classes */

.TopGroup {}
.MenuGroup {}

.ParentMenuItem 
{
  color:#ffffff;
  font-family: arial, verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:pointer;
  width: 107px;
}


.ParentMenuItemHover 
{
  color:#ffffff;
  font-family: arial, verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:pointer;
  width: 107px;
}

.ParentMenuItemActive
{
  color:#ffffff; 
  font-family: arial, verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:pointer;
  width: 107px;
}

.ParentMenuItemExpanded 
{
  color:#ffffff;
  font-family: arial, verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:pointer;
  width: 107px;
}

.MenuItem 
{
  color:#ffffff;  
  background-color: #575B82; 
  font-family: arial, verdana; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
}


.MenuItemHover 
{
  color:#ffffff;
  background-color: #2D3263; 
  font-family: arial, verdana; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
}

.MenuItemActive
{
  color:#ffffff; 
  background-color: #575B82; 
  font-family: arial, verdana; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
}

.MenuItemExpanded 
{
  color:#ffffff; 
  background-color: #575B82 ; 
  font-family: arial, verdana; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
}


