/*
 * Standard colors
 *
 * links: 		#2B599E;
 * separators:		#D7E2F1;
 * body text:		#333333;
 * menu background:	#DBECFF;
 */

/* ========================================================================
* = STANDARD HTML: INLINE ELEMENTS
* ======================================================================== */

a {
    color: rgb( 43, 89, 158 );
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

h3 a {
    color: #fff;
}

/* ========================================================================
 * = COMMON PAGE ELEMENTS
 * ======================================================================== */

.wrapper {
    background-repeat: repeat-x;
    width: 960px;
    margin: 0 auto;
}

h3, h3.callout, h3.posts_title, h1, h1.callout, h1.posts_title {
    font-weight: normal;
    text-align: left;
    margin: 0px;
    padding: 10px;
    line-height: 16px;
}

#bliptv_button_bar {
    height: 41px;
}

#bliptv_meta_bar {
    background-repeat: repeat-x;
    font-size: 10pt;
}

#bliptv_meta_bar_form {
    height: 60px;
}

#bliptv_meta_bar input {
    background-color: rgb( 239, 246, 255 );
    font-size: 8pt;
    padding: 0 0 0 20px;
    border: none;
}

#body {
    width: 778px;
}

.footer {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #d7e2f1;
}

.footer, .footer a {
    color: #888;
    font-size: 11px;
    text-decoration: none;
}

.footer a:hover {
    color: rgb( 43, 89, 158 );
}

.footer-copyright {
    float: left;
}

.footer-link {
    float: right;
}

/* ========================================================================
 * = COMMON STYLING
 * ======================================================================== */

.helpText {
    background-color: rgb( 233, 243, 255 );
}

.helpText strong {
    font-size: 12px;
    font-weight: bold;
}

.helpText .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #2b599e;
}

.helpText .subsubtitle {
    font-size: 12px;
    font-weight: bold;
    color: #2b599e;
}

/* ========================================================================
 * = HOME PAGE
 * ======================================================================== */

.home h1, .home_feature h1, .home_subcol1 h1, .home_subcol2 h1 {
    padding: 4px 10px;
}

.home_feature h2, .home_subcol1 h2, .home_subcol2 h2 {
    color: #2b599e;
    font-size: 13px;
    font-weight: bold;
    margin: 4px 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.home_feature h2 {
    text-align: center;
    padding: 0.2em 0.5em 0 0.5em;
}

.home_feature p {
    margin: 0;
    padding: 0;
}

.home_feature p, .home_subcol1 p, .home_subcol2 p {
    color: #2b599e;
    font-size: 11px;
}

.home_subcol1_description, .home_subcol2_description {
    font-size: 11px;
    color: #2b599e;
    margin: 4px 0;
    /*	height: 45px;
     overflow: hidden; */
}

.home_feature p {
    padding: 0 0.5em;
}

#home_search_bar {
    margin-top: 14px;
    width: 474px;
    height: 32px; /* 	background: url('home_search_background.gif') top left no-repeat;  DEPRECATED */
    padding: 12px 0 0 0;
    text-align: center;
}

#home_search_bar table {
    margin: 0 auto;
}

#home_search_bar table td {
    padding: 0;
    margin: 0;
}

#home_search_textbox {
    width: 390px;
    height: 16px;
    border: 1px solid #829dc5;
    background-color: rgb( 219, 236, 255 );
    border-right: none;
}

label.required {
    font-weight: bold;
    color: #333;
}

.nav_table {
    padding-top: 13px;
}

.description {
    text-align: justify;
    margin-top: 12px;
    font-size: 12px;
}

#upload_monitor {
	display: none;
	background-color: rgb(210, 228, 252);
	margin: 5px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

/* ========================================================================
 * = FILE_FORM
 * ======================================================================== */

div.file_form_block {
	border: 1px solid #D7E2F1;
	margin: 10px 0;
	position: relative;
	top: 0;
	left: 0;
}

div.file_form_block h2 {
	margin: 0;
	padding: 0;
	background-color: #DBECFF;
	color: #2B599E;
	font-size: 16px;
	border-color: #DBECFF;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	padding: 5px;
	z-index: 10;
}

div.file_form_block span.tipnote {
	display: block;
	color: #2B599E;
	position: absolute;
	top: 7px;
	left: 200px;
/*	right: 7px; */
	font-size: 14px;
}

div.file_form_block h3 {
	background-image: none;
	background-color: #FFFFFF;
	color: black;
	font-weight: bold;
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: 12px;
}

div.file_form_block table {
	margin: 12px;
	width: 96%;
}

div.file_form_block table th,
div.file_form_block table td {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}

div.file_form_block table td {
	vertical-align: top;
	padding-bottom: 10px;
}

div.file_form_block div.file_form_pane {
	display: none;
}

div.file_form_block h2 img {
	background-image: url('bulletArrowRight.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

div.file_form_block img.btnWhatsThis {
	margin-top: 4px;
	margin-left: 4px;
}

div.file_form_block div.sub_option_pane {
	margin-bottom: 20px;
	margin-left: 15px;
}

#upload_monitor_progressbar_outer { 
	background-image  :url('progress_bar_bg.gif');
	background-repeat: repeat-x; 
	border: 0;
	border-right : 1px solid #c4c7cb;
	height:20px;
	width: 95%;
	margin:0;
	padding:0;
}

#upload_monitor_progressbar_inner {
	background:url('progress_bar.gif') repeat-x;
	border:none;
	border-left:1px solid #cf8f37;
	background-color: #ffb044;
	height:20px;
	margin:0;
	padding:0;
}

#upload_monitor {
	border:none;
	background:none;
}
.upload_stats {
	padding:0;
	margin:10px 0 0;
}
.upload_stats td {
	padding-right:10px;
}

.add_file {
	display: none;
	margin-top: 5px;
}

textarea.description {
	width: 430px;
	height: 200px;
}


