
/* standard link */
#JurionNews-widget a.standard {
	background: url(../images/bg_arrow_right_blue.png) no-repeat left 3px;
	color: #0966A2;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#JurionNews-widget a.standard:hover {
	color: #499BD0;
	background-position: left -11px;
}

/* standard button */
#JurionNews-widget .button {
	-webkit-border-radius:  4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	color: white;
	text-align: center;
	vertical-align: middle;
}

#JurionNews-widget .button:hover {
	-webkit-box-shadow: inset 0 0 4px #000;
	-moz-box-shadow: inset 0 0 4px #000;
	box-shadow: inset 0 0 4px #000;
}

/* small button */
#JurionNews-widget .small {
	display: inline-block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

/* button colors */
#JurionNews-widget .grey {
	margin-right: 10px;
	background: #464D51 !important;
	font-size: 11px;
}
#JurionNews-widget.w60 .grey{
	margin-right: 18px;	
}
#JurionNews-widget .grey:hover { background: #747A7D !important; }


#JurionNews-widget.w60 .title-bar .title {
	display: inline-block;
	margin-top: 4px;
}

#JurionNews-widget.w60 .title-bar .title ul {
	display: inline-block;
	height: 26px;
	margin-left: 10px;
}

#JurionNews-widget.w20 .title-bar .title ul {
	display: none;
}

#JurionNews-widget.w60 .title-bar .title span {
	display: inline-block;
	line-height: 22px;
}

#JurionNews-widget.w60 .title-bar .title ul li {
	border: solid transparent;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	padding: 0 20px;

	-webkit-border-radius:  5px 5px 0 0;
	-moz-border-radius:  5px 5px 0 0;
	border-radius:  5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#JurionNews-widget.w60 .title-bar .title ul li.active, 
#JurionNews-widget.w60 .title-bar .title ul li:hover {
	background: white;
	border: solid white;
	border-width: 1px 1px 0 1px;
	color: black;
}

#JurionNews-widget.w20 ul {
	padding: 10px;
}


#JurionNews-widget.w60 ul.all {
	display: block;
}

#JurionNews-widget.w60 li.entry {
	display: block;
	padding: 30px 20px 0;
}

#JurionNews-widget.w20 li.entry {
	border-bottom: 1px dotted #A9ABAC;
	padding: 10px 0;
}

#JurionNews-widget.w60 li.entry .thumbnail {
	float: left;
	width: 120px;
	font-size: 7px;
	color: lightgrey;
}

#JurionNews-widget.w20 li.entry .thumbnail {
	float: left;
	height: 60px;
	width: 60px;
}

#JurionNews-widget.w60 li.entry .thumbnail img {
	width: 120px;
}

#JurionNews-widget.w20 li.entry .thumbnail img {
	width: 60px;
}

#JurionNews-widget.w60 li.entry .text {
	border-bottom: 1px dotted #A9ABAC;
	float: right;
	padding-bottom: 7px;
	margin-top: -3px;
	width: 758px;
}

#JurionNews-widget.w20 li.entry .text {
	float: right;
	position: relative;
	top: -3px;
	width: 128px;
}

#JurionNews-widget.w60 li.entry .text .date {
	float: right;
	font-weight: bold;	
	color: #464D51;
}
#JurionNews-widget.w60 li.entry .text .category {
	color: #464D51;
}

#JurionNews-widget.w20 li.entry .text .date {
	font-weight: bold;
	color: #464d51;
	margin-bottom: 10px;
}

#JurionNews-widget.w60 li.entry .text .title {
	font-size: 14px;
	color: #464d51;
	font-weight: bold;
	line-height: 17px;
	margin-top: 10px;
}

#JurionNews-widget.w20 li.entry .text .title {
	height: 45px;
	line-height: 15px;
	overflow: hidden;
}

#JurionNews-widget.w60 li.entry .text .description {
	margin-top: 10px;
}

#JurionNews-widget.w60 li.entry .text .content {
	display: none;
	margin-top: 10px;
}

#JurionNews-widget.w60 li.entry .text .content p {
	margin-top: 10px;
	text-align: justify;
}

#JurionNews-widget.w60 li.entry .text button.more,
#JurionNews-widget.w60 li.entry .text button.close {
	background: url(../images/bg_arrow_right_blue.png) no-repeat 0 5px;
	border: none;
	color: #0966A2;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 8px;
}

#JurionNews-widget.w60 li.entry .text button.more:hover,
#JurionNews-widget.w60 li.entry .text button.close:hover {
	background: url(../images/bg_arrow_right_blue.png) no-repeat 0 -9px;
	color: #499BD0;
}

#JurionNews-widget.w60 li.entry .text button.close {
	display: none;
}

#JurionNews-widget .box-content footer {
	padding: 9px 0;
	text-align: right;
}