.mysupport_status_solved {
	color: green;
}

.mysupport_status_notsolved {
	color: red;
}

.mysupport_status_technical {
	color: blue;
}

.mysupport_status_onhold {
	color: yellow;
}

.mysupport_tabs {
	margin: 20px auto;
}

.mysupport_tab {
	text-align: center;
	padding: 5px;
	display: inline;
	border-radius: 6px;
}

.mysupport_tab_solved {
	background: #D6ECA6;
	border: 2px solid #009900;
	color: #009900;
	font-weight: bold;
	display: none;
}

.mysupport_tab_solved a {
	color: #009900;
}

.mysupport_tab_not_solved {
	background: #FFE4E1;
	border: 2px solid #CD0000;
	color: #CD0000;
	font-weight: bold;
	display: none;	
}

.mysupport_tab_not_solved a {
	color: #CD0000;
}

.mysupport_tab_technical {
	background: #ADCBE7;
	border: 2px solid #0F5C8E;
	color: #0F5C8E;
	font-weight: bold;
	display: none;	
}

.mysupport_tab_technical a {
	color: #0F5C8E;
}

.mysupport_tab_hold {
	background: #FFF6BF;
	border: 2px solid #FFB90F;
	color: #FFB90F;
	font-weight: bold;
	display: none;	
}

.mysupport_tab_hold a {
	color: #FFB90F;
}

.mysupport_tab_best_answer {
	background: #D6ECA6;
	border: 2px solid #8DC93E;
	color: #8DC93E;
	font-weight: bold;
}

.mysupport_tab_best_answer a {
	color: #8DC93E;
}

.mysupport_tab_misc {
	background: #EFEFEF;
	border: 2px solid #555555;
	color: #555555;
	font-weight: bold;
}

.mysupport_tab_misc a {
	color: #555555;
}

.mysupport_bar_solved {
	background: green;
	height: 10px;
	border-radius: 0px !important;	
}

.mysupport_bar_notsolved {
	background: red;
	height: 10px;
	border-radius: 0px !important;		
}

.mysupport_bar_technical {
	background: blue;
	height: 10px;
	border-radius: 0px !important;				
}

.mysupport_bestanswer_highlight {
	background: #D6ECA6 !important;
}

.mysupport_staff_highlight {
	background: #E6E8FA !important;
}

.usercp_nav_support_threads {
	background: url(images/usercp/mysupport_support.png) no-repeat left center;
}

.usercp_nav_assigned_threads {
	background: url(images/usercp/mysupport_assigned.png) no-repeat left center;
}

.modcp_nav_tech_threads {
	background: url(images/modcp/mysupport_technical.png) no-repeat left center;
}

.modcp_nav_deny_support {
	background: url(images/mysupport_no_support.gif) no-repeat left center;
}div[id^=tyl_btn_] {
	display: inline-block;
}

a.add_tyl_button span{
	background-image: url(images/thankyoulike/tyl_add.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

a.del_tyl_button span{
	background-image: url(images/thankyoulike/tyl_del.png);
	background-repeat: no-repeat;
	font-weight: normal;
}

.tyllist{
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
}

.tyllist_classic{
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
}

img[id^=tyl_i_expcol_]{
	vertical-align: bottom;
}

.popular_post{
	border: 2px solid;
	border-radius: 3px;
	border-color: rgba(112,202,47,0.5);
	background-color: rgba(139,195,74,0.3);
}

.tyl_counter{
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #ddd;
	color: #333;
	padding: 1px 5px;
	float: right;
	margin: 4px 5px 0px 10px;
	font-weight: bold;
}

.tyl_avatar{
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	margin-right: -4px;
}

.tyl_rcvdlikesrange_1, .tyl_rcvdlikesrange_1 a{
	font-weight: bold;
	text-decoration: none;
	color: green;
}

.jGrowl .jGrowl-notification.jgrowl_success.tyl_jgrowl,
.jGrowl .jGrowl-notification.jgrowl_error.tyl_jgrowl{
	background: black;
	border: 1px solid black;
	color: white;
}

.jGrowl .jGrowl-notification.jgrowl_success.tyl_jgrowl .jGrowl-close,
.jGrowl .jGrowl-notification.jgrowl_error.tyl_jgrowl .jGrowl-close {
	color: black;
}
.mydiscordnotification {
	color: #23272A;
	font-size:18px;
	text-align: center;
	border: 1px solid #2C2F33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 12px 5px 0;
	margin: 5px 0;
	background-color:#7289DA;
}

.mydiscordnotification img{
	height:20px;
	width:20px;
	margin: -3px 0;
}

.mydiscordnotification a{
	color: #0000ff;
}