/* ========================================================================
* = SEARCH RESULTS PAGE
* ======================================================================== */

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

        .DS_Menu {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .DS_Option {}

		#DS_Preposition, #DS_Go {
			float: left;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */
 

        .DS_Menu {
            float: left;
            margin: 10px 8px 0px 0px;
        }

        .DS_Option {
        	padding-left: 5px;
            font-size: 11px;
            line-height: 16px;
			border-bottom: 1px solid #FFF;
        }

        .DS_VerbList li {
            width: 105px;
            height: 22px;
            padding-top: 7px;
            background-color: #ffce7b;
			background-image: url('/skin/mercury/images/verb_menu_closed_bg.gif');
            cursor: pointer;
        }

        .DS_NounList li {
            width: 122px;
            height: 22px;
            padding-top: 7px;
            background-color: #ffce7b;
			background-image: url('/skin/mercury/images/noun_menu_closed_bg.gif');
            cursor: pointer;
        }
        
        .DS_VerbList img {
        	margin: 2px 0 0 2px;
        }
        
        #DS_Go {
            margin: 10px 0 10px 0;
        	width: 28px;
        	height: 28px;
            letter-spacing: 1px;
            color: #FFF;
            background: url('/skin/mercury/images/doS_submit.gif');
            cursor: pointer;
		}

		#DS_Preposition{
            width: 22px;
	        height: 22px;
		    margin: 14px 8px 10px 0;
            padding: 4px 0px 4px 0;
            text-align: center;
			font-size: 11px;
			color: #888;
        }

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#DS_MenuHolder {
			height: 45px;
			width: 311px;
			position: absolute;
			z-index: 3;
		}

		#DS_MenuHolderTrailer {
			clear: both;
			margin: 65px 0 0 0;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#NounListIcon, #VerbListIcon {
			width: 15px;
			height: 16px;
			margin: 0px 2px 0 4px;
			float: right;
			background: url('/skin/mercury/images/ds_menu_closed.gif') no-repeat;
		}

		.DS_OpenMenu li{
			background-image: none;
		}

		#NounListIcon.ListIconOpen, #VerbListIcon.ListIconOpen {
			background: url('/skin/mercury/images/ds_menu_closed.gif') no-repeat;
		}

		#VerbListIcon.ListIconClosed, #NounListIcon.ListIconClosed {
			background: url('/skin/mercury/images/ds_menu_closed.gif') no-repeat;
		}

		#FilesAndLinksIcon.ListIconOpen, #MetadataIcon.ListIconOpen {
			background: url('/skin/mercury/images/fc_menu_open.gif') no-repeat;
		}

		#FilesAndLinksIcon.ListIconClosed, #MetadataIcon.ListIconClosed {
			background: url('/skin/mercury/images/fc_menu_closed.gif') no-repeat;
		}

		.DS_ClosedMenu li {
			background: url('/skin/mercury/images/ds_menu_closed.gif');
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

        #PageContainer {
        	width: 960px;
        	margin: auto;
        }

        #ContentPanel {
        	width: 624px;
        	margin-right: 25px;
        	float: left;
        }

        #MetaPanel {
        	width: 311px;
        	float: left;
        }

        .Clear {
        	clear: both;
        }

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#EpisodeDescription {
			margin: 10px 0 10px 0;
			font: 11px/16px "Lucida Sans", Verdana, Arial, San-serif;
		}

		#EpisodeTitle {
			max-width: 524px;
		}
		
        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#ShowInfo {
			margin: 0 0 10px 0;
		}

			#ShowIcon {
				float: left;
				width: 55px;
				height: 55px;
				margin-right: 15px;
			}

			#ShowTitleWrapper {
				float: left;
				width: 230px;
				min-height: 38px;
			}
			#ShowTitle {
				position: absolute;
				font-size: 34px;
			}
			add to
			#ShowTitle a {
				color: #000;
			}
			
			#ShowInfoLinks {
				margin-top: 10px;
				padding: 2px 5px 4px 0;
				border-top: 1px solid #DDD;
				text-align: right;
			}
			
				#ShowInfoLinks a {
					margin-left: 10px;
					padding-right: 10px;
					font-size: 10px;
					color: #6a6a6a;
				}

		.MetaPanelSectionTitle {
			height: 15px;
		}
		
		#EpisodeListTitle {
			background: url('/skin/mercury/images/episodelist_title_bg.gif') no-repeat;
		}

		#CommentsTitle {
			height: 20px;
			background: url('/skin/mercury/images/comments_title_bg.gif') no-repeat;
		}

		#LeaveCommentTitle {
			background: url('/skin/mercury/images/leave_comment_title_bg.gif') no-repeat;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#EpisodeFlipperWrapper {
			margin: 5px 0 0px 0;
			background: #F3F3F3;
			border: 1px solid #BBB;
			z-index: 1;
		}

			#EpisodeTopBumper, #EpisodeBottomBumper {
				display: none;
				margin: 0px 10px 0px 10px;
				text-align: center;
				font-size: 10px;
				color: #AAA;
			}

			#EpisodeTopBumper {			
				padding: 10px 10px 0 10px;
			}

			#EpisodeBottomBumper {
				padding: 0px 10px 10px 10px;
			}

			#EpisodeFlipperLoading {
				position: absolute;
				margin: 55px 0 0 125px;
				padding: 20px;
				background: #FFF;
				z-index: 2;
				border: 1px solid #CCC;
			}
			
			#EpisodeFlipperHidden {
				position: absolute;
				width: 240px;
				margin: 55px 0 0 35px;
				z-index: 2;
				font-size: 16px;
				line-height: 25px;
				text-align: center;
				color: #D0D0D0;
			}

			#EpisodeItemHolderWrapper {
				height: 174px;
				padding: 0;
				overflow: hidden;
			}

				.EpisodeItem { overflow: hidden; }

		#EpisodeFlipperButtons {
			height: 40px;
			margin: -15px 5px 0px 5px;
			z-index: 4;
		}

			#EpisodeFlipperButtons #ep_next, #EpisodeFlipperButtons #ep_prev{
				margin: 10px 0 0 0;
			}

			#EpisodeFlipperButtons #ep_next {
				float: left;
				margin-right: 5px;
				z-index: 4;
			}

			#EpisodeFlipperButtons #ep_prev {
				float: right;
				margin-left: 5px;
				z-index: 4;
			}

		.CurrentlyPlaying {
			background: #FFF url('/skin/mercury/images/watching.gif') !important;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#FeaturedContent {
			min-height: 390px;
			width: 311px;
			overflow: hidden;
		}

		#FC_Wrapper {
			height: 370px;
			margin: 5px 0 25px 0;
			border: 1px solid #BBB;
			overflow: hidden;
		}

		#FC_Menu {
			height: 31px;
			font-size: 14px;
			line-height: 20px;
			background: #FFF;
			border-bottom: 1px solid #BBB;
		}

			#FC_FeaturedLink {
				float: left;
				margin: 10px 0 0 14px;
			}

			#FC_RelatedLink {
				float: right;
				margin: 10px 14px 0 0;
			}

		#NubWrapper {
			position: absolute;
			margin-top: -1px;
			margin-left: 60px;
			z-index: 2;
		}
		
		#Nub {
			z-index: 2;
		}

		#FC_Content {
			height: 200px;
			width: 620px;
		}

			.FC_Content_Feature {
				height: 343px;
				width: 309px;
				float: left;
				background: #F3F3F3;
				border-right: 1px solid #BBB;
			}

		#FC_Refresh {
			position: absolute;
			margin-top: -30px;
			margin-left: 229px;
			z-index: 2;
		}

		.FC_Episode, .EpisodeItem {
			height: 60px;
			margin: 10px 10px 8px 10px;
			padding: 5px;
			font-family: "Lucida Grande", "Verdana", "Arial", Sans-serif;
			font-size: 11px;
			color: #999;
			background: #FFF;
			border: 1px solid #DDD;
		}

		.FC_Episode img, .EpisodeItem img{
			float: left;
			margin-right: 7px;
		}


		.FC_EP_Title {
			display: block;
			font-size: 13px;
			line-height: 18px;
			padding-bottom: 4px;
			text-decoration: none;
			color: #000;
		}

		.FC_SH_Name {
			display: block;
			margin-bottom: 5px;
			font-size: 11px;
			text-decoration: none;
			color: #555;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#AdUnit_MediumRectangle {
			margin: 15px 0 0px 0;
			text-align: center;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

        #EP_and_Format_Bar {
        	margin: 15px 0 22px 0;
        	padding: 4px 4px 4px 6px;
        	color: #999;
        	font: 10px/10px "Lucida Grande", Verdana, Arial;
        	text-align: right;
        	background: #F3F3F3 url('/skin/mercury/images/toolbar_bg.gif') repeat-x;
			border-top: 1px solid #BBB;
        }
        
        

        #SelectFormat {
        	margin-left: 5px;
        }

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

        #QuickLinks {
        	height: 35px;
        	margin: 20px 0 10px 0;
        	background: #F3F3F3 url('/skin/mercury/images/toolbar_bg.gif') repeat-x;
			border-top: 1px solid #BBB;
        }
		#QL_Links {
			margin-top: 9px;
		}
			#QL_Title {
				float: left;
				margin: 2px 30px 0 10px;
	        	font-size: 11px;
	        	color: #888;
			}

			#QL_Links a {
				float: left;
				margin: 0 23px 0 0px;
				text-decoration: none;
	        	font: 11px/18px "Lucida Grande", Verdana, Arial;
	        	color: #000;
			}

			#QL_Links a img {
				float: left;
				margin: 2px 5px 0 0;
			}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

        .AttributeTable {
        	margin: 0;
			padding: 7px 10px 0 10px;
			background-image: url('/skin/mercury/images/at_top_bg.gif');
			background-repeat: no-repeat;
        }

		.AT_Download {
			display: block;
			text-align: right;
			color: #000;
			font-family: "Verdana";
		}
		
		.AT_link {
			margin-top: 3px;
		}

        .AttributeTable .AttList {
			margin: 10px 0 0 0;
			padding: 0;
			list-style-type: none;
        	font: 10px/16px "Lucida Grande", Verdana, Arial;
        	color: #666;
        }


        .AttributeTable ul.AttList li {
        	display: block;
        	margin: 0 0 0 0;
        	padding: 0 0 5px 0;
        	color: #555;
        }


        .AttInput {
        	width: 285px;
        	padding: 2px;
        	border: 1px solid #AAA;
        }

        	.AT_TableHead {
				height: 15px;
				cursor: pointer;
        	}

        	.AT_TableHead .AT_TableHeadTitle{
				height: 18px;
				margin-left: 16px;
			}

			#MetadataIcon, #FilesAndLinksIcon {
				width: 16px;
				height: 16px;
				margin: 0px 4px 0 0px;
				float: left;
				background: url('/skin/mercury/images/fc_menu_closed.gif') no-repeat;
			}

		.AttFooterWrapper{
			margin: 0 0 12px 0;
		}
		
				.AttFooter{
					height: 10px;
					background-image: url('/skin/mercury/images/at_bot_bg.gif');
					background-repeat: no-repeat;
					background-position: bottom;
				}


		#FilesAndLinks .AttFooter, #FilesAndLinks .AttributeTable {
			background-color: #CCC;
		}

		#Metadata .AttFooter, #Metadata .AttributeTable {
			background-color: #CCC;
		}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		#PlaylistWrapper {
			float: left;
			margin: 0;
			padding: 0;
		}

		#playlistsSelect {
		  width: 165px;
		  margin-right: 10px;
		}

		.bookmarked {}

        /* ~-~-~-~-~-~-~-~-~-~-~-~ */

		.CommentEntry {
			margin: 10px 0 0 0;
			min-height: 55px;
		}

			.CommentUserIcon {
				float: left;
				padding-top: 7px;
				height: 70px;
			}
		
			.CommentText {
				width: 562px;			
				float: right;
				padding-top: 7px;
				text-align: left;
				border-top: 1px solid #DDD;
			}

				#CommentInput {
					margin: 5px 0 0 0;
				}

					#CommentTextArea {
						float: left;
						width: 360px;
						height: 94px;
						padding: 5px;
						background: #fcfcfc;
						border-style: inset;
					}

					#CommentCaptcha {
						float: right;
						width: 172px;
						text-align: left;
					} 
						#CaptchaIncluder {
							width: 172px;
						}

						#CommentCaptcha, #CaptchaIncluder {
							margin-bottom: 5px;
						}

						#CaptchaInput {
							width: 166px;
							margin-bottom: 8px;
							font-size: 14px;
							background: #fcfcfc;
							border-style: inset;
						}

		.Said, .CommentDateTime {
			font-size: 10px;
			color: #a4a4a4;
		}
		
		.CommentText .Said {
			float: left;
			margin-right: 4px;
		}

		.CommentDateTime {
			float: right;
		}

		.CommentTextBody {
			margin-top: 10px;
			font-size: 11px;
			color: #444;
		}

		.CommentReply {
			margin-left: 50px;
		}

		.CommentReply .CommentText {
			width: 512px;
		}
		
		.UserType {
			color: #CCC;
		}

		/* ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - */

				#ReportMeBabyWrapper {
					display: none;
				}

				#ReportMeBaby {
					position: fixed;
					top: 200px;
					width: 311px;
					height: 300px;
					z-index: 5;
				}

				#ReportMeBabyContents {
					width: 271px;
					height: 280px;
					margin: 10px;
					padding: 10px;
					font: 10px "Lucida Grande", Verdana, Arial, Sans-serif;
					background: #FFF;
					overflow: hidden;
				}

				#ReportMeBabyBG {
					position: fixed;
					top: 200px;
					width: 311px;
					height: 320px;
					background: url('/skin/mercury/images/report_bg_line.gif') repeat-y;
					z-index: 4;
					opacity: .5;
					filter: alpha(opacity=50);
				}

				#ReportMeBaby label {
					font-weight: bold;
					color: #F03;
					margin-bottom: 5px;
				}
				
				#ReportError {
					display: none;
					position: absolute;
					margin-top: -80px;
					margin-left: 40px;
				}
				

		/* ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - */


		#Something {
			display: none;
			margin-bottom: 15px;
		}

		#SomethingError {
			padding: 4px;
			font-size: 11px;
			color: #C03;
			text-align: center;
		}

		#SomethingTop, #SomethingBottom {
			height: 4px;
		}

		#SomethingTop {
			background: #FFF url('/skin/mercury/images/something_top.gif') no-repeat;
		}

		#SomethingBottom {
			background: #FFF url('/skin/mercury/images/something_bottom.gif') no-repeat;
		}

		#SomethingContentsWrapper {
			border-left: 1px solid #BBB;
			border-right: 1px solid #BBB;
		}

		#SomethingContents {
			padding: 5px;
		}
		
		#SomethingClose {
			display: block;
			text-align: center;
			padding: 15px 0 5px 0;
		}

		#BackTo {
			display: none;
			float: left;
			margin: 7px 10px 0 0;
		}

		.ShowBadge {
			float: left;
			border: 1px solid #EEE;
		}
		
		#ContentRating {
			float: left;
			width: 37px;
			height: 37px;
			margin: 5px 5px 5px 0;
			background: url('/skin/mercury/images/ratingholder.gif') no-repeat;
		}
		
			#ContentRating img {
				margin: 6px 0 0 6px;
			}
			
/* ========================================================================
* = SEARCH RESULTS PAGE
* ======================================================================== */

.search_results {
    clear: both;
}

.search_results a:hover {
    text-decoration: underline;
}

.search_results_item {
    float: left;
    width: 158px;
    margin: 10px 10px 0px 10px;
    color: #2b599e;
    height: 215px;
}

.search_results_item_minimal {
    height: 150px;
}

.search_results div.name {
    width: 150px;
    margin: 2px 0;
    padding: 0;
    line-height: 12px;
    height: 24px;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
}

.search_results div.episode {
    line-height: 15px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0;
    padding: 0;
    width: 150px;
    overflow: hidden;
}

.search_results div.episode_full {
    line-height: 15px;
    height: 30px;
    font-size: 11px;
    margin: 2px 0;
    padding: 0;
    width: 150px;
    overflow: hidden;
}

.search_results div.number,
    .search_results div.updated {
    line-height: 125%;
    font-size: 9px;
}

.search_results span.label {
    color: #666;
}

.search_results div.controls {
    margin-top: 2px;
}

div.searchbar {
    position: relative;
    top: 0;
    left: 0;
    width: 771px;
    color: #2B599E;
    clear: both;
    padding-bottom: 45px;
}

div.searchbar_title {
    background-color: #2B5AA2;
    color: #FFF;
    font-size: 12px;
    width: 771px;
    height: 27px;
    overflow: hidden;
}

div.searchbar_title div {
    padding: 0.5em 1em;
}

div.searchbar_title a {
    color: white;
    text-decoration: underline;
}

ul.searchbar_switcher {
    height: 29px;
    margin: 0;
    padding: 0;
}

ul.searchbar_switcher li {
    display: inline;
    float: left;
    width: 48%;
    height: 25px;
    text-align: left;
    margin: 0;
    padding: 4px 0 0 1.1em;
}

ul.searchbar_switcher a {
    color: white;
    font-size: 18px;
}

ul.searchbar_switcher a:hover {
    color: #DDF;
    text-decoration: none;
}

div.searchbar_menubar {
    z-index: 10;
    width: 771px;
    height: 30px;
    clear: both;
}

div.searchbar_menubar ul.menubar {

}

