﻿body
{
	background-color: #000000;
	padding: 0;
	margin: 1px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

/* this is for IE which has spacing otherwise around form */
form
{
	margin: 0;
	padding: 0;
}

/* global control styles  */
img
{
	border: none;
}
img.preloadImage
{
	display: none;
}

/* hidden input for anti-bot */
input.localname_input
{
    visibility:hidden;
    width:0;
    height:0;
    margin:0;
    padding:0;
}

/* MasterPages */
body div#centerWrapper
{
	color: #FFFFFF;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#contentArea
{
	color: #000000;
	background-color: #FFFFFF;
}

/* master pages*/
div#twocolumn
{
	clear: both;
	background-color: #FFFFFF; /*padding: 10px 0 20px 0;*/
	padding: 0 0 20px 0;
}

div#twocolumn div.col1
{
	width: 660px;
	float: left;
	padding: 0 10px 0 10px;
}

div#twocolumn div.col1 div#col1-split
{
	width: 660px;
	float: left;
	clear: both;
}

div#twocolumn div.col1 div#col1-split div#col1-left
{
	float: left;
	padding: 0 0 0 0;
	width: 300px;
}

div#twocolumn div.col1 div#col1-split div#col1-right
{
	float: right;
}

div#twocolumn div.col2
{
	width: 300px;
	float: right;
	padding: 0 10px 0 0;
}

div#threecolumn
{
	clear: both;
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}

div#threecolumn div.col1
{
	width: 400px;
	float: left;
	padding: 0 0 0 10px;
}

div#threecolumn div.col2
{
	width: 250px;
	padding: 0 0 0 10px;
	float: left;
}

div#threecolumn div.col3
{
	width: 300px;
	float: right;
	padding: 0 10px 0 10px;
}

div#threecolumn div.col3 div.ad
{
	float: left;
	clear: both;
}

div#threecolumn div.col3 div.articleListBasic
{
	width: 280px;
}

div#threecolumn div.bottomrow
{
	width: 1000px;
	float: left;
	background-color: #ffffff;
}


div#threecolumndetail
{
	clear: both;
	background-color: #FFFFFF;
	padding: 10px 0 20px 0;
}

div#threecolumndetail div.col1
{
	width: 210px;
	float: left;
	padding: 0 10px 0 10px;
}

div#threecolumndetail div.col1 div.ad 
{
	clear: left;
	float:left;
	width:210px; 
}
		
div#threecolumndetail div.col1 div.ad img {
	float:left;
	padding:0 6px 0 0;
	border:1px solid #fff;
}
		
div#threecolumndetail div.col1 div.ad a {
	text-decoration:underline;
	font-weight: bold;
	color: #3399CC;
}
			
div#threecolumndetail div.col1 div.ad a:hover {
	text-decoration: none;
	color: #FF66FF;
}

div#threecolumndetail div.col2
{
	width: 420px;
	padding: 0 10px 0 10px;
	float: left;
}

div#threecolumndetail div.col3
{
	width: 300px;
	float: right;
	padding: 0 10px 0 10px;
}

div#threecolumndetail div.col3 div.ad
{
	float: left;
	clear: both;
}

div#threecolumndetail div.col1 div.articleListBasic
{
	width: 200px;
	background-color: #FFFFCB;
	border: solid 1px #cccccc;
	margin: 0;
	padding: 0;
	clear: none;
}

div#threecolumndetail div.col1 div.articleListBasic div.baseTitle
{
	padding: 10px 10px 0 10px;
}

div#threecolumndetail div.col1 div.articleListBasic div.container
{
	padding: 10px;
}

div#threecolumndetail div.col2
{
	width: 420px;
	padding: 0 10px 0 10px;
	float: left;
}

div#threecolumndetail div.col3
{
	width: 300px;
	float: right;
	padding: 0 10px 0 10px;
}

div#threecolumndetail div.col3 div.ad
{
	float: left;
	clear: both;
}


div.verticalspacer
{
	float: left;
	clear: both;
	height: 6px;
}

div.columnWrapper
{
	float: left;
	clear: left;
	padding: 8px;
	background-color: #E6E6E6;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #A0A0A0;
}

div#threecolumn div.col2 div.columnWrapper
{
	width: 232px;
}

div#threecolumn div.col2 div.columnWrapper hr.controlDivider
{
	clear: left;
	float: left;
    color: #A0A0A0;
    border-style: none none dashed;
    border-width: medium medium 1px;
    height: 0; width: 100%;
    margin: 15px 0;
}

/* Misc/title.ascx */
div.baseTitle img.image
{
	padding: 0 6px 0 0;
	vertical-align: middle;
}

div.baseTitle .text
{
	font-size: 190%;
	vertical-align: middle;
	color: #9A9A9A;
}

/* Misc/titleSideBar.ascx */
div#titleSideBar
{
	float: left;
	overflow: hidden;
}

div#titleSideBar div.baseTitle
{
	float: left;
	background-color: #000000;
}

div#titleSideBar div.baseTitle div.margin
{
	margin: 2px 8px 2px 8px;
}

div#titleSideBar div.baseTitle span.text
{
	font-size: 240%;
	color: #FFFFFF;
	font-weight: normal;
}

/* ad/Static.ascx */
div.staticAd
{
	float: left;
	clear: left;
}

/* FacebookLike.ascx */
div.FbLikeBox
{
    clear: both;
    border:1px solid #CCCCCC;
    width:300px;
}
div.FbLikeBox .wrapper
{
    padding:10px;
}

div.blogArticleDetail div.shareLinks
{
    width:500px;
    height:25px;
    margin-top:5px;
}

div.blogArticleDetail div.shareLinks div.FbLikeBox
{
    border:none;
    float:right;
    width:400px;
}

div.blogArticleDetail div.shareLinks div.FbLikeBox .wrapper
{
    padding:0;
    padding-left: 10px;
}

/* Misc/sideBar.ascx */
div.sideBar
{
	float: left;
}

div.sideBar div.middle
{
	background-color: #66CCCC;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	width: 5px;
}

/* Misc/topBar.ascx */
div.topBar
{
	width: 250px;
	float: left;
	clear: left;
}

div.topBar div.left
{
	width: 5px;
	float: left;
}

div.topBar div.middle
{
	float: right;
	height: 5px;
	width: 245px;
	background-color: #66CCCC;
	font-size: 1%;
}

/* Misc/titleSideBar.ascx */
div#titleSideBar
{
	float: left;
	overflow: hidden;
}

div#titleSideBar div.baseTitle
{
	float: left;
	background-color: #000000;
}

div#titleSideBar div.baseTitle div.margin
{
	margin: 2px 8px 2px 8px;
}

div#titleSideBar div.baseTitle span.text
{
	font-size: 240%;
	color: #FFFFFF;
	font-weight: normal;
}

/* Misc/title.ascx */
div.baseTitle img.image
{
	padding: 6px 6px 0 0;
	vertical-align: middle;
	float: left;
}

div.col2 div.baseTitle img.image
{
	display: inline;
}

div.baseTitle .text
{
	font-size: 240%;
	font-weight: normal;
	vertical-align: middle;
	color: #999999;
	margin: 0;
}

/* siteinfo/UserControls/Footer/Footer.ascx */
#footer
{
	clear: both;
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
	text-align: center;
}

#footer div.menuLinks
{
	float: left;
	width: 1000px;
	padding: 10px 0 10px 0;
	font-size: 140%;
	text-align: center;
	color: #999999;
}

#footer div.menuLinks a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer div.menuLinks a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

#footer div.menuLinks a img
{
	vertical-align: middle;
}

#footer div.ads
{
	width: 1000px;
	float: left;
	clear: left;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #6992be;
}

#footer div.ad { float: left; padding: 0 0 0 50px; }

#footer #footerNavigation
{
	margin: 12px auto;
	width: 620px;
}

#footer #footerNavigation ul
{
	list-style: none;
	margin: 0 0 0 62px;
	color: #fff;
}

#footer #footerNavigation ul li
{
	padding: 0;
	display: inline;
	margin: 0 0 6px 0;
}

#footer #footerNavigation ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
}

#footer div.commonFooter
{
	width: 1000px;
	float: left;
	clear: left;
}

#footer #footerNavigation ul li a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

#footer #salemLogo, #footer .Default_Brand_DIV
{
	text-align: left;
	margin: 10px 0 0 0;
	float: left;
	height: 160px;
	width: 205px;
	color: #fff;
}

#footer #salemLogo img
{
	border: 0;
}

#footer .Footer_Main_Container
{
	clear: left;
}
#footer #information, #footer .Footer_Main_Container
{
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #fff;
	display: block;
}

#footer #information ul, #footer .Footer_Links_DIV ul, #footer .Footer_AD_Links_DIV ul
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 2px 0 6px 0;
	color: #fff;
	margin-left: 201px;
	width: 780px;
	display: block;
}

#footer .Footer_Links_DIV ul
{
	height: 5.5em;
}

#footer .Footer_AD_Links_DIV ul
{
	height: 2em;
}

#footer #information ul li, #footer .Footer_Links_DIV ul li, #footer .Footer_AD_Links_DIV ul li
{
	padding: 0;
	display: inline;
	float: left;
	margin: 0 4px 6px 0;
}

#footer #information ul li a, #footer .Footer_Links_DIV ul li a, #footer .Footer_AD_Links_DIV ul li a
{
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}

#footer #information ul li a:hover, #footer .Footer_Links_DIV ul li a:hover, #footer .Footer_AD_Links_DIV ul li a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

