
	/* CSS Document */
	td.static_menu
	{
		color: white;
		font-weight: bold;
		text-align: center;
	}

    div.hr {
        width: 90%;
        height: 1px;
        background-color: #173a7c;
        line-height:1px;
        font-size:1px;
    }

	td.left_column
	{
		background-color: #173a7c;
		color: white;
		border-right: 1px solid #cc0033;
		border-bottom: 1px solid #cc0033;
		margin: 0,0,0,0;
		padding: 0,0,0,0;
	}

	td.center_column
	{
		background-color: white;
		color: black;
		border-right: 1px solid #cc0033;
		border-bottom: 1px solid #cc0033;
		margin: 0,0,0,0;
		padding: 0,0,0,0;
	}
	
	td.right_column
	{
	  background-color: white;
		color: black;
		border-right: 1px solid #cc0033;
		border-bottom: 1px solid #cc0033;
		margin: 0,0,0,0;
		padding: 0,0,0,0;
    }

	A.static_menu_link:current  {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 14;
	}
	A.static_menu_link:active 	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 14;
	}
	A.static_menu_link:visited  {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 14;
	}
	A.static_menu_link:link     {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 14;
	}
	A.static_menu_link:hover    {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-size: 14;
	}
	
	#emailInput{
    background: url(/fls/4000/site_graphics/emailBg.gif) no-repeat;
    background-color:#fff;
  }
#pwdInput{
    background: url(/fls/4000/site_graphics/pwdBg.gif) no-repeat;
    background-color:#fff;
    border-left:none;
  }

.subscriberLink:hover {color: #ffffff; text-decoration: none; font-size: 12px;}
.subscriberLink:active {color: #ffffff; text-decoration: none; font-size: 12px;}
.subscriberLink:current {color: #ffffff; text-decoration: none; font-size: 12px;}
.subscriberLink:visited {color: #ffffff; text-decoration: none; font-size: 12px;}
.subscriberLink:link {color: #ffffff; text-decoration: none; font-size: 12px;}

.eventsDD {
  background-color: #fff !important;
}

.footerText {
  color: #fff;
}

#NeulionVidContainer {
	width:400px;
	height:300px;
	margin-top:0px;
	display:none;
	}

#articleVideoContainer{
	position:absolute;
	z-index:100;
	}
.imgPlayOverlayContainer{
	position:absolute;
	z-index:99;
	margin-left:130px;
	margin-top:90px;
	}
	
.ScheduleTable td {
	color: #173A7C;
	font-size: 11px;
	font-weight: bold;
}

.ScheduleTable .subhdr {
	color: #fff;	
}
#ArticleContainer UL {
	list-style-position:inside;
	}