div.searchbar_menubar ul.menubar,
    div.searchbar_subbar ul.menubar {
    position: relative;
    top: 0;
    left: 0;
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

div.searchbar_menubar ul li.menubaritem,
    div.searchbar_menubar ul li.menubarmenu {
/* 	background-image: url('bgMenubarDivider.gif');	DEPRECATED */
    background-repeat: no-repeat;
    background-position: top right;
    height: 30px;
    line-height: 32px;
    padding: 0 0.75em;
}

div.searchbar_subbar ul li.menubaritem,
    div.searchbar_subbar ul li.menubarmenu {
    margin: 0 8px;
}

div.searchbar_menubar ul li.menubaritem,
    div.searchbar_menubar ul li.menubarmenu,
    div.searchbar_subbar ul li.menubaritem,
    div.searchbar_subbar ul li.menubarmenu {
    font-size: 12px;
    display: inline;
    float: left;
    position: relative;
    color: #2B599E;
}

div.searchbar_subbar ul li.menubarmenu {
    height: 27px;
    line-height: 27px;
}

div.searchbar_menubar li.menubaritem img,
    div.searchbar_menubar li.menubarmenu img,
    div.searchbar_subbar li.menubarmenu img {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 12px;
    height: 16px;
    line-height: 16px;
    margin-right: 3px;
    position: relative;
    top: 6px;
}

div.searchbar_menubar li.menubarmenu ul,
    div.searchbar_subbar li.menubarmenu ul {
    display: none;
    float: none;
    position: absolute;
    background-color: #DBECFF;
    border-width: 0 1px 1px 1px;
    border-style: none solid solid solid;
    border-color: #CCD;
    z-index: 100;
    margin-top: -3px;
    padding: 0;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    left: 0;
}

div.searchbar_menubar li.menubarmenu ul {
    top: 1em;
    left: 0em;
    margin-left: -9px;
}

div.searchbar_subbar li.menubarmenu ul {
    margin-top: -2px;
}

div.searchbar_menubar li.menubarmenu ul li,
    div.searchbar_subbar li.menubarmenu ul li {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0px;
    line-height: 14px;
}

div.searchbar_menubar li.menubarmenu ul li {
    height: auto;
    padding: 0;
}

div.searchbar_subbar li.menubarmenu ul li {
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    border-color: #d2e3f6;
    padding: 0;
    height: auto;
}

div.searchbar_menubar li.menubarmenu > ul,
    div.searchbar_subbar li.menubarmenu > ul {
    top: auto;
    left: auto;
}

div.searchbar_menubar li.menubarmenu:hover {
    background-repeat: repeat-x;
}

div.searchbar_menubar li.menubarmenu:hover ul,
    div.searchbar_subbar li.menubarmenu:hover ul,
    div.searchbar_menubar li.over ul,
    div.searchbar_subbar li.over ul {
    display: block;
}

div.searchbar_menubar li.menubarmenu:hover img,
    div.searchbar_subbar li.menubarmenu:hover img,
    div.searchbar_menubar li.over img,
    div.searchbar_subbar li.over img {
}

div.searchbar_menubar li ul li a {
    display: block;
    padding: 1px 1px 1px 22px;
    height: 20px;
    line-height: 22px;
}

div.searchbar_subbar li ul li a {
    display: block;
    padding: 2px 14px;
}

div.searchbar_menubar li ul li:hover,
    div.searchbar_subbar li ul li:hover {
    background-color: #B9CADD;
}

div.searchbar_menubar li ul li a:hover,
    div.searchbar_subbar li ul li a:hover {
    background-color: #B9CADD;
    text-decoration: none;
}

div.searchbar_menubar li ul p {
    line-height: 1.4em;
    padding: 0 0.5em 0.5em 0.5em;
    font-size: 11px;
}

div.searchbar_menubar_controlbox {
    display: inline;
    float: left;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
    margin: 0;
    padding: 3px 10px;
}

div.searchbar_menubar_searchbox {
    display: inline;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div.searchbar_menubar_searchbox span {
    position: relative;
    top: -3px;
    left: 0px;
    margin: 0;
    padding: 0 20px;
}

div.searchbar_menubar_searchbox form {
    padding: 0;
    margin: 0;
}

div.searchbar_menubar_searchbox input {
    height: 17px;
    margin: 3px;
    width: 150px;
    font-weight: bold;
    font-size: 12px;
    color: #2b599e;
    padding: 5px 5px 0 5px;
}

#searchbar_topbar {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 100;
}

#searchbar_pagelayout,
    #searchbar_advanced,
    #searchbar_extra {
    display: none;
    position: relative;
    top: 30px;
    left: 0;
    background-color: #DBECFF;
    border-width: 0 1px 1px 1px;
    border-style: none solid solid solid;
    border-color: #B9CADD;
    clear: both;
    padding: 0;
    margin: 0;
    z-index: 20;
}

#searchbar_advanced,
    #searchbar_pagelayout {
    height: 25px;
}

#searchbar_extra {
    padding: 5px 10px;
}

#searchbar_extra p {
    margin: 0;
}

#searchbar_extra img.btnRefresh {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#searchbar_extra img.btnClose {
    position: absolute;
    top: 10px;
    right: 10px;
}

#searchbar_extra a {
    text-decoration: none;
}

#searchbar_extra a:hover {
    background-color: #B9CADD;
}

img.btnWhatsThis,
    img.btnRefresh,
    img.btnClose {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
}

img.btnWhatsThis {
    background-image: url( 'http://blip.tv/skin/blipnew/bgspriteWhatsThis.gif' );
}

img.btnRefresh {
    background-image: url( 'http://blip.tv/skin/blipnew/bgspriteRefresh.png' );
}

img.btnClose {
    background-image: url( 'http://blip.tv/skin/blipnew/bgspriteClose.png' );
}

img.btnWhatsThis:hover,
    img.btnRefresh:hover,
    img.btnClose:hover {
    background-position: -16px 0;
}

div.searchbar_subbar {
    clear: both;
}

div.searchbar_subsection {
    display: inline;
    float: left;
    padding: 5px 0.5em 0 0.5em;
    margin-right: 1em;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    border-color: white;
    height: 100%;
}

/*
 *
 */

table.show_page_frame, table.episode_page_frame {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

table.show_page_frame td, table.episode_page_frame td {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.showimage {
    width: 540px;
    height: 350px;
    overflow: hidden;
}

div.episode_meta_holder {
    float: right;
    width: 194px;
    height: 340px;
    background-color: #ECF5FF;
    border: 1px solid #D7E2F1;
    padding: 0 10px 10px 10px;
}

div.episode_meta_holder div.episode_description div {
    line-height: 140%;
    margin: 10px 0;
    height: 125px;
    overflow: hidden;
}

div.episode_meta_holder {
    height: 190px;
}

div.show_bottom {
    margin-top: 20px;
}

#info_section, #episode_info_section {
    height: auto;
    min-height: 400px;
    width: 746px;
    padding: 15px;
    overflow: visible;
    border-left: 1px solid #BFCDE2;
    border-right: 1px solid #BFCDE2;
    border-bottom: 1px solid #BFCDE2;
    border-top: none;
    background: #ECF5FF;
}

table.show_profile_extended td {
    padding: 10px;
}

table.show_profile_extended td.show_basic_profile {
    padding-left: 0px;
}

table.show_recommendations {

}

table.show_recommendations_subtable {
    width: 100%;
}

table.show_recommendations_subtable td {
    vertical-align: top;
    height: 70px;
}

table.show_recommendations_subtable td.thumb {
    width: 50px;
    padding-left: 5px;
}

table.show_recommendations_subtable td.description {
    padding: 0 10px;
    width: 110px;
    text-align: left;
}

table.show_recommendations_subtable td div {
    height: 32px;
    overflow: hidden;
    font-size: 10px;
    color: gray;
}

#episode_controls {
    clear: both;
}

#episode_controls li {
    list-style: none;
    float: left;
    padding-right: 40px;
}

div.search_results_item_minimal div.search_results_thumb img {
    filter: progid: DXImageTransform . Microsoft . Alpha( opacity = 90 );
    -moz-opacity: 0.90;
}

div.search_results_item_minimal div.search_results_thumb img:hover {
    filter: progid: DXImageTransform . Microsoft . Alpha( opacity = 100 );
    -moz-opacity: 1.0;
}

div.search_results_thumb table.holder tr td {
    width: 125px;
    height: 95px;
    overflow: hidden;
}

div.search_results_thumb img.thumb {
    padding: 0 5px 5px 0;
    background-position: bottom right;
}

div.search_results_item_minimal div.name_episode {
    padding: 0.25em 0em;
}

table.users_single_subscribe {
    width: 100%;
}

table.users_single_subscribe td {
    vertical-align: top;
    padding-right: 20px;
    font-size: 11px;
    line-height: 140%;
    padding-bottom: 20px;
}

table.users_single_subscribe td span {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
}

.view_nav {
    width: 160px;
    border: 1px solid #d0e5ff;
    margin-bottom: 10px;
}

.view_nav_button a, .view_nav_button_selected a, .view_nav_searchbutton {
    width: 140px;
    display: block;
    padding: 10px;
    font-size: 11pt;
}

.view_nav_button a:hover {
    background-color: #d0e5ff;
}

.view_nav_button_selected a {
    background-color: #d0e5ff;
}

.view_nav_option {
    border-top: 1px solid #d7e2f1;
    color: #2b599e;
    padding: 10px;
}

.view_nav_option a {
    color: #2b599e;
    font-size: 8pt;
    font-weight: normal;
}

.view_nav_search {
    padding: 10px 10px 0;
    border-top: 1px solid #d7e2f1;
}

.view_nav_search_moreoptions {
    margin-top: 12px;
    font-size: 8pt;
    margin-right: 4px;
    float: right;
}

.view_nav_search_options {
}

.view_nav_searchbutton {
}

.view_nav_search_header {
    color: #2b599e;
}

.ad_bar {
    width: 160px;
}

.ad_bar p {
    text-align: center;
    background-color: #CCC;
    border: 1px solid #CCC;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 5em;
}

.view_filterbar {
    background-color: #ecf5ff;
    border: 1px solid #d7e2f1;
    height: 26px;
}

.view_filterbar_button a, .view_filterbar_button_selected a {
    float: left;
    padding: 6px 6px 0 6px;
    height: 21px;
    white-space: nowrap;
}

.view_filterbar_button a:hover, .view_filterbar_button_selected a {
    background-color: #d0e5ff;
}

.view_filterbar_mode {
    float: right;
}

.view_filterbar_mode img {
    border: 0;
    padding: 3px;
}

.view_filterbar_button_selected a {
    font-weight: bold;
}

.view_filterbar2 {
    background-color: #fff;
    border-bottom: 1px solid #d7e2f1;
    height: 20px;
    font-size: 11px;
}

.view_filterbar2 .view_filterbar_button a, .view_filterbar2 .view_filterbar_button_selected a {
    background-color: #fff;
    border: none;
    padding: 4px 6px 0 6px;
    height: 16px;
    color: #6a8abb;
}

.view_filterbar2 .view_filterbar_button a:hover, .view_filterbar2 .view_filterbar_button_selected a {
    background-color: #fff;
    color: #2b599e;
}

.view_filterbar2 .view_filterbar_button_selected a {
    font-weight: bold;
}

.view_subnav {
    background: #f8fbff;
    border-top: 1px solid #d7e2f1;
    border-bottom: 1px solid #d7e2f1;
}

.view_subnav_button a, .view_subnav_button_selected a {
    width: 125px;
    padding: 4px 10px 4px 25px;
    font-size: 8.5pt;
}

.view_subnav_button_selected a {
    font-weight: bold;
}

.view_list_item {
    padding: 20px 0;
    border-bottom: 1px solid #d7e2f1;
    clear: both;
}

.view_list_thumb {
    padding: 8px;
    margin-right: 10px;
    background-color: #ecf5ff;
    border: 1px solid #d7e2f1; /*float:left;*/
}

.view_list_thumb img {
    border-width: 0px;
}

.view_list_details {
    padding-top: 8px;
    font-size: 8pt;
}

.view_list_item .post_thumb {
    display: inline;
    float: left;
    width: 130px;
}

.view_list_item .post_details {
    display: inline;
    float: left;
    max-width: 630px;
}

.view_list_item .post_details h4 {
    margin-top: 0;
    padding-top: 0;
}

.view_list_item .post_information {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    font-size: 0.85em;
    padding-top: 1em;
}

.view_list_item .post_information table {
    width: 380px;
    display: inline;
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
}

.view_list_item .post_information table th,
    .view_list_item .post_information table td {
    text-align: left;
    font-size: 11px;
    padding: 0 1em 0 0;
}

.view_list_item .post_information .controls {
    display: inline;
    float: left;
    width: 150px;
}

.secondary_container {
    z-index: 30;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    border: #ffc027 3px solid;
    margin-right: 10px;
    background-color: #fff;
}

.secondary_container .title_bar {
    width: 100%;
    background-color: #ffc027;
    height: 25px;
    vertical-align: middle;
    font-size: 16px;
}

