/* Style for Sitemap */
#thms {
float: left;
text-align: center;
}
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
	font-weight: none;
}
a:visited
{
	color: #777777;
	text-decoration: none;
	font-weight: none;
}
a:hover
{
	color: #D81919;
	text-decoration: none;
	font-weight: none;
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
	text-align: left;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}


/* Activity Bar */
.activity_holder
{
	height: 15px;
	border: 1px solid #9BAEBF;
}

.activity_bar
{
	height: 15px;
	background: #E9F0F6 url('images/titlebg.jpg') repeat-x;
}

.activity_percentage
{
	height: 15px;
	color: #333333;
	text-align: center;
}



/* Google Maps */
.googleMaps
{
	color: #000000;
	font-size: small;
	font-family: tahoma, sans-serif;
}
.googleMapsSidebar
{
    color: #000000;
    font-size: x-small;
    font-family: tahoma, sans-serif;
    margin: 0px;
    background-color: #E5E5E8;
    overflow: auto;
    width: 150px;
    height: 500px;
}
.googleMapsLegend
{
    color: #000000;
    font-size: x-small;
    font-family: tahoma, sans-serif;
    margin: 0px;
    background-color: #E5E5E8;
    overflow: auto;
}
/* Google Maps Links */
a.googleMapsLink:link, a.googleMapsLink:visited, a.googleMapsLink:hover
{
	color: #000000;
	font-size: small;
	font-family: tahoma, sans-serif;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #000000;
	font-size: 13px;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	MARGIN: 0px 0px 0px 0px; 
	BACKGROUND-COLOR: #ffffff
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 13px;
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 13px;
	color: #000000;
	font-family: verdana, sans-serif;
	text-align: justify;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px none;
	color: #666666;
	background-color: #666666
}

/* No image should have a border when linked */
a img{
border: 0px none;
}

.messageborder
{ 
	border: 1px solid #cccccc;
}

/* A quote, perhaps from another post. */
.quote
{
	background: #F0F3FC url('images/quote_bg.png') no-repeat 5px 5px;
	border: 1px solid #AAA;
	margin: 1px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: justify; padding-left:28px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
}/* The "Off-topic:" header part... */
.off-topicheader
{
	color: #696969;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	line-height: 1.1em;
}

.off-topicheader
{
	color: #696969;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	line-height: 1.1em;
}

