/* Webrinki style */
.wrtoplink,.wrtoplink:hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.wrbc,.wrbc:hover {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.wrtext {
	color: #000000;
	font-size: 11px;
	font-weight: none;
}

.wrtextw {
    text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
	font-weight: none;
}

.wrtextw:hover {
	text-decoration: underline;
	color: #FFEA03;
	font-size: 11px;
	font-weight: none;
}

.wrdarktitle {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
.wrdarktext {
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
}
.wrwhitetext {
	color: #ffffff;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.wrcatlink:hover {
	text-decoration: none;
	color: #FFEA03;
	font-size: 14px;
	font-weight: bold;
}
.wrcatlink {
	text-decoration: none;
	color: #fe6f06;
	font-size: 14px;
	font-weight: bold;
}

.wrlistlink {
	text-decoration: none;
	color: #FFEA03;
	font-size: 12px;
	font-weight: bold;
}

.wrlistlink:hover {
	text-decoration: none;
	color: #FFEA03;
	font-size: 12px;
	font-weight: bold;
}

.wrcatstatlink {
	text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
}
.wrcatstatlink:hover {
	text-decoration: hover;
	color: #FFEA03;
	font-size: 11px;
}
.wrcatinfo,.wrcatinfo:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: none;
}
.wrcatlinkwhite {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.wradminlinks {
	text-decoration: underline;
	color: #FFEA03;
	font-size: 11px;
	font-weight: none;
}
.cls {
    overflow: hidden;
    width: 100%;
}

a.click {
    background: transparent url('/datafiles/userfiles/Image/WebRingit/second_btn_ring.gif') no-repeat scroll top right;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 23.5px;
    margin-right: 0px;
    float: right;
    padding-right: 13px;
    text-decoration: none;
    color: #ffffff;
	font-size: 12px;
}

a.click span {
    background: transparent url('/datafiles/userfiles/Image/WebRingit/first_btn_ring.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 13px;
}

a.click:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.click:active span {
    background-position: bottom left;
}

.wrputbox {
	background: #0281DE;
	-Moz-Border-Radius: 13px;
	border-radius: 13px;
	padding: 10px;
	color: #ffffff;
}

a.fronttooltip:hover {
	background:#ffffff;
	text-decoration:none;
}

a.fronttooltip span {
	display:none; 
	padding:5px; 
	width:150px;
}

a.fronttooltip:hover span {
	display:inline; 
	position:absolute;
	background:#0281DE; 
	border:3px solid #FE6F06; 
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.sitetooltip {
    position:relative;
    z-index:24; 
    background-color:#0281DE;
    color:#fff;
    text-decoration:none;
}

a.sitetooltip:hover {
	z-index:25; 
	background-color:#0281DE;
}

a.sitetooltip span {
	display: none
}

a.sitetooltip:hover span {
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #FE6F06;
    background-color:#FE6F06; 
    color:#fff;
    text-align: center;
    width: 252px;
}