.secondary_container .secondary_title {
    color: rgb( 101, 50, 19 );
    font-weight: bolder;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 3px;
    float: left;
}

.secondary_container .secondary_close_widget {
    float: right;
}

.view_plus_container {
    z-index: 30;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    visibility: hidden;
    opacity: 0.925;
}

.view_plus_container:hover .view_plus_container.over {
    visibility: visible;
}

.view_plus {
    float: right;
}

.view_plus img {
    border: 0;
}

.view_plus_options {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffc027;

}

.view_plus_options li {
    padding: 3px 6px;
}

.view_plus_options a {
    color: #582100;
    font-weight: bold;
}

.view_plus_options li:hover, .view_plus_options li.hover {
    background-color: #F90;
}

.view_plus_thumb {
    float: right;
    position: relative;
    top: -8px;
    right: -9px;
    margin-bottom: -8px;
}

.view_pages {
    clear: both;
}

/* Snip Snip */

td.tabledef {
    padding-right: 10px;
    padding-left: 0px;
    border-right: 1px solid #d7e2f1;
}

.cool_button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-family: "Verdana";
    padding: 3px 3px;
    text-decoration: none;
    color: #2b599e; /* 	background:#a9cff9 url('cool_bg.gif') repeat-x;	DEPRECATED */
    border: 1px solid #bfcde2;
    line-height: 20px;
}

.cool_button:hover {
    color: #fff;
    background: #2b599e;
    border: 1px solid #2b599e;
    text-decoration: none;
}

.about_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    max-width: 800px;
}

div.blurb {
    margin: 4em auto;
    text-align: justify;
    line-height: 180%;
    width: 4.5in;
}

div.blurb p {
    margin-top: 2em;
}

#side0 {
    width: 160px;
    vertical-align: top;
    margin: 0;
    padding: 0 20px 0 0; /* background-color: rgb(204,255,255); */
}

table.prefs {
    border: 1px solid #d7e2f1;
    margin-left: auto;
    margin-right: auto;
}

table.prefs td {
    padding: 5px;
}

.advanced_options {
    border: 1px solid #DDDDDD;
    background: #EEEEEE;
    padding: 10px;
    margin: 10px 0;
}

.sub_option_pane {
    margin-left: 20px;
    margin-top: 15px;
}

.autoCompletionZone {
    width: 90%;
    background: #f8f8f8;
    border: 1px solid #eee;
    min-height: 15px;
    padding: 10px;
    margin: 0;
}

.helpText {
    min-height: 20px;
    margin: 10px 0;
    padding: 0 10px;
    background-color: #ecf5ff;
    border: 1px solid #d7e2f1;
    color: #666;
    font-size: 10px;
}

p.helpText {
    padding: 10px;
}

#upload_monitor_progressbar_outer {
    background-repeat: repeat-x;
    border: 0;
    border-right: 1px solid #c4c7cb;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#upload_monitor_progressbar_inner {
    border: none;
    border-left: 1px solid #cf8f37;
    background-color: #ffb044;
    height: 20px;
    margin: 0;
    padding: 0;
}

#upload_monitor {
    border: none;
    background: none;
    margin: 10px;
}

#upload_monitor h2 {
    border: 1px solid #D7E2F1;
    margin-bottom: 10px;
}

.upload_stats {
    padding: 0;
    margin: 10px 0 0;
}

.upload_stats td {
    padding-right: 10px;
}

.tipText {
    margin-top: 20px;
    height: 180px;
}

.list_edit {
    padding-top: 10px;
}

.single_buttons {
    float: right;
    text-align: right;
}

.share_button {
    font-size: 20px;
    line-height: 30px;
}

.chatterbox {
    background-color: #f4f4ff;
    padding: 0 10px;
}

#iframe_chatter {
    border: 1px solid #d7e2f1;
}

#div_chat {
    border: none;
    font-size: 12px;
}

body.chatter_body {
    background: none;
    background: #fff;
    padding: 0;
    margin: 0;
    color: #999;
    min-width: 0px;
}

.chatter_input {
    margin: 0;
    padding: 6px 8px;
    text-align: center;
    background: #fff;
    font-size: 12px; /* 	background:#a9cff9 url('chatter_input_bg.gif') repeat-x; DEPRECATED */
    border: 1px solid #bfcde2;
}

.chatter_input form {
    padding: 0;
    margin: 0;
}

.chatter_input input {
    width: 250px;
    border: 1px solid #829dc5;
    height: 18px;
}

.chatter {
    padding: 0 5px;
}

#mini_bookmarks_list, #user_info_container {
    padding: 0 0 0 10px;
    margin-top: 7px;
    width: 240px;
    overflow: hidden;
}

.user_info_title {
    margin-bottom: 10px;
}

.user_info_container_item {
    padding-bottom: 6px;
}

.view_mini_playlist_title, .user_info_title {
    padding-top: 10px;
}

.c_1 {
    border-top: 1px solid #d7e2f1;
    width: 500px;
}

.modal_panel {
    display: none;
}

.community_thumbs .view_thumbs_item {
    margin: 12px 22px 0 0;
    padding: 0;
}

.flash_error_msg {
    text-align: left;
    padding: 0 10px;
}

.body {
    padding: 0 10px;
}

/* ===
* = Related videos stuff
* === */

#related_episodes, #related_shows, #related_playlist {
    padding: 0 5px 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

#related_episodes b, #related_shows b, #related_playlist b {
    color: #000;
    text-shadow: 2px 2px 0 #CCC;
}

.related_container img {
    width: 85%;
    margin-bottom: 5px;
}

.related_container {
    clear: both;
    border-bottom: 1px solid #ccc;
    height: 238px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.related_text {
    display: block;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.related_title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    text-align: center;
}

.related_user {
    font-size: 11px;
    margin-bottom: 3px;
    text-align: center;
}

.related_description a {
    font-size: 10px;
    color: #999;
}

.related_description {
    text-align: justify;
}

.related_moderation {
    clear: left;
    text-align: center;
    margin-top: 10px;
}

.related_moderation a {
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background-color: #99cc99;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.related_moderation a.reject {
    background-color: #cc9999;
}

.related_moderation a.accept:hover {
    background-color: #ccffcc;
}

.related_moderation a.reject:hover {
    background-color: #ffcccc;
}

.related_user {
    font-size: 11px;
    border-bottom: 5px;
}

.thumbstrip_horizontal_small {
    clear: both;
}

.thumbstrip_horizontal_small .related_container {
    clear: none;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    width: 225px;
    height: 115px;
}

/* ========================================================================
 * = LEFT-SIDE NAVIGATION
 * ======================================================================== */

#super_navigation {
    width: 162px;
    margin: 2px 0 20px 0;
}

#super_navigation div.title {
/* 	background-image: url('backgrounds/bgLeftColumnSubhead.gif'); DEPRECATED */
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
}

#super_navigation div.footer {
/* 	background-image: url('backgrounds/bgLeftColumnFooter.gif'); DEPRECATED */
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    height: 16px;
    line-height: 16px;
    width: 100%;
}

#super_navigation div.content {
    background-color: #ECF5FF;
    width: 160px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #D7E2F1;
    padding: 0;
    margin: 0;
}

#super_navigation div.content ul {
    padding: 5px 0;
    margin: 0;
}

#super_navigation div.content ul li {
    padding: 5px;
    margin: 0 10px 0 5px;
    list-style-type: none;
}

/* ========================================================================
 * = MISCELLANEOUS UI
 * ======================================================================== */

#popmsg {
    border: 2px solid white;
    background-color: #113;
    padding: 2px 6px;
    color: white;
}

/* ========================================================================
 * = SPRITE-BASED IMAGE BUTTONS
 * ======================================================================== */

a.buttonEmail img {
    padding: 0;
    margin: 0;
    width: 23px;
    height: 17px;
    background-image: url( 'http://blip.tv/skin/blipnew/bgspriteEmail.gif' );
    background-repeat: no-repeat;
    background-position: top left;
}

a.buttonEmail img:hover {
    background-position: -25px 0;
}

a.toolbtn img {
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    background-image: url( '/skin/blipnew/icons/bgspriteToolIcons.jpg' );
    background-repeat: no-repeat;
}

a.btnDelete img {
    background-position: 0 0;
}

a.btnDelete img:hover {
    background-position: 0 -16px;
}

a.btnDownload img {
    background-position: -16px 0;
}

a.btnDownload img:hover {
    background-position: -16px -16px;
}

/* ========================================================================
 * = TOOL TABLES
 * ======================================================================== */

table.toolformtable {
    text-align: left;
}

table.toolformtable th {
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
}

#createformblock table.toolformtable td {
    text-align: left;
    padding-bottom: 10px;
}

/* ========================================================================
 * = FILE_FORM
 * ======================================================================== */

div.file_form_block {
    border: 1px solid #D7E2F1;
    margin: 10px 0;
    position: relative;
    top: 0;
    left: 0;
}

div.file_form_block h2 {
    margin: 0;
    padding: 0;
    background-color: #DBECFF;
    color: #2B599E;
    font-size: 16px;
    border-color: #DBECFF;
    border-width: 0 1px 1px 1px;
    border-style: none solid solid solid;
    padding: 5px;
    z-index: 10;
}

div.file_form_block span.tipnote {
    display: block;
    color: #2B599E;
    position: absolute;
    top: 7px;
    left: 200px; /*	right: 7px; */
    font-size: 14px;
}

div.file_form_block h3 {
    background-image: none;
    background-color: #FFFFFF;
    color: black;
    font-weight: bold;
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 12px;
}

div.file_form_block table {
    margin: 12px;
    width: 96%;
}

div.file_form_block table th,
    div.file_form_block table td {
    vertical-align: top;
    text-align: left;
    padding-right: 10px;
}

div.file_form_block table td {
    vertical-align: top;
    padding-bottom: 10px;
}

div.file_form_block div.file_form_pane {
    display: none;
}

