/* Beginning general settings */

body {	
	/*background-image:url('images/background.png');*/
	background-color:#dadada;
	font-family:Calibri, sans-serif;
}

@font-face {
    font-family: TrajanPro;
    src: url(TrajanPro-Bold.woff);
}

/* End general settings */

/* Beginning box settings */


#box {
	width:960px;

	margin:10px auto 10px auto;	
	padding:0px;
	border:solid white 1px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

/* End box settings */

/* Beginning header settings */

#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:top;
	height:187px;
	border-bottom:solid 2px black;
}

#header_title {
	text-align:center;
	width:53%;
	float:left;
	font-size:33px;
	font-family:TrajanPro;
	text-shadow: 2px 2px 8px #c2c2c2;
}

#header p {
	font-family:Arial, sans-serif;
	margin:0px 0px 0px 5px;
	font-size:24px;
	font-weight:bold;
}

#header ul {	
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#header ul li {
	float:left;
	text-align:center;
	font-family:TrajanPro;
	height:35px;
	width:18%;
	margin:0px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

#header ul li a {
	display:block;
	padding-top:12px;
	overflow:hidden;
	text-decoration:none;
	color:#141313;
}

#header ul li a:hover {
	background-color:#058dc7;
	color:#ffffff;
	height:23px;
}

/* End header settings */

/* Beginning content settings */

#content {
	padding:0px 0px 0px 0px;
	height:95%;
	overflow:hidden;
}

p, ul li, table tr td, ol li{
	font-family:Arial, Helvetica, sans-serif;
	#color:#6F6E6E;
	font-size:16px;
	/* margin-left:15px; */
	/* text-align:justify; */
}

#accordion {
	font-family:TrajanPro;
	font-size:14px;
}

.subj_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.subj_list li {
 	font-family:TrajanPro;
	font-size:12px;
	margin-bottom:5px;
}

.subj_list li a{
 	text-decoration:none;
}

.subj_list li a:hover{
 	text-decoration:underline;
}

#region_navigation {
    list-style-type:none;
    padding:0px;
    margin-top:10px;
    text-align:center;
    font-family:TrajanPro;
    font-size:12px;
}

#region_navigation a {
	text-decoration:none;
	color:#000000;
}

#content p a, p a {
	text-decoration:none;
	color:#A32E2E;

}

#select_list tr td {
    text-align:center;
    font-weight:bold;
    padding:0px 15px 0px 15px;
}

/* End content settings */

/* Begin footer settings */

#footer {
	width:960px;
	height:4%;
	margin:0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6F6E6E;
	float:bottom;
}

#footer table, td {
	border:none;	
}

.rounded {
	padding-left:2px;
	padding-right:3px;
	padding-bottom:2px;
	border:solid #CCC 1px;
	border-radius:5px;
	background-color:white;	
}

.rounded a {
	text-decoration:none;	
	color:#6F6E6E;	
}
/* End footer settings */

.equipo tr {
    border-top:solid 1px #eeeeee;
}

.equipo, .equipo tr td {
    border-bottom:solid 1px #eeeeee;
}

.equipo tr td {
    border-bottom:solid 1px #eeeeee;
    text-align:justify;
}

#copyright {
	padding:10px 0px 10px 20px;
	border-top:solid 1px black;
	font-size:11px;
	color:black;
}

#copyright a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}

#data {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#data_table, .journal_profile_table {
	border-collapse:collapse;
}

#data_table tr td, .journal_profile_table tr td{
	padding:2px 0px 2px 0px;
}

#data_table tr th a, .journal_profile_table tr th a{
	text-decoration:none;
    text-decoration:underline;
	color:white;
    display:block;
}

#data_table tr th, .journal_profile_table tr th {
	border:solid 2px white;
	background-color:black;
	color:white;
	font-size:14px;
	padding:5px 4px 5px 4px;
} 

#data_table tr td, .journal_profile_table tr td {
	text-align:center;
	border-bottom:solid 1px #cccccc;
	font-size:80%;
	padding:2px 2px 2px 2px;
}

.selected_col {
	background-color:#e6e6e6;
}

.order {
	background-color:#e6e6e6;
}

/* .gs_col, .wos_col, .rg_col {
	opacity: 0.4;
} */

#data_table tr:hover{
	background-color:#f4f4f4;
}

.pagination {
	width:400px;
}

.pagination a{
    text-decoration:none;
    text-decoration:underline;
    color:black;
    font-weight:bold;
    font-size:14px;
}

.select_journal, #livesearch_profiles, .select_journal_profile {
	width:100%;
}

.select_journal tr td a, #livesearch_profiles tr td a, .select_journal_profile tr td a{
	text-decoration: none;
	color:black;
	font-size:14px;
	font-family:Arial;
	
}

.select_journal tr:hover, #livesearch_profiles tr:hover, .select_journal_profile tr:hover {
	background-color:#CECECE;
	font-weight:bold;
}

.menu_text {
	text-decoration:none;
	color:black;
}

.morelink {
	text-decoration:none;
	color:black;
	font-weight:bold;
}