
#Common /* sets border around page */
	{
		border-top: solid 3px #0000C0;
		border-right: solid 3px #0000C0;
		border-left: solid 3px #0000C0;
		border-bottom: solid 3px #0000C0;
	}



#CommonHeader /* sets header background */
 {

        background: url(/sites/wlyh/images/masthead/masthead.png) no-repeat;

}

.NavTier /* sets main nav background color */
 {
height:28px;
line-height:28px;
background-color: #6CBC01;
}

.NavTier-wMenu /* second line of nav tier */
{
height:28px;
line-height:28px;
background-color: #3E6900;
}


.BoxHeader /* sets title bar of boxes */
{
color:#FFFFFF;
font-weight:bold;
margin:0;
padding:6px 13px 7px;
background: url(/sites/wlyh/images/structure/backgroundBoxHeader.png);
}

.TabBoxHeader ul /* sets color of tab box */
{
border-bottom-color:#777788;
font-family:Verdana,Sans-Serif;
font-weight:bold;
background: url(/sites/wlyh/images/structure/backgroundBoxHeader.png);
}


.TabBoxHeader ul 
li.SelectedTab a, .TabBoxHeader ul li.SelectedTab a:link, .TabBoxHeader ul li.SelectedTab a:hover, .TabBoxHeader ul li.SelectedTab a:active, .TabBoxHeader ul li.SelectedTab a:visited {
background:url("/sites/wlyh/images/structure/backgroundTabBoxHeaderOn.png") repeat-x scroll left top transparent;
border-width:0 1px 0 0;
color:#FFFFFF;
font-weight:bold;
margin:0;
}


/**********************************************************************
/* Homepage Slide Show
/*********************************************************************/

.HomepageFeatureBackground
{
}

.SlideBody
{
}

.HomepageFeatureButtons
{
            background-image: url('/sites/wlyh/images/slideshow/slide-menu-BG.png');
            padding: 0px 11px 0px 11px;
}

.SlideShowImage
{
            padding: 10px;
}

.SlideShowRelated ul
{
            margin: 0px 0px 0px -30px;
            list-style-type: none;
}

.SlideShowButtonDefault
{
            color: #FFFFFF;
            background-image:url('/sites/wlyh/images/slideshow/tab.png');
            background-repeat: repeat-x;
}

.SlideShowButtonCurrent
{
            color: #FFFFFF;
            font-weight: bold;
            background-image:url('/sites/wlyh/images/slideshow/tab-selected.png');
            background-repeat: repeat-x;
}

.SlideShowButtonDefault
.SlideBreakingNews
{
            background-image:url('/images/slideshow/red-tab.png');
            background-repeat: repeat-x;
}

.SlideShowButtonCurrent
.SlideBreakingNews
{
            background-image:url('/images/slideshow/red-tab-selected.png');
            background-repeat: repeat-x;
}

.SlideShowHeadline
{
            font-size: large;
            white-space: nowrap;
}

.SlideLastUpdated
{
            font-size:smaller;
}

.SlideCommentCount
{
            font-size:smaller;
}

.SlideThumbImage
{
            width: 30px;
            height: 30px;
}

/* temp for testing */
.SlideShowImage a img
{
            width: 320px;
            height: 240px;
}






}

/* Properties for footer */
table.footer
{
	margin-bottom: 10px !important;
}

#CommonFooter td.footerheading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}

#CommonFooter td.footernav
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#CommonFooter td.footernav a
{
	color:#000000;
	text-decoration:none;
	border:none;
}

td.footernav a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#CommonFooter td.footernav a:hover
{
	text-decoration:underline;
}