div.file_form_block h2 img {
    background-image: url( 'http://blip.tv/skin/blipnew/bulletArrowRight.gif' );
    background-repeat: no-repeat;
    background-position: 0px 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

div.file_form_block img.btnWhatsThis {
    margin-top: 4px;
    margin-left: 4px;
}

div.file_form_block div.sub_option_pane {
    margin-bottom: 20px;
    margin-left: 15px;
}

/* ========================================================================
 * = DASHBOARD SUMMARY TABLE
 * ======================================================================== */

td.dashboard_summary {
    width: 450px;
    margin-left: 15px;
    padding-top: 22px;
}

td.dashboard_summary div.heading {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
    margin: 0;
    color: white; /* 	background: #2b599e url('h1bg_778.gif') top left no-repeat;	DEPRECATED */
}

td.dashboard_summary div.recent_posts {
    height: 400px;
    overflow: auto;
    border: 1px solid #CCC;
}

td.dashboard_summary table.posts_table {
    width: 100%;
}

td.dashboard_summary table.posts_table tr.post_line td {
    padding: 5px;
    background-color: #EEF;
    vertical-align: top;
}

td.dashboard_summary table.posts_table tr.post_line td.post_title div {
    height: 16px;
    overflow: hidden;
    font-weight: bold;
}

td.dashboard_summary table.posts_table tr.post_line td.post_views {
    overflow: hidden;
    width: 55px;
    text-align: right;
}

td.dashboard_summary table.posts_table tr.post_status td {
    background-color: white;
}

td.dashboard_summary table.posts_table table.post_status_subtable td.post_item_label {
    width: 150px;
}

div.conversion_status_widget {
	background-color: white;
	border: 1px solid #999;
	padding: 12px;
	margin: 18px 36px;
	width: 220px;
}

div.progress_bar {
  border: 1px solid #666;
  background-color: #DDE;
  width: 200px;
  height: 12px;
}
div.progress_bar div {
  background-color: #889;
  border-width: 0 1px 0 0;
  border-color: gray;
  border-style: solid;
  height: 12px;
  color: white;
  overflow: hidden;
  text-align: center;
  font-size: 9px;
}

div.progress_summary {
	padding-top: 4px;
	font-weight: bold;
}

div.progress_summary span {
	font-weight: normal; 
}

div.progress_bar_indefinite {
  background-image: url('/skin/mercury/images/animLoadProgressIndefinite.gif');
  background-repeat: no-repeat;
  background-position: -7px -3px;
  width: 200px;
  height: 12px;
  border: 1px solid gray;
}

table.post_status_table,
    table.post_status_subtable {
    width: 100%;
    border-collapse: collapse;
}

table.post_status_table th,
    table.post_status_table td {
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

table.post_status_table th {
    padding: 0 2em 0 1em;
    width: 80px;
}

table.post_status_table td {
    margin: 0;
}

table.post_status_subtable {
    margin: 0 0 0.25em 0;
    padding: 0;
}

/* ========================================================================
 * = MESSAGE DIVS
 * ======================================================================== */

.hidden {
    display: none;
}

div.bliptip, div.bliphelp, div.error, div.blipfeedback, div.bliptimetip {
    margin: 20px 20px 20px 0;
    padding: 10px 10px 0px 40px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-size: 12px;
}

div.bliphelp {
    background-color: #E9F3FF;
    border: 1px solid #D7E2F1;
}

div.bliptip {
    background-color: #FFFDEA;
    border: 1px solid #EEDEB6;
}

div.bliptimetip {
    background-color: #EAFDFF;
    border: 1px solid #EEDEB6;
}

div.error {
    padding-bottom: 15px;
}

div.bliptip p, div.bliphelp p, div.bliptimetip p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 140%;
    text-align: justify;
}

div.blipfeedback {
    background-color: #FFF;
    border: 1px solid #DDD;
}

span.fauxbutton a {
    background-color: #DDD;
    border: 1px solid #BBB;
    -moz-border-radius: 3px;
    padding: 3px 6px;
    font-weight: bold;
}

span.fauxbutton a:hover {
    background-color: #BBB;
    border-color: #999;
}

/* ========================================================================
 * = PREFS_PAGE STYLES
 * ======================================================================== */

div.preamble,
    div.prefs_page_info {
    margin: 2em 0;
}

div.preamble p {
    line-height: 180%;
}

div.prefs_page_info p,
    div.page_info p {
    line-height: 150%;
}

fieldset.basic,
    div.prefs_page_form {
    position: relative;
    top: 0;
    left: 0;
    margin: 50px auto 10px auto;
    border: 1px solid #D7E2F1;
    padding: 20px 10px 10px 10px;
    width: 570px;
}

fieldset.basic legend,
    div.prefs_page_form div.form_title {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    padding: 4px 8px;
    position: absolute;
    top: -12px;
    left: 10px;
    border: 1px solid #D7E2F1;
    background-color: #E9F3FF;
}

fieldset.basic table,
    div.prefs_page_form table {
    margin: 10px;
}

fieldset.basic table td,
    fieldset.basic table th,
    div.prefs_page_form table td,
    div.prefs_page_form table th {
    padding: 10px;
    vertical-align: top;
}

fieldset.basic table th,
    div.prefs_page_form table th {
    width: 120px;
    text-align: right;
}

fieldset.basic table td span.note,
    div.prefs_page_form table td span.note {
    color: #666;
    font-style: italic;
    line-height: 150%;
}

fieldset.basic table td img.btnWhatsThis,
    div.prefs_page_form table td img.btnWhatsThis {
    position: relative;
    top: 4px;
    left: 10px;
}

div.prefs_page_form table td.controlrow {
    padding-top: 20px;
    text-align: center;
}

div.form_controls,
    div.prefs_page_submit {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
    padding-top: 1px;
}

div.form_controls input,
    div.form_controls a,
    div.form_controls a {
    margin-top: 20px;
    padding: 10px 20px;
}

input.nascosto {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

div.groupbox {
    background: #DBECFF;
    border: 1px solid #2B599E;
    padding: 10px;
    color: #2b599e;
}

p.colored {
    color: #2b599e;
}

/* ========================================================================
 * = YUI DIALOG
 * ======================================================================== */

.panel-container.shadow .underlay {
    background-color: #BBB;
}

.panel {
    border: 1px solid #A7B2C1;
    padding: 0px;
}

.panel .hd {
    background-color: #DBECFF; /* 	background-image: url('bgDialogTitleBar.jpg');	DEPRECATED */
    background-repeat: repeat-x;
    border-bottom: 1px solid #A7B2C1;
    color: #556;
}

.panel .bd {
    line-height: 130%;
    margin-right: 15px;
    margin-left: 15px;
}

.button-group button {
/* 	background-image: url('bgDialogButton.jpg');	DEPRECATED */
    background-repeat: repeat-x;
    border: 1px solid #777;
    background-color: #DDD;
    -moz-border-radius: 3px;
    padding: 1px 6px;
    margin: 5px 10px;
    font-weight: 100;
    font-size: 11px;
    font-family: "Arial", "Helvetica", sans-serif;
}

/* ========================================================================
* = FEEDBACK
* ======================================================================== */

div.feedback {
    margin-top: 20px;
}

div.continuation {
}

div.continuation ul {
    list-style: none;
}

div.continuation ul li {
    line-height: 200%;
}

/* ========================================================================
 * = WIZARDS
 * ======================================================================== */

.wizard {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #eee;
    margin-top: 20px;
    padding-bottom: 5px;
}

.wizard .titleBar, .wizard .navigation {
    min-height: 20px;
    max-height: 80px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.wizard .navigation .back {
    display: inline;
}

.wizard .navigation .next {
    display: inline;
}

.wizard .wizardPage {
    margin: 20px;
}

.wizardPageTitle {
    font-weight: bold;
    font-size: 10pt;
    background-color: rgb( 210, 228, 252 );
    padding: 5px;
    width: 100%;
}

/* ========================================================================
 * = SIMPLEPULLDOWN
  * ======================================================================== */

.simplepulldown {
    color: #2B599E;
    position: relative;
    top: 0;
    left: 0;
}

.simplepulldown ul {
    display: none;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 20;
    padding: 1px;
    margin: 0;
    background-color: #DBECFF;
    border: 1px solid #d2e3f6;
}

.simplepulldown:hover ul,
    .over ul {
    display: block;
    width: 70%;
    clear: both;
    padding-bottom: 2px;
    margin-left: 14px;
}

.simplepulldown img {
/* 	background-image: url('bulletArrowRight.gif');		DEPRECATED */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 12px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.simplepulldown:hover img,
    .over img {
/*     background-image: url('bulletArrowDown.gif');		DEPRECATED */
}

.simplepulldown ul li {
    margin: 0;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
    width: 100%;
}

.simplepulldown ul li a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
}

.simplepulldown ul li a:hover {
    background-color: #B9CADD;
}

/* ========================================================================
 * = DATATABLE
 * ======================================================================== */

table.dataTable {
    margin: 10px auto;
    width: 80%;
    border: 1px solid #D7E2F1;
    border-collapse: collapse;
}

table.dataTable td,
    table.dataTable th {
    text-align: left;
    padding: 2px 4px;
}

table.dataTable thead tr {
    background-color: #d0e5ff;
}

table.dataTable thead tr td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #D7E2F1;
    color: #475770;
}

table.dataTable tbody tr td {
    background-color: #FFFFFF;
    border-color: #D7E2F1;
}

table.dataTable tbody tr.odd td,
table.dataTable tbody tr.odd th {
   background-color: #E9F3FF; 
}

table.dataTable td.number,
    table.dataTable th.number {
    text-align: right;
}

table.dataTable tr.summary td {
    font-weight: bold;
}

/* ========================================================================
 * = STATS BOX
 * ======================================================================== */

.stats_box, .stats_browser_box, .stats_box_wide {
    margin: 20px 15px;
    padding: 0;
    background-color: white;
}

.stats_box {
    width: 334px;
}

.stats_browser_box {
    margin-top: 35px;
    width: 702px;
}

.stats_box_wide {
    margin-top: 35px;
    width: 702px;
}

.stats_box .box_title {
    background-image: url( 'http://blip.tv/skin/blipnew/backgrounds/bgStatsPanelHeader.gif' );
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
    margin: 0;
    color: white;
    position: relative;
    top: 0;
    left: 0;
}

.stats_box_wide .box_title {
    background-image: url( 'http://blip.tv/skin/blipnew/backgrounds/bgStatsPanelWideHeader.gif' );
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
    margin: 0;
    color: white;
    position: relative;
    top: 0;
    left: 0;
}

.stats_box .box_contents {
    border-width: 0 1px 1px 1px;
    border-style: none solid solid solid;
    border-color: #D7E2F1;
    text-align: center;
    height: 200px;
}

.stats_browser_box .box_contents,
    .stats_box_wide .box_contents {
    border-width: 1px;
    border-style: solid;
    border-color: #D7E2F1;
    text-align: center;
}

/* ========================================================================
 * = EPISODE AND SHOWPAGE META
 * ======================================================================== */

div.rightpaneblock {
    padding: 0;
    margin: 15px 0 0 0;
    width: 214px;
    float: right;
    font-size: 12px;
}

div.rightpaneblock div.blocktitle {
/*     background-image: url('backgrounds/bgPanel214Header.gif');	DEPRECATED */
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
}

div.rightpaneblock div.footer {
/* 	background-image: url('backgrounds/bgPanel214Header.gif');  DEPRECATED */
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    height: 16px;
    line-height: 16px;
    width: 100%;
}

div.rightpaneblock div.content {
    background-color: #ECF5FF;
    border-width: 0 1px;
    border-style: solid;
    border-color: #D7E2F1;
    padding: 10px;
    margin: 0;
    width: 192px;
}

/* ========================================================================
* =
* ======================================================================== */

#bliptv_button_bar div.searchcell {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    height: 37px;
}

#bliptv_button_bar div.searchcell button {
    position: absolute;
    top: 11px;
    height: 14px;
    padding: 0;
    margin: 0;
    left: 130px;
    border: 0px none black;
    background-color: transparent;
    color: #2b599e;
    cursor: pointer;
}

#bliptv_button_bar div.searchcell button:hover {
    text-decoration: underline;
}

#bliptv_button_bar input {
    height: 15px;
    width: 170px;
    margin: 7px 5px 0px 5px;
    font-weight: bold;
    font-size: 12px;
    color: #2b599e;
    padding: 5px 5px 0 5px;
}

/* ========================================================================
* = CHART CONTROLLER
* ======================================================================== */

table.statssummary {
    font-size: 32px;
    margin: 20px;
    width: 80%;
}

table.statssummary th,
    table.statssummary td {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #555;
}

table.statssummary td.num {
    text-align: right;
}

ul.chartcontrol {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 18px;
    display: inline; /* 	background-image: url('backgrounds/btnbarStatsOptionsInactive.jpg');  DEPRECATED */
    background-repeat: no-repeat;
}

ul.chartcontrol li {
    padding: 0;
    margin: 0;
    width: 20px;
    float: left;
    display: inline;
    list-style: none;
}

div.history_browser_controls {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2px;
    width: 100%;
    overflow: auto;
}

div.history_browser_controls ul {
    padding: 10px 1px 1px 1px;
    margin-left: 30px;
}

div.history_browser_controls ul li {
    list-style: none;
    display: inline;
    float: left;
    padding: 3px 10px;
}

#history_browser_current_range {
    background-image: none;
    border: 0px none black;
    padding-left: 50px;
    font-weight: bold;
}

div.attribution {
    color: #999;
    font-size: 10px;
    border: 1px solid #999;
    padding: 0.5em;
    margin: 10px 0;
    width: 725px;
}

div.attribution p {
    margin: 0;
    padding: 0;
}

/* ========================================================================
 * = HELP PAGE
 * ======================================================================== */

div.quickquestions {
    position: relative;
    top: 0;
    left: 0;
    margin: 50px auto 10px auto;
    border: 1px solid #D7E2F1;
    padding: 20px 10px 10px 10px;
    width: 700px;
}

div.quickquestions h3 {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    background-image: none;
    padding: 4px 8px;
    position: absolute;
    top: -12px;
    left: 10px;
    border: 1px solid #D7E2F1;
    background-color: #E9F3FF;
    color: black;
}

div.quickquestions ul {
    margin: 0;
    padding: 0;
}

