/* Style for the CMS menu control structure - link and hover */

.Menu /* style the TABLE of the menu control  */
{
	z-index:10;
	position:absolute;
}

.safari .Menu /* style the TABLE of the menu control  */
{
    margin-top:-10px;
}

.MenuRoot /* style the individual menu items of the menu control  */
{
    font-size: 13px;
    text-align: center;
    width:138px;
    height: 29px;
    background:url(../../images/cmspage_bg.gif) no-repeat;
}

.MenuRoot a /* style the individual link items of the menu control  */
{
    width:138px;
    height: 29px;
    background:none;
    color:#FFF;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Tahoma;
}

.MenuRoot a:hover /* style the hover element of the link items of the menu control  */
{
    color:#ffc600;
}

.MenuSub /* style for sub elements are the same as the root elements  */
{
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left:5px;
    padding-right:10px;
    background:#9A2829;
    width:138px;
    height: 29px;
}

.MenuSub a
{
    background:none;
    color:#FFF;
}

.MenuSub a:hover
{
    color:#ffc600;
}

/* CSS Document */

body {
    background-image: url(../../images/img_main_bg.gif);
    margin: 0px;
    padding:0;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
    font-family: Sans-Serif;
    color: #D04433;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
}

h2 {
    font-family: Sans-Serif;
    color: Red;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #565658;
    margin: 0 0 7px 0;
    padding: 10px 0 5px 0;
}

h3 {
    font-family: Sans-Serif;
    color: Gray;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

a {
    color: #FFF;
    font-weight: bold;
}

.header_main {
    float: left;
    width: 100%;
    height: 160px;
    background:url(../../images/img_bg.gif);
    margin-top:-5px;
}

.header_top_fl {
    
    height: 131px;
    float: left;
}

.top_navi_main {
    width: 100%;
    float:left;
    height: 29px;
    background:url(../../images/navi_bg.gif) repeat-x bottom;
}

.top_navi_main ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left:50px
}


.top_navi_main li {
    padding: 0px;
    margin: 0px;
    display: inline;
}

.btn_home {
    background-image: url(../../images/btn_home.gif);
    width: 105px;
    height: 29px;
    float: left;
}

.btn_home a {
    position: absolute;
    background-image: url(../../images/btn_home.gif);
    width: 105px;
    height: 29px;
    float: left;
}

.btn_home a:hover {
    position: absolute;
    background: url(../../images/btn_home_h.gif) no-repeat;
    background-position: right;
    width: 105px;
    height: 29px;
}

.btn_video {
    background-image: url(../../images/btn_video.gif);
    width: 129px;
    height: 29px;
    float: left;
}

.btn_video a {
    position: absolute;
    background-image: url(../../images/btn_video.gif);
    width: 129px;
    height: 29px;
    float: left;
}

.btn_video a:hover {
    position: absolute;
    background-image: url(../../images/btn_video_h.gif);
    width: 129px;
    height: 29px;
    float: left;
}

