body, html											{ font-family: 'Tahoma';padding:0px;margin:0px; }

A:link						{ color:#000;text-decoration:none; }
A:active					{ color:#000;text-decoration:none; }
A:visited					{ color:#000;text-decoration:none; }
A:hover						{ color:#800;text-decoration:none; }

A:link.news_links			{ color:#800;text-decoration:none;font-style:italic }
A:active.news_links			{ color:#800;text-decoration:none;font-style:italic }
A:visited.news_links		{ color:#800;text-decoration:none;font-style:italic }
A:hover.news_links			{ color:#555;text-decoration:none;font-style:italic }

A:link.red					{ color:#800;text-decoration:none;font-style:italic }
A:active.red				{ color:#800;text-decoration:none;font-style:italic }
A:visited.red				{ color:#800;text-decoration:none;font-style:italic }
A:hover.red					{ color:#555;text-decoration:none;font-style:italic }

A:link.red_bold				{ color:#800;text-decoration:none;font-style:italic;font-weight:bold; }
A:active.red_bold			{ color:#800;text-decoration:none;font-style:italic;font-weight:bold; }
A:visited.red_bold			{ color:#800;text-decoration:none;font-style:italic;font-weight:bold; }
A:hover.red_bold			{ color:#555;text-decoration:none;font-style:italic;font-weight:bold; }

A:link.blue_bold			{ color:#008;text-decoration:none;font-weight:bold; }
A:active.blue_bold			{ color:#008;text-decoration:none;font-weight:bold; }
A:visited.blue_bold			{ color:#008;text-decoration:none;font-weight:bold; }
A:hover.blue_bold			{ color:#555;text-decoration:none;font-weight:bold; }

A:link.green_bold			{ color:#080;text-decoration:none;font-weight:bold; }
A:active.green_bold			{ color:#080;text-decoration:none;font-weight:bold; }
A:visited.green_bold		{ color:#080;text-decoration:none;font-weight:bold; }
A:hover.green_bold			{ color:#555;text-decoration:none;font-weight:bold; }

A:link.orange_bold			{ color:#f8b400;text-decoration:none;font-weight:bold; }
A:active.orange_bold		{ color:#f8b400;text-decoration:none;font-weight:bold; }
A:visited.orange_bold		{ color:#f8b400;text-decoration:none;font-weight:bold; }
A:hover.orange_bold			{ color:#555;text-decoration:none;font-weight:bold; }

A:link.red_regular			{ color:#900;text-decoration:none; }
A:active.red_regular		{ color:#900;text-decoration:none; }
A:visited.red_regular		{ color:#900;text-decoration:none; }
A:hover.red_regular			{ color:#555;text-decoration:none; }

A:link.white				{ color:#fff;text-decoration:none; }
A:active.white				{ color:#fff;text-decoration:none; }
A:visited.white				{ color:#fff;text-decoration:none; }
A:hover.white				{ color:#C00;text-decoration:none; }

A:link.tags					{ color:#999;text-decoration:none;font-style:italic; }
A:active.tags				{ color:#999;text-decoration:none;font-style:italic; }
A:visited.tags				{ color:#999;text-decoration:none;font-style:italic; }
A:hover.tags				{ color:#555;text-decoration:none;font-style:italic; }

A:link.grey					{ color:#4c4c4c;text-decoration:none; }
A:active.grey				{ color:#4c4c4c;text-decoration:none; }
A:visited.grey				{ color:#4c4c4c;text-decoration:none; }
A:hover.grey				{ color:#800;text-decoration:none; }

#nav A:link					{ color:#fff;text-decoration:none; }
#nav A:active				{ color:#fff;text-decoration:none; }
#nav A:visited				{ color:#fff;text-decoration:none; }
#nav A:hover				{ color:#fff;text-decoration:none; }


#bodyContainer				{  }
body						{ margin:0;background:#660000 url("/gfx/background.png") fixed no-repeat 50% 0; }
body .pageContainer			{ z-index: 9999; }

.settingsSaved				{ background-color:#bde2bc;border:2px Solid #000;border-radius:8px;text-align:center;padding:30px;font-weight:bold;display:inline-block; }
.settingsSavedError			{ background-color:#e3bdc4;border:2px Solid #000;border-radius:8px;text-align:center;padding:30px;font-weight:bold;display:inline-block; }

.loginErrorBoxTitle			{ font-size:20px;color:#900;font-weight:bold; }
.loginErrorBoxMsg			{  }

label {
	font-size: 14px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#pageTitle						{ font-size:18px;font-weight:bold;margin-bottom:15px; }

#bodyNavigation				{ width:984px;background:url("/gfx/menu/menubg.png") repeat-x;border:0px Solid #c00;border-radius:12px 12px 0px 0px; }

.button_icon_goback::before			{ content: url('/gfx/icons/arrow_undo.png');position:relative;left:-4px;top:2px;padding-right:5px; }
.button_icon_add::before			{ content: url('/gfx/icons/add.png');position:relative;left:-4px;top:2px;padding-right:5px; }

#nav						{ width:1000px;border:0px Solid #c00;display:table;padding:0px;margin:0px; }
#nav li						{ padding:0px;margin:0px;list-style-type:none; }
#nav li a					{ background-image:url('../gfx/menu/menu_slices.png');background-repeat:no-repeat;display:block;height:35px;width:130px;text-indent:-9999px;float:left; }
#nav li a.item1				{ background-position:00px 0px;width:73px;border-radius:12px 0px 0px 0px; }
#nav li a:hover.item1 		{ background-position:-130px 0px; }
#nav li a.item2 			{ background-position:0px -37px;width:108px; }
#nav li a:hover.item2 		{ background-position:-130px -37px; }
#nav li a.item3 			{ background-position:0px -73px;width:68px; }
#nav li a:hover.item3 		{ background-position:-130px -73px; }
#nav li a.item4 			{ background-position:0px -109px;width:120px; }
#nav li a:hover.item4 		{ background-position:-130px -109px; }
#nav li a.item5 			{ background-position:0px -145px;width:70px; }
#nav li a:hover.item5 		{ background-position:-130px -145px; }
#nav li a.item6 			{ background-position:0px -181px;width:92px; }
#nav li a:hover.item6 		{ background-position:-130px -181px; }
#nav li a.item7 			{ background-position:0px -217px;width:112px; }
#nav li a:hover.item7 		{ background-position:-130px -217px; }
#nav li a.item8 			{ background-position:0px -253px;width:70px; }
#nav li a:hover.item8 		{ background-position:-130px -253px; }

#navigationbox											{ display:none;width:100%;height:100%;z-index:140;position:fixed;top:50px;left:0px;background-color: rgba(0, 0, 0, 0.41); }

A:link.extrasLink					{ color:#fff;text-decoration:none; }
A:active.extrasLink					{ color:#fff;text-decoration:none; }
A:visited.extrasLink				{ color:#fff;text-decoration:none; }
A:hover.extrasLink					{ color:#999;text-decoration:none; }


.setting_left						{ width:310px;vertical-align:top; }
.setting_right						{ width:310px;vertical-align:top; }

.loginErrorDiv						{ display:table;padding:20px;background-color:#fff6f6;border-left:5px Solid #900;border-top:5px Solid #900;border-right:5px Solid #700;border-bottom:5px Solid #700; }
#formLoginInfo						{ margin-bottom:15px; }
#formLoginInfoTitle					{ font-size:20px;font-weight:bold; }
#formLoginDiv_username				{ display:table;margin-bottom:5px; }
#formLoginDiv_username_label		{ width:140px;float:left; }
#formLoginDiv_username_input		{ float:left; }
#formLoginDiv_password				{ display:table;margin-bottom:5px; }
#formLoginDiv_password_label		{ width:140px;float:left; }
#formLoginDiv_password_input		{ float:left; }


.sourceLinkHolder					{ border:0px Solid #c00;display:table; }
.sourceLinkTitle					{ border:0px Solid #0c0;float:left; }
.sourceLinkWWW						{ border:0px Solid #00c;float:left; }

.article_image_holder				{ border:0px Solid #c00;margin:0 auto;width:600px;display:table;text-align:center; }
.article_image						{ border:0px Solid #0c0;margin:0 auto;border:0px Solid #555; }
.article_image_text					{ border:0px Solid #00c;margin:0 auto;margin-bottom:5px;margin-top:-4px;overflow:auto;background-color:#606060;color:#fff;font-size:14px;padding:7px 3px 7px 3px; }

.articleQuoteX						{ margin:10px 15px 0px 15px;padding:10px 0px 10px 0px;border-top:1px Dashed #ccc;border-bottom:1px Dashed #ccc;color:#555;font-weight:bold;font-style:italic; }
.articleQuote						{ margin:15px;padding:15px;border:2px Dashed #ccc;color:#555;font-weight:bold;font-style:italic;background-color:#f0f0f0; }
.articleCopyright					{  }
.articleItalicText					{ margin:15px;padding:15px;border-top:2px Dashed #ccc;border-bottom:2px Dashed #ccc;background-color:#f0f0f0;font-weight:bold;font-style:italic; }












.extrasLink {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: block;
}


.extras
{
	position:fixed;
	top: 11px;
	left:15px;
	z-index:999999;
	background-color:#66000;
	width:35px;
	text-align:right;
	display:none;
	height:35px;
	padding:15px 20px 0px 0px;
}
.extrasLink												{ display:none; }

.tagSearchPageTitleHolder	{ overflow:auto;width:615px;border:0px Solid #955;margin-bottom:15px;border-bottom:1px Dashed #ccc; }
.tagSearchPageTitle			{ font-size:18px;font-weight:bold;width:150px;border:0px Solid #000;float:left; }
.tagSearchHolder			{ width:615px;display:table;border:0px Solid #c00;margin-bottom:10px; }
.tagSearchTitle				{ width:455px;border:0px Solid #0c0;float:left;font-weight:bold;font-size:18px; }
.tagSearchImage				{ width:150px;height:100px;border:0px Solid #555;float:left; }

.tagSearchImg				{ width:140px;border:2px Solid #555; }
.tagSearchDesc				{ width:455px;float:left;border:0px Solid #c0c; }
.tagSearchOptions			{ width:610px;border:0px Solid #c00;float:left;margin:5px 0px 10px 0px; }

#bodyFooter												{ background-color:#444;max-width:984px;margin:0 auto;display:block;height:150px;overflow:hidden; }
#bodyFooter_left										{ width:35%;margin:15px 0px 25px 15px;display:table;float:left; }
#bodyFooter_middle										{ width:15%;margin:15px 0px 25px 0px;display:table;float:left;font-size:12px;color:#fff; }
#bodyFooter_right										{ width:35%;margin:15px 15px 25px 0px;display:table;float:left;font-size:12px;color:#fff; }

#content-right_left										{float:left;width:75px;font-size:10px;color:#fff;}
#content-right_right									{float:left;width:130px;font-size:10px;color:#fff;}

.productPartnersTitle									{ width:302px;display:table;font-weight:bold;text-align:center;font-size:16px;color:#900;border-bottom:3px Solid #c00;margin-bottom:3px; }
.productPartnersBottom									{ width:302px;display:table;font-weight:bold;text-align:center;font-size:16px;color:#900;border-bottom:3px Solid #c00;margin-bottom:3px; }

.affiliateListTitle										{ width:302px;display:table;font-weight:bold;text-align:center;font-size:16px;color:#009;border-bottom:3px Solid #009;margin-bottom:3px;margin-top:50px; }
.affiliateListBottom									{ width:302px;display:table;font-weight:bold;text-align:center;font-size:16px;color:#009;border-bottom:3px Solid #009;margin-bottom:3px; }

.mainNewsContentHolder										{ border:0px Solid #0c0;margin-top:30px; }

.affiliateNewsHolder										{ border:0px Solid #f00;display:table;width:610px; }
.affiliateNewsHolder_todaydate								{ background-color:#900;font-size:18px;color:#fff;padding:5px 0px 5px 5px;font-weight:bold; }
.affiliateNewsHolder_news									{ border:0px Solid #00c;width:590px;display:table;font-size:12px;border-left:1px Dashed #c00;padding:5px 10px 0px 10px;background-color:#fff0f0; }
.affiliateNewsHolder_news_row								{ display:table;margin-bottom:10px; }
.affiliateNewsHolder_news_category							{ color:#777;font-weight:bold; }
.affiliateNewsHolder_news_links								{ display:table; }
.affiliateNewsHolder_news_link_spacer						{ float:left;display:table;width:12px;text-align:center; }
.affiliateNewsHolder_news_link_holder						{ display:table;float:left; }
.affiliateNewsHolder_news_link								{ float:left; }
.affiliateNewsHolder_news_site								{ float:left;color:#777;margin-left:5px; }
.affiliateNewsGradient										{ background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(153, 0, 0, 1) 100%); }

@media screen and (max-width: 973px)
{
	#page_content_left 									{ width:95vw !important;border-right:0px !important;max-width:900px !important; }
	#article_content									{ width:95vw !important;max-width:900px !important; }
	.article_link										{ text-align:center !important; }
	
	#page_content_right									{ width:95vw !important;margin:0 auto;border:0px Solid #c00; }
	.partnersRight										{ width:95vw !important;margin:0 auto;margin-top:40px;border:0px Solid #0c0;display:table;text-align:center;padding-left:19px; }
	.productPartnersTitleX								{ float:left;width:302px;height:20px;text-align:center;margin:0px 2px 3px 0px;text-align:right;border-bottom:3px Solid #c00;font-weight:bold;font-size:16px;color:#900; }									
	.productPartnersTitle								{ clear:both !important;width:92vw !important; }
	.productPartnersBottom								{ clear:both !important;width:92vw !important; }
	.productPartnersLinks								{ width:92vw;border:0px Solid #00c;display:table; }
	.youtubeIframe										{ width:90vw !important; }

	.affiliateNewsHolder								{ border:0px Solid #f00;display:table;width:95vw; }
}

@media screen and (max-width: 550px)
{
	.extras												{ display:block; }
	.extrasLink											{ display:block; }
	#bodyNavigation										{ display:none;border-top:0px Solid #111;position:fixed;top:78px;left:0px;z-index:99999;background:url('') !important; }
	#brandHeader										{ display:block;position:fixed;top:0px;right:0px;z-index:99999;width:100% !important;background:#600 url("/gfx/background.png") fixed no-repeat 50% 0;margin-bottom:0;padding:0px !important;margin:0; }
	#sPageLink											{ position:absolute;top:10px;left:100px;text-align:right; }
	
	
	#brandHeader img.logo 								{ width: 250px;float: right !important; }
	#bodyContainer										{ margin-top:78px;border:0px Solid #0c0;padding:5px !important; }
	
	Xbody, #XblurBackground								{ background: none;background-image: none !important; }
	
	#nav												{ width:100vw !important;border:0px Solid #0c0 !important;padding:0px !important;margin:0px !important; }
	#nav li												{ padding:0px;margin:-1px;list-style-type:none;width:100vw !important;border:0px Solid #c00;display:table;border-bottom:1px Solid #111; }
	#nav li a											{ height:45px;width:100vw !important;text-indent:0px !important;background-image:url('') !important;padding:12px 0px 0px 10px; }
	#nav li a.item1										{ width:100vw !important;background-color:#5f0000;border-radius:0px 0px 0px 0px; }
	#nav li a:hover.item1 								{ width:100vw !important;background-color:#a80000; }
	#nav li a.item2										{ width:100vw !important;background-color:#002155; }
	#nav li a:hover.item2 								{ width:100vw !important;background-color:#0046ac; }
	#nav li a.item3										{ width:100vw !important;background-color:#002f00; }
	#nav li a:hover.item3 								{ width:100vw !important;background-color:#007000; }
	#nav li a.item4										{ width:100vw !important;background-color:#202020; }
	#nav li a:hover.item4 								{ width:100vw !important;background-color:#464646; }
	#nav li a.item5										{ width:100vw !important;background-color:#513300; }
	#nav li a:hover.item5 								{ width:100vw !important;background-color:#9b6200; }
	#nav li a.item6										{ width:100vw !important;background-color:#5f0000; }
	#nav li a:hover.item6 								{ width:100vw !important;background-color:#a80000; }
	#nav li a.item7										{ width:100vw !important;background-color:#5f0000; }
	#nav li a:hover.item7 								{ width:100vw !important;background-color:#a80000; }
	#nav li a.item8										{ width:100vw !important;background-color:#5f0000; }
	#nav li a:hover.item8 								{ width:100vw !important;background-color:#a80000; }
	
	#article_image img									{ width:97vw !important; }
}

@media screen and (min-width: 551px)
{
	#bodyNavigation										{ display:table !important; }
	#article_image img									{ width:95vw !important; }
	#sPageLink											{ position:absolute;top:70px;right:10px;text-align:right;border:0px Solid #c00; }
}

@media screen and (min-width: 650px)
{
	#article_image img										{ width:615px !important; }
	#article_conteSnt										{ max-width:640px !important; }
	.loggedInControls										{ border:0px Solid #c00;position:fixed;top:5px;right:5px;z-index:9999; }
	
	#main_news_holder										{ display:table;padding-bottom:10px; }

	#main_news_holder_top									{ display:table;border:0px Solid #c00; }
	#main_news_left											{ width:345px;float:left;display:table;border:0px Solid #c00; }
	#main_news_left_img_div									{ width:340px;height:210px;background-color:#000; }
	#main_news_left_img										{ width:340px;height:210px; }
	#main_news_left_text_holder								{ width:340px;overflow:auto; }
	#main_news_left_text_header								{ width:338px;font-size:22px;margin-top:8px; }
	#main_news_left_text_text								{ width:338px;font-size:14px;margin-top:0px; }
	#main_news_left_text_date								{ width:338px;font-size:14px;margin-top:8px; }

	#main_news_holder_right									{ width:265px;display:table;border:0px Solid #c0c;float:left; }
	.main_news_right										{ width:265px;height:90px;float:left;border:0px Solid #c00; }
	.main_news_right_img_div								{ width:122px;background-color:#000;border:0px Solid #0c0;float:left; }
	.main_news_right_img									{ width:120px;float:left; }
	.main_news_right_text_holder							{ width:130px;overflow:auto;float:left;border:0px Solid #00c;margin-left:5px; }
	.main_news_right_text_header							{ font-size:12px; }
	.main_news_right_text_text								{ font-size:12px; }
	.main_news_right_text_date								{ text-align:right;font-size:12px;#color:#999; }
}

@media screen and (max-width: 649px)
{
	.main_news_right										{ width:90vw !important;height:auto !important;border:0px Solid #c00;float:none !important; }
	.main_news_right_img_div								{ width:90vw !important;height:auto !important;background-color:#000; }
	.main_news_right_img									{ width:90vw !important;height:auto !important; }
	.main_news_right_text_holder							{ width:90vw !important; }
	.main_news_right_text_header							{ width:89vw !important;font-size:22px;margin-top:8px; }
	.main_news_right_text_text								{ width:89vw !important;font-size:14px;margin-top:0px; }
	.main_news_right_text_date								{ width:89vw !important;font-size:14px;margin-top:8px; }

	#main_news_left											{ width:90vw !important;height:auto !important;border:0px Solid #c00;float:none !important; }
	#main_news_left_img_div									{ width:90vw !important;height:auto !important;background-color:#000; }
	#main_news_left_img										{ width:90vw !important;height:auto !important; }
	#main_news_left_text_holder								{ width:90vw !important; }
	#main_news_left_text_header								{ width:89vw !important;font-size:22px;margin-top:8px; }
	#main_news_left_text_text								{ width:89vw !important;font-size:14px;margin-top:0px; }
	#main_news_left_text_date								{ width:89vw !important;font-size:14px;margin-top:8px; }
	

	#bodyFooter_left										{ clear:both !important;width:96% !important;margin:15px 0px 15px 15px !important; }
	#bodyFooter_middle										{ clear:both !important;width:96% !important;margin:0px 0px 15px 15px !important; }
	#bodyFooter_right										{ clear:both !important;width:92% !important;margin:0px 0px 15px 15px !important; }
	#bodyFooter												{ display:table !important;overflow:visible !important; }
	
	.article_link a img										{ width:95vw !important; }
	.article_link img										{ width:95vw !important; }
	
	#page_content_rightX									{ margin:0 auto;border:0px Solid #c00;display:table;width:340px;padding-top:25px;float:none !important; }
	#article_content										{ width:95vw !important; }
}

@media screen and (max-width: 615px)
{

}

#page_content_left										{ width:620px;float:left;padding-right:10px; }
#page_content_right										{ width:340px;float:left;display:table; }





.article_tag_div										{ border:1px Solid #ccc;padding:5px 5px 5px 23px;background-color:#f0f0f0;background-image:url('../gfx/icons/tag_red.png');background-repeat:no-repeat;background-position:5px 5px;margin:0px 2px 2px 0px;float:left; }





#main_news_holder_bottom								{ border:0px Solid #c00; }
.main_news_bottom_image_holder							{ float:left;width:140px;border:2px Solid #555;border-bottom:0px Solid #008;margin-bottom:10px; }
.main_news_bottom_row									{ display:table;margin-bottom:18px;border:0px Solid #c0c; }
.main_news_bottom_image									{ float:left;width:140px; }
.main_news_bottom_text_content							{ margin-left:150px;border:0px Solid #c00; }
.main_news_bottom_text_title							{ font-weight:bold;font-size:16px;border:0px Solid #0c0; }
.main_news_bottom_text_text								{ margin-top:3px;border:0px Solid #00c; }

#sA_contentHolder										{ width:610px;margin-left:5px; }
.sA_contentRowTitle										{ width:605px;font-weight:bold;font-size:16px;margin-bottom:5px; }
.sA_contentRow											{ width:605px;overflow:auto;margin-bottom:25px; }
.sA_contentRowHolder									{ width:605px; }
.sA_contentCol1											{ width:190px;float:left;padding:5px;border:1px Dashed #000;border-right:0px; }
.sA_contentCol2											{ width:190px;float:left;padding:5px;border:1px Dashed #000;border-right:0px; }
.sA_contentCol3											{ width:190px;float:left;padding:5px;border:1px Dashed #000; }


.sA_newspost_row										{ width:610px;overflow:auto;margin-bottom:5px; }
.sA_newspost_col1										{ width:160px;float:left;font-weight:bold;font-size:12px;padding-top:3px; }
.sA_newspost_col2										{ width:440px;float:left; }

.sA_newspost_textbox_title								{ width:400px;font-weight:bold;font-size:12px;margin-bottom:5px; }
.sA_newspost_textbox_textbox							{ width:605px; }

.sA_newspost_input										{ border:1px Solid #999;padding:3px; }
.sA_newspost_input_mini									{ border:1px Solid #999;padding:3px;resize:none; }







































































































.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}


.headingBar{
    background-color: #3c424e;
    color: white;
}

/* top ad and logo */

.pageContainer {
    margin: 0 auto;
    max-width: 984px;
}

.pageContainer #brandHeader img.logo {
    float: left;
    margin: 15px;
}


.pageContainer {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.desktop_scroll{
    background-color: inherit;
    padding: 3px 10px;
    position: absolute;
    color: white;
    border: 0px;
    height: 100%;
    top:0px;
    position:absolute;
    color:white;
    border:0;
    height:100%;
    z-index:2;
}

/* responsive youtube */

.youtube-container{
    position:relative;
    padding-bottom:56%;
    height:0;
    overflow:hidden;
    margin-bottom: 20px;
}

.youtube-container iframe,
.youtube-container object {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin: 0;
    border: 0;
}

/* sections nav - category nav will inherit some styles from here */

/* style switcher */

i.fa.fa-2x.fa-gear {
    color: #990b00;
}

/*input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    visibility: hidden;
}*/

.settings-box-element {
    z-index: 10;
    transition: .2s;
}

.buttons-wrapper {
    position: fixed;
    top: 87px;
    right: -200px;
    width: 200px;
    height: 110px;
    background: #fff;
    z-index: 10000;
}

label.settings-box-element {
    padding: 5px;
}

.settings-btn + label {
    position: fixed;
    top: 87px;
    right: 0;
    display: block;
    width: 35px;
    color: #3f2856;
    text-align: center;
    background: #fff;
    cursor: pointer;
    z-index: 10000;
}

.settings-btn:checked + label {
    right: 200px;
}

.settings-btn:checked ~ .buttons-wrapper {
    right: 0;
}

.settings-btn:checked ~ .settings-box-element i.fa.fa-chevron-left {
    transform: rotate(180deg);
    transition: 0.3s;
}
 
.settings-box-element i {
    transform: rotate(0deg);
    transition: 0.3s;
}

.layout-buttons {
    display: block;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    border: 2px solid black;
    box-sizing: border-box;
    font-size: 0.875em;
    cursor: pointer;
}

.settings-btn:checked ~ .layout-buttons {
    right: 30px;
}

input[type="radio"]:checked + label {
    background: #3f2855;
    color: #fff;
    border-color: #3f2855;
    z-index: 10000;
}

label.layout-buttons.settings-box-element {
    z-index: 100000;
}

.light-layout + label {
    position: fixed;
    top: 100px;
    right: -150px;
    z-index: 10000;
}

.dark-layout + label {
    position: fixed;
    top: 150px;
    right: -150px;
}

/* ./style switcher */

body .pageContainer #navContainer {
    background: initial;
    background-color: #c3c3c3;
}

#navContainer #topList li span {
    padding: 3px 5px;
    border-radius: 3px;
}

#navContainer #topList li[data-section="tech"] {
    background-color: #007191;
}
#navContainer #topList li[data-section="tech"] span {
    color: white;
}
#navContainer #topList li[data-section="modding"] {
    background-color: #f6c604;
}
#navContainer #topList li[data-section="modding"] span{
    color: black;
}
#navContainer #topList li[data-section="gaming"] {
    background-color: #990b00;
}
#navContainer #topList li[data-section="gaming"] span {
    color: white;
}
#navContainer #topList li#topListForum {
    background: #373737;
}
#navContainer #topList li#topListForum span {
    color: white;
}

#navContainer ul li span,
#navContainer #topList li.active span {
    color:white;
}

#secondList .active,
#anotherSubNav{
    background-color:#3f2856;
}

#navContainer ul#topList {
    height: 40px;
}

#topList {
    display: block;
}

#navContainer ul {
    margin: 0;
    float: left;
    list-style-type: none;
    padding-left: 0;
}

#navContainer ul li {
    float: left;
}

#navContainer ul#topList li {
    padding: 10px 13px;
    height: 40px;
}

#navContainer ul#topList li.active {
    background-color: #3f2856;
}

#navContainer ul#topList li.active a span {
    color: white;
}

#mainNav{
    font-size: 100%;
}

#navContainer #mainNav .right_box {
    float: right;
    height: 30px;
    margin-right: 15px;
}

#navContainer .search {
    float: right;
    margin: 6px 15px;
    width: 305px;
}

#navContainer .search form {
    height: 33px;
    width: 300px;
    float: right;
}

#navContainer .search form input {
    height: 100%;
    padding-left: 5px;
    border: none;
    width: 265px;
}

#navContainer .search form [type="submit"] {
    height: 100%;
    width: 35px;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    background: url(/gfx/search_icon_grey.png) #fff no-repeat center;
    cursor:pointer;
}

#navContainer .account-options{
    float: right;
    height: 40px;
    margin-right: 15px;
}

#navContainer .account-options #accounts_icon {
    color: white;
    background: #3f2855;
}

#navContainer .account-options #accounts_icon {
    color: white;
    background: #3f2855;
    padding: 10px;
}

#navContainer .account-options span.account-option{
    padding: 10px 10px;
    height: 100%;
    display: inline-block;
    cursor:pointer;
}

#navContainer .account-options span.immune{
    color:black;
    text-decoration:none;
}

#navContainer .account-options a{
    color: #3f2856;
}

/* #navContainer .account-options span:hover,
#navContainer li:hover{
    background-color:#cacbcf;
} */

/* #navContainer li:hover span{
    color:black;
} */

#navContainer #mainNav .right_box .icons {
    float: right;
    height: 100%;
    padding-top: 7px;
}
#footer #bottom_links_container .icons {
    width: 16%;
    vertical-align: top;
}
#footer #bottom_links_container .icons ul {
    display: block;
    margin-top: 8px;
}
#footer #bottom_links_container .icons ul li {
    width: 35px;
    height: 35px;
}

#navContainer #mainNav .right_box .icons a img,
#footer #bottom_links_container .icons a img {
    height: 26px;
    margin-left: 5px;
}

#navContainer #mainNav .right_box .icons a:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

#navContainer #mainNav .right_box .icons a {
    text-decoration: none;
}


/* category nav */

#subNav,
#anotherSubNav {
    font-size:90%;
    height: auto;
    float: left;
    width: 100%;
    background-color: #3f2856;
}
#navContainer ul#secondList li {
    margin-top: 0px;
}

#secondList,
#thirdList{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    max-width:initial;
    width:initial;
}

#navContainer #secondList,
#navContainer #thirdList {
    /* margin-top: 0px; */
}

#secondList li,
#thirdList li {
    line-height: 10px;
}
#thirdList li {
    height: 45px;
}

#navContainer ul#secondList li span,
#navContainer ul#thirdList li span{
    white-space: nowrap;
    padding: 0px 15px;
}
#navContainer ul#secondList li {
    padding-top: 18px;
    padding-bottom: 17px;
}
#navContainer ul#secondList li.active {
    background-color: #3f2856;
}

#navContainer ul#secondList li.active span {
    color: white;
}

#navContainer ul li {
    text-decoration: none;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 0px;
}

#thirdList .active {
    background-color: #fff;
}

#anotherSubNav .active span {
    color: black;
}

#shortSignup {
    max-height: 150px;
}
#shortSignup iframe {
    height: 135px;
}

img.arrow {
    height: 8px;
}

img#left_arrow {
    margin-right: 2px;
}

img#right_arrow {
    margin-left: 3px;
}

#skyscrapers{
    margin-top:8px;
    margin-bottom:8px;
}

.footerContainer {
    background-color: #fbfbfb;
    clear: both;
    padding-top: 10px;
}

#brandHeader div[class*="xtag-"]{
    float: right;
    position: relative;
}

#bottom_border {
    width: 39%;
    min-height: 23px;
    padding: 5px 10px;
    float: none;
    display: inline-block;
}
.pagination-line {
    width: 29%;
    display: inline-block;
    height: 10px;
    border-top: 2px solid #3f434f;
}

#side_column .xtag-165{
    float: right;
    height: 600px;
    width: 160px;
}

#side_column .xtag-165 img{
    width:100%;
}

.footerContainer .xtag_container {
    clear: both;
    margin-bottom: 10px;
    width: 935px;
}

.footerContainer .xtag_container div[class*="xtag-"] {
    /* display: table; */
    margin: 0 auto;
}

.footerContainer #footer {
    font-family: Verdana, Tahoma;
    background-color: #3c424e;
}

.footerContainer #footer {
    color: #ffffff;
    padding: 20px;
}

.footerContainer #footer h2.heading {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #889;
}

.footerContainer #footer ul {
    list-style: none;
    padding: 0;
    margin: 3px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.footerContainer #footer ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.footerContainer #footer ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.footerContainer #footer ul li {
    font-size: 100%;
    display: inline-block;
    width: 100%;
}

.footerContainer #footer ul li a {
    text-decoration: none;
    color: #DDE !important;
}

.footerContainer #footer .bottom_links {
    margin-right: 20px;
    display: inline-block;
    width: 25%;
}
.footerContainer #footer .bottom_links > div {
    width: 47%;
    display: inline-block;
}

.footerContainer #footer #bottom_info_container p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: 100;
}
#bottom_info_container {
    width: 80%;
    display: inline-block;
    position: absolute;
    bottom: 5px;
}


/* body styles */

#bodyContainer {
    background-color: #fbfbfb;
    color: #4c4c4c;
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
}

#side_column {
    float: right;
    width: 300px;
}

#main_column {
    float: left;
    width: 920px;
}

.hide-on-desktop {
    display: none;
}

#mobileNavContainer {
    display: none;
}

.helptext{
    color:#b03535;
}

@media screen and (max-width: 640px) {
    .login {
        left: 0%;
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .footerContainer #footer .bottom_links > div {
        width: 100%;
        display: block;
        padding: 15px
    }
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    width: 100%;
}

.social {
    padding: 9px 10px 5px 10px;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    float: left;
    text-decoration: none;
    font-size: 1em;
    position: relative;
}

.social:hover > div {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
}

.social.facebook {
    background-color: #3e5b98;
}

.social.google-oauth2 {
    background-color: #dd4b39;
}

.social.instagram {
    background-color: #000000;
}

.social.twitter {
    background-color: #4da7de;
}


.opaque.show {
    position: fixed;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background:black;
    background:rgba(63,40,86,0.3);

    filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}

#page_body video {
    width: 100%;
}

#page_body p iframe {
    margin: 0px auto;
    display: block;
}

/* redesign 18/01/2019 */
div#latest-video,
.xtag-157,
#shortSignup {
    margin-bottom: 15px;
}
div#latest-video img {
    display: inline-block;
    vertical-align: super;
    width: 15%;
    margin-right: 5px;
}
div#latest-video div {
    display: inline-block;
    width: 80%;
}
div#latest-video div p {
    font-size: 12px;
    color: #686868;
    margin: 0px;
    text-align: left;
}
#latest-video-text {
    text-align: left;
    font-weight: bold;
    margin: 0px;
}
#top_features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 668px 0px 30px 0px 1fr;
    grid-template-columns: 668px 30px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 15px;
    grid-column-gap: 0px;
}
#top_features > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#top_features > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#top_features > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.feature-image {
    display: none;
    width: 100%;
}
.feature-image img {
    width: 640px;
    height: 360px;
    object-fit: cover;
}
.feature-image.active {
    display: inline-block;
}
.feature-text {
    height: 33%;
    position: relative;
}
.feature-text.active {
    background-color: #eaeaea;
}
.feature-text .description {
    display: none;
}
.feature-text p {
    margin: 0px;
    display: inline;
}
.feature-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 54px;
    word-break: initial;
    font-weight: bold;
    color: black;
    font-size: 19px;
    display: inline-block;
    display: -webkit-inline-box;
    padding-left: 5px;
}
.feature-text .description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 16px;
    height: 50px;
    max-height: 50px;
    word-break: initial;
    padding-left: 5px;
    display: block;
    display: -webkit-box;
    font-size: 14px;
}
.feature-text .published {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    color: #686868;
}
.feature-text .category-dot {
    display: inline-block;
}
.feature-block {
    display: inline-block;
}
.feature-images, 
.feature-texts {
    width: 100%;
    height: 360px;
}
#color-line {
    margin-left: 0px;
    margin-right: 25px;
    background: #3f2855;
}

.category-dot,
.category-line {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #3f2855;
    border-radius: 15px;
    margin-bottom: 4px;
}
.article_heading .category-dot {
    margin-bottom: 0px;
}
.category-dot.modding,
.category-line.modding,
#color-line.modding {
    background: #f6c604
}
.category-dot.tech,
.category-line.tech,
#color-line.tech {
    background: #007191;
}
.category-dot.gaming,
.category-line.gaming,
#color-line.gaming {
    background: #990b00;
}
.feature-text .category-dot {
    margin-left: -10px;
}
.feature-text .category-line {
    visibility: hidden;
}
.feature-text.active .category-line {
    display: inline-block;
    visibility: visible;
}
.category-line {
    margin-left: -30px;
    width: 20px;
    height: 4px;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
#topListHome span {
    display: none;
}
#topListHome img {
    width: 20px;
    height: 20px;
}

/* style switcher styles */
/* ./style switcher styles */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* generic */
    #blurBackground, 
    body {
        background-attachment: scroll;
    }
    /* header */
    /* sidebar */
    /* footer */
    .footerContainer #footer .bottom_links {
        display: inline-table;
    }
    .footerContainer #footer ul li {
        width: 49%;
    }
    .icons {
        width: 208px;
    }
    #bottom_border {
        text-align: center;
    }
 }
 

















































#mainFeatureContainer{
    width:615px;
    height:250px;
    overflow:hidden;
}
#mainFeatureContainer div.feature,
#tripleFeatureBlock .feature,
#articles_list .feature {
    position:relative;
}
#mainFeatureContainer div.feature,
#mainFeatureContainer div.feature div.image,
#mainFeatureContainer div.feature div.image img{
    height:100%;
}
#mainFeatureContainer div.feature,
#mainFeatureContainer div.feature div.image{
    width:100%;
}
#mainFeatureContainer .overlay,
#tripleFeatureBlock .overlay,
#articles_list .overlay{
    bottom:0;
    position:absolute;
    left:0;
    width:100%;
    background-color:rgba(10,10,10,0.7);
    color:white;
    /*padding:10px;*/
}

#mainFeatureContainer .overlay h4,
#tripleFeatureBlock .overlay h4,
#articles_list .overlay h4{
    float:left;
    max-width:90%;
    color:white;
    margin:0;
}

.feature .comments{
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 17px;
    position:absolute;
    top:10px;
    right:10px;
    color:white;
}

.bottom-right{
    position: absolute;
    bottom: 0px;
    right: 13px;
    height: 14px;
    overflow: hidden;
    padding-bottom: 30px;
    width: 30px;
}

.comments {
    background: url(/static/public/image/comments.png) no-repeat;
    height: 14px;
    text-decoration: none;
    display: block;
    line-height: 12px;
    width: 15px;
    float: right;
}
.comments-count {
    width: 15px;
    float: right;
    margin-top: -3px;
}

.bottom-right a.comments img {
    width: unset;
    float: right;
    margin: 0px;
    margin-left: 10px;
}

#tripleFeatureBlock{
    margin-top:10px;
    height:130px;
    overflow:hidden;
    margin-bottom:10px;
}
#tripleFeatureBlock div.feature,
#articles_list .feature{
    width:198px;
    height:130px;
    float:left;
    margin-left:10px;
    overflow:hidden;
}
#articles_list .feature{
    margin-bottom:8px;
}
#articles_list .feature.margin-none{
    margin:0;
}
#tripleFeatureBlock .feature:first-child {
    margin-left:0!important;
}
#tripleFeatureBlock .feature:last-child {
    margin-right:0!important;
}

