body {background-color:#FFFFFF;} 

a:link {
   color: #447777;
   text-decoration: none;
}

a:active {
   color: #447777;
   text-decoration: none;
}

a:visited {
   color: #447777;
   text-decoration: none;
}

a:hover {
   color: #5C432E;
   background: #FFFFFF;
   text-decoration: underline;
}


#header {
   width:100%;
   background-color: #5CB2BF;
   text-align: left;
   height: 175px; 
   border-bottom: 0px;
}

#header img {
   position: absolute; 
   top: 0px; 
   left: 1px;
      
}
#main {
	font-family: Verdana, sans-serif !important;
	border: 0px;
	width: 80%;
	margin-left: 1em;
}

#main  h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', serif;
	color: #000000;
	font-weight:600
}

#main   h4 {
	font-family: Verdana, sans-serif;
}

h2#page_Annals-of-Geophysics {
	display:none;
}


#navbar {
   border-bottom: 2px solid #aadddd !important; 
   text-align: center;
   font-weight:600;
   font-family: Verdana, sans-serif !important;
}

#breadcrumb {
   border-bottom: 2px solid #aadddd !important;
   font-family: Verdana, sans-serif !important;
} 


/**
 * Sidebar
 **/

#sidebar  li{
	list-style-image: url('/public/journals/2/bullet_icon.gif')
}

#rightSidebar {
	margin-right:0%;
	width: 15%;
	border-bottom: 0px;
	padding-right: 10px;		
}

#leftSidebar {
   margin-left:2%;
}

#sidebarKeywordCloud {
	font-weight:600;
}
/**
 * Articoli nel TOC
 **/
.tocArticle {
	border-bottom: 1px dotted #5CB2BF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size:105%;
	font-weight: 400;
}


/**
 * Per plugin rounded corners
 **/

div.alreadyRounded {
	color: #ffffff;
	background-color: #5CB2BF !important;
}

div.alreadyRounded a {
	color: #ffffff;
}

div.alreadyRounded a:hover {
	color: #5CB2BF;
}

.blockTitle {
	font-weight:600;
	font-size: 1.5em !important;
	color: #5cb2bf !important;
	margin-top:12px;
	padding:5px;
}


span.rtop span, span.rbottom span {
	background: #5CB2BF !important;
}

.button {
	color: #FFFFFF !important;
	background-color: #5CB2BF !important;
}

#submitStart {
	padding-left:50px;
	margin-left: 100 px;
	background-image:url('/public/journals/2/arrow.png');
	background-repeat:no-repeat;
	background-position: left center;
	height:45px;
}

.reviewRecommendation {
	background-color: #FFFF00;
}

#homepageImage img {float: left; padding: 15px 15px 15px 0;}

.homeRole {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 1.2em;
	font-weight:bold;
	color: #5cb2bf;
}

.homeName {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 1.1em;
	color: #666;
	font-weight:normal;
}

/**
 * Table styles override
 */

.highlightReviewerNotNotified {
	background: #f3e818 !important;
}
.highlightNoDecision {
	background: #f69c50 !important;
}
.highlightRevisedCopyUploaded {
	background: #ff6706 !important;
}
.highlightReviewerConfirmationOverdue {
	background: #de5d4e !important;
}
.highlightReviewerCompletionOverdue {
	background: #ff2106 !important;
}
	
.highlightReviewerNotNotified a, 
.highlightNoDecision a, 
.highlightRevisedCopyUploaded a, 
.highlightReviewerConfirmationOverdue a, 
.highlightReviewerCompletionOverdue a {
	color: black !important;
}