#footer #information #relatedLinks, #footer .Footer_Default_Message_DIV
{
	color: #9dcdfd;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#footer .Footer_Default_Message_DIV a
{
	color: #fff;
}

#footer .Footer_Default_Message_DIV a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

#footer #information #partners, #footer .Footer_Default_AD_Message_DIV
{
	color: #9dcdfd;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#footer #information #copyright, #footer .Footer_Default_Legal_DIV
{
	margin: 6px 0;
	text-align: center;
}

#footer div.miscLinks
{
	float: left;
	width: 1000px;
	margin: 0 0 20px 0;
	font-size: 11px;
	text-align: center;
}

#footer div.miscLinks a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer div.miscLinks a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

#footer div.miscLinks a img
{
	vertical-align: middle;
}


/* Header/Header.ascx */
div#header
{
	height: 110px;
	clear: left;
}

div#header div.logo
{
	float: left;
}

div#header div.ad
{
	width: 728px;
	height: 90px;
	float: right;
	padding: 10px 0 0 0;
}

/* Links/Links.ascx */
div#links
{
	clear: both;
	float: left;
}

div#links table.items
{
	width: 300px;
	font-size: 160%;
}

div#links table.items, div#links table.items tr, div#links table.items tr td
{
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

div#links table.items tr td.item
{
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/links_m.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 3px;
}

div#links table.items tr td.item a
{
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 65%;
	font-weight: bold;
	text-decoration: none;
}

div#links table.items tr td.item a:hover
{
	color: #FF66FF;
}

div#links table.items tr td.item img
{
	vertical-align: middle;
}

div#links table.items tr td.filler
{
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/links_m.gif);
	background-repeat: repeat-x;
	width: 100%;
}

/* Menu/main.aspx */
div#menuMain
{
	clear: left;
}

div#menuMain div.items div.item
{
	float: left;
}

div#menuMain div.items div.item div
{
	position: relative;
}

div#menuMain div.items div.item div a
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#menuMain div.items div.item div a
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Menu/mainLevel2.aspx */
div#menuLevel2
{
	clear: left;
	font-size: 180%;
}

div#menuLevel2 div.facebookLike { margin: 8px 0 0 15px; float: left; }

div#menuLevel2 div.facebookLike .facebookLikeButton { float: left; }

div#menuLevel2 div.facebookLike .facebookLikeInstructions { float: left; background: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/arrows_purple.png) no-repeat left; font-size: 65%; color: #3399CC; padding-left:25px; margin-top:2px; }

div#menuLevel2 div.items
{
	padding: 6px 6px 0 6px; float: left;
}

div#menuLevel2 div.items div.item, div#menuLevel2 div.items div.separator
{
	float: left;
}

div#menuLevel2 div.items div.item a, div#menuLevel2 div.items div.separator
{
	font-weight: bold;
	text-decoration: none;
	color: #606060;
}

div#menuLevel2 div.items div.item a.active
{
	color: #FF66FF;
}

div#menuLevel2 div.items div.item a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}


/* Music/e360Player.ascx */
div.e360-player
{
	clear: left;
	background-color: #000000;
}

div.e360-player div.wrapper
{
	padding: 8px;
}

div.e360-player div.wrapper div.baseTitle
{
	clear:left;
}


/* mobile/mobileLandingPage.ascx begin */

div#mobileLandingPage
{
	float: left;
	overflow: hidden;
	width: 660px;
}

div#mobileLandingPage div.controls
{
	float: left;
	width: 655px;
}

div#mobileLandingPage div.controls div.baseTitle
{
	background-color: #000000;
	padding: 2px 0 0 8px;
}

div#mobileLandingPage div.controls div.baseTitle span.text
{
	color: #ffffff;
}

/* mobile/mobileLandingPage.ascx end */



/* Search/Search.aspx */
div#search
{
	height: 50px;
	width: 162px;
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/nav-2/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

div#search input#siteSearchKeywords
{
	width: 110px;
	position: absolute;
	left: 10px;
	top: 11px;
	font-size: 180%;
	color: #FF66FF;
}


div#search input#siteSearchDoSearch
{
	position: absolute;
	left: 122px;
	top: 10px;
	width:32px;
	height:31px;
}


div#navFacebookLike
{
    width:100px;
    padding-top:15px;
	height: 35px;
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/nav-2/search-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;

}


/* Search/SearchBoxForResultsPage 
div#searchBoxForResultsPage
{
	height: 50px;
	width: 276px;
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/menu-search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

div#searchBoxForResultsPage input#siteSearchKeywords
{
	width: 170px;
	position: absolute;
	left: 10px;
	top: 11px;
	font-size: 180%;
	color: #FF66FF;
}

div#searchBoxForResultsPage input#siteSearchDoSearch
{
	position: absolute;
	left: 190px;
	top: 12px;
}
*/

/* newsletter/SignUpQuick.ascx */
#NLSignUpQuick
{
	clear: both;
	float: left;
	width: 300px;
	background: #E6E6E6 url(http://media.salemwebnetwork.com/TheFish2/sys/gr/newslettersSignupBG.gif) no-repeat bottom left;
	margin: 5px 0;
}

#NLSignUpQuick div.NLSignUpQuickRelative
{
	position: relative;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.baseTitle
{
	height: 20px;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.newsletterBlurb
{
	font-size: 120%;
	color: #999999;
	padding: 10px 0 0 0;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickSubmit
{
	height: 20px;
	padding: 10px 0 0 0;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickEmailAddress
{
	float: left;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickEmailAddress input.emailAddress
{
	width: 175px; height: 20px; border: thin solid #999999;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickButton
{
	float: left;
	padding: 0 0 0 6px;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.policyContainer
{
    margin-top: 5px;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.policyContainer a
{
    color: #3399CC;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.policyContainer a:hover
{
    color: #FF66FF;
    text-decoration: none;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickMore
{
	padding: 10px 0 0 0;
	height: 20px;
	font-size: 140%;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickMore img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickMore a
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 75%;
	color: #3399CC;
}

#NLSignUpQuick div.NLSignUpQuickRelative div.NLSignUpQuickMore a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

#NLSignUpQuick ul.NLSignUpQuickUL
{
	width: 270px;
	padding: 4px;
	margin: 0;
}

#NLSignUpQuick ul.NLSignUpQuickUL li
{
	list-style-type: none;
	margin-top: 6px;
}

#NLSignUpQuick ul.NLSignUpQuickUL li.section
{
	font-weight: bold;
	font-size: 120%;
}

#NLSignUpQuick ul.NLSignUpQuickUL li.noSection
{
	display: none;
}

#NLSignUpQuick ul.NLSignUpQuickUL li input.NLCheckBox
{
	vertical-align: middle;
}

#NLSignUpQuick ul.NLSignUpQuickUL li label.title
{
    font-size:110%;
	font-weight: bold;
	vertical-align: middle;
}

#NLSignUpQuick ul.NLSignUpQuickUL li .NLDescription
{
    font-size:90%;
	margin: 0 0 0 24px;
}

/* newsletter/SignUp.ascx */
#NLSignUp
{
	clear: both;
	width: 970px;
	padding: 10px;
}

#NLSignUp div.NLSignUpSubmit
{
	overflow: hidden;
}

#NLSignUp div.NLSignUpSubmit div.header
{
	float: left;
	width: 965px;
}

#NLSignUp div.NLSignUpSubmit div.header div.baseTitle
{
	padding: 8px;
}

#NLSignUp div.NLSignUpSubmit div.header div.baseTitle span.text
{
	font-size: 140%;
	color: #FFFFFF;
}

#NLSignUp div.NLSignUpSubmit div.header div.body
{
	width: 948px;
	float: left;
	clear: left;
	padding: 8px;
	background-color: #E7FFFF;
	border-bottom: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpManage
{
	padding: 4px 0 0 0;
	height: 20px;
	font-size: 140%;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpManage img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpManage a
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 75%;
	color: #3399CC;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpManage a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpEmailAddress
{
	float: left;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpEmailAddress input.emailAddress, #NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpEmailAddress input.emailAddressConfirm
{
	width: 200px;
}

#NLSignUp div.NLSignUpSubmit div.header div.body div.NLSignUpButton
{
	float: left;
	padding: 0 0 0 6px;
}

#NLSignUp div.NLSignUpList
{
	background-color: #EBEBEB;
	margin: 4px 0 0 0;
	border: solid 1px #A0A0A0;
	width: 948px;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable
{
    float: left;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td
{
	padding: 0 3px 10px 3px;
	vertical-align: top;
}
#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td.borderRight
{
	border-right: dashed 1px #A0A0A0;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li
{
	list-style-type: none;
	margin-top: 6px;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li.section
{
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 120%;
	color: #FF66FF;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li.noSection
{
	display: none;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li input.NLCheckBox
{
	vertical-align: middle;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li label.title
{
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
}

#NLSignUp div.NLSignUpList table.NLSignUpListTable tr td li .NLDescription
{
	margin: 0 0 0 24px;
}

#NLSignUp div.NLSignUpList div.NLSignupPromo
{
    float: right;
    width: 500px;
    margin: 10px 50px 10px 0;
}

#NLSignUp div.NLSignUpList div.NLSignupPromo div.PromoDescription
{
    width: 400px;
    font-size: 120%;
}

#NLSignUp div.NLSignUpList div.NLSignupPromo div.policyContainer a
{
    color: #3399CC;
}

#NLSignUp div.NLSignUpList div.NLSignupPromo div.policyContainer a:hover
{
    color: #FF66FF;
    text-decoration: none;
}

#NLSignUp div.NLSignUpList div.clearBoth
{
    clear: both;
}

/* Hightlights/Highlights.ascx */
div#highlights
{
    background: #000000 url(http://media.salemwebnetwork.com/TheFish2/sys/gr/fishHighlightsBG.gif) no-repeat bottom right;

	width: 655px;
	height: 156px;
	color: #FFFFFF;
	font-family: Arial;
	float: left;
	clear: left;
}

div#highlights div.categories
{
	height: 31px;
	padding: 4px 4px 4px 4px;
}

div#highlights div.categories div.category, div#highlights div.categories div.separator
{
	float: left;
	vertical-align: middle;
	text-align: center;
}

div#highlights div.categories div.separator, div#highlights div.categories div.category a h2
{
	margin: 2px 0 0 0;
	font-size: 140%;
	font-weight: bold;
}

div#highlights div.categories div.separator
{
    display: none;
}

div#highlights div.categories div.category img:hover
{
	cursor: pointer;
}

div#highlights div.categories div.category a
{
	color: #3399CC;
	text-decoration: none;
}

div#highlights div.carousels
{
	float: left;
	height: 116px;
}

div#highlights div.carousels .carousel
{
	padding: 4px 0 8px 0;
	float: left;
	visibility: hidden;
}

div#highlights div.carousels div.carousel ul
{
	margin: 0;
}

div#highlights div.carousels div.carousel ul li
{
	width: 80px;
	height: 104px;
}

div#highlights div.carousels div.carousel ul li img
{
	margin: 0 0 0 10px;
}

div#highlights div.carousels div.carousel ul li.option img
{
	opacity: .65;
	filter: alpha(opacity=65);
}

div#highlights div.carousels a.prev, div#highlights div.carousels a.next
{
	border: none;
	display: block;
	float: left;
	width: 33px;
	height: 116px;
	text-decoration: none; /* outline: 0; */
}

div#highlights div.carousels a.next
{
	background: url("http://media.salemwebnetwork.com/TheFish2/sys/gr/highlight-navRight.gif") center 42px no-repeat;
}

div#highlights div.carousels a.next:hover
{
	background-image: url("http://media.salemwebnetwork.com/TheFish2/sys/gr/highlight-navRightHover.gif");
}

div#highlights div.carousels a.prev
{
	background: url("http://media.salemwebnetwork.com/TheFish2/sys/gr/highlight-navLeft.gif") center 42px no-repeat;
}

div#highlights div.carousels a.prev:hover
{
	background-image: url("http://media.salemwebnetwork.com/TheFish2/sys/gr/highlight-navLeftHover.gif");
}

div#highlights div.blurbs
{
	float: left;
	height: 116px;
	width: 272px;
	padding: 0 10px 0 10px;
	position: relative;
	font-size: 120%;
}

div#highlights div.blurbs div.blurb div.title
{
    font-size: 117%;    
}

div#highlights div.blurbs div.blurb div.title a
{
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

div#highlights div.blurbs div.blurb div.title a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div#highlights div.blurbs div.blurb div.link
{
	position: absolute;
	bottom: 14px;
}

div#highlights div.blurbs div.blurb div.link img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div#highlights div.blurbs div.blurb div.link a
{
	vertical-align: middle;
	font-weight: bold;
	color: #3399CC;
}

div#highlights div.blurbs div.blurb div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

/* Article/articleSimple.ascx */
div#articleSimple
{
	overflow: hidden;
	width: 660px;
}

div#articleSimple div.article
{
	float: left;
	width: 655px;
}

div#articleSimple div.article div.baseTitle
{
	width: 100%;
	float: left;
	background-color: #000000;
	padding: 8px;
}

div#articleSimple div.article div.baseTitle span.text
{
	font-size: 140%;
	color: #FFFFFF;
}

div#articleSimple div.article div.body
{
	width: 638px;
	float: left;
	clear: left;
	padding: 8px;
	background-color: #E7FFFF;
	border-bottom: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
	font-size: 120%;
}

/* TodayOnTheFish/TodayOnTheFishContainer.ascx */
div#todayOnTheFishContainer
{
	float: left;
	overflow: hidden;
	width: 660px;
}

div#todayOnTheFishContainer div.controls
{
	float: left;
	width: 655px;
}

/* TodayOnTheFish/TodayOnTheFish.ascx */
div#todayOnTheFishContainer div.controls div#todayonthefish
{
	background-color: #000000;
	width: 655px;
	float: left;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons
{
	height: 37px;
	float: left;
	width: 100%;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.baseTitle
{
	background-color: #000000;
	padding: 2px 0 0 8px;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.baseTitle span.text
{
	color: #FFFFFF;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.baseTitle h1.text
{
	font-size: 240%;
	color: #FFFFFF;
	font-weight: normal;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.title
{
	float: left;
	padding: 1px 6px 2px 6px;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.category
{
	float: right;
	padding: 9px 6px 8px 6px;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.buttons div.category img:hover
{
	cursor: pointer;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines
{
	background-color: #000000;
	height: 261px;
	width: 100%;
	float: left;
	clear: left;
	position: relative;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline
{
	position: absolute;
	top: 0;
	left: 0;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline a
{
	text-decoration: none;
	cursor: pointer;
}


div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.box
{
	height: 250px;
	width: 260px;
	position: absolute;
	left: 375px;
	top: 6px;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.boxtext
{
	height: 230px;
	width: 260px;
	position: absolute;
	left: 0;
	top: 20px;
}

/*
div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.boxtitle
{
	height: 20px;
	width: 260px;
	background-color: #CC0098;
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/totf-boxtitle.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.box div.boxtitle span
{
	margin: 0;
	padding: 0 0 0px 16px;
	font-size: 140%;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.backgroundfix
{
	height: 230px;
	width: 260px;
	background: #c0c0c0;
	position: absolute;
	left: 0;
	top: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}


div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.boxtext h3
{
	font-size: 300%;
	line-height: 32px;
	color: #FFFF99;
	padding: 4px 12px 0 12px;
	margin: 0;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.boxtext p
{
	padding: 0 12px 0 12px;
	font-size: 160%;
	font-weight: bold;
	line-height: 20px;
}

div#todayOnTheFishContainer div.controls div#todayonthefish div.headlines div.headline div.boxtext span
{
	padding: 0 12px 0 12px;
}
*/

/* AlertBar/AlertBar.ascx */
div#alertBar
{
	width: 660px;
	float: left;
}

div#alertBar div.header
{
	float: left;
	color: #FF66FF;
	font-size: 160%;
	font-weight: bold;
}

div#alertBar div.alert
{
	font-size: 140%;
	float: left;
	margin: 2px 0 0 0;
}

div#alertBar div.alert div.title
{
	vertical-align: bottom;
	float: left;
	padding: 0 0 0 4px;
}

div#alertBar div.alert div.more
{
	float: left;
	padding: 0 0 0 4px;
}

div#alertBar div.alert div.more a
{
	font-weight: bold;
	color: #3399CC;
}

div#alertBar div.alert div.more a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

/* LoginQuick */
div#LoginQuick
{
	width: 300px;
	background-color: #E6E6E6;
	float: left;
	clear: both;
}

div.col2 div#LoginQuick
{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;    
}

div#LoginQuick div.wrapper
{
	padding: 10px 10px 10px 10px;
}

div#LoginQuick div.wrapper div.default img
{
	margin: 0 6px 0 0;
}

div#LoginQuick div.wrapper div.default span.text
{
	font-size: 160%;
	color: #999999;
}

div#LoginQuick div.wrapper div.LoginSubmit
{
	clear: left;
	padding: 0;
}

div#LoginQuick div.wrapper div.LoginSubmit div.LoggedInUsername
{
    font-size: 14px;
    margin: 5px 0 0 0; 
}

div#LoginQuick div.wrapper div.LoginSubmit div.LoggedInUsername span.username
{
    font-weight: bold;    
}

div#LoginQuick div.wrapper div.LoginSubmit div.LoginUsername
{
	padding: 4px 0 0 0;
	float: left;
}

div#LoginQuick div.wrapper div.LoginSubmit div.LoginUsername input.username
{
	width: 80px;
}

div#LoginQuick div.wrapper div.LoginSubmit div.LoginButton
{
	float: left;
	padding: 0 0 0 6px;
}

div#LoginQuick div.wrapper div.LoginSubmit div.RememberMe
{
	clear: left;
}

div#LoginQuick div.wrapper div.LoginSubmit div.RememberMe input
{
    margin-left: 0;
}

div#LoginQuick div.wrapper div.LoginLinks
{
	clear: left;
	padding: 6px 0 0 0;
	font-size: 110%;
}

div#LoginQuick div.wrapper div.LoginLinks img
{
	vertical-align: middle;
	padding: 0 4px 0 0px;
}

div#LoginQuick div.wrapper div.LoginLinks a
{
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
	vertical-align: middle;
	font-weight: bold;
	color: #3399CC;
	background: transparent url(http://media.salemwebnetwork.com/TheFish2/sys/gr/caret-orange.gif) no-repeat scroll left center;
}

div#LoginQuick div.wrapper div.LoginLinks a:hover
{
	text-decoration: none;
	color: #FF66FF;
	background: transparent url(http://media.salemwebnetwork.com/TheFish2/sys/gr/caret-pink.gif) no-repeat scroll left center;
}

/* Twitter/Twitter.ascx begin */
div.twitter
{
	float: left;
	clear: both;
	/*background-color: #000000;*/
	/*border: solid 1px #cccccc;*/

}

/* this if for the culture page */
div.twitterMultiple
{
	float: left;
}

/* Twitter/Twitter.ascx end */

/* Article/blogItemBasic.ascx */

div#blogs
{
	background-color: #FFFFCB;
	width: 300px;
	float: left;
	border: solid 1px #cccccc;
}

div#blogs div.list
{
	padding: 10px 10px 10px 10px;
}

div#blogs div.list div.baseTitle span.text
{
	font-size: 240%;
}

div#blogs div.list div.items
{
   padding: 15px 0;
   margin: 0 0 0 0px;
   clear: left;
}

div#blogs div.list div.items div.item div.image
{
	float: left;
	width: 70px;
	text-align: center;
	overflow: hidden;
	margin: 0 8px 0 0;
}

div#blogs div.list div.items div.item div.image img
{
	width: 70px;
	height: 70px;
}

div#blogs div.list div.items div.item div.text div.title
{
	padding: 0 0 0 0;
	font-size: 140%;
	font-weight: bold;
}

div#blogs div.list div.items div.item div.text div.title a
{
    text-decoration: none;
    color: #3399CC;    
}

div#blogs div.list div.items div.item div.text div.author
{
	padding: 1px 0 0 0;
	font-size: 120%;
	color: #999999
}

div#blogs div.list div.items div.item div.text div.abstract
{
	font-size: 120%;
	line-height: 16px;
	padding: 8px 0 0 0;
}

div#blogs div.list div.items div.item div.text div.abstract a
{
	font-weight: bold;
	color: #3399CC;
}

div#blogs div.list div.items div.item div.text div.abstract a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#blogs div.list hr.separator
{
	padding: 8px 0 0 0;
	border: none;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
	height: 2px;
}

div#blogs div.archive
{
	padding: 10px 10px 10px 10px;
}

div#blogs div.archive div.link img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div#blogs div.archive div.link a
{
	font-weight: bold;
	color: #3399CC;
	font-size: 120%;
}

div#blogs div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

/* Polls/poll.ascx */
div#poll
{
	background-color: #000000;
	float: left;
	clear: left;
}

div#poll div.wrapper
{
	padding: 10px 10px 10px 10px;
}

div#poll div.wrapper div.baseTitle span.text
{
	font-size: 240%;
}

div#poll div.wrapper div.question
{
	padding: 8px 0 0 0;
	font-size: 120%;
	color: #FF66FF;
	font-weight: bold;
	clear: left;
}

div#poll div.wrapper div.options
{
	font-size: 120%;
	color: #FFFFFF;
}

div#poll div.wrapper div.options div.optionresponse
{
	clear: both;
}

div#poll div.wrapper div.options div.option
{
	padding: 4px 0 0 0;
	float: left;
}

div#poll div.wrapper div.options div.response
{
	float: left;
	padding: 6px 0 0 0;
}

div#poll div.wrapper div.result
{
	padding: 4px 0 0 0;
	line-height: 16px;
	height: 16px;
	clear: both;
}

div#poll div.wrapper div.result div
{
	line-height: 16px;
	height: 16px;
	float: left;
	background-color: #349ACB;
	color: #fff;
	overflow: hidden;
	border: 1px solid #349ACB;
}

div#poll div.wrapper div.result span
{
	font-weight: bold;
	margin: 2px 0 0 10px;
}

div#poll div.wrapper div.button
{
	min-height: 1px;
	padding: 6px 0 0 0;
	clear: both;
}

div#poll div.wrapper div.message
{
	min-height: 1px;
	padding: 4px 0 0 0;
	color: #FFFFFF;
	font-size: 120%;
}

div#twocolumn div.col1 div#col1-split div#col1-right div#poll
{
	width: 350px;
}

div#threecolumn div.col3 div#poll,
div#twocolumn div.col2 div#poll
{
	width: 300px;
}

/* base/CMS/articleListBasic.ascx */
div.articleListBasic
{
	float: left;
	clear: left;
}

div.articleListBasic div.items
{
	padding: 4px 0 0 0;
	clear: left;
}

div.articleListBasic hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	border: solid 1px Transparent;
	margin: 2px 0 2px 0;
}

div.articleListBasic div.items div.item div.wrapper div.text div.caret
{
	float: left;
	padding: 0 6px 0 0;
}

div.articleListBasic div.items div.item div.wrapper div.text div.caret img.caret
{
	padding: 2px 0 0 0;
}

div.articleListBasic div.items div.item div.wrapper div.text div.title a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.articleListBasic div.items div.item div.wrapper div.text div.title a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div.articleListBasic div.archive
{
	/* float: right; */
	clear: left;
}

div.articleListBasic div.archive div.link img
{
	padding: 0 4px 0 0;
}

div.articleListBasic div.archive div.link a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.articleListBasic div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#threecolumndetail div.col1 div.articleListBasic div.baseTitle img
{
    display: inline;
}

div#threecolumndetail div.col1 div.articleListBasic div.baseTitle span.text
{
    font-size: 200%;    
}

div#threecolumn div.col2 div.articleListBasic
{
	width: 232px;
}

div#threecolumn div.col2 div.articleListBasic div.baseTitle .text, div#threecolumn div.col2 div.articleLinkList div.baseTitle .text, div#threecolumn div.col2 div.reviews div.baseTitle .text
{
    font-size: 140%;
    font-weight: bold;
    line-height: 27px;
}
div#threecolumn div.col2 div.articleListBasic div.container div.title
{
    padding: 0 0 0 12px;
}

div#threecolumn div.col2 div.articleListBasic div.container div.author
{
    font-size: 120%;
    color: #999999;
    padding: 0 0 0 12px;
}

div#threecolumn div.col2 div.articleListBasic div.container div.item
{
    margin: 0 0 5px 0;
}

div#threecolumn div.col2 div.articleListBasic div.container div.archive
{
    float: left;
}

div#threecolumn div.col2 div.articleListBasic div.container div.rss
{
    float: right; 
}


div#threecolumn div.col3 div.articleListBasic
{
	background-color: #FFFFCB;
	border: solid 1px #cccccc;
	padding: 10px;
}

div#threecolumn div.col3 div.articleListBasic div.text div.title
{
    padding: 0 0 0 12px;
}

div#threecolumn div.col3 div.articleListBasic hr
{
	float: left;
	clear: left;
	height: 0px;
	border: none;
	width :100%;
	margin: 8px 0 0 0;
}

/* end base/CMS/articleListBasic.ascx */


/* begin base/CMS/articleLinkList.ascx */

div.articleLinkList
{
	float: left;
	clear: left;
}

div.articleLinkList div.items
{
	padding: 4px 0 0 0;
	clear: left;
}

div.articleLinkList hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	border: solid 1px Transparent;
	margin: 2px 0 2px 0;
}

div.articleLinkList div.items div.item div.wrapper div.text div.caret
{
	float: left;
	padding: 0 6px 0 0;
}

div.articleLinkList div.items div.item div.wrapper div.text div.caret img.caret
{
	padding: 2px 0 0 0;
}

div.articleLinkList div.items div.item div.wrapper div.text div.title a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.articleLinkList div.items div.item div.wrapper div.text div.title a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div.articleLinkList div.archive
{
	/* float: right; */
	clear: left;
}

div.articleLinkList div.archive div.link img
{
	padding: 0 4px 0 0;
}

div.articleLinkList div.archive div.link a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.articleLinkList div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#threecolumndetail div.col1 div.articleLinkList div.baseTitle img
{
    display: inline;
}

div#threecolumndetail div.col1 div.articleLinkList div.baseTitle span.text
{
    font-size: 200%;    
}

div#threecolumn div.col2 div.articleLinkList
{
	width: 232px;
}

div#threecolumn div.col2 div.articleLinkList div.baseTitle span.text
{
    font-size: 140%;
    font-weight: bold;
}
div#threecolumn div.col2 div.articleLinkList div.container div.title
{
    padding: 0 0 0 12px;
}

div#threecolumn div.col2 div.articleLinkList div.container div.author
{
    font-size: 120%;
    color: #999999;
    padding: 0 0 0 12px;
}

div#threecolumn div.col2 div.articleLinkList div.container div.item
{
    margin: 0 0 5px 0;
}

div#threecolumn div.col2 div.articleLinkList div.container div.archive
{
    float: left;
}

div#threecolumn div.col2 div.articleLinkList div.container div.rss
{
    float: right; 
}


div#threecolumn div.col3 div.articleLinkList
{
	background-color: #FFFFCB;
	border: solid 1px #cccccc;
	padding: 10px;
}

div#threecolumn div.col3 div.articleLinkList div.text div.title
{
    padding: 0 0 0 12px;
}

div#threecolumn div.col3 div.articleLinkList hr
{
	float: left;
	clear: left;
	height: 0px;
	border: none;
	width :100%;
	margin: 8px 0 0 0;
}

/* end base/CMS/articleLinkList.ascx */

/* base/CMS/articleListBasicSideBar.ascx */
div.articleListBasicSideBar
{
	width: 400px;
	float: left;
	overflow: hidden;
}

div.articleListBasicSideBar h1 { margin:0; float:left; padding-left:22px; color: #999999; font-size:240%; font-weight:normal; background: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/title.jpg) no-repeat left; }
div.articleListBasicSideBar .facebookLike { float:left; margin: 3px 0 0 15px; }

div.articleListBasicSideBar div.container
{
	float: left;
	background-color: #000000;
}

div.articleListBasicSideBar div.container div.padding
{
	float: left;
	padding: 8px;
	position:relative;
}

div.articleListBasicSideBar div.container div.baseTitle
{
	float: left;
	width: 340px;
}

div.articleListBasicSideBar div.container div.rss
{
    float: left;
    position:absolute;
    top:10px;
    right:10px;    
}

div.articleListBasicSideBar div.container div.items
{
	float: left;
	clear: left;
	padding: 8px 0 0 0;
	width: 379px;
}

div.articleListBasicSideBar div.container hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 379px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #3399CC;
	margin: 8px 0 8px 0;
}

div.articleListBasicSideBar div.container div.items div.item
{
	float: left;
	width: 379px;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper
{
	float: left;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.image
{
	float: left;
	width: 71px;
	text-align: center;
	overflow: hidden;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text
{
	float: left;
	padding: 0 0 0 6px;
	width: 302px;
	color: #ffffff;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text div.title a
{
	font-size: 140%;
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text div.title a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text div.abstract
{
	font-size: 120%;
	display: inline;
	color: #ffffff;
	line-height: 16px;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text div.author
{
	display: inline;
}

div.articleListBasicSideBar div.container div.items div.item div.wrapper div.text div.author span.author
{
	font-size: 120%;
	color: #9A9A9A;
}

div.articleListBasicSideBar div.archive
{
	float: left;
	clear: both;
}

div.articleListBasicSideBar div.archive div.link img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div.articleListBasicSideBar div.archive div.link a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.articleListBasicSideBar div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

/* Article/reviewItemBasic.ascx */
div.reviews
{
	background-color: #FFFFCB;
	float: left;
	border: solid 1px #cccccc;
	clear: both;
}

div.col2 div.reviews
{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: 0 none;    
}

div.reviews div.list
{
	padding: 10px 10px 10px 10px;
}

div.reviews div.list div.baseTitle
{
	clear: left;
}

div.reviews div.list div.baseTitle .text
{
	font-size: 240%; color: #999999;
}

div.reviews div.list div.item div.bubble
{
	clear: left;
}

div.reviews div.list div.item div.bubble div.top
{
	position: relative;
	height: 9px;
}

div.reviews div.list div.item div.bubble div.bottom
{
	position: relative;
	height: 22px;
}

div.reviews div.list div.item div.bubble div.middle img
{
	width: 0px;
}

div.reviews div.list div.item div.bubble div.top div.left, div.reviews div.list div.item div.bubble div.bottom div.left
{
	position: absolute;
	left: 0;
	top: 0;
}

div.reviews div.list div.item div.bubble div.top div.middle, div.reviews div.list div.item div.bubble div.bottom div.middle
{
	position: absolute;
	left: 190px;
	top: 0;
}

div.reviews div.list div.item div.bubble div.top div.right, div.reviews div.list div.item div.bubble div.bottom div.right
{
	position: absolute;
	right: 0;
	top: 0;
}

div.reviews div.list div.item
{
	clear: both;
	padding: 4px 0 0 0;
}

div.reviews div.list div.item div.text
{
	clear: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffffff;
	padding: 0 6px;
}

div.reviews div.list div.item div.text div.title
{
	font-size: 140%;
	font-weight: bold;
}

div.reviews div.list div.item div.text div.abstract
{
	font-size: 120%; line-height: 16px;
	padding: 8px 0 0 0;
}

div.reviews div.list div.item div.text div.abstract a, div.reviews div.list div.item div.text div.author a
{
	font-weight: bold;
	color: #3399CC;
}

div.reviews div.list div.item div.text div.abstract a:hover, div.reviews div.list div.item div.text div.author a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div.reviews div.list div.archive
{
	float: right;
	padding: 4px 0 0 0;
}

div.reviews div.list div.archive div.link img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div.reviews div.list div.archive div.link a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.reviews div.list div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#twocolumn div.col2 div.reviews
{
	width: 300px;
}

div#twocolumn div.col2 div.reviews div.list div.item div.bubble div.top, div#twocolumn div.col2 div.reviews div.list div.item div.bubble div.bottom
{
	width: 280px;
}

div#twocolumn div.col2 div.reviews div.list div.item div.bubble div.middle img
{
	width: 0px;
}

div#threecolumn div.col1 div.reviews
{
	width: 400px;
}

div#threecolumn div.col1 div.reviews div.list div.item div.bubble div.top, div#threecolumn div.col1 div.reviews div.list div.item div.bubble div.bottom
{
	width: 380px;
}

div#twocolumn div.col1 div.reviews div.list div.item div.bubble div.middle img
{
	width: 0px;
}

div#threecolumn div.col2 div.reviews
{
	width: 232px;
	background-color: Transparent;
	border: none;
}

div#threecolumn div.col2 div.reviews div.list
{
	padding: 0 0 0 0;
}

div#threecolumn div.col2 div.reviews div.list div.baseTitle span.text
{
    font-size: 140%;
    font-weight: bold;    
}

div#threecolumn div.col2 div.reviews div.list div.item div.bubble div.top, div#threecolumn div.col2 div.reviews div.list div.item div.bubble div.bottom
{
	position: relative;
	width: 232px;
}

div#threecolumn div.col2 div.reviews div.list div.archive
{
	float: right;
}


/* /base/CMS/topList.ascx (and topList-RelatedArticle.ascx) */
div#topList,
div#topList-ra
{
	clear: both;
	float: left;
	background-color: #FFFFCB;
	border: solid 1px #C0C0C0;
}

div#topList div.container,
div#topList-ra  div.container
{
	padding: 8px;
}

div#topList div.container div.menu,
div#topList-ra div.container div.menu
{
	clear: left;
	padding: 6px 0 0 0;
}

div#topList div.menu div.option, div#topList div.menu div.separator,
div#topList-ra div.menu div.option, div#topList-ra div.menu div.separator
{
	float: left;
	text-align: center;
}

div#topList div.menu div.option a,
div#topList-ra div.menu div.option a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}

div#topList div.menu div.option a div,
div#topList-ra div.menu div.option a div
{
	padding: 4px 0 0 0;
}

div#topList div.list div.item,
div#topList-ra div.list div.item
{
	clear: left;
	padding: 4px 0 4px 0;
}

div#topList div.list div.item div.number,
div#topList-ra div.list div.item div.number

{
	float: left;
	font-size: 240%;
	color: #999999;
	padding: 0 6px 0 0;
}

div#topList div.list div.item div.title,
div#topList-ra div.list div.item div.title
{
	margin: 4px 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #666666;	
}

div#topList div.list div.item div.title a,
div#topList-ra div.list div.item div.title a
{
	color: #3399CC;
}

div#topList div.list div.item div.title a:hover,
div#topList-ra div.list div.item div.title a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#topList div.list hr,
div#topList-ra div.list hr
{
	clear: left;
	height: 0px;
	border: none;
	border-bottom: 1px dashed #A0A0A0;
	width: 100%;
}

div#topList-ra div.list div.item div.button 
{
	float: right;
	width: 103px;
}

div#threecolumn div.col3 div#topList,
div#twocolumn div.col2 div#topList-ra
{
	width: 300px;
}

div#threecolumn div.col3 div#topList div.item,
div#twocolumn div.col2 div#topList-ra div.item
{
	width: 280px;
}

/* Misc/PrintThisPage.ascx begin */

div#printThisPage
{
	width: 130px;
	float: right;	
	padding: 0 0 0 0;
}

div#printThisPage span.printer
{
	vertical-align: middle;
}

div#printThisPage span.link
{
	vertical-align: middle;
}

/* Misc/PrintThisPage.ascx end */

/* Misc/SharePrintContainer.ascx begin */

/*div#SharePrintContainer
{
	width: 210px;
	clear: both;
}

div#SharePrintContainer
{
	vertical-align: middle;
}*/


/*Share Panel Container*/
#SharePrintContainer
{
   
    height: 30px;
    background-color: Transparent;
}


    
div#SharePrintContainer a
{
    float: left;    
    height: 20px;
    line-height:20px;
    width:45px;
    margin:3px;
    text-align:center;
    background-color:#fbfef5;
    border:1px solid #cccec1;
    text-decoration:none;
    color:#3366B4;

}
 
div#SharePrintContainer div.sharedFBLike
{
    width:150px;
    float:left;
    padding-top:3px;
    
}
div#SharePrintContainer div.sharedTwitter
{   
    width:60px;
    float:left;
    padding-top:3px;

}
div#SharePrintContainer div.sharedGPlusOne
{
    float: left;
    padding-top: 3px;
}

div#SharePrintContainer a.print
{ 
        background: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/printer.gif) 3px center no-repeat #fbfef5;
        padding-left:13px;
            font-size:12px;
}

/* Misc/SharePrintContainer.ascx end */

/* Errors/FileNotFound.ascx begin */

table.file-not-found
{
	background-image: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/file-not-found.jpg);
	height: 881px;
}

table.file-not-found tr td
{
	padding: 160px 120px 120px 120px;
}

div.errorFileNotFound
{
    padding: 40px 120px 40px 120px;
    font-size: 12pt;
}

/* Errors/FileNotFound.ascx end */

/* /base/ArticleDetail.ascx */
div#articleDetail
{
}

div#articleDetail div.article .title
{
	font-size: 220%;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
}

div#articleDetail div.article div.author
{
	font-size: 140%;
	color: #999;
	padding: 10px 0 10px 0;
}

div#articleDetail div.article div.body
{
	font-size: 120%;
	line-height: 16px;
}

div#articleDetail div.article div.providedby
{
	font-size: 120%;
	padding: 4px 0 10px 0;
}

div#articleDetail div.article div.providedby a
{
	text-decoration: none;
	color: #3399CC;
	font-weight: bold;
}

div#articleDetail div.article div.providedby a:hover
{
	text-decoration: underline;
	color: #FF66FF;	
}

/* /base/articleImage.ascx */

div#articleImage
{
	width: 200px;
}

div#articleImage div.image-large
{
	padding: 5px 5px 5px 5px;
	/*border: solid 1px #000000;
	background-color: #E6E6E6;*/
	text-align: center;
}

div#MovieImage div.image-large
{
    padding: 5px 0 5px 0;
}

div#MovieImage a
{
    text-align: center;
    font-size: 120%;
    display:block;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #3695CC;
}

div#MovieImage a:hover
{
    color: #FF66FF;
}

/* Base/VideoPromoItem.ascx */
div.video-promo
{
	clear: left;
	background-color: #000000;
}

div.video-promo div.wrapper
{
	padding: 8px;
}

div.video-promo div.wrapper div.baseTitle,
div.video-promo div.wrapper div.article-image,
div.video-promo div.wrapper div.control-image,
div.video-promo div.wrapper div.copy
{
	clear:left;
}

div.video-promo div.wrapper baseTitle span.Text
{
	font-size: 190%;
	vertical-align: middle;
	color: red;
}

div.video-promo div.wrapper div.article-image
{
	padding: 8px 0 0 0;
}

div.video-promo div.wrapper div.article-image img
{
	max-width: 281px;
}

div.video-promo div.wrapper div.copy
{
	padding: 6px 0 0 0;
}

div.video-promo div.wrapper div.copy div.archive
{
	float: right;
}

div.video-promo div.wrapper div.copy div.archive div.link img
{
	vertical-align: middle;	
	padding: 0 4px 0 0;
}

div.video-promo div.wrapper div.copy div.archive div.link a
{
	font-size: 120%;
	font-weight: bold;
	color: #3399CC;
}

div.video-promo div.wrapper div.copy div.archive div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div.video-promo div.wrapper div.copy div.title a
{
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
}

div.video-promo div.wrapper div.copy div.title a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div.video-promo div.wrapper div.copy div.sub-title
{
	font-size: 120%;
	color: #9A9A9A;
}

div#threecolumn div.col3 div.video-promo
{
	width: 300px;
}

/* pageIndexer.ascx */
div#articleDetail div.article div.pageIndexer div.page
{
	float: right;
	font-size: 120%;
	font-weight: bold;
}

div#articleDetail div.article div.pageIndexer div.page a.selectPage
{
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	color: #3399CC;
}

div#articleDetail div.article div.pageIndexer div.page a.currentPage
{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #606060;
}

div#articleDetail div.article div.pageIndexer div.page a.selectPage:hover
{
	text-decoration: none;
	color: #FF66FF;
}

div#articleDetail div.article div.pageIndexer div.page a.disabled
{
	text-decoration: none;
	cursor: default;
}

/* archive */
div.archiveList
{
	clear: left;
}

div.archiveList div.archive-sort
{
	clear: left;
	background-color: #FFFFCB;
	padding: 10px;	
}

div.archiveList div.archive-sort div.by-date
{
	clear: left;
}

div.archiveList div.archive-sort div.by-alpha
{
	padding: 8px 0 0 0;
	clear: left;
}

div.archiveList div.archive-sort div.by-alpha div.title
{
	font-size: 120%;
	font-weight: bold;
	float: left;
	padding: 0 4px 0 0;
}

div.archiveList div.archive-sort div.by-date a,
div.archiveList div.archive-sort div.by-alpha div.links a
{
	font-size: 120%;	
	font-weight: bold;
	text-decoration: none;
	color: #3399CC;
}

div.archiveList div.archive-sort div.by-alpha div.links a
{
		padding: 0 3px;
}

div.archiveList div.archive-sort div.by-date a.active
{
	color: #FF66FF;
}

div.archiveList div.archive-sort div.by-alpha div.links a.active
{
	background-color: #FF66FF;
	color: #fff;
}

div.archiveList div.archive-sort div.by-date a:hover,
div.archiveList div.archive-sort div.by-alpha div.links a:hover
{
	background-color: #FF66FF;
	color: #fff;
}

div.archiveList div.items div.caret
{
	float: left;
	padding: 0 6px 0 0;
}

div.archiveList div.items div.caret img.caret
{
	padding: 2px 0 0 0;
}

div.archiveList div.items
{
	clear: left;
	padding: 10px;
}

div.archiveList div.items div.itemodd, div.archiveList div.items div.itemeven
{
	clear: left;
	padding: 6px;
}

div.archiveList div.items div.text div.title
{
	float: left;
}

div.archiveList div.items div.text div.author
{
	float: left;
	padding: 0 0 0 6px;
	color: #777;
	font-size: 120%;
}

div.archiveList div.items div.text div.date
{
	float: left;
	padding: 0 0 0 6px;
	color: #777;
	font-size: 120%;
}

div.archiveList div.items div.text div.title a
{
	color: #3399CC;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

div.archiveList div.items div.text div.title a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.archiveList div.items div.itemodd
{
	background-color: #E6E6E6;
}

 div.archiveList div.pageIndexer div.page
 {
 	float: left;
 }

div.archiveList div.pageIndexer div.quantity
 {
 	float: right;
 }

div.archiveList div.pageIndexer
{
	font-size: 140%;
	font-weight: bold;
}

div.archiveList div.pageIndexer a
{
	color: #3399CC;
}

div.archiveList div.pageIndexer a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div#twocolumn div.col1 div.archiveList
{
	width: 660px;
}

div#twocolumn div.col1 div.archiveList div#titleSideBar div.baseTitle
{
	width: 655px;
}

div#twocolumn div.col1 div.archiveList div#titleSideBar div.rss
{
	float: right;
	padding: 8px 8px 8px 8px;
}

div#articleRating
{
	clear: both;
	float: left;
	width: 300px;
	background-color: #E6E6E6;
}

div#articleRating div.border
{
	padding: 10px;
}

div#articleRating div.articleRatingAve
{
	clear: left;
}

div#articleRating  div.articleRatingAve div.label
{
	clear: left;
	font-weight: bold;
	font-size: 130%;
	color: #656565;
}

div#articleRating div.articleRatingAve div.stars
{
	clear: left;
	padding: 6px 0 0 0;
}

div#articleRating div.articleRatingUser
{
	clear: left;
}

div#articleRating div.articleRatingUser div.label
{
	clear: left;
	font-weight: bold;
	font-size: 110%;
	color: #656565;
}

div#articleRating div.articleRatingUser div.stars
{
	float: left;
	clear: left;
	padding: 6px 0 0 0;
}

div#articleRating div.articleRatingUser div.button
{
	float: left;
	clear: right;
	padding: 6px 0 0 10px;
}

div.partnerLinkBox
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFCB;
    clear: left;
    float: left;
    width: 278px;
    padding: 6px 10px 10px 10px;
}

div.partnerLinkBox a
{
    color: #359ECE;
    font-size: 160%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 4px;
}

div.partnerLinkBox a:hover
{
    color: #FF66FF;
}

#col1-right div.partnerLinkBox
{
    margin: 5px 0 5px 0;
    width: 330px;
}

/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating, .fav{
  width:125px;
  height:25px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/Star_Matrix.gif) no-repeat 0 0;
  z-index: 2;
}
.fav{width:25px;}
/* add these classes to the ul to effect the change to the correct number of stars */
.star_0 {background-position:0 0}
.star_1 {background-position:0 -25px}
.star_2 {background-position:0 -50px}
.star_3 {background-position:0 -75px}
.star_4 {background-position:0 -100px}
.star_5 {background-position:0 -125px}
li.indicator {display: none;}
ul.rating li, ul.fav li  {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
ul.rating li.indicator {float: right; text-indent: 0; position: relative; left: 42px;}
ul.fav li a, ul.rating li a {
  position:absolute;
  left:0;
  top:0;
  width:25px;
  height:25px;
  text-decoration:none;
  z-index: 2;
}
ul.rating li span, ul.fav li span {text-decoration:none; position:absolute; width:25px; height:25px; z-index: 2;}
ul.fav li.s_1 a, ul.rating li.s_1 a {left:0;-moz-outline:none;}
ul.rating li.s_2 a {left:25px;-moz-outline:none;}
ul.rating li.s_3 a {left:50px;-moz-outline:none;}
ul.rating li.s_4 a {left:75px;-moz-outline:none;}
ul.rating li.s_5 a {left:100px;-moz-outline:none;}
ul.fav li a:hover, ul.rating li a:hover {
  z-index:2;
  width:125px;
  height:25px;
  overflow:hidden;
  left:0; 
  background: url(http://media.salemwebnetwork.com/TheFish2/sys/gr/Star_Matrix.gif) no-repeat 0 0;
  z-index: 2;
}
ul.fav li a:hover {width:33px;}
ul.fav li.s_1 a:hover, ul.rating li.s_1 a:hover {background-position:0 -150px;}
ul.rating li.s_2 a:hover {background-position:0 -175px;}
ul.rating li.s_3 a:hover {background-position:0 -200px}
ul.rating li.s_4 a:hover {background-position:0 -225px}
ul.rating li.s_5 a:hover {background-position:0 -250px}

/* articleRatingUser.ascx - voting control CSS */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:27px;height:25px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(http://media.salemwebnetwork.com/TheFish2/sys/gr/delete_new.gif) no-repeat 0 -25px}
/* THE FOLLOWING LINE WAS ADDED TO HIDE THE CANCEL BUTTON FROM DISPLAYING */
div.rating-cancel { visibility: hidden; width: 0;}
div.star-rating,div.star-rating a{background:url(http://media.salemwebnetwork.com/TheFish2/sys/gr/star_new.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:25px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -25px!important}
div.star-rating-hover a{background-position:0 -50px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* articleAbstract begin */
div.articleAbstract
{
	clear: left;
	border: solid 1px #cccccc;
}

div.articleAbstract div.wrapper
{
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

div.articleAbstract div.wrapper div.text
{
	padding: 4px 0 0 0;
	font-size: 120%;
}

div#twocolumn div.col1 div#col1-split div#col1-right div.articleAbstract
{
	width: 350px;
}

/* articleAbstract end */

/* linkExchange start */

.linkExchange .sectionTitle {
    color: #999999;
    font-size: 240%;
    margin: 5px 0 0 0;
    padding: 0 0 0 33px;
    background: transparent url('http://media.salemwebnetwork.com/TheFish2/sys/gr/title.jpg') no-repeat 11px 7px;
}

.linkExchange .listTemplate ul {
    margin: 5px 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.linkExchange .listTemplate ul li {
    font-weight: bold;
    background: transparent url("http://media.salemwebnetwork.com/TheFish2/sys/gr/caret-orange.gif") no-repeat 0 2px;
    padding: 0 0 0 10px;
    
}

.linkExchange .listTemplate ul li a {
    color: #3399CC;
    text-decoration: none;
    font-size: 110%;
}

/* linkExchange end */

/* featuredBlogList start */
div.featuredBlogList
{
	clear: left;
	float: left;
	overflow: hidden;
}

div.featuredBlogList div.container
{
	float: left;
	/* background-color: #000000; */
}

div.featuredBlogList div.container div.padding
{
	clear: left;
    /* padding: 5px 8px 8px 8px; */
}

div.featuredBlogList div.container div.baseTitle
{
	clear: left;
}

div.featuredBlogList div.container div.items
{
	clear: left;
}

div.featuredBlogList div.container hr
{
	float: left;
	clear: both;
	height: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #359ECE;
	margin: 8px 0 8px 0;
}

div.featuredBlogList div.container div.items div.blogItemContainer
{
    	margin: 10px 0; 	
    	background: transparent url(http://media.salemwebnetwork.com/TheFish2/sys/gr/blog_green_bg.jpg) top left repeat-x; 
    	width: 660px;  
}
div.featuredBlogList div.container div.items div.item
{
    padding: 15px 0;
	margin: 0 0 0 20px;
}

div.featuredBlogList div.container div.items div.item div.image
{
	float: left;
	width: 70px;
	text-align: center;
	overflow: hidden;
}

div.featuredBlogList div.container div.items div.item div.image img
{
	width: 70px;
	height: 70px;
}

div.featuredBlogList div.container div.items div.item div.text
{
	float: left;
	padding: 0 0 0 6px;
	width: 302px;
	color: #ffffff;
}

div.featuredBlogList div.container div.items div.item div.text div.title a
{
	font-size: 140%;
	color: #359ECE;
	font-weight: bold;
	text-decoration: none;
}

div.featuredBlogList div.container div.items div.item div.text div.title a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.featuredBlogList div.container div.items div.item div.text div.abstract
{
	font-size: 120%;
	display: inline;
	color: #000000;
	line-height: 16px;
}

div.featuredBlogList div.container div.items div.item div.text div.author
{
	font-size: 120%;
	color: #9A9A9A;
	display: inline;
}

div.featuredBlogList div.container div.items div.item div.text div.author a
{
	color: #9A9A9A;
	text-decoration: none;
}

div.featuredBlogList div.container div.items div.item div.text div.author a:hover
{
	color: #FF66FF;
}

div#twocolumn div.col1 div.featuredBlogList
{
	width: 660px; margin: 5px 0 0 0;
}

div#twocolumn div.col1 div.featuredBlogList div.sideBar div.middle
{
    height: 33px; margin: 0; padding: 0;
}

div#twocolumn div.col1 div.featuredBlogList div.baseTitle
{
    background-color: #000000;    
}

div#twocolumn div.col1 div.featuredBlogList div.baseTitle div.margin
{
    padding: 5px 5px 5px 15px;
}

div#twocolumn div.col1 div.featuredBlogList div.container
{
	width: 660px;
	margin: 0 0 0 0;
}

div#twocolumn div.col1 div.featuredBlogList div.container div.sideBar div.top
{
    display: none;    
}

div#twocolumn div.col1 div.featuredBlogList div.container div.sideBar
{
    height: 88px;    
}

div#twocolumn div.col1 div.featuredBlogList div.container div.sideBar div.middle
{
    background-color: #AFFFFF; height: 103px;  
}

div#twocolumn div.col1 div.featuredBlogList div.container div.baseTitle,
div#twocolumn div.col1 div.featuredBlogList div.container div.items,
div#twocolumn div.col1 div.featuredBlogList div.container div.items div.item,
div#twocolumn div.col1 div.featuredBlogList div.container hr
{
	width: 640px;
}

div#twocolumn div.col1 div.featuredBlogList div.container div.items div.item div.text
{
	width: 488px;
}

/* featuredBlogList end */

/* blogListPromo start */

div.blogListPromo
{
	clear: left;
	float: left;
	border: solid 1px #000000;
}

div.blogListPromo div.wrapper
{
	padding: 6px 10px 10px 10px;
}

div.blogListPromo div.wrapper div.list table tr td
{
	vertical-align: top;
}

div.blogListPromo div.wrapper div.list table tr td.column2
{
	padding: 0 0 0 30px;
	border-left: dashed 1px #999999;
}

div.blogListPromo div.wrapper div.list div.item
{
	clear: left;
	float: left;
	padding: 4px 0 4px 0;
}

div.blogListPromo div.wrapper div.list div.item div.image
{
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	overflow: hidden;
	padding: 0 8px 0 0;
}

div.blogListPromo div.wrapper div.list div.item div.text
{
	float: left;
	font-size: 130%;
}

div.blogListPromo div.wrapper div.list div.item div.text span.title a
{
	font-weight: bold;
	color: #359ECE;
	text-decoration: none;
}

div.blogListPromo div.wrapper div.list div.item div.text span.title a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.blogListPromo div.wrapper div.list div.item div.text span.author {
	color: #999999;
	font-weight: bold;
}

div.blogListPromo div.wrapper div.list div.item div.text span.author a
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

div.blogListPromo div.wrapper div.list div.item div.text span.author a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div#twocolumn div.col1 div.blogListPromo
{
	width: 658px;
	margin: 5px 0 0 0;
}

div#twocolumn div.col1 div.blogListPromo div.wrapper div.list table tr td,
div#twocolumn div.col1 div.blogListPromo div.wrapper div.list div.item
{
	width: 300px;
}

div#twocolumn div.col1 div.blogListPromo div.wrapper div.list div.item div.text
{
	width: 247px;
}


/* blogListPromo end */

/* search/default.aspx */

div.col1 div.searchBar
{
    width: 660px; height: 38px;
    border: 0 solid black;
    margin: 9px 0;
    background: #000000;  
}

div.col1 div.searchBar div.sideBar div.middle
{
    padding-bottom: 0; height: 33px;
}

div.col1 div.searchBar img.arrow
{
    float: left;
    margin: 10px 0 0 15px;
}

div.col1 div.searchBar div.text
{
    font-size: 240%; color: #FFFFFF;
    float: left;
    margin: 5px 0 0 10px;
}
/*
div.col1 div.searchBar div.text span.keyword
{
    color: #8FF6FB;    
}
*/
div.col1 div.searchBar div.searchBox div#searchBoxForResultsPage
{
    background: 0 none;
    margin: 0 0 0 0; 
    padding: 2px 10px 0 0;
    height: 38px;   
    float: right;
}

div.col1 div.searchBar div.searchBox div#searchBoxForResultsPage input#searchKeywords
{
    position: relative; 
	 padding: 2px 0 2px 0;
    color: #999999; 
    font-weight: normal;
    font-size: 180%; 
    width: 375px;
}

div.col1 div.searchBar div.searchBox div#searchBoxForResultsPage input#doSearch
{
    left: 4px; top: 5px;
    position: relative    
}

div#siteSearchResults div.results div.caret
{
    float: left;
    padding: 0 6px 0 0; 
}

div#siteSearchResults div.results div.title a
{
    color: #3399CC;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;       
}

div#siteSearchResults div.results div.teaser
{
    color: #999999;
    font-size: 120%;
    padding: 0 0 0 12px;
}

div#siteSearchResults div.results div.itemodd
{
    background-color: #E6E6E6;
}

div#siteSearchResults div.results div.itemeven, div#siteSearchResults div.results div.itemodd
{
    clear: left; 
    padding: 6px;
    overflow: hidden;
}

div#siteSearchResults div.results div.pageIndexer div.page
{
float: left;
}

div#siteSearchResults div.results div.pageIndexer div.quantity
{
float: right;
}

div#siteSearchResults div.results div.pageIndexer
{
	font-size: 140%;
	font-weight: bold;
}

div#siteSearchResults div.results div.pageIndexer a
{
	color: #3399CC;
}

div#siteSearchResults div.results div.pageIndexer a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

/* blogDetail start */
div.blogDetail
{
	clear: left;
	float: left;
}

div.blogDetail div.wrapper
{
	clear: left;
	float: left;
	overflow: hidden;
}

div.blogDetail div.wrapper div.sideBar div.middle
{
    height: 33px; margin: 0; padding: 0;
}

div.blogDetail div.wrapper div.baseTitle
{
    background-color: Black;
}

div.blogDetail div.wrapper div.baseTitle div.margin
{
    padding: 5px 5px 5px 15px;    
}

div.blogDetail div.wrapper div.container
{
	float: left; margin: 5px 0 0 0;
	background-color: #D1FFFF;
}

div.blogDetail div.wrapper div.container .sideBar .top
{
    display: none;    
}

div.blogDetail div.wrapper div.container .sideBar .middle
{
    margin-bottom: -2000px; padding-bottom: 2000px; background-color: #AFFFFF;    
}

div.blogDetail div.wrapper div.container div.padding
{
	padding: 15px;
}

div.blogDetail div.wrapper div.container div.baseTitle
{
	clear: left;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor
{
	float: left;
	padding: 0 12px 0 0;
	border-right: dashed 1px #359ECE;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor
{
	float: left;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.image
{
	float: left;
	padding: 0 8px 0 0;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text
{
	float: left; width: 240px;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text h2
{
	font-size: 200%;
	color: #359ECE;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text span
{
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links
{
	padding: 12px 0 0 0;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links div
{
	padding: 2px 0 0 0;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links img
{
	vertical-align: middle;
	padding: 0 4px 0 0;
	height: 11px;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links a
{	
	vertical-align: middle;
	font-size: 140%;
	color: #359ECE;
	text-decoration: none;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.blogDetail div.wrapper div.container div.blogDetailAuthor div.blogAuthor div.text div.links div.FbLikeBox
{
    border:none;
    width:250px;
    height:35px;
}

div.blogDetail div.wrapper div.container div.blogListMicro
{
	float: left;
	padding: 0 0 0 12px;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.title
{
	font-weight: bold;
	font-size: 140%;
	color: #000000;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.list
{
	padding: 10px 0 0 0;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.list div.item a
{	
	font-size: 120%;
	color: #359ECE;
	text-decoration: none;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.list div.item a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.list div.item span.date
{
	font-size: 140%;
	color: #A0A0A0;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.archive
{
	font-size: 140%;
	color: #A0A0A0;
	padding: 12px 0 0 0;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.archive a
{	
	color: #359ECE;
	font-size: 120%;
	text-decoration: none;
}

div.blogDetail div.wrapper div.container div.blogListMicro div.archive a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div.blogDetail div.wrapper div.container div#blogAuthorBio
{
	display: none;
	clear: left;
	padding: 10px 0 0 0;
}

div.blogDetail div.wrapper div.container div#blogAuthorBio div.about
{
	float: left;
}

div.blogDetail div.wrapper div.container div#blogAuthorBio div.links
{
	float: right;
	padding: 0 0 0 12px;
}

div.blogDetail div.wrapper div.container div#blogAuthorBio div.title
{
	float: left;
	color: #359ECE;
	font-size: 140%;
	font-weight: bold;
}

div.blogDetail div.wrapper div.container div#blogAuthorBio div.about div.bio,
div.blogDetail div.wrapper div.container div#blogAuthorBio div.links div.items
{
	float: left;
	clear: left;
	font-size: 120%;
	color: #888787;
}

div#twocolumn div.col1 div.blogDetail
{
	width: 660px;
}

div#twocolumn div.col1 div.blogDetail div.wrapper div.container
{
	width: 655px;
}

div#twocolumn div.col1 div.blogDetail div.wrapper div.container div.blogDetailAuthor,
div.blogDetail div.wrapper div.container div#blogAuthorBio div.about
{
	width: 380px;
}

div.blogDetail div.wrapper div.container div.blogListMicro,
div.blogDetail div.wrapper div.container div#blogAuthorBio div.links
{
	width: 215px;
}

/* blogDetail end */

/* blogArticleDetail start */

div.blogArticleDetail
{
	clear: left;
	float: left;
}

div.blogArticleDetail div.wrapper div.item
{
	float: left;
	clear: left;
	padding: 10px;
}

div.blogArticleDetail div.wrapper div.item.alt
{
	background-color: #E5E5E5;
}

div.blogArticleDetail div.wrapper div.item div.article .title
{
	float: left;
	font-size: 180%;
	font-weight: bold;
	color: #359ECE;
	padding: 0 4px 0 0;
	margin: 0;
}

div.blogArticleDetail div.wrapper div.item div.article div.date
{
	float: left;
	clear: none;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	padding: 4px 0 0 2px;
}

div.blogArticleDetail div.wrapper div.item div.article div.author
{
	float: left;
	clear:left;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	padding: 4px 0;
}

div.blogArticleDetail div.wrapper div.item div.article div.body
{
	font-size: 120%;
	clear: left;
}

div.blogArticleDetail div.wrapper div.item div.article div.body p
{
    text-align: justify;    
}

div.blogArticleDetail div.wrapper div.item div.article div.feedback
{
	margin: 10px 0 0 0;
	float: left;
	clear: left;
	background-image: url(http://media.salemwebnetwork.com/thefish2/sys/gr/feedback-gry.gif);
	width: 102px;
	height: 26px;
	text-align: center;
}

div.blogArticleDetail div.wrapper div.item.alt div.article div.feedback
{
	background-image: url(http://media.salemwebnetwork.com/thefish2/sys/gr/feedback-wht.gif);
}

div.blogArticleDetail div.wrapper div.item div.article div.feedback a
{
	font-size: 120%;
	display: block;
	color: #000000;
	margin: 4px 0 0 0;
}

div.blogArticleDetail div.wrapper div.item div.article div.feedback a:hover
{
	color: #FF66FF;
}

div.blogArticleDetail div.wrapper hr
{
	float: left;
	clear: left;
	height: 0;
	border: none;
	border-bottom: dashed 1px #999999;
	background-color: #ffffff;
	margin: 8px 0;
	padding: 0;
}

div#twocolumn div.col1 div.blogArticleDetail
{
	width: 660px;
}

div#twocolumn div.col1 div.blogArticleDetail div.item
{
	width: 640px;
}

div#twocolumn div.col1 div.blogArticleDetail div.wrapper hr
{
	width: 660px;
}

/* blogArticleDetail end */

/* blogmenu start */

div.menuBlogs
{
	clear: left;
	float: left;
	background-color: #FFFFCB;
	border: solid 1px #cccccc;
}

div.menuBlogs div.wrapper
{
	padding: 6px 10px 10px 10px;
}

div.menuBlogs div.wrapper div.items div.item
{
	padding: 2px 0;
}

div.menuBlogs div.wrapper div.items div.item a
{
	font-size: 160%;
	font-weight: bold;
	color: #359ECE;
	text-decoration: none;
}

div.menuBlogs div.wrapper div.items div.item a.active
{
	color: #FF66FF;
}

div.menuBlogs div.wrapper div.items div.item a:hover
{
	color: #FF66FF;
}

div#twocolumn div.col2 div.menuBlogs
{
	width: 298px;
}
/* blogmenu end */

/* contactUs start */
div.contactUs
{
	clear: left;	
	padding: 10px;
	font-size: 120%;
}

div.contactUs div.info,
div.contactUs div.button,
div.contactUs div.message
{
	clear: left;
	padding: 8px 0;
}

div.contactUs div.info label
{
	float: left;
	width: 100px;
}

div.contactUs div.info input
{
	width: 250px;
	float: left;
}
div.contactUs div.info textarea
{
	width: 450px;
}

div.contactUs div.message span.error
{
	color: #ff0000;
	font-size: 140%;
	font-weight: bold;
}
/* contactUs end */

/* reviewsArchive start */
div.reviewsArchive
{
	clear: both;
	background-color: #FFFFCB;
}

div.reviewsArchive div.container
{
	padding: 10px;
}

div.reviewsArchive div.items
{
	padding: 5px 0;
	clear: left;
}

div.reviewsArchive div.items div.item
{
	clear: left;
	padding: 5px 0;
}

div.reviewsArchive div.items div.item div.bubble
{
	clear: left;
}

div.reviewsArchive div.items div.item div.bubble div.top
{
	position: relative;
	height: 9px;
}

div.reviewsArchive div.items div.item div.bubble div.bottom
{
	position: relative;
	height: 22px;
}

div.reviewsArchive div.items div.item div.bubble div.top div.left, div.reviewsArchive div.items div.item div.bubble div.bottom div.left
{
	position: absolute;
	left: 0;
	top: 0;
}

div.reviewsArchive div.items div.item div.bubble div.top div.middle, div.reviewsArchive div.items div.item div.bubble div.bottom div.middle
{
	position: absolute;
	left: 190px;
	top: 0;
}

div.reviewsArchive div.items div.item div.bubble div.top div.right, div.reviewsArchive div.items div.item div.bubble div.bottom div.right
{
	position: absolute;
	right: 0;
	top: 0;
}

div.reviewsArchive div.items div.item div.text
{
	clear: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffffff;
	padding: 0 6px;
}

div.reviewsArchive div.items div.item div.text div.title
{
	font-size: 140%;
	font-weight: bold;
}

div.reviewsArchive div.items div.item div.text div.abstract
{
	font-size: 120%; line-height: 16px;
	padding: 8px 0 0 0;
}

div.reviewsArchive div.items div.item div.text div.abstract a, div.reviewsArchive div.items div.item div.text div.author a
{
	font-weight: bold;
	color: #3399CC;
}

div.reviewsArchive div.items div.item div.text div.abstract a:hover, div.reviewsArchive div.items div.item div.text div.author a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

 div.reviewsArchive div.pageIndexer div.page
 {
 	float: left;
 }

div.reviewsArchive div.pageIndexer div.quantity
 {
 	float: right;
 }

div.reviewsArchive div.pageIndexer
{
	clear: left;
	font-size: 140%;
	font-weight: bold;
}

div.reviewsArchive div.pageIndexer a
{
	color: #3399CC;
}

div.reviewsArchive div.pageIndexer a:hover
{
	text-decoration: underline;
	color: #FF66FF;
}

div#twocolumn div.col1 div.reviewsArchive
{
	width: 660px;
}

div#twocolumn div.col1 div.reviewsArchive div#titleSideBar div.baseTitle
{
	width: 655px;
}

div#twocolumn div.col1 div.reviewsArchive div.items div.item div.bubble div.top, div#twocolumn div.col1 div.reviewArchives div.items div.item div.bubble div.bottom
{
	width: 640px;
}

div#twocolumn div.col1 div.reviewsArchive div.items div.item div.bubble div.top div.middle img
{
	height: 9px;
	width: 275px;
}

div#twocolumn div.col1 div.reviewsArchive div.items div.item div.bubble div.bottom div.middle img
{
	height: 22px;
	width: 275px;
}

/* reviewsArchive end */

/* crumb trail begin */
div#breadcrumb
{
	clear: both;
	float: left;
	padding: 4px 0 0 10px;
	vertical-align: middle;
}

div#breadcrumb div.trail
{
	font-size: 140%;
	font-weight: bold;
	color: #999;
}

div#breadcrumb div.trail a
{
	vertical-align: middle;
	font-weight: bold;
	color: #3695CC;
	text-decoration: none;
}

div#breadcrumb div.trail a:hover
{
	text-decoration: underline;
	color: #DB26B7;
}
/* crumb trail end */

div.channelLike
{
    float:left;
    padding-left: 25px;
}

div.channelLike div.channelLikeButton
{
    float:left;
    margin-top: 5px;
}

div.channelLike div.channelCallout
{
    float: left;
    margin-top: 7px;
    padding-left: 30px;
    font-size: 120%;
    color: #3399CC;
    background: url("http://media.salemwebnetwork.com/TheFish2/sys/gr/arrows_purple.png") no-repeat;
}

/* ArticleComments/AddComment.ascx start */
div#addComment
{
	font-size: 120%;
	padding: 0 0 0 0;	
	background-color: #ffffcc;
	border: solid 1px #cccccc;
}

div#addComment div.commentBox div.header
{
	font-size: 160%;
	color: #666666;
	padding: 8px 8px 8px 8px;
}

div#addComment div.commentBox div.message
{
	padding: 5px 8px 5px 8px;
}

div#addComment div.commentBox div.message a
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

div#addComment div.commentBox div.message a:hover
{
	text-decoration: none;
	color: #DB26B7;
}

div#addComment div.commentBox div.message span.labeltext
{
	font-weight: bold;
}

div#addComment div.commentBox div.comment
{
	padding: 0 8px 8px 8px;
}

div#addComment div.commentBox div.comment textarea
{
	width: 99%;
	height: 110px;
}

div#addComment div.commentBox div.buttons
{
	padding: 0 8px 8px 8px;
}
/* ArticleComments/AddComments.ascx end */

/* ArticleComments/ArticleComments.ascx start */
div#articleComments
{
	font-size: 120%;
}

div#articleComments hr
{
	height: 1px;
	background-color: #cccccc;
	border: none;
}

div#articleComments div.comments div.header
{
	font-size: 160%;
	color: #666666;
	padding: 10px 0 0 0;
}

div#articleComments div.comments hr
{
	height: 1px;
	background-color: #cccccc;
	border: none;
}

div#articleComments div.comments div.message
{
	padding: 8px 0 4px 0;
}

div#articleComments div.comments div.message span.username, div#articleComments div.comments div.message span.labeltext
{
	font-weight: bold;
}

div#articleComments div.comments div.message span.createddate
{
	padding: 0 0 0 4px;
	color: #a0a0a0;
}

div#articleComments div.comments div.message a
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

div#articleComments div.comments div.message a:hover
{
	text-decoration: none;
	color: #DB26B7;
}

div#articleComments div.comments div.comment
{
	padding: 0 8px 8px 8px;
	font-size: 100%;
}

div#articleComments div.comments div.comment textarea
{
	width: 99%;
	height: 110px;
}

div#articleComments div.comments div.buttons
{
	text-align: left;
	padding: 4px 4px 0 0;
}

div#articleComments div.comments div.buttons a
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

div#articleComments div.comments div.buttons a:hover
{
	text-decoration: none;
	color: #DB26B7;
}

#articleComments div.comments div.buttons span.reportthispost
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

#articleComments div.comments div.buttons span.reportthispost:hover
{
	text-decoration: none;
	color: #DB26B7;
	cursor: pointer;	
}


div#articleComments div.comments div.buttons input,
div#articleComments div.comments div.buttons img
{
	vertical-align: middle;
}

div#articleComments div.more,
div#articleComments div.pageIndexer
{
	padding: 2px 0 0 0;
	text-align: right;
}

div#articleComments div.pageIndexer div div.page a.currentPage
{
	text-decoration: none;
	color: #666666;
}

div#articleComments div.more a,
div#articleComments div.pageIndexer div div.page a.selectPage
{
	color: #3399cc;
	font-weight: bold;		
	text-decoration: underline;
}

div#articleComments div.more a:hover,
div#articleComments div.pageIndexer div div.page a.selectPage:hover
{
	text-decoration: none;
	color: #FF9000;
}


div#articleCommentReport
{
	font-size: 120%;
}

div#articleCommentReport hr
{
	height: 1px;
	background-color: #cccccc;
	border: none;
}

div#articleCommentReport div.comments div.header
{
	font-size: 160%;
	color: #666666;
	padding: 10px 0 0 0;
}

div#articleCommentReport div.comments div.message
{
	padding: 8px 0 4px 0;
}

div#articleCommentReport div.comments div.message span.username, div#articleCommentReport div.comments div.message span.labeltext
{
	font-weight: bold;
}

div#articleCommentReport div.comments div.message a
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

div#articleCommentReport div.comments div.message a:hover
{
	text-decoration: none;
	color: #DB26B7;
}

div#articleCommentReport div.comments div.comment
{
	padding: 0 8px 8px 8px;
	font-size: 100%;
}

div#articleCommentReport div.comments div.comment textarea
{
	width: 99%;
	height: 110px;
}

#articleCommentReport div.comments div.buttons span.reportthispost
{
	text-decoration: underline;
	color: #3399cc;
	font-weight: bold;
}

#articleCommentReport div.comments div.buttons span.reportthispost:hover
{
	text-decoration: none;
	color: #DB26B7;
	cursor: pointer;	
}

div#articleCommentReportResponse
{
	font-size: 120%;
}

div#articleCommentReportResponse hr
{
	height: 1px;
	background-color: #cccccc;
	border: none;
}

div#articleCommentReportResponse div.comments div.header
{
	font-size: 160%;
	color: #666666;
	padding: 10px 0 0 0;
}

div#articleCommentReportResponse div.comments div.message
{
	padding: 8px 0 4px 0;
}
/* ArticleComments/ArticleComments.ascx end */

/* AlertBar/SiteAlertBar.ascx begin */

#siteAlertBar {
	background:url(http://media.salemwebnetwork.com/TheFish2/sys/gr/alert_bar_background.gif) repeat-x top left; 
	height:31px;
	width:100%;
	font-size:24px;
	color: #000000;
	cursor:pointer;
	clear: left;
}
	
#siteAlertBar div.alert a {
	height:31px;
	width:100%;
	padding:2px 0 0 0;
	display:block;
	text-decoration:none;
	text-align: center;
	color: #000; }
	
#siteAlertBar div.alert a:hover {
	text-decoration:underline; }
		
/* AlertBar/SiteAlertBar.ascx end */

/* movies/VideoPlayerContainer.ascx begin */

div#VideoPlayerContainer 
{
	width: 660px;
	float: left;
	background-color: #000000;
}

div#VideoPlayerContainer div.padding
{
	padding: 6px 10px;
}

/* movies/VideoPlayerContainer.ascx end */


/* movies/VideoPlayer.ascx begin */

div#VideoPlayer div.baseTitle span.text
{
	color: #ffffff;
}

div#VideoPlayer div.player
{
	clear: left;
}

div#VideoPlayer div.player object#player
{
	clear: left;
	overflow: hidden;
	min-height: 386px;
	float: left;
}

div#VideoPlayer div.details
{
	padding: 8px 0 0 0;
	clear: left;
}

div#VideoPlayer div.details div.trailerTitle
{
	font-size: 220%;
	color: #ffff6a;
}

div#VideoPlayer div.details div.date
{
	font-size: 160%;
	color: #999999;
	font-weight: bold;
}

div#VideoPlayer div.details div.abstract
{
	color: #ffffff;
	font-size: 140%;
	padding: 10px 0 0 0;
}

/* movies/videoPlayer.ascx end */


/* articleListPromo.ascx start */

div.articleListPromo
{
	color: #ffffff;
	clear: left;
	padding: 20px 0 0 0;
}

div.articleListPromo div.list table tr td
{
	width: 320px;
}

div.articleListPromo div.list div.item
{
	padding: 12px 2px;
	float:left;
	clear: left;
}

div.articleListPromo div.list div.item div.image
{
	float: left;
	padding: 0 6px 0 0;
}

div.articleListPromo div.list div.item div.image img
{
	border: solid 1px #fff;
}

div.articleListPromo div.list div.item div.copy
{
	float:left;
	width: 182px;
}

div.articleListPromo div.list div.item div.copy div.title
{
	color: #3399CC;
	font-size: 130%;
	font-weight: bold;
}

div.articleListPromo div.list div.item div.copy div.abstract
{
	color: #FFF;
	font-size: 130%;
}

div.articleListPromo div.list div.item div.copy div.link
{
	height: 20px;
	font-size: 130%;
}

div.articleListPromo div.list div.item div.copy div.link img
{
	vertical-align: middle;
}

div.articleListPromo div.list div.item div.copy div.link a
{
	vertical-align: middle;
	font-weight: bold;
	color: #3399CC;
}

div.articleListPromo div.list div.item div.copy div.link a:hover
{
	text-decoration: none;
	color: #FF66FF;
}

/* articleListPromo.ascx end */

/* Radio Stations Page */
#theFishRadioStations
{
    clear:left;
    width: 600px;
    margin-left: 60px;
}
#theFishRadioStations .radioStationLink
{
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 30px;
}
#theFishRadioStations .radioStationLink h3
{
    font-size:150%;
    text-align:center;
    color: #999999;
}
#theFishRadioStations .radioAtl img{padding-left: 30px}
#theFishRadioStations .radioLax img{}
#theFishRadioStations .radioClev img{padding-left: 52px;}
#theFishRadioStations .radioHono img{padding-left: 40px;}
#theFishRadioStations .radioSac img{padding-left: 49px;}
#theFishRadioStations .radioPdx img{}
#theFishRadioStations .radioOma img{padding-left: 36px;}
#theFishRadioStations .radioNash img{padding-left: 51px;}
#theFishRadioStations .radioTcm img{width: 250px;}
#theFishRadioStations .radioColo img{padding-left: 41px;}

/* Radio Stations Page end */

/* Site Map Page */
.SiteMap
{
    clear: left;
    padding: 20px;
    font-size: 160%;
    width: 600px;
}

.SiteMapSection
{
    margin-bottom: 15px;
}

.SiteMapSection a
{
    text-decoration: none;
    color: #3399CC;
    margin: 10px 0px 0px 20px;
    display: block;
}

.SiteMapSection a:hover
{
    color: #FF66FF;
}

.SiteMapSection .SectionTitle
{
    font-size: 160%;
}

.SiteMapSection .SectionTitle a
{
    margin-left: 0px;
}
/* Site Map Page end */

/* MISC ITEMS */
div#registrationlogin
{
	padding: 10px 0 10px 0;	
}

/** clearfix **/
.clearfix
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
	padding: 0;
	margin: 0;
	font-size: 1px;
}
/* End hide from IE-mac */


/* facebook tooltip */
.htmlTooltip { float: left; }
div.tooltip  
{
    background-color: #ECEEF5; 
    border: 1px solid #87A3BD; 
    border-radius: 4px 4px 4px 4px; 
    color: #3B5998; 
    font-size: 12px; 
    padding: 7px 9px; 
    text-align: left; 
    width: 220px; 
    display:none; 
    z-index: 1000;  
    position:relative;
    }
div.tooltip .corner { bottom: -7px; height: 0; left: 15px; position: relative; width:15px; }
div.tooltip .corner .first { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ECEEF5; position: relative; z-index: 10; }
div.tooltip .corner .second { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #87A3BD; position: relative; top: -8px; z-index: 1; }
div.tooltip div.title { font-weight: bold; margin-bottom: 10px; }
div.tooltip p { margin: 0; padding: 0; line-height: 15px; }