div.quickquestions ul li {
    margin: 10px 0 10px 30px;
    padding: 0;
    list-style: none;
}

div.quickquestions ul li span {
    font-weight: bold;
    font-size: 14px;
}

div.quickquestions img.btnWhatsThis {
    position: relative;
    left: 0;
    top: 4px;
    margin-left: 10px;
}

div.quickquestions div.prefs_page_info {
    margin: 10px 20px;
}

/* ========================================================================
 * = STATISTICS PAGES
 * ======================================================================== */

div.statstableblock, div.postsummary {
    margin: 4em 4em 3em 4em;
    padding: 1px 1em 1em 1em;
    border: 1px solid #CCC;
}

div.statstableblock div.blocktitle,
div.postsummary div.blocktitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 2px 4px;
    position: relative;
    top: -12px;
    left: 0em;
    border: 1px solid #D7E2F1;
    background-color: #E9F3FF;
    color: #556;
}

div.statstableblock table.dataTable {
    width: 90%;
}

div.statstableblock td {
    text-align: right;
}

div.statstableblock th {
    color: #557;
    text-align: right;
}

div.statstableblock tbody th {
    text-align: left;
}

div.statstableblock td.str,
    div.statstableblock th.str {
    text-align: left;
}

div.statstableblock tr.totals td {
    background-color: #E9F3FF;
    font-weight: bold;
}

div.postsummary h4 {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

div.postsummary p.morelink { text-align: right; padding-right: 20px; }

div.postsummary img {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    border: 1px solid gray;
    padding: 4px;
    background-color: #EEE;
}

ul.pageminimenu {
    border: 1px solid #D7E2F1;
    margin: 2em 4em 4em 4em;
    padding: 2px;
    overflow: auto;
}

ul.pageminimenu li {
    display: inline;
    float: left;
    padding: 0.25em 2em;
    list-style: none;
}

/* ======================================================================
 * STUFF
 * ====================================================================== */

table.parallelblocks,
    table.parallelblocksleft {
    width: 750px;
}

table.parallelblocks td {
    width: 365px;
    padding-right: 5px;
    vertical-align: top;
}

table.parallelblocksleft td.left {
    width: 430px;
}

table.parallelblocksleft td.right {
    width: 270px;
}

table.parallelblocks td.infoblock,
    table.parallelblocksleft td.infoblock {
    color: #2B599E;
    line-height: 200%;
    padding: 20px 10px;
}

table.parallelblocks td.infoblock div.infoblocktitle {
    font-weight: bold;
}

table.parallelblocks div.groupbox p {
    margin-top: 20px;
    line-height: 150%;
}

td.infoblock ul {
    margin: 12px 0;
    padding: 0;
}

td.infoblock ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

td.infoblock ul li:before {
    content: "\BB\A0";
}

p.bigquoted {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

table.parallelblocks div.bliptip {
    margin-left: 10px;
    margin-right: 10px;
    width: 668px;
}

table.parallelblocks div.bliphelp {
    margin-left: 10px;
    margin-right: 8px;
    width: 668px;
}

table.parallelblocks div.bliptimetip {
    margin-left: 10px;
    margin-right: 10px;
    width: 668px;
}

table.prefs_status_table h4 {
    padding-left: 20px;
}

table.prefs_status_table {
    margin-bottom: 40px;
}

table.prefs_status_table th,
    table.prefs_status_table td {
    color: #2B599E;
    text-align: left;
}

table.prefs_status_table th {
    font-weight: bold;
}

table.prefs_status_table_summary {
    width: 250px;
    margin: 0 4px 40px 4px;
}

table.prefs_status_table_summary th label {
    font-weight: bold;
}

p.badgeblock {
    text-align: right;
    margin: 20px 30px 0px 0px;
}

/* ========================================================================
* = TEMPORARY UPDATED UI ELEMENTS
* = To be made permanent upon reuse
* ======================================================================== */

.infoblock_emphasized {
    color: #3c3c3c;
    line-height: 150%;
    padding: 20px 10px;
    font-size: 14px;
}

*

/

.infoblock_emphasized .infoblocktitle {
    color: #2B599E;
    font-size: 12px;
    font-weight: bold;
}

.infoblocklist_emphasized {
    color: #0B397E;
    font-size: 13px;
}

.infoblocklist_emphasized ul {
    padding-left: 15px;
}

.infoblocklist_emphasized span.fancy {
    padding: 0 2px 0 2px;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 11px;
    color: #6a6a6a;
}

.groupboxwrapper {
    background: #F8FBFF;
    padding: 5px;
}

.groupbox_secondary {
    float: left;
    width: 320px;
    padding: 10px;
    background: #E8F3FF;
    color: #1b498e;
    font-size: 11px;
    line-height: 17px;
    border: 1px solid #ABBCCF;
}

.groupbox_secondary span.emphasize {
    font-size: 13px;
}

.groupbox_secondary p.sectionize {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #CBDCEF;
}

.bliphelp_deemphasize {
    width: 668px;
    margin: 20px 20px 20px 0;
    padding: 10px 10px 0px 40px;
    background: #F8FBFF;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border: 1px solid #CBDCEF;
}

.bliphelp_deemphasize p {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 11px;
    line-height: 155%;
    text-align: justify;
}

.about_text hr {
    margin: 40px 0 40px 0;
}

.about_text p {
    font-size: 14px;
    line-height: 22px;
}

.about_text h4 {
    margin-bottom: 20px;
}

.deemphasize {
    margin: 5px 0 35px 0;
    padding: 0 15px 0 0;
    font-size: 11px !important;
    line-height: 150%;
}

.deemphasize b, .deemphasize strong {
    font-weight: bold;
    color: #000;
}

.emphasizetitle {
    font-size: 15px;
    font-weight: bold;
    color: #1b498e;
}

.clear, .Clear {
    clear: both;
}

body, td, th, textarea, select {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

body {
    margin: 0px;
    padding: 0 10px 10px;
    min-width: 980px;
}

hr {
    border: none;
    border-bottom: 1px solid #d7e2f1;
}

#Content, #Header {
    margin: auto;
    width: 960px;
}

h1, h2, h3, h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    background: none;
    font-family: "Trebuchet MS", Arial, Sans-serif;
    font-weight: bold !important /*remove upon cleanup*/;
    background: none !important; /*remove upon cleanup*/
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px !important;
}

h3 {
    font-size: 16px !important;
}

h3.posts_title {
    font-size: 16px !important;
    color: #000 !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    font: bold 12px "Lucida Grande", Geneva, Arial, sans-serif;
    color: #555;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
}

/*
================================================================================
================================================================================
HEADER & NAVIGATION
================================================================================
================================================================================
*/

#Header {
    margin-bottom: 5px;
}

#Logo {
    position: absolute;
    top: 30px;
    margin-left: 6px;
}

#Links {
    float: left;
    margin-top: 12px;
    padding-left: 53px;
    text-align: right;
    max-width: 500px;
}

#OldHeaderSearch {
	margin-top: 20px;
	float: right;
}

.OldNavigation {
	float: left;
	margin-left: 145px;
	margin-top: 22px;
	font-size: 14px;
	color: #CCC;
}

.OldNavigation a {
    margin: 0 15px 0 15px;
    color: #2B599E;
    text-decoration: none;
}

.OldNavigation a.HereExplore {
    color: #CCC;
}

.OldNavigation a.Here {
    color: #AAA;
}

.OldNavigation a.Explore {
    color: #FBA95E;
	font-size: 18px;    
}

#InnerNavigation {
    border-bottom: 1px solid #DFDFDF;
}

#InnerHeader {
    position: relative;
    float: right;
    margin: 1px 15px -1px 20px;
    padding-top: 2px;
    padding-bottom: -10px;
    border: 1px solid #DFDFDF;
    border-bottom: 1px solid #FFF;
    z-index: 2;
}

#InnerHeader form {
    margin: 0;
}

#InnerHeader a {
    padding: 0 2px 0 2px;
}

#InnerHeaderWrapper {
    padding: 6px 7px 2px 9px;
    font: 12px / 16px "Lucida Grande", Geneva, Arial, sans-serif;
    text-align: left;
}

#HeaderUsername {
    max-width: 220px;
    min-height: 10px;
    overflow: hidden;
}

/* Inner Search */

#InnerHeaderSearch {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

#SearchEpisodes {
    font-size: 12px;
    color: #9A9A9A;
}

#SearchEpisodesSubmit {
}

/* Membership Actions */

#InnerHeaderMembership {
    float: left;
    padding: 6px;
    font-size: 11px;
    max-width: 198px;
}

#InnerHeaderMembership a {
    font-size: 12px;
}

#SubMenuTab {
    float: right;
    margin: -13px 20px 0 -20px;
}

/*
================================================================================
================================================================================
SEARCH BAR
================================================================================
================================================================================
*/

#searchbar_input {
    float: left;
    height: 18px;
    width: 230px;
    font-size: 14px;
    background: #FBFBFB;
    border: 1px solid #CCC;
    border-right: none;
}

#SearchSubmit {
    float: left;
    height: 20px;
    width: 20px;
    border: 1px solid #DB893E;
    background: #FBA95E !important;
}

/*
================================================================================
================================================================================
CONTEXT
================================================================================
================================================================================
*/

#Context {
    float: right;
    position: relative;
    margin: -15px auto 0px auto;
    padding-top: 10px;
    height: 10px;
    color: #999;
    text-align: right;
}

#SwitchContext a {
    padding: 4px;
    font: 9px "Lucida Grande", "Trebuchet MS", Arial, Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #F7F7F7;
}

/*
================================================================================
================================================================================
ROWS & COLS
================================================================================
================================================================================
*/

.ColumnThreeQuarters, .ColumnTwoThirds, .ColumnHalf, .ColumnThird, .ColumnQuarter, .ColumnFifth, .ColumnTwoFifths, .ColumnThreeFifths, .ColumnFourFifths {
    float: left;
}

.ColumnThreeQuarters {
    width: 75%;
}

.ColumnTwoThirds {
    width: 66%;
}

.ColumnHalf {
    width: 50%;
}

.ColumnThird {
    width: 33%;
}

.ColumnQuarter {
    width: 25%;
}

.ColumnFifth {
    width: 20%;
}

.ColumnTwoFifths {
    width: 40%;
}

.ColumnThreeFifths {
    width: 60%;
}

.ColumnFourFifths {
    width: 80%;
}

.ColumnContents {
    padding: 5px;
}


/*
================================================================================
================================================================================
PAGINATION
================================================================================
================================================================================
*/

.pagination {
    float: left;
}

.pagination .view_pages_page_selected {
    padding: 3px 6px 3px 6px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000 !important;
    line-height: 1.6em;
}

.pagination .view_pages_page {
    float: left;
}

.pagination .view_pages_page a {
    padding: 4px 7px 4px 7px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #999 !important;
    border: 3px solid #DDD;
}

.pagination .view_pages_page a:hover {
    color: #555;
    border-color: #777;
}

.view_pages_page a, .view_pages_page_selected {
    float: left;
    margin: 15px 10px 15px 0;
}

/*
================================================================================
================================================================================
FOOTER
================================================================================
================================================================================
*/

#Footer {
    margin: 30px auto 30px auto;
    height: 100px;
    width: 960px;

}

.FooterColumn {
    float: left;
    height: 100%;
    width: 235px;
    margin-left: 3px;
}

.FooterColumn .FooterColumnContents {
    padding: 10px 10px 5px 10px;
    font: 10px / 12px "Lucida Grande", Geneva, Arial, sans-serif;
}

.ColumnHalf {
    float: left;
    width: 50%;
}

.FooterColumn .FooterColumnContents h4 {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    padding-bottom: 2px !important;
    font: bold 12px "Lucida Grande", Geneva, Arial, sans-serif !important;
    color: #888 !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.FooterColumn .FooterColumnContents a {
    display: block;
    padding: 1px;
    color: #555;
}

.FooterColumn .FooterColumnContents .FooterBabble {
    font: 10px / 12px "Lucida Grande", Geneva, Arial, sans-serif;
    line-height: 16px;
    color: #aaa;
}

