tmainbody, html {
	height:100%;
}

body,h1,h2,h3,h4,h5,h6,h7,td,tr  {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	background-color:transparent;
	font-weight:normal;  	
	margin: 0px;
	padding: 0px;
   	color: #333;
}

body {
	font-size: 8pt;
	background-image:url("http://www.tribalmixes.com/pic/bg/whiteone.jpg");
	background-position:left top;
	background-repeat: repeat;
}

.mphead, .uphead { 
	width:auto;
	color:white;
	margin:0 0 0 -8;
	white-space:nowrap;
	background-image:url("http://www.tribalmixes.com/pic/bg/web_minimal_textures_4-2.jpg");
	background-position:left top;
	background-repeat: repeat;
	float:left;
	padding:0 10;
	border:none;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

a, a.omplink {
	color: #0b8897;
  	text-decoration: none;
}

a.omplink {
	font-size:11pt;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

a:visited, a.omplink:visited {
  	color: #5A83A0;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.11);
}

a:hover,a.omplink:hover {
  	color: #F00;
  	text-decoration: underline;
}

a.omplink:hover {
	color:#0b8897;
}

.mphead a, .uphead a  {
	color: #fff !important;	
	text-decoration: none;
	font-weight: 100;
}

.mphead h2, .uphead h2 {
	color: #fff !important;
}

.mpheadRight, .upheadRight  {
	margin: 0 -8px 0 0;
	border-bottom-right-radius:0 !important;
	border-top-right-radius:0 !important;
	border-bottom-left-radius:10px !important;
	border-top-left-radius:10px !important;
}

.mpSectionDiv {
	display: inline-block;
	width:100%;	
}

.mpCommentDiv, .mpAvatarDiv, .mpCommentBodyDiv {
	width: 100%;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	overflow: hidden;
	height:30px;
	position:relative;
	text-align:left;
}

.mpAvatarDiv, .mpCommentBodyDiv  { 
	width: 35px; 
	float:left;
}

.mpCommentBodyDiv {
	width: 545px;
	padding:1px 0 0 3px;
	font-size:14px;
	padding-top:10px;
	line-height:20px;
	color: #444;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	border:1px solid #fff;
	display:inline-block;
}

.mpCommentDiv {
	padding-top:1px;	
}

/*
.mpCommentDiv:hover {  
	overflow:visible;
}


.mpCommentDiv:hover > [class^="mpCommentBodyDiv"], 
.mpCommentDiv:hover > [class*=" mpCommentBodyDiv"]{
	overflow:visible;
	position:absolute;
	left:30px;
	background-repeat: repeat-x;
	border-radius:5px;
	background-image: -moz-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(bottom, #f4f4f4, #e6e6e6);
	border: 1px dashed #777;
}
*/
.rightspan {
	font-size:10px;
	position:absolute;
	text-shadow:none !important;
	color:#bbb;
	right:5px;
	top:0;
	line-height:12px;
}

.mpCommentBodyDiv a, .mpCommentBodyDiv a:visited, .mpCommentBodyDiv a:hover {
	color: #999;
}

.rightspan a, .rightspan a:visited, .rightspan a:hover {
	font-size:11px;
	font-family: sans-serif;
	color:#888;
}

.textFadeOut {
	background : -webkit-gradient(linear, 80% 0%, 100% 0%, from(#555), to(#fff));
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	font-weight:normal;
}

.ThankYouFont {
	font-size:14px;
	font-weight:normal;
}

.slow-show {
 /* ???? */		
}


#icon {
	padding:4px 3px 3px 4px;
	border-radius:5px;
	background: -webkit-gradient(linear,0% 0%,7% 80%, from(#fafafa), to(#eee));
	border:none;
	-webkit-box-shadow: 1px 1px 1px rgba(120,120,120,0.6);
	margin-top:5px;
}

.max900 {
	max-width:1000px;	
}

.user-page { /*only the 1200px of website used space in the center, not the sides*/
}

.user-details, .user-details-left-panel, .user-details-right-panel {
	width:100%;
}

.user-details-left-panel, .user-details-right-panel {
	vertical-align:top;
	width:100%
}

h5 { font-size: 15px; }

.user-details-right-panel {
	margin-left:5px;
	float:right;
}

.user-details-box, .user-info-box, .user-private-box {
	text-align:right;
	width:*;
	overflow:visible;
	padding:10px 12px;
	margin:15px 0px;
	border:1px dashed #555;
	border-radius:10px;
	background-color: #fff;	
	color : #333;
	font-size:16px;
	font-family: 'Open Sans', sans-serif, tahoma, verdana;
	position: relative;
	clear:both;
}

.user-details-box {
	height:225px !important;
}

.user-info-box {
	text-align:left;
	height:auto;
	border:1px dashed #777;
}

.user-private-box {
	text-align:left;
	height:auto;
	border:2px dotted #FFbbaa;
	background-color:#f1f1f1;
	line-height:15px;
	color:#006;
}

.user-private-box a {
	color: #399;
	text-decoration:underline;
}

.user-header-line {
	position: absolute;
	top: -10px;
	left: 30px;
	background-color: #fafafa;
	border: 1px dashed #555;	
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:11px;
	border-radius: 5px;
	padding: 1px 5px;
}

.user-details-box i {
	margin-top:4px;
}

.user-details-box img {
	vertical-align:text-top;
}

.user-details-username-box{
	text-align:right;
	float: right;
	line-height: 35px;
}

.user-details-picture-box{
	line-height:27px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.user-details-picture-box img {
	width:200px;
	height:auto;
    font-size:0;
	border-radius: 10px;
	max-height:200px;
	border:1px solid rgba(50,50,50,0.2);	
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.user-favorites {
}

.user-favorites-box {
	border-radius:3px;
	width:108px;
	height:100px;
	overflow:hidden;
	float:left;
	display:block;
	position:relative;
	margin:5px 4px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}

.user-favorites-box-img {
}

.user-favorites-box-a, .user-favorites-box-a:visited  {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:14px;
	color:#FF2;
	position: absolute;
	bottom: 10px;
	right: 5px;
	background-color: rgba(55,55,55,0.5);
	width: 90%;
	white-space: nowrap;
	text-align: right;
	padding:2px 4px;
	box-shadow: 1px 1px 5px rgba(1,1,1,0.4);
}

.user-favorites-box-a:hover {
	color: #F90;
}

#user-buttons {
		
}

#user-buttons a {
	font-family: sans-serif, tahoma, verdana;
	font-size:16px;
	border-radius: 10px;
	padding: 10px;
	border: 1px dashed rgba(10,10,10,0.3);
	line-height:60px;
	cursor: pointer;
	filter:alpha(opacity=60);
	opacity:.60;		
	color: #222;
	margin-left:10px;
}

#user-buttons a:hover {
	color: #222;
	text-decoration:none;
	filter:alpha(opacity=100);
	opacity:1.00;		
	border: 1px solid #888;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#user-buttons img {
	border-radius:2px;
	height:16px;
	vertical-align:middle;
}

.separator_row_darker {
	border-bottom : 1px dotted #ddd;
	padding : 1 0 0 0;
	margin-top:-3px;
	margin-bottom:-2px;
}

.separator_row_darkest {
	border-bottom : 1px dashed #ccc;
	padding : 1 0 0 0;
}

.comment-body {
	min-height:100px;	
	padding: 10px 0 5px 10px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif, tahoma, verdana;
}

.comment-header {
	display:block;
	padding: 5px;
	border-radius:8px;
	line-height:25px;
	font-size:14px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	text-shadow:1px 0px 1px rgba(255,255,255,0.9);
	background-image:url('http://www.tribalmixes.com/pic/bg/dust.png');
	background-position:left top;
	background-repeat: repeat;
	color:#aaa;
	z-index:2;
	box-shadow: 1px 1px 1px rgba(120, 120, 120, 0.31);
}

.comment-header i {
	margin-top:-2px;
	filter:alpha(opacity=40);
	opacity:.40;		
	border:none;	
}

.comment-header i:hover {
	margin-top:-2px;
	filter:alpha(opacity=100);
	opacity:1.00;
	text-decoration:underline;			
}

.comment-header #utitle {
	color: #555;
	border:none;
	padding: 0 3px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.70);
}

.comment-header #utitle:hover {
	color: #333; 
	background-color: rgba(255, 255, 255, 1.00);
}

.comment-header a {
	color: #77a;
	padding: 3px 5px;
	font-family: 'Open Sans', sans-serif, tahoma, verdana;
}

.avatar_image {
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	border-radius:5px;
	border:1px solid #bbb;
	margin: 2px 0 5px 0;
}

.comment-signature {
	padding-left:10px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.flagpic {
	height:25px;
	border-radius:3px;
	float:right;
}


.floating-shadow {  /* not working */
	width:130px;
	height:20px;
	top:-5px;
	left:-10px;
	background: transparent;
	border: none;
	z-index:1;
	position:absolute;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.uphead {
	background-image:url("http://www.tribalmixes.com/pic/bg/brushed_alu.png");
	background-position:left top;
	background-repeat: repeat;
	text-shadow: 1px 0px 1px white;
	color: #300;
	clear:both;
}

.uphead h2 {

}

/*--------------------------- last added (late September 2013) -> to copy to dark.css --*/


/*-----------------------------*/


.hilite {
	color : #35b320 !important;	
}

.search-box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:1px 0px 0px 2px;
	background-color:#f1f1f1;
	border:1px #f1f1f1 solid;
	float:left;
}

.search-input, .search-input:active, .search-input:focus, .search-input:hover {
	font-size:12px;
	background:transparent;
	width:90px;
	border:none;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
	float:left;
	margin: 0;
	outline: none !important;
}

.opacity05 {
	filter:alpha(opacity=5);
	opacity:.05;			
}

.opacity20 {
	filter:alpha(opacity=20);
	opacity:.20;			
}

.opacity50mouse100, .opacity50 {
	filter:alpha(opacity=50);
	opacity:.50;			
}

.opacity50mouse100:hover, .opacity05:hover, .opacity50:hover, .opacity20:hover {
	filter:alpha(opacity=100);
	opacity:1;			
}

.search-input:focus {
	width:120px;
}

.flright {
	float:right;
}

.rndbox, .rndbox1, .rndbox2, .rndbox3 {	
	border-radius:10px;
//	border:1px solid #eee;
	background-color: #fff;	
	color : #333;
}

.rndbox1{
	border:1px solid #ccc;
	padding: 2px 5px;
	background-color: #eee;	
	font-size:13px;
	font-weight:200;
	color:#333;
	box-shadow:1px 1px 3px rgba(0,0,0,0.07);
}

.rndbox1 a {
	color:#15846A;
	background-color:transparent;
}

.rndbox1 a:hover {
	text-decoration:underline;
}

.rndbox2{
	border:1px solid #bbb;
	background-color: #ddd;	
	padding: 2px 5px;
	font-size:12px;
	font-weight:300;
	color:#333;
}

.rndbox2 a {
	color:#996A17;
	background-color:transparent;
}

.rndbox2 a:hover {
	text-decoration:underline;
}


.rndbox3{
	background-color: #ccc;	
}

.rndbox:hover, .rndbox1:hover, .rndbox2:hover, .rndbox3:hover {	
}

a.tmainlink:link,a.tmplink {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
  	color: #db7c00;
	font-weight:100;
	font-size: 11pt;
  	text-decoration: none;
}

a.tmainlink:hover,a.tmplink:hover{ 
	text-decoration:underline;
}

a.tmainlink:visited,a.tmplink:visited,a.omplink:visited  { 
  	color: #7f786e;
	font-weight:100;
}

a.tmplink {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	line-height:20px;
}

.narrowFont {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:12pt;
	font-weight:100;
	text-shadow:1px 0px 1px rgba(255,0,0,0.1);
}

.nF {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-weight:100;
}

.f11 { 
	font-size:11px;
}

.f12 { 
	font-size:12px;
}

.f13 { 
	font-size:13px;
}

.f14 { 
	font-size:14px;
}

.f15 { 
	font-size:15px;
}

.f16 { 
	font-size:16px;
}

.openFont, .oF {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-weight:100;
}

.tmpDiv {
	width:100%;
	color:#fff;
	font-size:7pt;
	position:relative;
	border-top-right-radius:10px;
	text-align:justify;
	overflow:hidden;
	border:1px solid #fff;
	border-bottom:none;
}

.tmpDiv:hover {
	background-color:#eee;
	border:1px solid #ddd;
	border-bottom:none;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(bottom, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(bottom, #f4f4f4, #e6e6e6);
}

.detDJpic {
	width:100%;
	height:auto;
    font-size:0;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.divDJpic {
    font-size:0;
	max-width:100px !important;	
	width: 100px !important;
	padding:0 3 5 3;
	height:100px !important;
	overflow:hidden;
}

.mpLikeBox {
	position:absolute;
	right:90;
	filter:alpha(opacity=50);
	opacity:.50;			
	height:35px;
	bottom:0px;
}

.mpLikeBox:hover {
	filter:alpha(opacity=100);
	opacity:1.00;			
}

.mpTorrentInfo {
	position:absolute;
	right:0;
	bottom:0;
	filter:alpha(opacity=20);
	opacity:.20;			
}

.mpTorrentInfo span {
	font-size:11px;
	color : #000;	
	margin-right:3px;
	font-weight:300;
	display: inline-block;
	width: 30px;
}

.mpTorrentInfo span+span {
	width: 30px;
}

.mpTorrentInfo span+span+span {
	width: 40px;
	margin:0;
}

.tmpDiv:hover > [class^="mpTorrentInfo"], 
.tmpDiv:hover > [class*=" mpTorrentInfo"] {  
	filter:alpha(opacity=60);
	opacity:.60;			
}


.iconPT {
	float:right;	
	margin-top:5px;
	font-size:12px;
	display:block;
}

.iconPT a:hover > [class^="icon-"], 
.iconPT a:hover > [class*=" icon-"] {  
	background-image: url("pic/glyphicons-halflings.png"); 
}

div.btnV2,div.btnV2disabled,div.btnV2current {
	float:left;
	margin: 0px 2px;
	border:1px solid #bbb;
	border-radius: 4px;
	padding: 1px 2px;
	text-decoration:none;
	cursor: pointer;
	font-size: 7.5pt;
}

div.btnV2disabled, div.btnV2current{
	cursor:text;
}

div.btnV2current{
	background-color: #aaf;
}

div.btnV2:hover {
	background-color:#eee;
	border-color: #aaa;
}

div.btnV2disabled{
	filter:alpha(opacity=30);
	opacity:.30;			
}
div.btnV2disabled:hover {
	filter:alpha(opacity=10);
	opacity:.1;			
}


a.detailstag:link {
	text-decoration:none;
	font-size: 11pt;
	color : #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #888;
	background-color: #ddd;
	text-shadow: 0px 1px 1px #FFF;
	line-height: 2.5em;
	padding: 5px 10px;
}
 	
a.footer-friend, a.footer-friend:visited { 
	padding:3px 10px;
	border : 1px dashed #888; 
	border-radius:5px;
	moz-border-radius:5px;
	margin-right:10px;
	white-space:nowrap;
	color:#448;
	background-color:#bbb;
}

a.footer-friend:hover {
	background-color:#ddd;
	color:#66f;
}

.sddm {
	margin: 0;
	padding: 0;
	vertical-align:top;
	margin-top:2px;
}

.sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #191919;
	background-color: #383838;
	margin-top:5px;
	border-top:1px solid #999;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	border-radius:2px;
	color:#d2d2d2;
	background-image:url("http://www.tribalmixes.com/pic/bg/stressed_linen.png");
	background-position:left top;
	background-repeat: repeat;
	z-index: 50;	
}

.sddm div a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #e2e2e2;
	font: verdana;
}

.sddm div a:hover {
	background: #e1e1e1;
	color: #282828;
	text-shadow: 0px 1px 1px #999;
}


table {
  	border-collapse: collapse;
  	border: 0;
}

td {
	font-size: 8pt;
	border: none;
	padding:0;
	margin:0;
}

a.top20tab {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:9pt;	
	font-weight:normal;
	margin: 5px 2px 0 2px;
	border:1px solid #bbb;
	border-radius: 4px;
	padding: 0 2px;
	text-decoration:none;
	float:left;
	cursor: pointer;
}

a.top20tab:hover {
	color : #10d002;
}

.top20tabcurrent,.top20tabcurrent:hover {
	color:#db7c00 !important;
	cursor:default;
	
}

table.main_bg_table { 
	border-collapse: collapse;
	border:0;
	padding:0;
	width:100%;
	height:100%;
}

table.main, table.mainouter {
  	background: transparent;
	width: 1200px;
}

table.bottom_bg_table { 
	border-collapse: collapse;
	color:#7c7c7c;
	border:0;
	width:100%;
}

a.bottom_link:link, a.bottom_link:visited {
	font-size: 9pt;
	color: #808080;
}

a.bottom_link:hover {
	font-size: 9pt;
	color: #e2e2e2;
	background-color: #000000;
}

table.top_header_main {
	border-collapse: collapse;
	background: #191919;
    border:0;
	height: 30px;
	vertical-align:top;
	color: #444;
	background-image:url("http://www.tribalmixes.com/pic/bg/stressed_linen.png");
	background-position:left top;
	background-repeat: repeat;
	position:relative;
}

#fixedmenu {
	position: fixed;
	z-index: 1;
}

.bottom_menu_holder {
	width:1200;	
	align:center;
}

.bottom_menu_insider { 
	width:13.3%;
	float:left;
	padding:10 0 10 5;
	margin-right:0.6%;
	vertical-align:top;
	line-height:22px;
	height : 160px;
	white-space: nowrap;
	margin-bottom:5px;
	border-radius:10px;
	background-image:url("http://www.tribalmixes.com/pic/bg/brushed_alu.png");
	text-align:left;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}

.bottom_menu_insider a { 
	font-size:14px;
	color: rgb(20, 128, 67);
}

.bottom_menu_insider a:visited { 
	color: rgb(34, 49, 41);
}

.bottom_menu_insider a:hover { 
	color: #066;
}

.bottom_menu_insider i { 
	margin-top:3px;
}

font.top_header_menu_link_for_CAPS {
	font-size:9pt;
}

font.asciifont { font-family: Courier New, Courier, monospace; font-size: 10pt; line-height: 110%; margin: 0px; color: #191919; }

a.top_header_menu_link:link, a.top_header_menu_link:visited {
	font-size: 11pt;
	color: #e1e1e1;
	padding:5px;
	white-space:nowrap;	
	
}

a.top_header_menu_link:hover {
	color: #282828;
	background-color:#e1e1e1;
	text-decoration:none;
	text-shadow: 0px 1px 1px #999;
}

a.top_header_link:link, a.top_header_link:visited, a.footer-menu-link, a.footer-menu-link:visited {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size: 9pt;
	color: #eaeaea;
	padding-top:6px;
	padding-bottom:7px;
	padding-left:2px;
	padding-right:2px;
}

a.top_header_link {
	text-transform:uppercase;
}

a.top_header_link:hover {
	color: #282828;
	background-color:#f1f1f1;
	text-decoration: none;
	text-shadow: 0px 1px 1px #959595;
}

a.footer-menu-link, a.footer-menu-link:visited {
	font-size: 10pt;
	font-weight: 100;
	color: #eaeaea;
	padding:2px;
	margin-top:5px;
	white-space:nowrap;	
}

a.footer-menu-link:hover {
	color: #282828;
	background-color:#efefef;
	text-decoration: none;
	text-shadow: 0px 1px 1px #959595;
}

.top_header_input {
	background-color:#444444;
	color:#ffffff;
	font-size:8pt;
	width:60px;
	height:20px;
	border:1px #e2e2e2 dotted;
	vertical-align: top;
}

font.colred { color: #f85314; }
font.colblue { color: #026622; }
font.coldarkgrey { color: #777777; }
font.colgrey { color: #bbbbbb; }
font.brightgrey { color: #dddddd; }
font.b_on_d_grey { color: #777777; }

table.bottom {
  	background: transparent;
	border-collapse: collapse;
	border: 0;
	color:#333;
}

h1 { font-size: 22pt; line-height: normal !important;}
h2 { font-size: 19pt; }
h3 { font-size: 16pt;}
h4 { font-size: 14pt; }

.embedded {
   	border: 0;
   	padding: 0px;
  	text-align: left;
	border:none;
}

td.text,td.comment {
	padding: 10px;
	border: none;
}

td.colhead {
	border: 1px solid #aeaeae;
	padding : 1pt;
	color: #444444;
	background-color: #f1f1ff;
}

td.rowhead {
  	text-align: right;
  	vertical-align: top;
  	background-color: #f1f1f1;
	border: 1px solid #aeaeae;
}

td.clear {
  	padding: 0px;
  	border: 0px;
  	background: transparent;
}

a.altlink:link {
	color: #29b86d;
  	text-decoration: none;
}

a.altlink:visited {
	color: #83bfa0;
}

a.altlink:hover {
	color : #4fef9b;
  	text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

textarea {
	font-size: 12px;
	background-color: #fafafa;
	color: #333;
	border: 1px dotted #bbb;
	border-radius:5px;
}

textarea:hover {
	background-color: #eee;
	border: 1px solid #999;
}

select {
	background-color: #bbb;
	color: #fff;
	border: 1px dotted #aaa;
}

select:hover {
	border: 1px solid #333;
	background-color: #7b7b7b;
}

input {	
	background-color: #eaeaea;
	font-size: 8pt;
	color: #333;
	border: 1px dotted #bbb;
	padding-left:3px;
}

input:hover {	
	background-color: #eee;
	color: #333;
	border: 1px solid #aaa;
}

.btn {
	padding:5px 20px;
	background-image:url("http://www.tribalmixes.com/pic/bg/gray_jean.png");
	background-repeat:repeat;
	cursor:pointer;
	border:3px dashed #ddd;
	border-radius:10px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:20px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.12);
}

.btn:hover {
	border: 3px solid #888;
	color:#0C0;
}

.small {
  	font-size: 7pt;
}

.big {
  	font-size: 10pt;
}

li {
  	margin-top: 6pt;
  	margin-bottom: 6pt;
}

ul {
  	margin-left: 16pt;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

img.border
{
  	border: 0;
}

/************************************************************************** E-BROWSER SECTION */

table.septable {
 	border:0;
	height:0;
	width:100%;
	margin:0;
	margin-top:2px;
	margin-bottom:6px;
}
td.septd {          
	border : 0;
	height : 0;
	padding : 0;
	border-top : 1px #555555 solid;
	border-bottom: 1px #ffffff solid;
	background:transparent;
}

img.ebbio {
	padding:0;
	float:left;
	margin-right:5pt;
	margin-bottom:4pt;
	border:1px #555555 solid;
}

.hlt td {
	text-decoration: underline;
}


a.mnlink:link, 
a.mnlink:visited{
 border-left: 1px dashed #aaaaaa;
 border-top: 0;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #666666;
}

a.mnlink:hover{
	background-color:#880a0a; 
	color:#ffffff;
	cursor:pointer;
}

a.link1:link, a.link1:visited{
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
	font-size:12pt;
}

a.link1:hover{
	text-decoration: underline;
}

div.edivforlink1 {
 	background:transparent;
	font-size:12pt;
	text-align: center center;
}

td.etdforlink1 { 
 	background:transparent;
}

/************************************************************* original cpstls.css - control panel styles and more */

td.seprowTop {
	border : 0;
	border-bottom : 1px solid #333333;
	height : 0px;
	padding : 0px;
}

td.seprowBottom {
	border : 0;
	border-top : 1px solid #ffffff;
	height : 0px;
	padding : 0px;
}


a.ihovl1,a.ihovl1:visited,a.ihovl,a.ihovl:visited { 
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	color : #293d82;
	background : #f2f2f2;
 	padding : 0 10 0 10;
	margin: 3 0; 
	border : none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

a.ihovl,a.ihovl:visited {
	color : #43093d;
	background-color : transparent;
}

a.ihovl:hover,a.ihovl1:hover {
	color : #ffffff;
	background-color : #8f668d;
	text-decoration: none;
	cursor: pointer;
}

a.ihovl1:hover {
	background-color : #395b99;
}

.separator_row, .separator_row_blended {
	border-bottom : 2px dotted #eef;
	padding : 1 0 0 0;
}

.browserow {
	background: transparent;
}

.browserow:hover {
	background-color: #f2f2f2;
}

a.torrentslink:link,a.torrentslink:visited,a.torrentslinkbleak:link,a.torrentslinkbleak:visited  {
	font-size:8px;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	color: #999;
	border: 0;
	background: transparent;
}

a.torrentslink:link,a.torrentslink:visited {
	background-color: #e8e8e8;
}

a.torrentslinkbleak:link {
	font-size:8pt;
}


a.torrentslinkbleak:hover,a.torrentslink:hover{ /* and with mouse */
	color: #444;
	background: transparent;
	text-shadow: 0px 0px 10px #ca3a3a;
}

td.darkerframe {
	color: #111111;
	background-color:#e1e1e1;
	border: 0;
	padding: 5px;
	font-size:10pt;
}

font.cpred { /* red color */
	color: #ff5a5a;
}

font.cpgreen{ /* green color */
	color: #5add5a;
}

font.cpblue{ /* red color */
	color: #5a5add;
}

font.cpwhite { /* white color */
	color: #FFFFFF;
}

span.highlight{ /* highlight in nowhere */
	color: #FFFFFF; 
	padding-left:2pt;
	padding-right:2pt;
}
 
div.tracklist-container{	
	padding: 10px;
 	background-color: #f3f3f3;
	border : none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 11pt;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	text-shadow: rgb(185, 185, 185) 0px 1px 1px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0, .8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0, .8);
	box-shadow: 0 1px 4px rgba(0,0,0, .8);
	width:auto;
}

.alt:hover {
	color: #282828 !important;
	background-color:#e1e1e1 !important;
	text-decoration: none !important;
	text-shadow: 0px 1px 1px #959595 !important;
}

form {
	margin:0;	
	padding:0;
}

font.smallhead{
	font-size: 12px;
	font-weight: bold;
}

font.biggerreg{
	font-size: 14px;
	font-weight: none;
}

div.smallbox{
	border: none;
	text-align:justify;
	overflow : hidden;
}

img.indexIcon{
	width : 52px;
	float : right;
	padding :5px;
	padding-right:0;
	border : none;
}

.rsbDiv {
	width : 225;
	text-align: right;
	vertical-align:bottom;
	margin-left:10px;
}

.rsbDiv div {
	max-width: 100%;
	width:100%;
	position: relative;
}

.rsbDiv div div, .rsbDivText {
	max-width: 215px;
	max-height: 400px;
	width:215px;
	padding: 5px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:12pt;
	font-weight:100;
	color:#FFF;
	position: absolute;	
	bottom:5px;
	right:0px;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 0px 0px 4px 4px;
	text-shadow: 1px 1px 1px black;
	
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);

	-webkit-transform-origin: center;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.20s none;
	-o-transition: -o-transform 0.40s ease;
	-ms-transition: -ms-transform 0.40s ease;
	transition: transform 0.40s ease;
	}

.rsbDiv div img, .rsbDivImg { 
	max-width: 100%;
	width:100%;
	border-radius: 4px;
	border : none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);	
	margin: 0 0 5;
	filter:alpha(opacity=40);
	opacity:.40;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.rsbDiv div img:hover, .rsbDivImg:hover, 
.rsbDivText:hover > [class^="rsbDivImg"],
.rsbDivText:hover > [class*=" rsbDivImg"], 
.rsbDiv div:hover > [class^="rsbDivImg"], 
.rsbDiv div:hover > [class*=" rsbDivImg"] {
	filter:alpha(opacity=100);
	opacity:1.00;			
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);	
}

.rsbDiv div:hover > [class^="rsbDivText"], 
.rsbDiv div:hover > [class*=" rsbDivText"], 
.rsbDivText:hover {
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	height: 0;
}

.rsbDivTopHanger {
	position:absolute;
	left:228px;
	filter:alpha(opacity=40);
	opacity:.40;
	background-color: rgba(200,200,200,0.50);
	padding:1px;
	border: 1px solid #888;
	border-radius:2px;
}

.rsbDivTopHanger:hover {
	filter:alpha(opacity=90);
	opacity:0.90;
}

#fixmetoo { 
	position: relative; 
}	

#fixmetooInner {
	position: absolute; 
	left: 4px; 
	top: 5px; 
	max-width:225px;
}


#fixmeOuter { 
	position:absolute;
	top:5px;
	max-width:225px;
}

#fixme { 
	width:225px !important;
	max-width:225px;
	font-weight:400;
	overflow:hidden;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	padding:0;
	color:#bbb;
	background-color: transparent;
	margin:0px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:13px;
	margin-left:10px;
}



.gradientBG {
		background-image: -webkit-gradient( linear, 100% 0%, 60% 0%, from(rgba(255, 255, 255, 0)), to(rgba(245, 245, 245, .80)) );
        background-image: -moz-linear-gradient(to right, rgba(235, 235, 235, 0.4), rgba(255, 255, 255, 0));
}	

#fixme:hover {
/*	filter:alpha(opacity=100);
	opacity:1.00;			
	*/ 
}
																																																																																																																																																																																																																																																																
#fixme .titlelink, .fixmeTitleLink {
	font-size:20px;
	color:#3305A8;;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	filter:alpha(opacity=60);
	opacity:.60;		
	padding-bottom:30px;
	white-space:nowrap;
}

#fixme a, .leftForumLink, .leftForumLink:visited  {
	color:#9b9b9b;
	font-weight:100;
	background-color:transparent;
	font-size:13px;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	text-shadow:1px 1px 1px white;
}

#fixme a:hover, .leftForumLink:hover{
	color:#333;
	font-weight:500;
	text-decoration: none;
	background-color: rgba(0,0,0,0.02);
}