#tripleFeatureBlock .overlay h4,
#articles_list .overlay h4 {
    font-size: 80%;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 15px;
    max-height: 30px;
}
#articles_list .comments, 
#articles_list_feature .comments {
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 30px;
    padding-bottom: 14px;
}
.overlay div{
    height:100%;
}
#articles_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}
#articles_list_feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: 1;
    grid-column-gap: 20px;
    height: 300px;
    margin-bottom: 15px;
}
#articles_list_feature .article {
    height: 100%;
    padding-bottom: 0px;
    border-bottom: none;
}
#articles_list_feature .article > a img {
    width: 100%;
    height: 150px;
    display: inline-block;
    object-fit: cover;
}
#articles_list_feature .article .summery {
    height: 75px;
}
#articles_list_feature .article h4 {
    font-size: 1.4em;
    line-height: unset;
}
#articles_list_feature .article .category-dot {
    margin-bottom: 4px;
    margin-top: 10px;
}
.articles_list .article{
    width: 100%;
    height: 140px;
    position: relative;
}
.articles_list .article div.articleinfo {
    width: 97%;
    display: inline-block;
    margin-right: 1%;
    height: calc(100% - 16px);
}
.articles_list .article div.articleinfo .category-dot {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.articles_list .article div.articleinfo h4 {
    width: 90%;
    display: inline-block;
    display: -webkit-inline-box;
}
#articles_list_feature .article div.articleinfo {
    height: unset;
}
.articles_list .article .rightseparator {
    float: right;
    height: 128px;
    width: 1px;
    border-right: 1px solid #b8b8b8;
    margin-top: 0px;
}
/* offset due to 3 featured */
.top_list .article:nth-child(odd) .rightseparator,
.bottom_list .article:nth-child(even) .rightseparator {
    display: none;
}
#articles_list_feature .article .rightseparator {
    display: none;
}
.articles_list .article .bottomseparator {
    width: calc(100% - 15px);
    border-bottom: 1px solid #b8b8b8;
    margin-top: 15px;
}
#articles_list_feature .article .bottomseparator {
    display: none;
}
.articles_list .article a{
    height: 100%;
    color:black;
}
.articles_list .article h4{
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 57px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#articles_list_feature .article h4 {
    max-height: 62px;
}
.articles_list .article .summery{
    margin:4px 0;
}
.articles_list .article .summery p{
    font-size: 14px;
}
.articles_list .article .published_container{
    font-size: 65%;
}

