/* ===================================================================
   Main CSS STYLES FOR BYRDS10
   ===================================================================
*/   
/* Main body background */
BODY {
     background: #1a1a1a;
	 margin-top: 0px;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold;
}
.CommandButton {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #CCCCCC; FONT-SIZE: 11px; FONT-WEIGHT: normal
}
A.CommandButton:link {
	COLOR: #575757; TEXT-DECORATION: underline
}
A.CommandButton:visited {
	COLOR: #575757; TEXT-DECORATION: underline
}
A.CommandButton:hover {
	COLOR: #a1a1a1; TEXT-DECORATION: underline
}
A.CommandButton:active {
	COLOR: #CCCCCC; TEXT-DECORATION: underline
}
.user,a.user:link,a.user:active,a.user:visited,.user { 
	color:#575757;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:12px;
}
A:link {
	color: #575757;
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
}
A:active {
	color: #575757;
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
}
A:visited {
	color: #575757;
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
}
A:hover {
	color:#a1a1a1;
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
}
A.user:hover { 
	color:#868686; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:12px;
}
a.footer:hover {	
	font-size:12px;
	color:#F0F0E0;  
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:Bold;
	text-decoration:none 
}
.Head   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: #FECD08;
}
.subhead {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #CCCCCC; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
.SubSubHead {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: black; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
.Normal
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #CCCCCC;
}
.NormalBold {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #CCCCCC;
}
H1  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: medium;
   font-weight: bolder;
   color: #202020;
}
H2  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-weight: bold;
   color: #CCCCCC;
}
H3  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-weight: bold;
   color: #CCCCCC;
}

td.td_head {
	color: #070707;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
} 
td.navbuttons a, td.navbuttons a:visited {
	color: #707070;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	padding: 3px 0px 3px 12px;
	border-top: 1px solid #FFCC00;
	border-right: 2px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 2px solid #FF9900;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
} 
td.navbuttons a:hover, td.navbuttons a:active {
    background-color: #FF9900;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-smaller;
	font-weight: bolder;
	background-repeat: no-repeat;
    text-decoration: none;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -10px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	border-top: none;
	border-bottom: none;
	width: 100%;
	height: 20px;
	background-color: transparent;
	line-height: 12px;
}

#houseMenuH a { /* all links within the menu wrapper (txt Items) */
	color : #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 8px 5px 10px 5px;
	width: auto;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use */
	_width: 100%;
	height: 20px;
	_height: 100%;	/* end hack */
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 28px;
	background-color: transparent;
	/* hack for MacIE5 to ignore, while other browsers use */
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li a:hover { /* ALL TXT Links Hover \*/
	padding: 8px 5px 10px 5px;
	color: #F0F0E0; 
	background-color: #1E52AC;
}

#houseMenuH li ul { /* second-level lists THIS EFFECTS THE SUBMENU */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	line-height: 20px;
	height: auto;
	background-color: #194591;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 144px;
	margin: -30px 0 0 144px;
	border: solid 1px #333;
	line-height: 12px;
}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 144px;
	_width: 144px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 144px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 144px;
	_width: 144px;
	/* end hack */
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent;
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	color: #eee; 
	background-color: transparent; 
	text-decoration: none;
}