.off-topic
{
	color: #696969;
	background-color: #cdcdcd;
	border: 1px dotted #696969;
	margin: 2px;
	padding: 2px;
	font-size: xx-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	overflow: auto;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	font-size: 13px;
	color: #000000;
	background-color: #F6F6F6;
	text-align: left;
}
.windowbg2
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: left;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
	font-size: 13px;
	text-align: left;
}
.windowbga3
{
	color: #000000;
	background-color: #E0E1E8;
	font-size: 13px;
	text-align: left;
}
.windowbga
{
	color: #000000;
	background-color: #F6F6F6;
	font-size: 13px;
	text-align: center;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	background-color: #DDDDDD;
	background-image: url('images/titlebg.gif');
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
	font-size: 13px;
	background-image: url('images/map-header.jpg');
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px
}
.catbg2, tr.catbg2 td
{
	font-size: 13px;
	background-image: url('images/map-header.jpg');
	background-color: #000000;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}
.catbg, .catbg2, .catbg3
{
	font-size: 13px;
	border-bottom: solid 1px #000000;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 13px;
	text-align: left;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-size: 13px;
	color: white;
	text-decoration: none;
	text-align: left;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{	
	font-size: 13px;
	color: #FFCC00;
	font-weight: bold;
	text-align: left;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}


.mborder
{
	padding: 0px;
	border: 1px solid #696969;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 12px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 13px;
}
.normaltext
{
	font-family: verdana, sans-serif;
	font-size: 14px;
}
.treasurytext
{
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.boardtext
{
	font-size: 14pt;
}
.largetext
{
	font-size: 16px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	align: left;
	vertical-align: top;
	padding: 2px 5px 6px 5px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	font-size: 12px;
	background-image: url('images/maintab_first.gif');
	background-repeat: no-repeat;
	width: 10px
}
.maintab_back
{
	font-size: 12px;
	background-image: url('images/maintab_back.gif');
	background-repeat: repeat-x
}
.maintab_last
{
	font-size: 12px;
	background-image: url('images/maintab_last.gif');
	background-repeat: no-repeat;
	width: 8px
}
.maintab_active_first
{
	font-size: 12px;
	background-image: url('images/maintab_active_first.gif');
	background-repeat: no-repeat;
	width: 6px
}
.maintab_active_back
{
	font-size: 12px;
	background-image: url('images/maintab_active_back.gif');
	background-repeat: repeat-x
}
.maintab_active_last
{
	font-size: 12px;
	background-image: url('images/maintab_active_last.gif');
	background-repeat: no-repeat;
	width: 8px
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #FFCC00;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	font-size: 12px;
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	vertical-align: bottom;
	padding: 6px 5px 2px 5px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	font-size: 12px;
	background-image: url('images/mirrortab_first.gif');
	background-repeat: no-repeat;
	width: 10px
}
.mirrortab_back
{
	font-size: 12px;
	background-image: url('images/mirrortab_back.gif');
	background-repeat: repeat-x
}
.mirrortab_last
{
	font-size: 12px;
	background-image: url('images/mirrortab_last.gif');
	background-repeat: no-repeat;
	width: 6px
}
.mirrortab_active_first
{
	font-size: 12px;
	background-image: url('images/mirrortab_active_first.gif');
	background-repeat: no-repeat;
	width: 6px
}
.mirrortab_active_back
{
	font-size: 12px;
	background-image: url('images/mirrortab_active_back.gif');
	background-repeat: repeat-x
}
.mirrortab_active_last
{
	font-size: 12px;
	background-image: url('images/mirrortab_active_last.gif');
	background-repeat: no-repeat;
	width: 8px
}

/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited
{
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

/* Footnotes mod by Nao */
table.footnotes td {
	font-size: smaller;
	padding: 0 2px;
}
td.footnum {
	vertical-align: top;
	text-align: right;
	width: 30px;
}
td.footnum a { text-decoration: none }
a.fnotel {
	text-decoration: none;
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}
td.footnum a:target, a.fnotel:target { background-color: #ddeeff !important }
/* Footnotes End */

.sharedownloadseo_hx {display: inline; color: inherit; border: none; font-size: 1em; font-color: inherit; font-weight: bold; padding: 0px; margin: 0px; }


/* Table Plus BBCodes */
.table_bbc	{ border-spacing: 2px; background: #88A6C0 url('images/catbg.jpg') repeat-x;  }
.table_bbc td	{ padding: 5px; background: #E9F0F6 url('images/titlebg.jpg') repeat-x 0 -17px;  }

/* the facebook-style stuff */
#fbstylenav
{
	width: 16px;
	position: fixed;
	right: 20px;
	bottom: 0px;

}
#fbstylenav li
{
	display:inline;
}
#fbstylenav li a
{
padding: 5px 5px 5px 5px;
float: right;
border: 0px;
}

#fbstylenav li a:hover
{
	background: #FFFFFF url('images/catbg2.jpg') repeat-x;
}
/*	MOD Auto Link Checker	*/
	.link_dead, .link_live { background-repeat: no-repeat; padding-left: 15px }
	.link_dead, .link_live { font-family: Verdana; font-size: 13px }
	.link_dead { background-image: url('images/icons/link_dead.gif') }
	.link_live { background-image: url('images/icons/link_live.gif') }
	.link_dead { color: red !important; text-decoration: line-through !important }
	.link_live { color: green !important; font-weight: bold }

/* The tlist style */
.tlisttable
{
	padding: 0px;
	border: 1px solid #ADADAD;
	background-color: white;
	width: 100%;
}

.tlisttable th
{
background: #496D91 url('images/catbg.jpg') repeat-x;
border-bottom: 1px solid #375576;
color: white;
padding-left: 7px;

font-weight: bold;
font-size: 16px;
text-align: left;
vertical-align: middle;
white-space: nowrap
}

.tlisttable td
{
}

.tlisttitleicon
{
	background: url('images/topic/normal_post.gif') no-repeat center;
	width: 16px;
	height: 20px
}

.tlistcol1
{
	width: 16px;
	vertical-align: middle;
	text-align: center;
}
.tlistfirsticon
{
	margin: 0 5px 0 5px;
}

.tlistcol2
{
}
.tlistindex
{
	text-align: right;
	font-size: x-small;

/* Begins DC SMF Search styles */
.rsbutton
{
	font-size: 11px;
}

.showhide
{
	color: #0f0f0f;
	border: 1px gray solid;
	padding: 1em;
	margin-bottom: 1em;
	background-color: white;
}

/* Ends DC SMF Search styles */
         .hidden {
	color: red;
	font-style: italic;
	font-size: small;
}

.hidden_message {
	color: red;
	font-style: italic;
	background: #F6F6F6;
	font-size: small;
}

.hidden_user {
	font-style: italic;
	background: #F6F6F6;
}

.hidden_user a, .hidden_user a:visited{
	color: red;
}

.hidden_user a:hover{
	text-decoration: underline;
}

.PMnav, .PMnav:hover, .PMnav a, .PMnav a:visited 
{
	color: white;
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Tahoma, Arial, Sans-serif, serif; 
	text-decoration: none; 
}

.PMnav a:hover
{
	color: white;
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Tahoma, Arial, Sans-serif, serif; 
	text-decoration: none; 
}
ul.reset, ul.reset li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
/*  Drafts Modification for SMF 2.0/1.1  */
#drafts-success{color:green; margin:1ex 0 2ex 3ex;}
/*  Drafts Modification for SMF 2.0/1.1  */
.repbars img
{
	padding: 0 1px 0 0;
}

#reputation_menu{
	position: absolute;
	border: 1px solid black;
	z-index: 100;
}

.post_best_answer { border: 5px solid #33cc33; border-radius: 0 0 7px 7px; }
.best_answer_button span, .remove_best_answer_button span {display: inline-block; }
.best_answer_button span { background: url(images/buttons/best_answer.png) no-repeat; }
.remove_best_answer_button span { background: url(images/buttons/best_answer.png) no-repeat 0; }
#best_answer_goto { border-radius: 7px 7px 7px 7px !important; margin-bottom: 3px; min-height: 20px }
.is_best_answer { padding: 10px 0 6px; background: #33cc33; color: #fff; font-size: 14px; border-radius: 7px 7px 0 0; text-align: center; }
.is_best_answer a { font-weight: 800; color: #ffffff}
.is_best_answer a:hover { color: #ffdd99 }


.who_is_online_avatar_height0 img
{
	vertical-align: middle;
	height: 30px;	
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height0, .who_is_online_avatar_height0 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height1 img
{
	vertical-align: middle;
	height: 40px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height1, .who_is_online_avatar_height1 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height2 img
{
	vertical-align: middle;
	height: 50px;
	width: auto;	
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height2, .who_is_online_avatar_height2 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height3 img
{
	vertical-align: middle;
	height: 60px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height3, .who_is_online_avatar_height3 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height4 img
{
	vertical-align: middle;
	height: 70px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height4, .who_is_online_avatar_height4 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height5 img
{
	vertical-align: middle;
	height: 80px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height5, .who_is_online_avatar_height5 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height6 img
{
	vertical-align: middle;
	height: 90px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height6, .who_is_online_avatar_height6 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}
.who_is_online_avatar_height7 img
{
	vertical-align: middle;
	height: 100px;
	width: auto;
	border: 2px solid #accbac;
	background: #f0fff0;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.who_is_online_avatar_height7, .who_is_online_avatar_height7 td
{
	background:url(../images/noavatar.png) center center no-repeat;		
}

.teknoromibutton{cursor:pointer;display:inline-block;padding:5px 10px;background:linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);border:1px solid #000;font-size:14px;color:#FFF; -webkit-border-radius: 3px; border-radius: 3px; } .teknoromibutton a{color:#FFF;}.tekbutton{background: none repeat scroll 0% 0% #000;opacity: 0.5;color: red;padding: 7px 11px;font-size: 15px;border-radius: 15px;}
[id="close"]{position: absolute;bottom: 110px;
right: -15px;} 
.popupwindows{ position:fixed;top:-50%;left:-50%; width: 258px;
height: 107px;background: #fff; opacity:0; transition:opacity 0.6s ease-out; z-index:-1; padding:10px; -webkit-border-radius: 3px; border-radius: 3px; margin:-150px 0 0 -200px; } 
.teknoromiwindows{width:1px;height:1px;visibility:hidden;} 
.teknoromiwindows:checked + .popupwindows{ top:50%;left:50%; display:block; z-index:9; opacity:1;}
.popupwindows input.form-text {display: block;width: 160px;padding: 8px 7px;font-size: 14px;border: 1px solid #ddd;background: #f5f5f5;border-radius: 3px;float: right;}
.popupwindows input.form-text:focus {border: 1px solid #ccc;background: #fff;}
.popupwindows input[type="submit"] {margin: 0px 8px 8px 0px;font-size: 10px;font-weight: bold;border: 0px none;border-radius: 5px;box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
background:#FF8924;color: #FFF;float: right;font-family: arial,helvetica,sans-serif;padding: 10px 2px;width: 120px;text-align: center;}
.popupwindows input[type="submit"]:active {background: -moz-linear-gradient(19% 75% 90deg, #EB4701, #F58423);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F58423), to(#EB4701));
cursor: pointer;}