.FooterColumn .FooterColumnContents a.FooterBabble {
    color: #555;
    display: inline !important;
}

.FooterBorder {
    border-right: 1px solid #DFDFDF;
}

/*
================================================================================
================================================================================
WRAPPER
================================================================================
================================================================================
*/

.wrapper {
    clear: both;
    padding-top: 10px;
    margin-top: 0px;
    background: none !important;
}

/*
================================================================================
================================================================================
TEXT ATTRIBUTES
================================================================================
================================================================================
*/

.Highlight {
    font-weight: bold;
    color: #004a8d !important;
}

/*
================================================================================
================================================================================
ERRORS & TIPS
================================================================================
================================================================================
*/

.bliptip {
    background: #F8ED8F url( 'http://blip.tv/skin/mercury/images/lightbulb.gif' ) !important;
    background-repeat: no-repeat !important;
    background-position: -20px -18px !important;
    border: 1px solid #E8DD7F;
}

.bliptimetip {
    background: #DDF url( 'http://blip.tv/skin/mercury/images/iconClock.gif' ) !important;
    background-repeat: no-repeat !important;
    background-position: -20px -18px !important;
    border: 1px solid #BBF;
}

.error {
    padding: 16px 10px 13px 40px !important;
    font: 14px "Trebuchet MS", Arial, Sans-serif;
    color: #333 !important;
    background: #FFC4C4 url( 'http://blip.tv/skin/mercury/images/error_bg.gif' ) !important;
    background-repeat: no-repeat !important;
    background-position: -10px -9px !important;
    border: 1px solid #EFB4B4 !important;
}

.error p {
    padding: 0;
    margin: 0;
}

.error a {
    color: #C03 !important;
    text-decoration: underline !important;
}

.bliphelp {
    padding: 16px 16px 4px 40px !important;
    background: #F7F7F7 !important;
    background-image: url( 'http://blip.tv/skin/mercury/images/help_bg.gif' ) !important;
    background-repeat: no-repeat !important;
    background-position: 7px 14px !important;
    border: 1px solid #D3D3D3 !important;
}

.bliphelp_image {
	padding: 0;
    border: 1px solid #D3D3D3;
    background: #F7F7F7;
	text-align:center;
	width: 276px;
}

.bliptip, .bliphelp, .bliptimetip {
    font-family: "Trebuchet MS", Arial, Sans-serif !important;
    font-size: 11px !important;
    color: #333 !important;
}

.bliptip p, .bliphelp p {
    line-height: 1.6em !important;
    text-align: left !important;
}

.bliptip a, .bliphelp a {
    text-decoration: underline !important;
}

/*
================================================================================
================================================================================
PREFS PAGE _ IN PROGRESS
================================================================================
================================================================================
*/
/*
				#captcha_includer {
					float: left;
					margin: 0 15px 0 15px;
				}

				.CaptchaText {
					float: left;
					margin-bottom: 0px;
					font-size: 11px;
					color: #555;
				}
*/

/*
================================================================================
================================================================================
PREFS PAGE
================================================================================
================================================================================
*/

div.form_controls a {
    font-size: 14px !important;
    font-weight: bold !important;
    background: #FBA95E !important;
    border: 4px solid #DB893E !important;
    border-right: 4px solid #BB691E !important;
    border-bottom: 4px solid #BB691E !important;
    color: #FFF !important;
    text-shadow: 2px 2px 0 #AB590E;
}

div.form_controls a:hover {
    border: 4px solid #BB691E !important;
    border-right: 4px solid #DB893E !important;
    border-bottom: 4px solid #DB893E !important;
    color: #FFF !important;
}

.prefs_page_submit * {
    background-image: none !important;
}

.prefs_page_submit input, .widgets input, .next, .submit, .form_controls input, .cool_button {
    font-size: 14px !important;
    font-weight: bold !important;
    background: #FBA95E !important;
    border: 4px solid #DB893E !important;
    border-right: 4px solid #BB691E !important;
    border-bottom: 4px solid #BB691E !important;
    color: #FFF !important;
    text-shadow: 2px 2px 0 #AB590E;
}

#popOverYui .cool_button {
    font-weight: normal !important;
    padding: 2px !important;
    font-size: 11px !important;
    border-width: 0px !important;
    background: #FFF !important;
    color: #AB590E !important;
    text-shadow: none !important;
}

.prefs_page_submit input:hover, .widgets input:hover, .next:hover, .submit:hover, .form_controls input:hover, .cool_button:hover {
    border: 4px solid #BB691E !important;
    border-right: 4px solid #DB893E !important;
    border-bottom: 4px solid #DB893E !important;
    color: #FFF !important;
}

.cool_button {
    font-size: 12px !important;
}

#SearchEpisodes input {
    font-size: 16px;
    height: 20px !important;
    width: 100px !important;
    padding: 0px !important;
    background: #F7F7F7;
}

.heading, .box_title {
    margin-bottom: 5px;
    font: bold 16px "Lucida Grande", Arial, Sans-serif !important;
    color: #000 !important;
    background: none !important;
}

.box_title {
    padding: 5px !important;
    background: #F7F7F7 !important;
    border-bottom: 1px solid #CCC;
}

.box_contents {
    border: none !important;
}

.prefs_page_form, .file_form_block, .basic, .stats_box {
    padding: 10px !important;
    margin: 15px auto auto auto !important;
}

.prefs_page_form input, .file_form_pane input, .basic input {
    color: #000 !important;
    padding: 2px !important;
}

.prefs_page_form label, .file_form_pane label, .basic label {
    font: 12px "Trebuchet MS", Arial, Sans-serif !important;
    line-height: 2.0em !important;
    color: #444;
}

.form_title, .basic legend {
    background: #FFF !important;
    border: none !important;
}

.file_form_meta_spinner {
    font-size: 14px !important;
}

.file_form_block h2 {
    font-size: 12px !important;
    border: none !important;
}

.super_navigation {
    margin-top: 15px;
}

#super_navigation .title {
    margin-top: 15px !important;
    padding-bottom: 2px !important;
    font: bold 14px "Trebuchet MS", Arial, Sans-serif !important;
    color: #888 !important;
    text-shadow: 2px 2px 0 #DDD;
    background: none !important;
}

#super_navigation .content {
    background: none !important;
}

#super_navigation .content ul {
    margin: 0 !important;
    padding: 0 !important;
}

#super_navigation .content li {
    margin: 5px !important;
    padding: 5px !important;
    font: 12px "Trebuchet MS", Arial, Sans-serif;
    border-bottom: 1px solid #DFDFDF;
}

#super_navigation .content li:hover {
    background: #EEE;
}

#super_navigation .footer {
    display: none !important;
}

#super_navigation .content a {
    letter-spacing: 0px;
    color: #555;
}

.post_line td {
    font-size: 12px;
    background: #EEE !important;
}

.post_status td, .post_status th {
    padding-bottom: 5px !important;
    font-size: 11px;
    color: #444;
}

.recent_posts {
    margin-right: 10px;
    min-height: 450px !important;
}

.tipnote {
    padding-top: 12px;
}

.wizardPageTitlem {
    padding: 0 0 10px 0;
    font: 18px "Trebuchet MS", Arial, Sans-serif !important;
    color: #BB691E !important;
    background: #FFF !important;
    background: none !important;
    border-bottom: 1px solid #CCC !important;
}

.chatterbox {
    background: #F7F5F5 !important;
    border: 1px solid #E7E5E5 !important;
}

.chatter_input {
    margin-top: 8px !important;
    padding: 10px !important;
    background-image: none !important;
    background: #FFF !important;
}

.chatter_input input {
    border: 1px solid #BBB;
}

.ad_bar p {
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #CCC;
    background: #FFF !important;
    border: none;
}

.ad_bar p a {
    color: #666 !important
}

.dataTable th {
    font: 14px "Trebuchet MS", Arial, Sans-serif;
}

.dataTable th, .dataTable td {
    padding: 5px !important;
}

#update_bookmark_order .table_head {
    background: #ebf2fa;
}

#update_bookmark_order * {
    border-color: #BbC2CC;
}

/*
================================================================================
================================================================================
EPISODES
================================================================================
================================================================================
*/

/*
        ================================================================================
        ================================================================================
        EPISODES LIST
        ================================================================================
        ================================================================================
        */

.EpisodeListItem, .view_list_item {
    margin: 5px 4px 5px 4px;
    padding: 8px;
}

.name_episode .name {
    display: inline;
    color: #999;
    font-size: 11px !important;
}

.name_episode .controls {
    float: right;
}

.EpisodeListThumb {
    float: left;
    margin-right: 8px;
}

.EpisodeListItem h4, .view_list_item h4 {
    text-transform: none !important;
    text-shadow: none !important;
}

.EpisodeListItem .description {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 11px !important;
    color: #4a4a4a !important;
}

.EpisodeDuration {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 10px;
    color: #888;
    border-top: 1px solid #CCC;
    background: #EEE;
}

.EpisodeListItem .post_information * {
    font-size: 11px !important;
}

.EpisodeListItem .post_information th {
    padding-right: 10px;
}

.posts_media_length {
    background: #FEE;
}

.EpisodeListItem .post_details {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.view_thumbs_thumb {
    background: #F7F7F7 !important;
    border: 1px solid #CCC !important;
}

.view_list_thumb {
    background: none !important;
    border: none !important;
}

.view_thumbs_item {
	padding:20px 15px 0;
	font-weight:bold;
	text-align:center;
	width:125px;
	float: left;
}

.view_thumbs_title {
	margin-top:5px;
	padding:0;
}
.view_thumbs_thumb img {
	border-width:0px;
}

.view_search_helper {
	margin: 15px 0;
	padding: 1em;
	background-color: #DBECFF;
	border: 1px solid #D7E2F1;
	font-size: 0.9em;
}

.view_search_helper div.user_list,
.view_search_helper div.topic_list {
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
}

.view_search_helper div.user_list {
	background-image: url('/skin/blipnew/icon_user.gif');
}

.view_search_helper div.topic_list {
	background-image: url('/skin/blipnew/icon_tag.gif');
}

.PostsFeeds {
    margin: 0;
    padding: 2px;
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Sans-serif;
    color: #999;
    background: #F7F7F7;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

/*
        ================================================================================
        ================================================================================
        EPISODES ALBUM VIEW
        ================================================================================
        ================================================================================
        */

.EpisodeThumbsItem {
    float: left;
    width: 24% !important;
    height: 165px;
    margin: 7px 5px 0 0px;
    padding: 0px !important;
    background: #FFF !important;
    text-align: center;
}

#EpisodeContainer .EpisodeThumbsItem {
    width: 150px !important;
    height: 180px;
}

.holder {
    display: block;
}

.search_results_thumb {
    height: 144px;
    padding: 10px !important;
    border: 1px solid #DADADA !important;
    overflow: hidden;
    background: #FFF !important;
    filter: alpha( opacity = 85 );
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#EpisodeContainer .search_results_thumb {
    height: 160px !important;
    background: #FFF !important;
    filter: alpha( opacity = 85 );
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#EpisodeContainer .holder {
    display: block;
    text-align: center;
    filter: alpha( opacity = 100 ) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

.name_episode {
    text-align: center;
}

.episode_full, #EpisodeContainer .episode_full, {
    display: inline !important;
}

.name_episode a {
    font: bold 11px "Lucida Grande", Arial, Sans-serif;
}

#EpisodeContainer .name_episode a {
    padding: 4px;
    font: 11px "Lucida Grande", Arial, Sans-serif;
}

/*
================================================================================
================================================================================
SHOWPAGE
================================================================================
================================================================================
*/

#ShowpageHeader {
    padding: 10px 0 0px 0;
}

#ShowName {
    float: left;
    margin: 0px;
    font-size: 32px;
}

#ShowpageContent {
    text-align: center;
}

#ShowpageShowplayer {
    padding: 25px 25px 10px 25px;
}

.ShowHeaderNav {
    float: right;
    width: 135px;
}

.ShowHeaderNav a {
    display: block;
    height: 22px;
    margin-bottom: 4px;
    padding-right: 21px;
    font-size: 11px;
    line-height: 22px;
    color: #888;
    text-align: right;
. border-bottom : 1 px solid #AAA;
    background: url( 'http://blip.tv/skin/mercury/images/arrowBg.gif' ) no-repeat;
}

