/* JA Rave
---------------------------------------------------------                    
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.                   
---------------------------------------------------------*/
/*
# ------------------------------------------------------------------------
# JA Rave template for Joomla 1.5.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
background: none; /* JOSE: fondo incluye plantilla Unal antes color nivel nacional */
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.1;
	
}

body#bd {
	/*background: #f2f2f2; */
	color: #333; 
}

/* Normal links ---*/
a { color: #9A2016; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333 ; }

/* Readon links ---*/
a.readon {
	display: inline;
	width: 100%;
	margin-bottom: 13px;
	
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial;

}
#ja-content h1.componentheading_espacio{
 	font-family: Arial;
	margin-top: -43px;
}
div.moduletable_espacio h3{
    margin-top: 26px;
}
#ja-mainbody{
margin-top:0px;
}
.item-page_espacio{
margin-top:23px;
}
h1.contentheading {
	font-family: Arial;
	padding-top: 0px;  /*	padding-top: 40px; este estaba*/

}
.item-page h1.contentheading {
	font-family: Arial;
	color:#646464;
	padding: 0px 0px 10px 0px;  /* JOSE: padding-top en contenido de art�culos: 40px; este estaba*/
    border-bottom: 1px solid rgb(221, 221, 221);/*Adicionado RRB*/
}

h1.componentheading, .componentheading, h1.componentheading_espacio { /*titulos*/
	text-transform: normal;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	padding: 0px 0px 10px 0px;
	font-size: 200%;
	margin-bottom: 6px;	
	font-family:  Arial, Helvetica, sans-serif;
	color: #646464;
	margin-top:0px;
}


h2.contentheading, .contentheading{
	font-weight: normal;
	font-size: 140%;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
}

h2.contentheading a , .contentheading a {
	color: #111;

}

h2.contentheading a:hover , .contentheading a:hover {
	color: #9a2016;
	
}
.contentheading { font-size: 200%; }
.blog .contentheading
.blog .contentheading { font-size: 165%; }

.category { font-size: 110%; font-weight: normal; }

.items-row .hasTip a { padding-left: 18px;}
/* Others ---*/
hr { border-top: 1px solid #ddd; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Arial, sans-serif;
}

