/* ========== Start of Blurb Edit override styling ================================================================== */
/*                                                                                                                    */
/* These styles are for use by users with blurb-edit so that they can make use of a number of pre-defined styles      */
/* which do not clash with those within the application itself. 
/*                                                      */
/*                                                                                                                    */
/* DO NOT USE THEM WITHIN THE APPLICATION                                                                             */
/*                                                                                                                    */
/* ================================================================================================================== */
/* Modification History                                                                                               */
/*                                                                                                                    */
/* When         Who  What                                                                                             */
/* -----------  ---  ------------------------------------------------------------------------------------------------ */
/* 2012 Aug 17  GMB  Stylesheet created                                                                               */
/* 2012 Oct 12  AK   added styles for about page links.                                                               */
/* ================================================================================================================== */

ol.asm-user-list li {
	list-style-type:decimal;
}

ul.asm-user-list li {
    list-style-type:disc;
}

ul.asm-user-list-disc li {
    list-style-type:disc;
}

ul.asm-user-list-square li {
    list-style-type:square
}

ul.asm-user-list-circle li {
    list-style-type:circle;
}

ul.asm-user-list-none {
	padding-left:0;
}

ul.asm-user-list-none li {
    list-style-type:none;
}

/* Next two styles are there for backward compatability ONLY. They should no longer be used.                          */

ol.static-text-list li {list-style-type:decimal;}
ul.static-text-list li {list-style-type:disc;}

/* ========== End   of Blurb Edit override styling ================================================================== */


.asm-user-impact-factor{
	 color: #8C1717;
	 font-weight: 700;
	 margin: 0;
}

.asm-user-impact-factor-desc{
	color: #666666;	
	margin:0;
}

/* journal about -> editorial-board page */

#asm-user-editorial-table td.edboard-col {
    padding: 10px 25px 10px 0;
    vertical-align: top;
}

.asm-user-header1-red,
.asm-user-editorinchief-header,
#asm-user-editorial-table .edboard-header1
{
    color: #9E1A05;
    font-family: Helvetica,verdana,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.asm-user-editorinchief-details,
#asm-user-editorial-table .edboard-entries {
    color: #333333;
    font-family: georgia,times,arial,serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0.5em 0 1em;
}

.asm-user-header2-red,
#asm-user-editorial-table .edboard-header2
 {
    color: #9E1A05;
    font-family: Helvetica,verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.asm-user-page-title{
   border-bottom: 1px solid #D5D5D5;
    color: #666666;
    font-family: georgia,times,arial,serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    }
    
.asm-user-edboardlink{
   font-weight: bold;
    color: #125AA7;
    margin-bottom: 20px;
    }

.asm-user-edchieflink{
   font-weight: bold;
    color: #125AA7; 
    margin:0; 
    }
   
   /* Added new styles for blurb content styling */
    
#usercreatedpagetemplate .asm-heading-darkgrey {
color: #333 !important;
}
#usercreatedpagetemplate .asm-heading-red {
color: #9E1A05 !important;
}
#usercreatedpagetemplate .asm-heading-grey {
color: #666 !important;
}

.asm-user-externallink {
  /*functionality set in asm-user-scripts*/   
}
.asm-externallink-icon {
    background:url("/images/jp/external-link-icon.gif") no-repeat scroll 99% 40% transparent;
    padding-right:16px;
}

div.asm-embed-media {
    display:none;
}
div.asm-media-align-left,
div#mediaEmbedCode {
    float:left;
    margin: 5px 10px 15px 0;
}

div.asm-media-align-right {
    float:right;
    margin: 5px 0 15px 10px;
}

div.asm-media-align-center {
    text-align:center;
}
div.mediaEmbedCode {
    position:relative;
    z-index:0;
}

/* Styling for linked content in custom tabs */

.asm-hide {
    display:none;
}

.asm-left-side-linkset {
    display:block;
    float:left;
    line-height:1.2;
    overflow:hidden;
    width:20%;
}

.asm-left-side-linkset li {
    padding-bottom:15px;
}

#asm-linked-content-parts {
    display:block;
    overflow:hidden;
    float:left;
    width:75%;
}