.articles_list .article .is_read,
#blog_articles_list .article .is_read{
    padding:1px 4px;
    color:white;
    font-weight:bolder;
    font-size:85%;
    background-color:#3f2856;
}
.articles_list .article .is_read.read,
#blog_articles_list .article .is_read.read{
    display:none;
}
.articles_list .article_info{
    width: 50%;
    display: inline-block;
}
#articles_list_feature .article_info {
    width: 100%;
}
.articles_list .summery p{
    margin:0;
}
.articles_list .article img{
    float: left;
    overflow: hidden;
    width: 47%;
    height: 100%;
    margin-right: 3%;
    display: inline-block;
    object-fit: none;
}
#articles_list_feature .article img{
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: 3%;
    display: inline-block;
    object-fit: none;
    max-height: 150px;
}
.articles_list .article.press-releases .image{
    background: url(//www.bit-tech.net/static/public/image/bit_tech_press_release.jpg) no-repeat center !important;
    background-size: cover !important;
}
.articles_list .article .image img{
    width:100%;
}
.articles_list .summery img{
    float:right;
}
.articles_list .row{
    height:110px;
}
.search_results {
    background-color:#3c424e;
    color:white;
    padding:5px 8px;
    margin-bottom: 10px;
}
#author-detail-name {
    margin-top: 0px;
}