.inputbox { border: solid 1px #ddd;  background: #fff; }

.inputbox:hover, .inputbox:focus { background: #fff; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ddd; }

.searchintro { border-bottom: 1px solid #ddd; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ddd;}

#component-contact{margin-top: 0px;} 
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.leading, .items-row .item {}

.article_row { }

/* Meta ---*/
.article-meta { color: #999; width: 90%; }

.createby { color: #9a2016; }

.article-section {
	padding-left: 10px;
}

.contentdescription { border-bottom: 1px solid #fff; }

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
.sectiontableheader {
	background: #006699;
	color: #fff;
	padding: 5px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 { border-bottom: 1px solid #ddd; padding: 5px; }

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background: #ffffcc; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%;}

/* Content Toc */
table.contenttoc { border: 1px solid #ddd; }

table.contenttoc td { border-bottom: 1px dotted #ddd; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

/* Poll */

.moduletable_poll {
	border-bottom: solid 1px #ddd;
}
h4.poll-title {
	font-family: Arial, sans-serif;
	margin: 15px 0px;
	font-weight: normal;
	text-transform: none;
}
form#poll {
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ddd; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination ul li span{
	display: none;
}

.pagination ul li span.pagenav {
	display: inline;
}
.pagination ul li span, .pagination ul li strong {
	border: solid 1px #ddd;
	background: #f8f8f8;
	padding: 5px !important;
}
.ja-content-main ul.pagination li {
	background: #F8F8F8;
	border: solid 1px #ddd;
	margin: 0px 2px;
}

.ja-content-main{
  }
.item-page_espacio{
margin-top:0px;
}
.ja-content-middle{
top:-30px;}

.ja-content-top{
margin-top:-5px;/*JOSE: margen superior contenido principal p�gina de inicio, anterior -28px*/
}

.ja-content-main .counter {
	float: left;
}
.ja-content-main .counter span {
	padding: 0px 5px;
}

.pagination .pagination {
	float: left;
}

.ja-content-main .logout_form h1 {
	background: none;
}

.ja-content-main ul.pagination li span { color: #9a2016; }

.ja-content-main ul.pagination li a{ color: #333; }

.ja-content-main ul.pagination li a:hover{ color: #9a2016;}

.ja-content-main ul.pagination li span,
.ja-content-main ul.pagination li strong { line-height: 20px; }

.blog_more { border-bottom: 1px solid #ddd; }

.blog_more h2 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	font-size: 200%;
	text-transform: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 0px 0px 5px;
	color: #555;
	border-bottom: solid 1px #ddd;
}  

.ja-inset1 {
	margin-top: -10px;

}
#ja-right .blank{
position:relative;
top:-4px;
}
#ja-right{
margin-top: -20px;
font-family:Arial,Helvetica,sans-serif;


}
.ja-inset1 div.ja-moduletable:hover h3, .ja-inset1 div.moduletable:hover h3,
#ja-right div.ja-moduletable:hover h3, #ja-right div.moduletable:hover h3,
{
	border-bottom: solid 5px #333;  
	color: #333;
	
}

.ja-content-main:hover .item-page h1 {
	/*border: none;*/
}
#ja-right div.moduletable_jatabs:hover h3 {
	border: none;
	color: #555;
	
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ddd; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {
	/* background: #fff; IC 5/MAY/2014 */ 
}
.main .main-inner1 { margin-left: 0px; margin-right: 0px;  }/*tama�o del menu_PrincipalRRB*/


.ja-mass-top .ja-module, .ja-mass-top .ja-moduletable  { overflow: hidden; padding: 0px; }

/* HEADER
--------------------------------------------------------- */
#ja-header .main {
	padding: 0px;
	margin-bottom: -7px;
	
	/*border-left: solid 1px #ddd;*/
	/*border-right: solid 1px #ddd;*/
}

#ja-header .main .main-inner1 {
	padding: 0px 0px 0px;
	margin: 0px 15px;
	margin-bottom: 0px;
/*	border-bottom: solid 1px #00ff00;      */
}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0px; }

/* Se ajusta el width a cero para evitar desplazamiento a la derecha del m�dulo superpuesto (banner) en algunos navegadores IE */
/* Logo Image ---*/
h1.logo { /*width: 162px;*/ width: 0px; height: 90px; }

h1.logo a { /*este es el logo*/
	/* background: url(../images/logo.png) no-repeat left !important; */
	background-color:#ffffff;
	display: block;
	/*width: 140px;	*/
	width: 0px;
	height: 92px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-left: 0px;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 5px;
	text-transform: uppercase;
}

#ja-top-header {
	margin-top:-5px;
	position:absolute;
	right:180px;
	text-align:right;
	width:50%;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	padding-top: 0px;
}
#ja-mainnav .main {
	background: none;
}
#ja-mainnav .main .main-inner1{
	background: url(../images/mainnav-bg.png) repeat-x left top !important;
	/*margin-right:180px; JOSE: nueva margen en men� principal para poner home y boletin*/
	margin-left:0/*60px;*/
 }

#menu1{
border: 0px solid #ffffff;
background: url(../img/sitio/home_sinab.png) no-repeat top left !important;
}

#menu1 .menu-title{
background: none;
}

#menu2{
border: 0px solid #ffffff;
background: url(../img/sitio/consultar_por_bg_sinab.png) no-repeat top left !important;
}

#menu154 {
border: 0px solid #ffffff;
background: url(../img/sitio/boletin_bg_sinab.png) no-repeat top left !important;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container .main { 
font-family:Arial,Helvetica,sans-serif; 
line-height:20px;
top:0px;
margin-bottom:20px;
padding: 0px 0 0; /*top -30; border: solid 1px #00ff00; border-right: solid 1px #ddd;*/}

#ja-container ul.menu {
	margin-top: 0px;
}
#ja-container ul.menu li a {color: #333;} 
#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active {color: #9a2016;} 
#ja-container ul.menu li.active a { color: #9a2016;}
#ja-container ul.menu li { 
	border-bottom: 1px dotted #ddd; 
	background: url(../images/arrow5.png) no-repeat scroll 96% 13px ;
}

