﻿/* Year view page */

.mdqYearView
{
    padding-top:15px;
    padding-left:30px;
}

.mdqYearViewHeader
{
    color:#799FA9;
    font-family:Corbel,Arial;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom:10px;
}

.mdqYearViewBody
{
}

.mdqIssueSummary
{
    float: left;
    font-family:Corbel,Arial;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: dotted 1px #799FA9;
    width: 700px;
}

.mdqIssueSummaryWrapper
{
    clear: both;
}

.issueThumb
{
    float: left;
    padding: 10px;
}

.issueDetails
{
    float: left;
    padding: 5px;
    padding-top: 10px;
    padding-left: 10px;
    width: 550px;
}

.issueSummaryTitle a
{
    font-size:16px;
    font-weight: bold;
}

.issueSummaryTitle a:hover
{
    color:#D70843 !important;
    text-decoration:none;   
}

.issueSummaryTitle a:visited
{
    color: #799FA9 !important;
}

.issueSummaryTitle a:visited:hover
{
    color:#D70843 !important;
    text-decoration:none;
}

.issueNumberAndVolume
{
    color: #8E8E8E;
    font-size: 12px;
    padding: 2px;
}

.issueTextSummary 
{
    color:#696967;
    font-family:Helvetica,Arial;
    font-size:12px;
    padding:10px 2px 2px;
}

.issueTextSummary a
{
    font-weight : bold;
}

.issueTextSummary a:hover
{
    color:#D70843 !important;
    text-decoration:none;
}

.issueTextSummary a:visited
{
    color:#64ADC1 !important;   
}

.issueTextSummary a:visited:hover
{
    color:#D70843 !important;   
}

/* Numero/issue view page */

.mdqIssueView
{
    padding-left:30px;
}

.mdqIssueArticles
{
    float: left;
    width: 700px;
    padding: 5px;
}

.issueTitle
{
    color:#799FA9;
    font-family:Corbel,Arial;
    font-size:16px;
    font-weight:bold;
}

.chonicleTypeHeader
{
    font-family: Corbel, Arial;
    font-size: 14px;
    font-weight: bold;
    color:#8E8E8E;
    padding: 5px;
    padding-top: 10px;
}

.articleLink 
{
    font-family:Helvetica,Arial;
    font-size:12px;
    font-weight:bold;
    line-height:1.4;
    padding:0 5px 0 15px;
    color:#696967;
}

.articleLink a
{
    text-decoration:none;   
}

.articleLink a:hover
{
    text-decoration:none;
    color:#D70843 !important;   
}

.articleLink a:visited
{
    color: #64ADC1 !important;
}

.articleLink a:visited:hover
{
    text-decoration:none;
    color:#D70843 !important;   
}

/* Html Article/Post page (refer to regular content-x webpart styles */

#mdqArticleView
{
}

#mdqArticleHeader
{
    padding-top: 15px;
    padding-bottom: 5px;
}

#backToIssueLink
{
    padding-bottom: 8px;
}

#backToIssueLink a:visited
{
    color: #64ADC1 !important;
}

#mdqArticleBody
{
    padding-left: 0px;
}

/* Advanced search page */

.mdqSearchTitle
{
    display: block;
	padding-bottom: 12px;
	font-size: 12px !important;
	font-weight: bold;
	color: #799fa9;
	text-transform: uppercase;
	padding:15px;
	padding-top: 20px;
}

.mdqSearchFields
{
    color: #555555;
    padding: 10px;
    padding-top: 5px;
    margin: 15px;
    margin-top: 0px;
    border-color: #799FA9;
    border-style: dotted;
    border-width: 1px;
}

.mdqSearchFields input[type="text"]
{
	color:#555555;
    border: 1px solid #7F9DB9;
}

.mdqSearchFields input[type="submit"]
{

	padding: 3px;
}

.mdqSearchFields select 
{
    border:1px solid #7F9DB9;
    color:#555555;
}

.mdqFieldsWrapper
{
    display: inline-block;
}

.mdqFieldsWrapper div
{
    float: left;
}

.mdqDateFields
{
    clear: left;
}

.startDate, .endDate
{
    width: 200px;
    padding-top: 5px;
    padding-bottom: 12px;
}

.startDateLabel, .endDateLabel
{
    width: 110px;
}

.endDateLabel
{
    padding-left: 10px;
}

.startDateField
{
    width: 90px;
}

.endDateField
{
    width: 80px;
}

.startDateField select, .endDateField select
{
    width: 75px;
}

.textSearch, .author, .chronicle
{
    clear: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.chronicle
{
    padding-bottom: 15px;
}

.textSearchLabel, .authorLabel, .chronicleLabel
{
    width: 200px;
}

.textSearchField, .authorField, .chronicleField
{
    width: 275px;
}

.textSearchField input, .authorField input
{
    width: 275px;
}

.chronicleField select
{
    width: 275px;
}

.searchButton
{
    clear: left;
    color: #555555;
}

.searchButton input
{
    width: 154px;
}

.numberOfResults
{
    display: block;
    color: #8E8E8E;
    padding-left: 10px;
    padding-bottom: 5px;
}

.searchResults
{
    padding-left: 15px;
    padding-bottom: 25px;
}

.mdqSearchResultItem
{
    padding: 10px;
    font-size: 12px;
}

.resultArticleTitle 
{
    color:#696967;
    font-weight:bold;
}

.resultArticleTitle a
{
    color: #799FA9;
    font-weight: bold;
}

.resultArticleTitle a:hover
{
    text-decoration:none;
    color:#D70843 !important;
}

.resultArticleTitle a:visited
{
    color: #64ADC1 !important;
}

.resultArticleTitle a:visited:hover
{
    text-decoration:none;
    color:#D70843 !important;   
}

.resultArticleType
{
    color: #8E8E8E;
    font-style: italic;
}

.resultArticleAuthor, .resultIssueDetails
{
    color: #8E8E8E;
}