/* fix for video link */
.StoryMediaList {

display:none;

}




 #CountdownDashboard {
      background-image: url(/images/Common/CountdownBG.png);
      background-position:bottom;
      background-color:#FFF;
      border:1px solid #dbdbdb;
      width:auto;
      overflow:hidden;
      height:40px;
      margin: 10px 28px 10px 28px;
      padding-top:5px;
      padding-left:45px;}
 
  .dash {
      float:left;
      color:#999;
      font-weight:bold;
      font-size:24px;
      text-align:right;}
 
  .title_separator { float:left; padding:0px 4px 0 4px;}
  
  .digit_set { float:left;}
 
  .days_dash, .hours_dash, .minutes_dash, .seconds_dash {
      background-repeat:no-repeat;
      background-position: left center;}
      
      
img.dropshadow
{
-webkit-box-shadow: 3px 3px 5px #9e9e9e;
-moz-box-shadow: 3px 3px 5px #9e9e9e;
box-shadow: 3px 3px 5px #9e9e9e; 
}

/* Code for HomePage Video */

.videoSlidePlayerHeadline {

    margin: 0 2px 10px;

}

 

.videoSlidePlayerContainer {

               margin-top: 3px;

}

 

.videoslidebox .TabBoxBody

{

               height:145px;

}


table.roundcorner15

{
-moz-border-radius: 15px;
border-radius: 15px; 
}


table.roundcorner35

{
-moz-border-radius: 35px;
border-radius: 35px; 
}

img.dropshadow
{
-webkit-box-shadow: 3px 3px 5px #9e9e9e;
-moz-box-shadow: 3px 3px 5px #9e9e9e;
box-shadow: 3px 3px 5px #9e9e9e; 
}

h2.dropshadow
{
font-size: 30px;
text-shadow: 3px 2px 1px #575757;
filter: dropshadow(color=#575757, offx=3, offy=2); 
}


 #CountdownDashboard {
      background-image: url(/images/Common/CountdownBG.png);
      background-position:bottom;
      background-color:#FFF;
      border:1px solid #dbdbdb;
      width:auto;
      overflow:hidden;
      height:40px;
      margin: 10px 28px 10px 28px;
      padding-top:5px;
      padding-left:45px;}
 
  .dash {
      float:left;
      color:#999;
      font-weight:bold;
      font-size:24px;
      text-align:right;}
 
  .title_separator { float:left; padding:0px 4px 0 4px;}
  
  .digit_set { float:left;}
 
  .days_dash, .hours_dash, .minutes_dash, .seconds_dash {
      background-repeat:no-repeat;
      background-position: left center;}
	  
.SlideShowImage a img
{
            width: 320px;
            height: 240px;
			padding: 0px;
}

.SlideShowImage
{
			padding: 0px;
}

.MoreSlideShowHeadlines .SlideThumbImage {
    float: left;
    margin: 0 7px 0 0;
    width: 50px;
	height: 50px;
}

.MoreSlideShowHeadlines .SlideThumbImage img {
    height: 50px;
    width: 50px;
}

.MoreSlideShowHeadlines .SlideHeadline {
    float: left;
    width: 263px;
}

.SlideHeadline a {
    font-size: 13px;
}

.SlideCommentCount a {
    font-size: 11px;
	font-weight:bold;
}
/*------------------------ JQuery Slider ------------------------------------*/
/*--Main Container--*/
.main_view {
	margin: 0 auto;
	position: relative;
	height: 75px;
}
/*--Window/Masking Styles--*/
.window {
	height:60px;	width: 666px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	
	position: absolute;
	top: 62px; right: 0px;
	width: 100px; height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 25px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	
}
.paging a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #eee;
	background: #00498f;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

.paging a.active {
	color: #eee;
	font-weight: bold;
	background: #00498f;
}
.paging a:hover {background: #000; color: #eee;
}

/*------------------------------------------ End Slider --------------------------------*/


/*----IDM Log In-------------*/
.login-button-local { 
	background image:url('{http://www.centralmediaserver.com/whp/idmlogin.png}');
}


.Box,

.TabBox {

               box-shadow:0px 2px 0px #dcdcdc;

 

}

 

.BoxBody, .TabBoxBody {

               background-color: #ffffff;

               border:none none none; background-color: #FFFFFF;

    

}

.smallbox {

               height:135px;

               overflow:hidden;

}