#fixme li {
	padding:0;
	border-radius:none;
	list-style: none;
	margin:1 0;
}

#fixme li i {
	margin-top:3px;
}

#fixme a:hover > [class^="icon-"],
#fixme a:hover > [class*=" icon-"]  {
	filter:alpha(opacity=90);
	opacity:0.90;			
}

#fixme .invert {
	background-color: #05A8A8;;
	color: #FF0;	
	padding: 1px 2px;
	border: 3px dotted #03F;
	white-space: nowrap;
	text-align: center;
	font-size:15px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	border-radius:3px;
	width:210px;
}

.opacity30 {
	filter:alpha(opacity=30);
	opacity:.30;
}

.post-text {
	min-height:150px;	
	padding: 10px 0 5px 10px;
	font-size:12pt;
	font-family: 'Open Sans', sans-serif, tahoma, verdana;
	color:#333;
	vertical-align:top;
}

.post-signature {
	margin:15 0;
	padding:5 0 0 10;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:10pt;
	color:#555;
	width:100%;
	border-top:2px dotted #ccc;
	background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(235, 235, 235, .80)), to(rgba(255, 255, 255, 0)) );
    background-image: -moz-linear-gradient(to bottom, rgba(235, 235, 235, 0.8), rgba(235, 235, 255, 0));

}