#ja-container ul.menu li:hover { 
	background: url(../images/arrow9.png) no-repeat scroll 96% 13px ;
}
#ja-container ul.menu li ul li a {
	color: #333 !important;
}

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ddd; }

#ja-container ul.menu li ul { margin: 0px;}
#ja-container ul.menu li li {
	background: url(../images/arrow6.png) no-repeat scroll 0% 13px ;
	text-indent: 10px;
}

#ja-container ul.menu li li:hover {
	background: url(../images/arrow10.png) no-repeat scroll 0% 13px ;
	text-indent: 10px;
}

#ja-container ul.menu li ul li a:hover,#ja-container ul.menu li ul li a:active {
	color: #9a2016 !important;
}

#ja-container ul.menu li.active li.active a {
	color: #9a2016 ;
}
#ja-container ul.menu li ul ul {
	margin-left: 7px;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #888;
	font-weight: bold;
	border-bottom: none;	
	background: none;
	font-size: 100%;
}
14
#ja-topsl div.ja-box-ct ,
#ja-botsl div.ja-box-ct {
	color: #aaa;
}
#ja-botsl ul.contentuser {
	margin-top: 15px;
}
#ja-botsl div.ja-box-ct li {
	background-image: url(../images/bullet.png);
}

#ja-botsl div.ja-box-ct .color-link li {
	display: inline;
	background: none;
	padding-left: 0px;
}

#ja-botsl div.ja-box-ct li a {
	color: #aaa;
}

#ja-botsl div.ja-box-ct li a:hover {
	color: #9a2016;
}
#ja-botsl .ja-box-left {
	width: 17% !important;
}

#ja-botsl .ja-box-right {
	width: 35% !important;
}

#ja-botsl .ja-box-center {
	width: 24% !important;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0px; border-bottom: 1px solid #ddd; }

/* Bot spotlight ---*/
#ja-botsl{ 
	background: #252525;
	border-top: solid 0px #9a2016;
}
#ja-botsl .main {
	background: #16a8e2;
}

/* Navhelpert ---*/

/* Footer ---*/

#ja-footer {
	padding: 0px;
	background: #eee;
}

#ja-footer .main {
	padding: 13px 13px 13px 13px;
	position: relative;
	text-align: left;
	background: #ffffff;
	position: relative;
}

#ja-footer .ja-copyright {
	/*border-top: solid 1px #333;*/
	border-top: none;
	margin: 0px 10px;
	padding: 10px 0px 0px; /*JOSE: padding superior en caja servicios adicionales, antes 2px */
	position: relative;
}

#ja-footer .ja-copyright div.bannergroup {
	display: none;
}

#ja-footer .ja-copyright small {
	text-align: left;
	color: #999;
}

#ja-footer .ja-copyright a { color: #999;}

#ja-footer .ja-copyright a:hover { color: #9a2016;}


#ja-poweredby {
	position: absolute;
	right: 15px;
	display: block;
	top: 25px;
	text-indent: -3000px;	
}

#ja-footer .ja-footnav { margin: 0px 15px; clear: left;}

.ja-footnav ul  { float: left; margin-left: -10px;}

.ja-footnav ul li  {
	background: url(../images/line-footer.gif) no-repeat left center;
	padding: 0px 10px;
}

.ja-footnav ul li a {
	color: #888;
}

.ja-footnav ul li a:hover {
	color: #9a2016;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#ja-content-mass-top{

margin-bottom:0px;

}

/* logo-top ---*/
#ja-logo-top {
	display: block;
	width: 180px;	
	height: 90px;
	margin-left: 0px;
	position: absolute;
	padding-top:20px;
	/*
	left: 17px;
	top: 3px;
	*/
	z-index:2;

}

/* Menu-top ---*/
#ja-menu-top {
  width: 219px;
  position: absolute;
	left: 658px;
	top: 9px;
	vertical-align:middle;
}
#ja-menu-top img{
	width: 14px;
	height: 14px;
  vertical-align:middle;
	
}
#ja-menu-top .mainlevel{
  padding-left:15px;
  padding-top:-20px;
}