.ShowHeaderNav a:hover {
    text-decoration: none;
}

.ShowHeaderNav #ArchiveLink {
    background-color: #333;
    color: #FFF;
}

.ShowHeaderNav #SyndShow {
    background-color: #FF6633;
    color: #FFF;
}

.ShowHeaderNav #WatchShow, .ShowHeaderNav #WatchShow_vis {
    background-color: #000;
    color: #FFF;
}

#WatchShow {
    display: none;
}

#ShowFooter {
    min-height: 50px;
    margin-top: 10px;
}

#ShowFooterContent {
    padding: 8px 0 8px 0;
    font-size: 11px;
    color: #777;
    line-height: 16px;
}

#NowWatching, #AboutThisShow {
    color: #999;
    margin-bottom: 5px;
}

#NowWatching a {
    float: right;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#EpisodeTitle {
    float: left;
    margin: 5px 10px 4px 0px;
    font-size: 17px;
    line-height: 20px;
}

#WatchingShow {
    font-size: 30px;
    line-height: 30px;
}

.AboutShowContainer {
    padding-left: 20px;
}

#AboutShow {
    float: left;
    margin: 7px 0 7px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.SeperateShowInfo {
    min-height: 110px;
    border-left: 1px solid #DDD;
}

#AboutMore {
    display: block;
    margin-top: 10px;
    color: #000;
    text-align: right;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#AboutMore img {
    float: right;
    padding-top: 1px;
    padding-left: 5px;
}

#MoreDetails {
    display: none;
    min-height: 100px;
    margin: auto;
    margin-top: 20px;
    background: #fafafa url( 'http://blip.tv/skin/mercury/images/columnBg.gif' ) repeat-x;
    background-position: bottom;
    border: 1px solid #DFDFDF;
}

#MoreDetailsContainer {
    padding: 5px;
}

.DetailsHalf {
    float: left;    
    width: 47%;
}

.DetailsFull {
    padding: 5px;
}

.ShowPageSecionTitle {
    font-size: 14px;
    color: #333;
}

/*
	===================
*/

#SyndicateContainer {
    display: none;
    background: #FF6633;
}

#SyndicateIcon {
    float: left;
    margin: 16px 10px 20px 20px;
}

#SyndicateTitle {
    float: left;
    margin: 20px;
    font-size: 24px;
}

#SyndicateContent {
    padding: 10px 10px 30px 10px;
    background: #FFF url( 'http://blip.tv/skin/mercury/images/pageBorderFade.gif' ) no-repeat;
    height: 500px;
}

#SyndicateForm {
    height: 200px;
    background: #FFF url( 'http://blip.tv/skin/mercury/images/syndicateFlow.gif' ) no-repeat;
    background-position: 5px 30px;
}

#SyndicateForm table {
    margin-top: 20px;
}

.SyndicateText {
    font-size: 13px;
    line-height: 26px;
}

.SyndicateTitles {
    margin-left: 10px;
    font-size: 16px;
}

#ShowPlayerDemo {
    float: right;
    min-height: 290px;
    min-width: 450px;
    background: #FFF url( 'http://blip.tv/skin/mercury/images/configYourPlayer.gif' ) no-repeat;
    background-position: center center;
}

/*
Ep Archive
*/

#ArchiveTitle {
    float: left;
    width: 600px;
    margin: 0 10px 0px 0px;
    padding: 10px 0 10px 0px;
    font-size: 14px;
    line-height: 14px;
}

.ArchiveEpisodeWrapper {
    float: left;
    margin: 10px 10px 10px 5px;
    width: 217px;
    border: 1px solid #555;
}

.ArchiveEpisodeWrapper:hover {
    background: #444;
}

.ArchiveEpisode {
    height: 140px;
    padding: 15px;
    border: 1px solid #000;
    overflow: hidden;
}

.EpisodeThumbnail {
    padding-bottom: 10px;
}

a.EpTitle {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}



.tabnav
	{
		height: 20px;
		margin: 0;
		margin-top: 10px;
		padding-left: 10px;
/*		background: url(/image/tab_bottom.gif) repeat-x bottom;*/
		border-bottom: 1px solid #A4B3C0;
		margin-bottom: 7px;

	}

.tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
.tabnav a:link, .tabnav a:visited
	{
		float: left;
		background: #ecf5ff;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #A4B3C0;
		text-decoration: none;
		color: #666;
		border-bottom: 1px solid #f3f3f3;
	}

.tabnav a:link.active, .tabnav a:visited.active
	{
		border-bottom: 2px solid #fff;
		background: #fff;
		color: #000;
	}

.tabnav a:hover
	{
		background: #fff;
	}

/*
================================================================================
================================================================================
POSTS SEARCH BAR
================================================================================
================================================================================
*/

.searchbar * {
    background-image: none !important;
    font-family: "Trebuchet MS", Arial, Sans-serif;
}

.searchbar_title {
    height: 30px;
    color: #555 !important;
    font-size: 11px;
    background: #CFCFCF !important;
    border-bottom: 1px solid #C0C0C0;
}

.searchbar_switcher {
    margin-bottom: 2px;
}

.searchbar_switcher li {
    float: left !important;
    width: 300px !important;
    margin-right: 10px;
    text-align: center;
}

.searchbar_switcher_episodes .searchbar_switcher_episodes_tab a, .searchbar_switcher_shows .searchbar_switcher_shows_tab a {
    padding: 5px 30px 5px 30px;
    color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 0px #DDD;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Trebuchet MS", Arial, Sans-serif;
    background: #CFCFCF !important;
}

.searchbar_switcher_episodes .searchbar_switcher_episodes_tab a:hover, .searchbar_switcher_shows .searchbar_switcher_shows_tab a:hover, .searchbar_switcher_episodes .searchbar_switcher_shows_tab a:hover, .searchbar_switcher_shows .searchbar_switcher_episodes_tab a:hover {
    color: #004a8d;
}

.searchbar_switcher_episodes .searchbar_switcher_shows_tab a, .searchbar_switcher_shows .searchbar_switcher_episodes_tab a {
    padding: 5px 30px 5px 30px;
    color: #888;
    font-weight: bold;
    text-shadow: 2px 2px 0px #DDD;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Trebuchet MS", Arial, Sans-serif;
    background: #ECECEC !important;
}

#searchbar_topbar, .searchbar_subbar {
    background: #EFEFEF !important;
}

.searchbar_subbar {
    border: none !important;
    border-top: 1px solid #CCC !important;
}

#searchbar_topbar li {
    padding-right: 20px !important;
    border-right: 1px solid #CCC;
    text-align: center;
}

#searchbar_topbar a, .menubarmenu {
    font-weight: bold;
    font-size: 11px !important;
    color: #333 !important;
}

.menubarmenu ul {
    background: #FFF !important;
}

.menubarmenu ul  * {
    background: #FFF !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

.menubarmenu li a:hover {
    background: #EAEAEA !important;
    color: #000 !important;
}

.menubarmenu b {
    color: #888 !important;
}

.search_results_thumb * {
    background: none !important;
}

div.faq ol.menu {
  margin: 3em 1em;
}

div.faq div.faqmenu {
  margin: 3em 0;
  padding: 1em 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

div.faq div.faqmenu ul {
  margin: 1em 0;
}

div.faq div.faqmenu ul li {
  list-style: none;
}

div.faqsection {
  margin-top: 4em;
  border-width: 0 0 1px 0;
}

div.faqsection h3 {
  margin-bottom: 1em;
}

div.faqitem {
  margin: 3em 1em 2em 1em;
  width: 600px;
  line-height: 125%;
}

div.faqitem h4 {
  font-size: 14px;
}

div.faqitem p {
	font-size: 14px;
	line-height: 22px;
}

div.faqitem li {
	font-size: 14px;
	line-height: 22px;
}

dl.faq_feature_list {
    margin: 1em 2em;
}

dl.faq_feature_list dt {
    font-weight: bold;
    margin-left: 0em;
}

dl.faq_feature_list dd {
    margin-left: 0em;
    margin-bottom: 1em;
}

div.headedbox {
    width: 698px;
    margin: 20px 0;
    padding: 10px;
    background: #E8F3FF;
    color: #1b498e;
    font-size: 11px;
    line-height: 17px;
    border: 1px solid #ABBCCF;
    clear: both;
    overflow: hidden;
}

div.headedbox h2 {
	font-style: italic;
    width: 140px;
    margin-right: 10px;
    float: left;
    color: #3b69Ae !important;
    line-height: 24px;
}

div.headedbox_left {
    float: left;
    width: 350px;
    margin-right: 20px;
}

div.headedbox_right {
    float: left;
    width: 140px;
    text-align: right;
}

.copypaste_input {
	width:498px;
	height:150px;
	font-family: courier new;
	font-size: 9px;
}

div.staffblock {
	margin: 12px 24px 36px 24px;
}

div.staffblock table {
	margin-left: 24px;
}

div.staffblock table th {
	text-align: left;
	width: 240px;
	padding-right: 12px;
}

div.staffbio {
	margin-top: 24px;
}

div.staffbio h3 {
	margin-bottom: 0;
}

div.staffbio p {
	line-height: 180%;
	margin-top: 18px;
}

div.staffbio p.jobtitle {
	margin: 0 0 36px 0;
	line-height: 100%;
	font-style: italic;
	font-size: 13px;
}


#flickr_badge { 
	float: right; 
	padding-left: 24px;
}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

.dashboard_transition_message {
	margin: 10px 0 40px 0;
	border: 1px dotted #AAA;
	background-color: #FAFAFA;
	padding: 10px;
	font-size: 11px;
}

.dashboard_transition_message img {
	float: left;
	margin: 3px 23px 0px 10px;
	padding: 8px 15px 0 0;
	border-right: 1px dotted #AAA;
}

.dashboard_transition_message b {
	font-size: 12px;
}

.dashboard_transition_message p {
	margin: 5px 0 0 0;
}

/* ====================================================================== 
 * DASHBOARD CSS - Can be moved elsewhere later
 * ======================================================================

div.dashboard { }

div.dashboard h2 {
  font-size: 16px !important;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCC;
  padding: 0 0 2px 0;
  margin: 0;
}

div.dashboard div.dash_hdr {
  height: 48px;
  background-color: #BBB;
  margin-bottom: 16px;
  line-height: 48px;
  text-align: center;
}

div.dashboard div.dash_main { }

div.dashboard div.dash_main p.backlink {
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  text-align: right;
  padding: 0;
  margin: 0 0 16px 0;
}

div.dashboard div.dash_left {
  width: 376px;
  float: left;
}

div.dashboard div.dash_right {
  width: 376px;
  float: right;
}

div.dashboard div.dash_block {
  margin-bottom: 32px;
  position: relative;
  top: 0;
  left: 0;
}

div.dashboard div.dash_block p.summary {
  height: 24px;
  line-height: 24px;
  background-color: #DDD;
  font-size: 11px;
  padding: 0 4px;
  margin: 0;
}

div.dashboard div.dash_block p.tipline {
  font-size: 10px;
  line-height: 16px;
  text-align: right;
}

div.dashboard div.dash_block ul.controls {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 0;
  text-align: right;
  font-size: 10px;
}

div.dashboard div.dash_block ul.controls li {
  float: right;
  padding: 0 0 0 16px;
  list-style: none;
}

div.dashboard div.dash_block div.table {
  margin: 16px 0;
}

div.dashboard div.dash_block div.table div.row {
  clear: both;
  margin: 0 0 8px 0;
  padding: 0 0 7px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCC;
  overflow: auto;
}

div.dashboard div.dash_block div.table div.row div.label {
  font-weight: bold;
  width: 100px;
  float: left;
  line-height: 16px;
}

div.dashboard div.dash_block div.table div.row div.value {
  float: left;
  width: 270px;
  line-height: 16px;
}
*/

#contact_form table th {
	text-align: right;
	vertical-align: top;
	padding: 4px 10px;
}

#contact_form table td {
	vertical-align: top;
	padding-bottom: 10px;
}