@media handheld, only screen and (max-width:767px) {
    body .articles_list .article{
        margin:0px;
    }
    body .articles_list .article .article_info{
        padding: 0px;
    }
    .articles_list .article h4 {
        font-size: 14px;
    }
    .articles_list .article .summery > p {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .articles_list .article .bottom-right {
        display: none;
    }
}

#page_navigation{
    line-height: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
}
#page_navigation a{
    text-decoration:none;
}
#page_navigation button.nav_button{
    padding:2px 5px;
    font-size:90%;
    border:0;
    background-color:#3d434f;
    color:white;
    cursor:pointer;
    border-radius: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .articles_list {
        display: grid;
    }
    .articles_list .article {
        width: 49%;
        display: -ms-inline-grid
    }
    #articles_list_feature .article {
        width: 33%;
    }
    .articles_list .article.hide-on-desktop {
        display: none;
    }
    .articles_list .article .rightseparator, 
    .articles_list .article .bottomseparator {
        display: none !important;
    }
}

.admin_btn													{ height:45px;margin-bottom:10px;border-radius:8px;background-color:#ddd;cursor:pointer;outline:none;border:2px Solid #999;padding-left:15px;padding-right:12px;font-weight:bold;margin-right:5px;  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */ }
.admin_btn:hover											{ border:2px Solid #C00; }
.admin_btn_img												{ height:90px;margin-bottom:10px;border-radius:8px;background-color:#ddd;cursor:pointer;outline:none;border:2px Solid #999;padding-left:15px;padding-right:12px;font-weight:bold;margin-right:5px; }
.admin_btn_img:hover										{ border:2px Solid #C00; }


.articleTable												{ border-spacing:0px; }
.articleTable_td1_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td2_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td3_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td4_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td5_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td6_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td7_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td8_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td9_header									{ font-weight:bold;border-bottom:2px Solid #999; }
.articleTable_td10_header									{ font-weight:bold;border-bottom:2px Solid #999; }




.articleTableDiv_divtitle									{ display:table;border:0px Solid #c00;width:620px;font-weight:bold;font-size:16px; }
.articleTableDiv											{ display:table;border:0px Solid #c00;width:620px; }
.articleTableDiv_article									{ display:table;border:0px Solid #c00;width:620px;padding:5px; }
.articleTableDiv_article_bg									{ background-color:#e0e0e0; }
.articleTableDiv_row_1										{ display:table;border:0px Solid #555;width:615px; }
.articleTableDiv_row_2										{ display:table;border:0px Solid #0cc;width:615px; }
.articleTableDiv_active										{ float:left;width:45px;border:0px Solid #00c;padding-top:2px; }
.articleTableDiv_title										{ float:left;width:500px;border:0px Solid #c00;font-weight:bold; }
.articleTableDiv_icons										{ float:left;width:65px;border:0px Solid #c00;text-align:right; }
.articleTableDiv_timestamp									{ float:left;width:109px;border-right:1px Solid #ccc }
.articleTableDiv_timestampactiveafter						{ float:left;width:155px;border-right:1px Solid #ccc;margin-left:5px; }
.articleTableDiv_section									{ float:left;width:150px;border:0px Solid #ccc;overflow:hidden;margin-left:5px; }
.articleTableDiv_clicks										{ float:right;width:65px;border:0px Solid #ccc;overflow:hidden;padding-left:5px;text-align:right; }
.articleTableDiv_views										{ float:right;width:65px;border:0px Solid #ccc;overflow:hidden;padding-left:5px;text-align:right; }



.sourceListTable											{ border-spacing:0px; }
.sourceListTable_td1_header									{ font-weight:bold;border-bottom:2px Solid #999;width:280px; }
.sourceListTable_td1										{  }
.sourceListTable_td2_header									{ font-weight:bold;border-bottom:2px Solid #999;width:90px;text-align:right; }
.sourceListTable_td2										{ text-align:right; }
.sourceListTable_td3_header									{ font-weight:bold;border-bottom:2px Solid #999;width:80px;text-align:right; }
.sourceListTable_td3										{ text-align:right; }
.sourceListTable_td4_header									{ font-weight:bold;border-bottom:2px Solid #999;width:70px;text-align:right; }
.sourceListTable_td4										{ text-align:right; }
.sourceListTable_td5_header									{ font-weight:bold;border-bottom:2px Solid #999;width:90px; }
.sourceListTable_td5										{ text-align:right; }

.youtubeIframe												{ width:615px;height:325px; }



.affnewsTableDiv_divtitle									{ display:table;border:0px Solid #c00;width:620px;font-weight:bold;font-size:16px; }
.affnewsTableDiv											{ display:table;border:0px Solid #c00;width:620px; }
.affnewsTableDiv_article									{ display:table;border:0px Solid #c00;width:620px;padding:5px; }
.affnewsTableDiv_article_bg									{ background-color:#e0e0e0; }
.affnewsTableDiv_row_1										{ display:table;border:0px Solid #555;width:615px; }
.affnewsTableDiv_row_2										{ display:table;border:0px Solid #0cc;width:615px; }
.affnewsTableDiv_active										{ float:left;width:25px;border:0px Solid #00c;padding-top:2px; }
.affnewsTableDiv_title										{ float:left;width:520px;border:0px Solid #c00;font-weight:bold; }
.affnewsTableDiv_icons										{ float:left;width:65px;border:0px Solid #c00;text-align:right; }
.affnewsTableDiv_timestamp									{ float:left;width:109px; }
.affnewsTableDiv_source										{ float:left;width:200px;border:0px Solid #ccc;overflow:hidden;margin-left:5px; }
.affnewsTableDiv_views										{ float:right;width:75px;border:0px Solid #ccc;overflow:hidden;padding-left:5px;text-align:right; }
.affnewsTableDiv_clicks										{ float:right;width:75px;border:0px Solid #ccc;overflow:hidden;padding-left:5px;text-align:right; }


img.writerDivImgRounded			{ object-fit:cover;border-radius:50%;height:50px;width:50px; }
.writerDivHolder				{ display:table;border:0px Solid #c00;clear:both;margin-top:15px; }
.writerDivPhoto					{ float:left;width:60px;height:60px;border:0px Solid #0c0; }
.writerDivName					{ font-size:14px;font-weight:bold;float:left;margin-top:8px; }
.writerDivTitle					{ font-size:13px;font-weight:bold;color:#9f0d1e; }
.writerNameP					{ margin:0px;padding:0px; }

.articleTagHolder				{ border:0px Solid #c00;display:table; }
.article_title_holder			{ border:0px Solid #c00;padding:0px; }
.article_title					{ border:0px Solid #0c0;margin:0px 0px 10px 0px; }







































