.post-signature a {
	color: #77a;
}


.forum-seen {
	padding:4px 3px 3px 4px;
	border-radius:5px;
	background: -webkit-gradient(linear,0% 0%,7% 80%, from(#f1f1f1), to(#ddd));
	border:1px solid rgba(110,110,110,0.82);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
	box-shadow:1px 1px 3px rgba(0,0,0,0.07);
	margin:2px 5px 5px 0;
	width:26px;
	text-align:center;
}

.forum-new {
	padding:4px 3px 3px 4px;
	border-radius:5px;
	background: -webkit-gradient(linear,0% 0%,7% 80%, from(#FF3333), to(#FF5555));
	border:1px solid #8F2D2D;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
	box-shadow:1px 1px 3px rgba(0,0,0,0.10);
	margin: 2px 5px 5px -4px;
	width:30px;
	text-align:center;
}

.rs_poll {
	font-size: 13px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	width:100%;
/*	border: 2px dotted rgba(32,120,40,0.63);
	border-radius: 4px;*/
	text-align:center;
	padding:0;
	podding-top:5px;
	margin:0;
	margin-top:5px;
	margin-left:8px;
	background-image: -webkit-gradient( linear, 100% 0%, 60% 0%, from(rgba(255, 255, 255, 0)), to(rgba(245, 245, 245, .80)) );
    background-image: -moz-linear-gradient(to right, rgba(235, 235, 235, 0.4), rgba(255, 255, 255, 0));
}

.rs_poll_li {
	font-size: 14px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	text-align:left;
	list-style:none;
	padding: 0;
	margin:2px 0;
	white-space:nowrap;
}

.browse-new-torrent {
	border:1px dashed #700;
	border-radius:15px;
	padding:2px;
	background-color:rgba(255,120,120,0.30);
}

div.top-menu-div {
	width:100%;
	position:fixed;
	left:0;
	top:0;
	height:30px;
	z-index:999;
	box-shadow:0 1px 3px rgba(0,0,0,0.67);
}


.spreadShirtA {  /* spread shirt links in the menu, */
	line-height:12px;	
}

.spreadShirtIMG {
	border:1px solid #ccc;
	float:left;
	margin-right: 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.7);
}


.donate-button {
	border: 2px dotted #fff;
	background-color: rgba(235, 97, 124, 0.92);
	color: #FFF !important;
	text-shadow: 1px 1px 2px #505020;
	font-size: 15px;
	text-decoration: none;
	font-weight: 200;
	padding: 10 8 5;
	margin: -12px -6px;
	position: absolute;
	left: 670;
	border-radius: 10px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.6);
	-webkit-transition:all .5s;
/*	background-image: url(/pic/int_icons/ver1/bitcoin64.png); 
	background-repeat: no-repeat;
	background-position: 28 -35; */	
}

.donate-button:hover {
	margin-top:-7px;
	border: 2px solid yellow;
	text-decoration: none;
	padding: 7 8 8;
/*	background-position: 28 -10;	*/
}


.donatebtn {
	position:relative;
	padding:5px 10px;
	vertical-align:top;
	display:inline-block;
	width:22%;
	height:300px;
	margin:10 0.5% 20 0.5%;
}

																																																																																																																																																																																																																																																																																																																	
.ic-releases, .ic-torrents {
	white-space:normal;
	padding:0 10px;
	color: #0074A2;
	font-weight: 100;
	-webkit-text-stroke: 1px rgba(0,0,0,0.50);
	-moz-text-stroke: 1px rgba(0,0,0,0.50);
	text-stroke: 1px rgba(0,0,0,0.50);
}

.ic-torrents {
	color: #E8FC00;
}


.top10rs {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana !important;
	font-size: 13px !important;
}

.opacity100 {
	filter:alpha(opacity=100) !important;
	opacity:1.0 !important;			
}

.aw-box, .aw-used {
	width:105px;
	height:87px;
	overflow:hidden;
	padding:0 2px;	
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size: 12px;	
	color:#000;
	border-radius: 5px;
	margin: 0 6px 6px 0;
	display:inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	position:relative;
}

.aw-used {
	font-size: 16px;	
	background-color:#333;
	color:#FFFFFF;		
	-webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	border:2px dotted #31BCE7;
}

.aw-box:hover {

}

.aw-* {
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.aw-pts {
	background-color:#F8FC71;
	border:2px dotted #D9D962;
}

.aw-pts:hover {
	background-color:#FDFFCE;
	border:2px dotted #B1B14D;
}

.aw-dns {
	background-color:#71C1FC;
	border:2px dotted #5698C8;
}

.aw-dns:hover {
	background-color:#BBE2FF;
		border:2px dotted #46799F;
}

.aw-ups {
	background-color:#C871FC;
	border:2px dotted #9F5BC8;
}

.aw-ups:hover {
	background-color:#E7C0FF;
	border:2px dotted #834CA4;
}

.aw-oup {
	background-color:#71FFF8;
	border:2px dotted #5CC7CC;
}

.aw-inv {
	background-color:#63FF66;
	border:2px dotted #60D57F;
}

.aw-inv:hover {
	background-color:#9EFF9F;
	border:2px dotted #08B135;
}

.aw-rfd {
	background-color:#FF9C62;
	border:2px dotted #C3632B;
}

.aw-rfd:hover {
	background-color:#FFB183;
	border:2px dotted #C34700;
}

.aw-misc {
	background-color:#73A63A;
	border:2px dotted #B6FF62;
}

.aw-misc:hover {
	background-color:#B75657;
	border:2px dotted #FFFFFF;
}

.aw-box h1 {
	color: #000 !important;
	font-size: 25px;
	white-space:nowrap;	
	cursor:pointer;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px rgba(205, 222, 229, 0.58);
	padding:0px 3px;
}

.aw-box h1:hover {
	background-color: rgba(255,82,82,0.72);
	border-radius: 5px;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.aw-normal, .aw-red-hot,.aw-green-hot  {
	font-size:13px;		
	color:#222;
	border-radius:3px;
	border:1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.10);
	white-space:nowrap;
	float:right;
	padding:0 2px;
	position:absolute;
	right:0;
}

.aw-red-hot {
	border:2px dashed #980002;
	background-color:#FF3D40;
	font-size:18px;
	color:#fff;
}

.aw-green-hot {
	border:1px dashed #0B9800;
	background-color:rgba(0,224,39,0.74);
	font-size:15px;
}

.aw-box a {
	border-radius:2px;
	background-color:rgba(0,0,0,0.10);
	font-size:12px;	
	float: none !important;
	color:#000;
	target-new: tab ! important;
}

.aw-link {
	font-size:17px;
	padding:3px 10px;
	margin-right:10px;	
	color:#000 !important;
}

.aw-rlink {
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	padding:2px 10px;
	margin:5px 0px;	
	color:#000 !important;
	border-radius:20px;
}

.f20 { 
	font-size:20px;
}

.f30 { 
	font-size:30px;
}

.aw-header {
	text-align:left;
	font-size:32px;
	padding-left:20px;
}

.aw-p-header {
	text-align:left;
	padding-left:5px;
	border-radius:3px;
	white-space:nowrap;
	display: table;
	color: yellow;
	text-shadow: 1px 1px 1px rgba(78, 65, 65, 0.57);
	margin:10px 0;
}

.aw-trade {
	font-size:14px !important;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana !important;
	height:60px !important;
	width:90px !important;
}

.aw-white,.aw-yellow {
	margin: 4px 0px 0 10px;
	padding: 2px;
	border-radius: 17px;
	background-color: white;
	box-shadow: 1px 1px 1px #0A0AB8;
}

.aw-yellow {
	background-color: yellow;
}

.bnrGalleryMain, .glrGalleryMain {
	vertical-align:top;
}

.bnrItemDiv, .glrItemDiv {
	position: relative;
	display: inline-block;
	clear:both;
}

.bnrItemDiv img, .glrItemDiv img { 
	border-radius: 4px;
	border : none;
	filter:alpha(opacity=90);
	opacity:.90;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
	

.bnrImageInfoDiv, .glrImageInfoDiv {	 /* margin is set via the php code */
	padding: 5px 10px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	position: absolute;	
	bottom:0px;
	left:0px;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 0px 0px 4px 4px;
	text-shadow: 1px 1px 1px black;
	font-size:18px;
	color:#FFF;
	line-height:14px;
	text-align:right;

	-webkit-transition: -webkit-transform 0.20s none;
	-o-transition: -o-transform 0.20s ease;
	-ms-transition: -ms-transform 0.20s ease;
	transition: transform 0.20s ease;
}

.bnrImageInfoDiv a, .glrImageInfoDiv a {	
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
}

.bnrItemDiv img:hover, .glrItemDiv img:hover{
	filter:alpha(opacity=100);
	opacity:1.00;			
	cursor:pointer;
}

.bnrItemDiv:hover > [class^="bnrImageInfoDiv"], 
.bnrItemDiv:hover > [class*=" bnrImageInfoDiv"],
.glrItemDiv:hover > [class^="glrImageInfoDiv"], 
.glrItemDiv:hover > [class*=" glrImageInfoDiv"] {
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	height: 0;
 }
 
.bnrDivTopHanger, .glrDivTopHanger {
	position:absolute;
	left:10px;
	bottom:9px;
	filter:alpha(opacity=30);
	opacity:.30;
	background-color: rgba(200,200,200,0.50);
	padding:1px;
	border: 1px solid #888;
	border-radius:2px;
}

.bnrDivTopHanger:hover, .glrDivTopHanger:hover { 
	filter:alpha(opacity=90);
	opacity:0.90;
}


.cl {
	clear:left;
}

.cr {
	clear:left;
}

.cb, .clearfix {
	clear:both;	
}

.embed-left {
	margin-left:5px;
	margin-top:10px;
	max-height:120px;
	overflow:hidden;
	border: 2px dashed #fff;
	display:inline-block;
	position:relative;
}

.embed-left:hover {
	border: 2px solid #FF0004;
	-webkit-transition: -webkit-transform 0.60s ease;
}

.mmf {
	padding:2 0;
	font-size:17pt;
	margin:10px 0;
	width:100%;
	font-weight:300;
	text-shadow:0 1px 1px rgba(0,0,0,0.67);
}

.mmf:hover {
	background-color:rgba(1,1,1,0.05);	
	-webkit-transition: -webkit-transform 0.60s ease;
}

.go-over {
	margin-left: -20px;
	padding-left: 20px;
}

.enjoy-main-left {
	width: 41.67%;
	max-width:492px;
	height:300px;
	margin:80px 0;
}

.enjoy-main-right {
	float:right;
	width: 58.3%;	
	max-width:700px;
	max-height:300px;	
	height:300px;	
}

.enjoy-right-likes, .enjoy-right-dislikes, .enjoy-right-infocell {	
	width:49.9%;
	height:200px;
	max-width:348px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:26px;	
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	opacity:0.4;
	border-radius:5px;
	vertical-align: top;
}

.enjoy-right-infocell {
	display:inline-block;
	width:24.9%;
	max-width:172px;
	font-size:20px;		
	height:70px;		
	padding-top:30px;
	opacity:0.2;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 2px;
	line-height: 30px;
}

.enjoy-right-dislikes {
	float:right;
	padding-top:13px;
	height:186px;
}
	
.enjoy-right-likes:hover, .enjoy-right-dislikes:hover,.enjoy-right-infocell:hover {	
	background-color: rgba(218,255,254,.60);
	opacity:1.0;
}

.enjoy-right-likes-voted {	
	background-color:rgba(226, 255, 228, 0.7);
	opacity:1.0 ;
}

.enjoy-nav-link {
	display: inline-block;
	margin-right: 8px;
	padding: 10px !important;
	font-size: 19px;
	opacity: 0.6;
	height: 22px;
	vertical-align: top;
}

.enjoy-nav-link:hover {
	opacity:1.0;
	-ms-box-shadow: 1px 1px 1px rgba(120,120,120,0.7);
	-webkit-box-shadow: 1px 1px 1px rgba(120,120,120,0.7);
	box-shadow: 1px 1px 1px rgba(120,120,120,0.7);
}

.enjoy-menu-link-selected {
	opacity:.90;
	-moz-box-shadow: 1px 1px 1px rgba(120,120,120,0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(120,120,120,0.2);
	box-shadow: 1px 1px 1px rgba(120,120,120,0.2);
}
	
.enjoy-bottom-info {
	padding: 1% 1.0% 1.5% 1.5%;
	border: 0;
	width: 97.5%;
	box-shadow: 1px 1px 3px rgba(1,1,1,0.3);
	border-radius: 3px;
	background-color:rgba(232,250,255,0.23);
	display:none;
	margin:80px 0;
}

.enjoyInDiv {
	padding:5px 10px !important;
	font-size:22px;
	text-align:right;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.enjoyInput {
	font-size:20px;	
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.enjoySubmit {
	width:300px;
	cursor:pointer;
	font-size:20pt;
	border:0;
	background-color:transparent;
}

.enjoySubDiv {
	width:400px !important;
	height:40px;
	padding:10px 50px !important;
	margin:20px auto;
}

.enjoy-form-wrapper {
	margin:30px 0;
	font-size:18px;
	text-align:left;
	border:none;
	border-top:3px dashed rgba(0,0,0,0.14);
	padding-top:40px;
}

.enjoy-likes-img {
}

.ro {
	width:60px;
	height:15px;
	overflow:hidden;
	background-image:url(/pic/nr.png);
	text-align:right;
	vertical-align:top;
}

.ri {
	overflow:hidden;
	height:15px;
	vertical-align:top;
	background-color:white;
	opacity:0.8;
	float:right;
}

.rot90 {
	-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rot180 {
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rot270 {
	-ms-transform: rotate(270deg); 
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mydl-one-wrapper {
	width:100%;
	margin-bottom: 10px;
	background-color: rgba(1,1,1,0.02);
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.08);
	height : 44px;
	display:inline-table;
}

.mydl-one-title-div, .mydl-one-info-div {
	font-size:17px;
	vertical-align : middle;
	display:table-cell;
	padding-left:10px;
	width:auto;
}

.mydl-one-info-div, .mydl-one-info-empty {
	padding:0;
	padding-right:5px;	
	font-size:21px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	width : 50px !important;
	min-width:50px;
	max-width:50px;
	text-align:center;
	border-radius:5px;
	color:rgba(0,0,0,.50) !important;
	white-space:nowrap;
}

.mydl-one-info-empty {
	width : 5px !important;
	clear:both;
}

.mydl-one-title-div a {
	font-size:17px;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
}

.mydl-one-title-div .narrowFont {
	font-size:18px;
}

.mydl-one-wrapper:hover {
	background-color: rgba(1,1,1,0.05);
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
}


.comment-body {
/*	max-width: 1030px;*/
	overflow-x: hidden;
}

.mydl-one-dling {
	min-width:184px;	
	max-width:184px;
	width:184px;
}

.mydl-one-info-div {
	opacity:0.70;	
}

.mydl-one-wrapper:hover > [class^="mydl-one-info-div"], 
.mydl-one-wrapper:hover > [class*=" mydl-one-info-div"],
.mydl-one-wrapper:hover > [class^="mydl-one-info-div img"], 
.mydl-one-wrapper:hover > [class*=" mydl-one-info-div img"] {  
	color:rgba(0,0,0,1.00) !important;
	opacity:0.85;	
}

.mydl-one-info-div:hover {
	opacity:1.00 !important;
}

.enjoy-bottom-info:hover {
	background-color:rgba(202,240,255,0.43);
}

.mydl-one-info-div img {
	vertical-align:middle;
	opacity:0.6;	
	height:20px;
}

.mydl-one-info-div img:hover {
	opacity:1.0;	
}

.mydl-one-info-div span {
	color:#ffff1a;
	cursor:pointer;
}

.mydl-one-title-div {
	min-width:950px;
	max-width:920px;
	width:850px;
}

.tcdiv-Limited {
	background-color: rgba(0, 0 , 0, 0.06);
	margin: 0 0 50 0;
	padding: 10 10 10 10;
	border-radius: 5;
}

.embed-scaledd {
	-moz-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
}

.embed-scaled {
	width:598px;
	height:200px;
	float:left;
	clear:right;
}

.te-main-left {
	width: 41.67%;
	max-width:245px;
	height:200px;
	margin:0;
}

.te-main-right {
	float:right;
	width: 58.3%;	
	max-width:350px;
	max-height:200px;	
	height:200px;	
}

.te-right-likes, .te-right-dislikes, .te-right-infocell {	
	width:49.9%;
	height:120px;
	max-width:174px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	font-size:20px;	
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	opacity:0.4;
	border-radius:5px;
	vertical-align: top;
}

.te-right-infocell {
	display:inline-block;
	width:24.9%;
	max-width:85px;
	font-size:12px;		
	height:50px;		
	padding-top:28px;
	opacity:0.2;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 2px;
	line-height: 24px;
}

.te-right-dislikes {
	float:right;
	padding-top:13px;
	height:106px;
}
	
.te-right-likes:hover, .te-right-dislikes:hover,.te-right-infocell:hover {	
	background-color: rgba(218,255,254,.60);
	opacity:1.0;
}

.te-right-likes-voted {	
	background-color:rgba(226, 255, 228, 0.7);
	opacity:1.0 ;
}

#preview-container { 
	text-align:left;
	height: 225px;
	width: 1200px;
	background: rgba(1,1,1,0.02);
}

#preview-container:hover { 
	background: rgba(1,1,1,0.04);
}

.te-bottom-info {
	margin:20px 0 !important;	
}

.hit-n-run {
	background-color:rgba(255, 10, 0, 0.57);
}

.hit-n-run:hover {
	background-color:rgba(255, 10, 0, 0.67) !important;
}

.hit-n-run a, .hit-n-run a:visited {
	color:black;
}

.hit-n-run a:hover{
	color:white;
	text-decoration:none;
}

.aw-hnr {
	background-color:#A7D90A;
	border:2px dotted #8FB80D;
}

.aw-hnr:hover {
	background-color:#A9DF00;
	border:2px dotted #90B125;
}

.wrnMSG {
	border-radius:10px;
	border:1px solid #ccc;
	padding: 2px 5px;
	background-color: rgba(0,0,0,0.10);	
	font-size:13px;
	color:#111;
	box-shadow:1px 1px 3px rgba(0,0,0,0.07);
	margin:4px 0;
	text-align:justify;
	font-size:14px;
	display:block;
}

.wrnMSG a {
	color:#145584;
	background-color:rgba(0,0,0,0.01);
	text-decoration:underline;
}

.rndbox1 a:hover {
	background-color: rgba(159,66,67,0.39);
}

.acc-icon {
	display:inline-block;
	margin-right:15px;
	font-size:19px;
	opacity:0.5;
	height:22px;
	vertical-align:top;
	padding:6px;
}

.acc-icon:hover {
	opacity:1.0;
}

.acc-icon-personal {
	border: 4px solid red;
	border-radius: 31px;
	background: yellow;
	padding: 4px;
}

.labv {
	position:relative;
}

.lbel {
	position:absolute;
	left:3px;	
	bottom: -15px;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.2);
	font-size: 10px;
	color:#111;
	white-space:nowrap;
}

.clickable {
	cursor:pointer;	
	
}

.shoutboxshout { 
	margin-bottom:5px;
	padding:0;
	font-size:10pt;
	text-align:left;
}

.sbMain {
	vertical-align:top;	
	margin:.2%;
}

.sbPublic, .sbPrivate, .sbPanel {
	display:inline-block;	
	width:60%;
	text-align:left;
	vertical-align:top;
	height:230px;
	margin-right:1%;
}

.sbPrivate {
	width:33%;
	overflow:hidden;
	margin:0;
}

.sbPanel {
	width:5%;
	margin-right:1%;
}

.sbPublicInnerTop {
	overflow:hidden;
	height:200px;
	
}

.sbPublicInnerBottom {
	white-space:nowrap;
	height:30px;
	font-size:15pt;
}

.sbPublicInnerBottom img {
	vertical-align:text-bottom;
	margin:0px 10px;
}

.sbPIBInput {
	font-size:12pt;
	margin-top:2px;
	padding:1px 2px;
	height:28px;		
}

.sbPIBInputSubmit {
	font-size:16px;
	width:100;
	height:25;
	font-weight:bold;
}

.sbLBTN, .sbRBTN {
	width:100%;	
	display:block;
	margin: 0 0 6px;
	padding: 2px 10px !important;
	text-align: left;
	opacity:0.3;
}

.sbLBTN:hover, .sbRBTN:hover {
	opacity:1;
}

.sbRBTN {
	text-align:right;
	margin: 0 0 6px;
}

#addnewdj {
	text-align:left;	
	border: 3px dashed #7B7A0E;	
	border-radius:10px;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size:15pt;
	padding:5px 10px;
	display:block;
}

#addnewdj form {
	text-align:left;
}

#addnewdj form span {
	width : 30%;
	display:inline-block;
	overflow:hidden;
	text-align:right;
	background-color:rgba(0,0,0,0.04);
	border-radius: 4px;
	padding:5px 10px;
	margin:5px 10px;
	vertical-align:top;
}

#addnewdj .c {
	width : 60%;
	text-align:left;
	background-color:rgba(0,0,0,0.07);
}

#addnewdj form input, #addnewdj form select, #addnewdj form textarea{
	font-size:15pt;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.dj-main {
	width:100%;		
	text-align:left;
	vertical-align:top;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
}

.dj-main div {
	display:inline-block;
	margin-bottom:2%;
	text-align:left;
	vertical-align:top;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
}

.dj-main-left, .dj-main-right {
	width:49.45%;
	display:inline-block;
	margin-right:1%;
	overflow:hidden;
}

.dj-main-left {
}

.dj-main-right {
	margin-right: 0;
}

.dj-infobox-main { /* container for dj-card, used by itself sometimes */
	width: 100%;
	vertical-align:top;
	margin:30px 0 20px;
	display:inline-block;
}

.dj-ib-pic {
	width: 30%;
	min-width: 95px;
	min-height: 95px;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
	float: left;
	display: inline-block;	
	margin:2px 10px 2px 2px;
	border-radius:2px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
}

.dj-ib-pic img {
}

.dj-ib-info {
	display: inline-block;	
	text-align:left;
	width:65%;
	color:#333;
	position:relative;
}

.dj-ib-info a {
	color:#777;
}

.dj-ib-info a:hover {
	color:#000;
	text-decoration:none;
}

.dj-ib-h1-div, .dj-ib-stats-div  {
	text-align:left;
	min-width:200px;
	height:60%;	
	display:block;
	font-size:20px;
}

.dj-ib-h1-div h1 {
	text-align:left;
	line-height:0.92em !important;
	padding-left:5px;
}

.dj-ib-h1-div h1 a, .dj-ib-h1-div h1 a:hover {
	text-decoration:none;
}

.dj-ib-h1-div h1 a:hover {
	color:#000;
	text-shadow: 0px 0px 5px rgba(99,87,87,0.62);
}

.dj-ib-info .djflag {
	position: absolute;
	margin: 2px 4px 0 0;
	border: 3px solid rgba(1,1,1,0.3);
	border-radius: 10px;
	opacity:0.50;
	right:0;
	bottom:27%;
}

.dj-ib-h1-div .djflag:hover {
	opacity:1.0;	
}

.dj-ib-stats-div {
	text-align:left;
	height:40%;	
	margin:0;
	width: 100%;
}

.dj-ib-stats-div .djbtnicon  {
	opacity:0.20;
	white-space:nowrap;
	margin-right:20px;
	cursor:pointer;
	vertical-align:bottom;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.dj-ib-stats-div div {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	opacity:1.00;
	text-align:left;
	padding-left:4px;
	font-size:15px;
	cursor:auto;
	height:40%;
	width:100%;
	color:rgba(0,0,0,0.40);
	text-transform:uppercase;	
}


.dj-ib-stats-div .djbtnicon img {
	opacity:0.50; /* making it backl to 0.10 on bigger scale */
}

.dj-ib-stats-div .djbtnicon:hover {
	opacity:.80;
}

.dj-ib-stats-div .djbtnicon:hover > .dj-ib-stats-div .djbtnicon img {
	height:30px;
}

.djnav {
	width:100%;
	display:block;
	text-align:left;	
	white-space:nowrap;
	margin-top:10px;
}

.djnav form {
	display:inline-block;
	text-decoration:none;
	opacity:0.60;
	color:#7F7F7F;
	white-space:nowrap;
	float:right;
	margin-top:-3px;
}

#djlistfilters {
	display:inline-block;
	white-space:nowrap;
	float:right;
}

.djnav form:hover {
	text-decoration:none;
	opacity:1.00;
	color: #000;
}

.djnav a, .djnav a:visited {
	color:black; 	
	text-decoration:none;
}

.djnav a:hover {
	color:#8E0E10; 	
	text-decoration:none;
}


.djnav form input, .djnav form select {
	display:inline-block;
	font-size:30px !important;
	border-radius:8px;
	margin-right:5px;
	padding:0 5px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	cursor:pointer;
}

.djButtns {
	font-size:30px;
	background-color:rgba(1,1,1,0.02);
	border-radius:10px;
	border: 1px dashed rgba(0,0,0,0.05);
	padding:2px 5px;
	margin:0 10px 0 0;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
}

.djButtns:hover {
	background-color:rgba(1,1,1,0.08);
	border: 1px solid rgba(0,0,0,0.15);
}

.dj-store-links a {
	border: 1px solid rgba(0,0,0,0.05);
	background-color: rgba(0,0,0,0.02);
	color:#4F571A;
	padding:1px 3px;
	margin-right:5px;
	font-size:14px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	border-radius:3px;
}

.dj-store-links a:hover {
	border: 1px solid rgba(0,0,0,0.06);
	background-color: rgba(0,0,0,0.04);
	color: black;
	text-decoration:none;
}

.dj-main-left .dj-bio {
	font-size: 16px;
	padding-top: 10px;
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	text-align: justify;
	display:block;
}

.dj-main-left .dj-bio #more {
	display:none;
}

.dj-links {
	margin-top:10px;
	display:block;
}

.dj-links a {
	font-size:16px;
}

.dj-bio h2 {
	margin:10px 0;
}

.dj-ratebox {
	font-size:18px;
	margin-top:15px;
		
}

.dj-ratebox form {
	display:inline-block;	
	font-size:18px;
}

.dj-ratebox form input, .dj-ratebox form select {
	font-size:18px;
	border-radius:3px;
	cursor:pointer;
}

.dj-torrents {
	
}	

.dj-torrents div {
	margin-bottom:0;
	
}	

.iconPT {
	font-size:12px;
	display:block;
}

.dj-torrent {
	font-size:20px;	
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-weight:100;
	display:block;
	margin-bottom:10px !important;
	width:100%;
	font-size:8pt;
	position:relative;
	text-align:justify;
	overflow:hidden;
	min-height:50px;
	max-height:70px;
	padding:5px;
}

.dj-torrent:hover {
	background-color:#eee;
}

.dj-t-pic {
	float:left;
	height:auto;
    font-size:0;
	border-radius: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	margin-right:10px;
	width:90px;
}

.dj-t-likebox {
	position:absolute;
	right:90;
	bottom:0;
	max-width:300px;
	max-height:30px;
	vertical-align:bottom;
	margin:12px 0 0 0;
	
}

.dj-t-likebox:hover {
	filter:alpha(opacity=100);
	opacity:1.00;			
}

.dj-t-info {
	position:absolute;
	right:0;
	bottom:0;
	filter:alpha(opacity=20);
	opacity:.20;			
	padding:5px;
	border-radius:5px;
}

.dj-t-info:hover {
	opacity:1.00;	
	background-color:#ccc;
}

.dj-t-info span {
	font-size:11px;
	color : #000;	
	margin-right:3px;
	font-weight:300;
	display: inline-block;
	width: 40px;
	white-space:nowrap;
	overflow:hidden;
}

.dj-t-info span+span {
	width: 45px;
}

.dj-t-info span+span+span {
	width: 35px;
}
.dj-t-info span+span+span+span {
	width: 40px;
}

.dj-t-info span+span+span+span+span {
	width: 40px;
	margin:0;
}

.dj-torrent:hover > [class^="dj-t-info"], 
.dj-torrent:hover > [class*=" dj-t-info"] {  
	filter:alpha(opacity=100);
	opacity:1.0;			
}

.dj-t-link {
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size:24px;
	line-height:27 px;	
}

.dj-drag-n-drop {
	margin-top:10px;
	width:100%;
}

#dragandrophandler {
	font-family: 'Archivo Narrow', sans-serif, tahoma, verdana;
	border: 2px dashed #92AAB0;
	width: 95%;
	height: 60px;
	color: #333;
	text-align: left;
	font-size:15px; 
	display: block;
	padding:2px 5px;
	margin:0;
	background-color: rgba(200,200,4,0.10);
	overflow:hidden;
}

#dragandrophandler:hover {
	background-color: rgba(200,200,4,0.4);
}

.progressBar {
    width: 30%;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px; 
}

.statusbar {
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:100%;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}

.statusbar:nth-child(odd){
    background:#EBEFF0;
}

.filename {
	display:inline-block;
	vertical-align:top;
	width:45%;
}

.filesize {
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:15%;
	margin-left:10px;
	margin-right:5px;
}

.abort {
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-size:13px;
	font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
}


/**************************************/
/* more */

.glrImageInfoDiv {	
	color:#ddd !important;
	font-size:14px !important;
}

.glrImageInfoDiv a {	
	color: #9CBADF !important;
}

.f17 { 
	font-size:17px;
}

.f18 { 
	font-size:18px;
}

.f19 { 
	font-size:19px;
}

.users-favorite {
    background-color: rgba(48, 214, 197, 0.1);
    border: 1px solid rgba(48, 214, 197, 0.25);
    border-radius: 2px;
    padding: 0 2;
}
