

body
{
 background-color: #C7C6D8; /* secondary */
}

#header
{
 background: #1E1C63; /* primary */
}

#primaryNav
{
 border-top: 2px solid #C7C6D8; /* secondary */
}

#primaryNav li a:hover, #primaryNav li:hover a, #primaryNav li.over a
{ 
 background-color: #1E1C63; /* primary */
 color: #FFF
}

#primaryNav li li a 
{ 
 background: #1E1C63; /* primary */
}

#primaryNav li ul li a:hover 
{
 background: #1E1C63; /* primary */
 color: #C7C6D8; /* secondary */
 font-weight: bold
}

#footer
{
 background: #C7C6D8; /* secondary */
}

/* FRAGMENTS (Border styles) */
.bHighlight
{ border: 1px solid #C7C6D8; /* secondary */
}

/* Uncomment to use this style if a journal wants to show  */


/* FRAGMENTS (Background styles) */
.bgFeatured 
{
 background: #DDDDE8; /* tertiary */
}
.bgHighlight
{
 background: #E0E2DE; /* fifth */
}


/* HEADERS */
.hFeatured
{ 
 color: #1E1C63; /* primary */
}
.hHighlight
{
 color: #313D25; /* quarternary */
}
.hFeaturedBlock
{
 background-color: #1E1C63; /* primary */
 color: #FFF
}
.hHighlightBlock
{
 background-color: #313D25; /* quarternary */
 color: #FFF
}

/* TABSETS -- OPTIONAL OVERRIDE */
.tabs
{
 border-bottom: 2px solid #1E1C63;/* primary */
}
.tabs a.active
{ 
 background-color: #1E1C63; /* primary */
 color: #FFF
 font-weight: bold
}

body.phoenix
{
 background: #1E1C63; !important;
}

body.whitebg { background: #FFFFFF !important; }

.phoenix .all_issues_title_cell1
{
border-top:1px solid #e0e0e0; 
background-color:#C7C6D8;
color:#ffffff;
}

.phoenix .cart_table1
{
 border: 1px solid #cccccc;
 }
.phoenix .cart_table1 tr td
{
border-bottom:1px solid #cccccc;
}
.phoenix .text_bold_grey
{
font-size:12px;
}
.phoenix .page_title_text
{
color:#000000;
}
.phoenix .page_subtitle_text{color:#ffffff;}
.phoenix .search_button
{
background-color:#C7C6D8;
}
.phoenix a.hover{color:#0099cc;}
.phoenix .text_bold_smallm, .phoenix .text_smallm{font-size:11px;}
.phoenix tr:hover td
 {
 background: #1E1C63; !important;
 }
body.whitebg tr:hover td { background: #FFFFFF !important; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; letter-spacing: normal; }
.hd h1, .hd h2, .hd h3, .hd h4, .hd h5, .hd h6 { font-size: 16px; }

body.whitebg tr:hover td p.page_subtitle_text
 {
background-color:#1E1C63;;
height:100%;
margin:0;
padding:7px 0 0;
}