.btn_store {
    background-image: url(../../images/btn_store.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_store a {
    position: absolute;
    background-image: url(../../images/btn_store.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_store a:hover {
    position: absolute;
    background-image: url(../../images/btn_store_h.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_media_releases {
    background-image: url(../../images/btn_media_releases.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_media_releases a {
    position: absolute;
    background-image: url(../../images/btn_media_releases.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_media_releases a:hover {
    position: absolute;
    background-image: url(../../images/btn_media_releases_h.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_feedback {
    background-image: url(../../images/feedback.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_feedback a {
    position: absolute;
    background-image: url(../../images/feedback.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_feedback a:hover {
    position: absolute;
    background-image: url(../../images/feedback_h.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_icasthighlights {
    background-image: url(../../images/ICASTHighlights.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_icasthighlights a {
    position: absolute;
    background-image: url(../../images/ICASTHighlights.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_icasthighlights a:hover {
    position: absolute;
    background-image: url(../../images/ICASTHighlights_h.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_flwcup {
    background-image: url(../../images/btn_flwcup.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_flwcup a {
    position: absolute;
    background-image: url(../../images/btn_flwcup.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_flwcup a:hover {
    position: absolute;
    background-image: url(../../images/btn_flwcup_h.gif);
    width: 128px;
    height: 29px;
    float: left;
}


.btn_radio {
    background-image: url(../../images/btn_radio.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_radio a {
    position: absolute;
    background-image: url(../../images/btn_radio.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_radio a:hover {
    position: absolute;
    background-image: url(../../images/btn_radio_h.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 128px;
    height: 29px;
    float: left;
}


.btn_events {
    background-image: url(../../images/btn_events.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_events a {
    position: absolute;
    background-image: url(../../images/btn_events.gif);
    width: 128px;
    height: 29px;
    float: left;
}

.btn_events a:hover {
    position: absolute;
    background-image: url(../../images/btn_events_h.gif);
    width: 128px;
    height: 29px;
    float: left;    
}

.main_mid_con {
    width: 967px;
    margin: 0px auto;
	z-index:1
}

.mid_2nd_con {
    width: 723px;
    float: left;
}

.mid_2nd_top_img_main {
    margin-top: 15px;
    float: left;
}

.img_top_banner_1 {
    width: 234px;
    height: 60px;
    float: left;
    background-image: url(../../images/Sponsors/MagnumFinesseWorm234x60.jpg);
    margin-right: 4px;
}

.img_top_banner_1 a {
    width: 234px;
    height: 60px;
    float: left;
    position: absolute;
}


.img_top_banner_2 {
    width: 234px;
    height: 60px;
    float: left;
    margin-right: 4px;
}

.img_top_banner_3 {
    width: 234px;
    height: 60px;
    float: left;
}


.mid_2nd_data_con {
    margin-top: 13px;
    float: left;
}

.mid_2nd_data_con_1st {
    width: 458px;
    float: left;
}

.mid_2nd_1st_box1 {
    width: 465px;
    float: left;
}

.mid_2nd_1st_box1 img {
    float:left;
}

.btn_view_radio_archive {
    background-image: url(../../images/btn_view_video_archives.gif);
    width: 125px;
    height: 24px;
    float:left;
    margin-right:15px
}
.btn_view_radio_archive a {
    width: 125px;
    height: 24px;
    float: left;
    position: absolute;
}

.mid_2nd_1st_box_2 {
    margin-top: 13px;
    float: left;
    width: 448px;
}


.hding_presented_by_2 {
    float: left;
    clear: both;
    padding-bottom: 5px;
    margin-left: 2px;
    display: inline;
}

.mid_2nd_right_main_con {
    float: left;
    width: 215px;
    margin-left: 40px;
}

.mid_2nd_right_box3 {
    width: 240px;
    border: solid 1px #565658;
    float: left;
    margin: 5px 0 5px 0;
    padding: 8px 0px 10px 15px;
}

.btn_view_video_archives {
    background-image: url(../../images/btn_view_radio_archive.gif);
    width: 125px;
    height: 24px;
    float: left;
    margin-top: 4px;
    margin-left: 2px;
    display: inline;
}

.btn_view_video_archives a {
    position: absolute;
    width: 125px;
    height: 24px;
    float: left;
}


.text_view_video_archives {
    float: left;
    clear: both;
    margin-left: 2px;
    display: inline;
    margin-top: 8px;
    padding-bottom: 3px;
    width: 157px;
}


.radio_pic {
    float: left;
    margin-left: 2px;
    display: inline;
}



/*****************left and bottom ************************/

.leftpanal {
    width: 212px;
    float: left;
    padding-right: 30px;
    padding-top: 13px;
}

.text_container {
    width: 201px;
    float: left;
}

.text_container img {
    margin-bottom: -4px;
}


.today_headlines_container {
    width: 201px;
    float: left;
    margin-bottom: 5px;
    padding:10px;
    border:1px solid #565658;
    font-size:12px
}

.event_container {
    
    width: 201px;
    float: left;
    margin-bottom: 5px;
    padding:10px;
    border:1px solid #565658;
    font-size:12px
}

.icast_container {
    width: 201px;
    float: left;
    margin-bottom: 5px;
    padding:10px;
    border:1px solid #FFF;
    font-size:12px
}

.scott_container {
    width: 201px;
    float: left;
    margin: 18px 0 5px 0;
}

.txtfld_news {
    width: 159px;
    float: left;
    height: 20px;
    margin-top: 3px;
}
.btn_go {
    background-repeat: no-repeat;
    width: 31px;
    height: 20px;
    float: left;
    margin-top: 5px;
}
.btn_go a {
    width: 31px;
    height: 20px;
    float: left;
}

.banner_container3 {
    width: 468px;
    float: left;
    margin-top: 11px;
}
.banner1 {
    background-image: url(../../images/Sponsors/SoftPlastics_120x60.jpg);
    background-repeat: no-repeat;
    width: 120px;
    height: 60px;
    display:block;
    margin:0 auto;
    clear:both
}

.banner1 a {
    width: 120px;
    height: 60px;
    float: left;
    position: absolute;
}


.banner2 {
    background-image: url(../../images/Sponsors/Ranger_081703_Ad002_120x60.gif);
    background-repeat: no-repeat;
    width: 120px;
    height: 60px;
    display:block;
    margin:0 auto;
    clear:both
}


.banner2 a {
    width: 120px;
    height: 60px;
    float: left;
    position: absolute;
}

.banner3 {
    background-image: url(../../images/Sponsors/Kicker.jpg);
    background-repeat: no-repeat;
    width: 120px;
    height: 60px;
    display:block;
    margin:0 auto;
    clear:both
}

.banner3 a {
    position: absolute;
    width: 120px;
    height: 60px;
}

.banner4 {
    width: 120px;
    height: 60px;
    margin:3px auto;
    display:block;
    clear:both;
}


.banner4 a {
    position: absolute;
    width: 120px;
    height: 60px;
}

.feedback_right {
	float: right;
	width: 240px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.banner5 {
    width: 120px;
    clear:both;
    display:block;
    margin:0 auto
}

.banner6 {
    width: 120px;
    height: 90px;
    clear:both;
    display:block;
    margin:0 auto
}

.bottom_container {
    background-image: url(../../images/img_bottom_w2f_logo.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 960px;
    float: left;
    height: 120px;
    margin-top: 11px;
}

.bottom_link_container {
    margin-top: 61px;
    float: left;
    width: 950px;
    padding-top: 11px;
    height: 20px;
    background-image: url(../../images/img_bottom_line.gif);
    background-repeat: no-repeat;
}
.copyright_left {
    width: 310px;
    height: 20px;
    float: left;
    padding-left:60px;
    text-align:center
}

.copyright_right {
    width: 310px;
    height: 20px;
    float: right;
}



/*
    Weather CSS
*/

.WeatherControl {
    color: #FFF;
    width: 205px;
    float: left;
    margin: 15px 0 5px 0;
    border: solid 1px #565658;
    padding: 8px 0px 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.temp {
    font-size: 22px;
}

.cc {
    font-size: 11px;
}

.fcastWeekDay {
    font-weight: bold;
}

.ccLoc {
    font-weight: bold;
}

.fcastDate {
    font-size: 11px;
}

.curWind {
    font-size: 11px;
}

.weatherTable {
    padding: 5px;
}

.fcastTable {
    padding: 3px;
    text-align: center;
    border: solid 1px #c3c3c3;
}

.WeatherButton {
    margin-bottom: -4px;
    margin-left: 5px;
}

/*
    Media Release
*/

.MediaReleaseContent {
    float: left;
    margin-top: 20px;
    width: 710px;
}

.MediaReleaseContent table {
	table-layout: fixed;
}

.MediaReleaseContent img {
	max-width: 610px;
}


.MediaReleaseNavigation {
    float: right;
    padding: 10px;
    border: 1px solid #565658;
    width: 200px;
    margin-top: 20px;
}

/*
    Scales And Tales
*/


.ScalesAndTalesCartoons img {
    padding: 0 15px 15px 0;
    vertical-align: top;
}


#RadioPlayer {
    background: url(../../Radio/Radio2.jpg) no-repeat;
    width: 500px;
    height: 360px;
}

.Player {
    margin-top: 135px;
    margin-left: 0px;
}

.MediaReleaseUL li {
    padding-bottom: 10px;
    margin-left: -20px;
}

.ICASTUL li {
    padding-bottom: 2px;
    margin-left: -20px;
}

.VideoNavigationUL li {
    padding-bottom: 15px;
    margin-left: -40px;
    list-style:none;
}

.TackleBoxContent {
    float: left;
    margin-top: 5px;
	width: 625px;
}

.TackleBoxNavigation {
    float: right;
    padding:0 10px 10px 10px;
    border: 1px solid #565658;
    width: 225px;
    margin-top: 5px;
}

.TackleBoxSidebarAds {
    float: right;
    padding:0 10px 10px 10px;
    width: 234px;
    margin-top: 5px;
}

.WhatsUp li {
    background:url(../../images/white_arrow.gif) no-repeat;
    list-style-type: none;
    margin-left:-40px;
    padding-left:15px;
    padding-bottom:3px
}

.WhatsUpRecent 
{
    background:url(../../images/red_arrow.gif) no-repeat left;

}

.WhatsUpOld 
{
    background:url(../../images/white_arrow.gif) no-repeat left;

}

.WhatsUpRed {
    margin-top:0;
    margin-bottom:0;
}

.WhatsUpRed li {
    background:url(../../images/red_arrow.gif) no-repeat;
    list-style-type: none;
    margin-left:-40px;
    padding-left:15px;
    padding-bottom:3px
}

.unplugged {
    width: 235px;
    float: left;
    border:1px solid #565658;
    padding:10px;
    margin-bottom:5px
}

.unplugged h3 {
	clear: both;
}


.bass_wire {    
    width: 201px;
    float: left;
    margin: 5px 0 5px 0;
    border:1px solid #565658;
    padding:10px
}


.VideoPageContent {
    float: left;
    margin-top: 20px;
    width: 715px;
}

.VideoPageNavigation {
    float: right;
    padding: 10px;
    border: 1px solid #565658;
    width: 200px;
    margin-top: 20px;
}

.VideoPageRightAds {
    float: right;
	padding: 10px;
    width: 200px;
    margin-top: 20px;
}

.MediaReleasePageContent {
    float: left;
    margin-top: 5px;
    width: 715px;
}

.MediaReleasePageNavigation {
    float: right;
    padding: 10px;
    border: 1px solid #565658;
    width: 200px;
    margin-top: 5px;
}

.OnClickRadioLink
{
    text-decoration:underline;
    cursor:pointer
}




/******************************************************/
/*                 Text CSS                           */
/******************************************************/


.arial_14B_898989 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #898989;
    text-decoration: none;
}

.arial_14B_898989_u {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    border-bottom:1px solid #898989;
    line-height:18px
}

.arial_14B_898989_u_ICAST {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    border-bottom:1px solid #898989;
    
}


.arial_11N_ffffff {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.arial_11N_000000 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

.arial_11B_ffffff {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}
a.arial_11B_ffffff:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FCC9CA;
    text-decoration: none;
}

.arial_11NU_ffffff {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: underline;
}


a.arial_11NU_ffffff:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.ArticleDetailsCategoryDropDownList 
{
    font-size:10px;
    color:#484848;
    margin-bottom:10px
}