/* Search ---*/
#ja-search {
  
	right: 13px;
	border: solid 1px #ddd;
	padding: 6px 2px;
	bottom: 10px;
}

#ja-search .inputbox{ 
	width: 235px; border: none; font-style: italic;
	height:14px;
	font-family: Arial;
	color: #999;
}

#ja-search input.button {
	background: url(../images/search-sm.png) no-repeat left center;
	text-indent: -3000px;
	line-height: 0px;
	position: relative;
	width: 20px;
	border: none;
	height: 15px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background: #fff;
}
/* Others ---*/
#ja-banner { border-top: 1px solid #ddd; }

div.ja-innerdiv { border-bottom: 1px dotted #ddd; }

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

.ja-box-ct p .img, .article-content p img {
	border: solid 1px #ddd;
	padding: 0px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background: #f2f2f2;
}

.ja-box-ct p, .article-content p {
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 6px;
}

img.left { float: left; }


img.right { float: right; }

img.img {
	padding: 4px;
	border: solid 1px #ddd;
	background-color: #f2f2f2;
}

.ja-tab-subcontent li img {
	float: left;
}

.ja-tab-subcontent li .img-tabs {
	margin-left: 48px;
}

body.contentpane p {
	margin: 10px 0px;
	font-size: 90%;
	color: #333;
}
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
	margin-left: 0px; 
}

#form-login input.inputbox {
	border: solid 1px #ddd;
	width: 98%;
	color: #999;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}

#form-login input#modlgn_remember {
	width: auto;
	border: none;
}

#form-login ul li a { color: #333;}

#form-login ul li a:hover { color: #9a2016;}

input.button {
	background: url(../images/button-bg.gif) repeat-x top center;
	border: solid 1px #ddd;
	padding: 3px 10px;
	font-weight: normal;
	cursor: pointer;
	height: 25px;
}

input.button:hover {
	background: url(../images/button-hover-bg.gif) repeat-x top center;
	color: #9a2016;
}
form.poll {
	clear: left;
	display: block;
}

form.poll input.button {
	float: left;
	margin-top: 0px;
}

a.poll-result {
	background: url(../images/button-bg.gif) repeat-x center center;
	border: solid 1px #ddd;
	padding: 1px 10px;
	font-weight: normal;
	cursor: pointer;
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	text-transform: none !important;
	font-size: 98%;
	/*height: 21px;*/
	/*line-height: 22px;*/
	color: #000000;
	
}

a.poll-result:hover {
	background: url(../images/button-hover-bg.gif) repeat-x top center;
	color: #16a8e2;
	text-decoration: none;
}

p.img-photo {
	margin-left: 10px;
}

p.img-photo img {
	padding: 4px;
	border: solid 1px #ddd;
	background-color: #f2f2f2;
	margin: 2px;
}
p.readmore {
	border-bottom: solid 1px #ddd;
	padding: 0px 0px 10px 0px;
}
p.readmore a {
	font-size: 95%;
	line-height: 10px;
}

fieldset span.small {
	font-size: 100%;
	color: #9a2016;
}

.contentpaneopen td ul li {
	background: none !important;
	float: left;
	padding: 0px 5px ;
	margin: 0px;
}
.group-content .ja-box-ct p img {
	padding: 4px;
	border: solid 1px #ddd;
	float: left;
	margin-right: 10px;
} 

.group-content .ja-box-ct p strong {
	color: #9a2016;
	display: block;
} 

.group-content .ja-box-ct span {
	font-size: 90%;
} 
/* Twitter ---*/
.ja-twitter {
	padding: 5px 0px 0px 0px;
}

.ja-twitter h4 {
	display: none;
}

div.ja-twitter div.ja-twitter-date {
	color: #888;
	font-size: 85%;
}

div.ja-twitter center {
	background: #252525;
	margin-top: -11px;
	padding: 13px 0px;
}

div.ja-twitter center:hover {
	background: #9a2016;
	margin-top: -11px;
	padding: 13px 0px;
}

.ja-twitter center a {
	color: #fff !important;
	font-family: Arial;
	font-size: 110%;
}

ul.contentuser {
	float: left;
}

