﻿#news
{
    background-image: url("../assets/nav_buttons/images/news_state.png");   
}

#news:hover
{
    background-image: url("../assets/nav_buttons/images/news_state.png");    
    cursor: default;
}

#content_container
{
    background-image: url("../assets/bg/bg_blue2.jpg");  
    background-position: center;
    background-repeat: no-repeat; 
}

#inner_content_bg
{
    background-image: none;
    background-color: White;
    
}

#news_wrapper
{
    width: 885px;
    height: 642px;
    background-color: White;
    overflow: hidden;
    margin-top: 10px;
}

.hidden
{
    display: none;
    visibility: hidden;   
}


#news_header
{
    height: 55px;
    padding: 35px 44px 0 44px;
       
}

#view_archive_button
{
    
}

div.news_box.rel.open_story
{
    background-image: url("../assets/news_bg_newspage.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 885px;
    height: 217px;
}

body
{
	background-color: #191919;
}

.footer
{
	background-color: #191919;
}

/************************
   START OF NEWS TITLE
************************/

.news_title
{
    height: 70px;
    padding: 0px 44px;
}

.news_box
{
    height: 70px;   
	margin: -2px auto -2px auto;
}

.news_title.rel.hover h4
{   
    margin: 27px 0;
    width: 85%;
    float: left;
    height: 16px;
    color: #199bd6; 
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;  
}

.news_title h4 img
{
    margin-right: 10px; 
    vertical-align: middle;  
}

open_title h4
{
    font-size: 16px;
    color: #199bd6;   
}

.news_title h5
{
    top: 28px;
	position: relative;
    width: 15%;
    height: 16px;
    float: right;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    color: #505050;
    text-align: right;
       
}

.open_title h5
{
    color: #505050;
       
}

.open_story div
{
    background-image: none;
}

.open_title
{
    background-image: url("../assets/newsbar_roll.png");
}

/************************
    END OF NEWS TITLE
************************/

/************************
  START OF NEWS SECTION
************************/

.news_section
{
    height:  147px; 
    padding: 0 44px;
    display: none;
    visibility: hidden;
}

.news_section *
{
    display: none;
    visibility: hidden;   
}

.open_story.news_section
{
    display:block;
    visibility:visible;   
}

.open_story.news_section *
{
    display:block;
    visibility:visible;      
}


.news_section p
{
    width: 75%;
    height: 100px;
    float: left;  
    
    font-size: 12px;
    font-family: Arial;
    text-align: justify;
    color: #505050; 
}
/*
.news_section img
{
    width: 30%;
    height: 125px;
    float: right;
    margin-top: 0px;
    
    background-color: White;
    border: solid 1px #505050;   
}*/

.read_story_button
{
   
    position: absolute;
    width: 77px;
    height: 33px;   
    top: 180px;
    left: 570px;
    
}

.news_game_image
{
	position: relative;
	left: 20px;
}


/************************
   END OF NEWS SECTION
************************/

.divider
{
    height: 5px;
    background-color: White;  
    background-image: url('../assets/dotted_divider.png'); 
}

/************************
   START OF NEWS FRAME
************************/
#article_buttons_wrap
{
   position: relative;
   top: 10px;
   width: 100%;
   height:  35px;
   float: right;
}

#article_buttons_wrap a
{
    width: 150px;
    float: right;   
}

#article_buttons_wrap img
{
    width: 77px;
    float: right;   
}

.printerfriendly,
.printerfriendly:visited,
.printerfriendly:link
{
    cursor:pointer;
    text-decoration:none;
    color: Black;
    width: 100px;
    
}

a.printerfriendly
{
    width: 109px;
    height: 33px;
    background-image: url('../assets/news/printer_button.png');
}

a.printerfriendly:hover
{
    background-image: url('../assets/news/printer_button_roll.png');   
}

.printerfriendly:hover,
.hidearticle:hover
{
    color:#0D699A;
}

#article_container
{
    position:relative;
    margin: 0 auto; 
    width: 870px;
    height: 725px;  
    padding: 0; 
    
}

#article_frame
{
    width: 100%;  
    
}

#article_frame html
{
    width: 100%;
}

.articlefont
{
    background-color: Transparent;
    color: #505050;
    font-size: 14px;
    width: 100%;
}

/************************
   END OF NEWS FRAME
************************/