.t3-logo-light a:hover {
	border: none !important;
	text-decoration: none !important;
}

body.contentpane {
	padding: 0px;
}

#jac-social-links {
	display: none;
}
/*------Comment--------------*/

.jac-add-button {
	position: relative;
	left: 65px;
	font-size: 95%;
	bottom: 32px;
	border-left: solid 1px #ddd;
	padding-left: 5px;
}

.leading .jac-add-button {
	bottom: 43px;
}

.blog.section .jac-add-button {
	bottom: 25px;
	left: 65px;
}

.blog.section .leading .jac-add-button {
	bottom: 36px;
}
.items-leading .leading {
	position: relative;
	padding-bottom: 0px;
}


dl.article-info {
	width: auto; 
}
dl.article-info dd, dl.article-info dt {
	color: #888;
}

.items-leading {
	padding-bottom: 10px;
}

#ja-right .moduletable_noborder {
	padding: 0px;
	margin-bottom: 0px !important; 
	margin-top: 0px !important; 
}

#ja-right .moduletable_noborder p {
	margin-bottom: 10px;
}

.ja-mass-top .moduletable_slideshow{
	background: #f2f2f2;
	border: solid 1px #ddd;
	padding: 4px;
	margin-bottom: 15px;
	
}

.ja-mass-top .moduletable_highlight {
	margin-top: 25px !important;
}

.ja-mass-top div.ja-moduletable, .ja-mass-top div.moduletable {
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.items-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.article-image {
	top: 0px;
	position: relative;
	left: 0px;
	
}

/*Estas son las imagenes del home */
.img_caption img{
	width: 150px;
	height: 100px;
	float: left;	
	border: solid 1px #ddd;
	background-color: #f2f2f2;
	padding: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
div.article-main {
	padding-right: 5px !important;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 13px;
	position: relative;
	margin-top: -26px;
	margin-bottom: 30px;
}

.haveimage, .article_column .haveimage {
	position: relative;
	margin-left: 184px;

}

.leading  .contentpaneopen {
	margin-bottom: 12px;
}

.pagination  {
	float: right;
}
div.moduletable_gallery {
	margin-bottom: 0px !important;
	padding: 0px !important;
}

a.jac-links {
	background: none !important;
	padding-left: 0px !important;
	float: left;
}

.pagination-start, .pagination-prev, .pagination-end, .pagination-next {
	display: none !important;
}

#ja-botsl div.ja-moduletable h3 {
	padding:0px !important;
}
.article_row .contentpaneopen_edit {
	padding-left: 0px;
}

#jac-wrapper h2.componentheading {
	border-top: none;
}

#jac-wrapper input.text, #jac-wrapper input.search, #jac-wrapper textarea.textarea {
	font-family: Arial;
	color: #999;
}

.moduletable_highlight:hover h3 {
	color: #333;
	border-color: #333;
}

div.catItemCommentsLink a {
	float: left;
}

.leading {
	padding: 0px;
	margin: 0px ;
}

.moduletable_video p {
	float: left;
	z-index: 100;
	position: relative;
	z-index: 1;
}

.blog .leading {
	border: solid 1px transparent;
}

/*news*/
.junews {
 border-bottom: 1px dotted #ccc; 
 padding: 8px 7px;
}

.juinfo_title{
 color:#666666;
 font-size: 110%;
 font-weight: normal;

}

.junews a:hover{
 color:#16a8e2;
}
.small juinfo {
 color:#16a8e2;
}
a.readmore_juinfo{
 color:#16a8e2;
 font-weight: normal;
}
a.readmore_juinfo:hover{
 color:#666666;
 font-weight: normal;
}
.juinfo_date {
  /*color:#16a8e2;*/
  color:#888;
}

.juinfo_cattitle{
  color:#888;
}

.juinfo_sectitle{
  color:#666;
}

/*------------------------------*/


#one-column-emphasis
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 15px;
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 12px;
	font-weight: normal;
	padding: 6px 7px;
	color: #000;
	text-align:center;
	background-color:#EBEBEB;
}
#one-column-emphasis td
{
	padding: 5px 7px;
	color:#666666;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
