
/* VIEW PAGES */

div#animated_view_page, div#animated_edit_page, td#maincont_animated
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    text-align: left;   
    color: #333333;
    font-weight: normal;
}

div#animated_view_page .animated_page_title, div#animated_view_page .animated_page_title a,
div#animated_edit_page .animated_page_title,
div#shop .animated_page_title
{
    font-size: 16px;
    color: #BD0038;
    font-weight: bold;
    text-align: left;
    padding-top: 8px; 
    padding-bottom: 8px; 
    text-decoration: none;  
}

div#animated_view_page .animated_page_subtitle
{
    color: #BD0038;
    font-size: 14px;
    font-weight: bold;
    text-align: left;  
    padding-bottom: 4px;        
}

div#animated_view_page .animated_page_focus
{
    color: #58585A;
    font-size: 14px;
    font-weight: bold;
    text-align: left;  
    padding-bottom: 4px;        
}

/* FCD Directory */
.directory_name 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #461242;
    vertical-align: top;

}

.directory_location 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16px;
    color: #58585A;
    vertical-align: top;
    text-align: left;
    
}

.directory_about_me
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: #58585A;
    vertical-align: top;
}

.directory_image
{
	vertical-align: top;
}

/* CONTEXT */
div#animated_context
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #58585A;  
}

div#animated_context a
{
    color: #58585A;
    font-weight: normal;
    text-decoration: normal;    
}

div#animated_context a:hover
{
    color: #58585A;
    font-weight: normal;
    text-decoration: normal;    
}

div#animated_view_page div.animated_edit_panel
{
    color: #58585A;
    font-weight: normal;
    text-align: right;    
}

div#animated_issues_list div.issue_year
{
    color: #BD0038;
    font-size: 14px;
    font-weight: bold;
    text-align: left;     
}

div#animated_issues_list a
{
    color: #58585A;
    text-decoration: underline;     
}

div#animated_issues_list a:hover
{
    color: #BD0038;
    text-decoration: underline;     
}

div#animated_issues_list a img
{
    border: none;     
}

div#animated_view_page div.article_title
{
    color: #555555;
    font-weight: normal;
    font-size: 20px;  
    padding-bottom: 10px; 
    line-height: 150%;
}

div#animated_view_page div.article_standfirst
{
    color: #555555;
    font-weight: normal;
    font-size: 14px;  
    line-height: 150%; 
    padding-bottom: 8px;
}

div#animated_view_page div.animated_grey_rule
{
    background-image: url(images/dotted_rule_h.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 12px;
}

div#animated_view_page div.article_link a
{
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

div#animated_view_page div.article_link a:hover
{
    color: #BD0038;
    font-weight: bold;
    text-decoration: underline;
} 

div#animated_view_page div.article_section
{
    color: #BD0038;
    font-weight: bold;
}


/* EDIT PAGES */

div#animated_edit_page td.edit_label
{
    font-weight: bold;
    text-align: right; 
    vertical-align: top;    
}

div#animated_edit_page td.edit_field
{
    font-weight: normal;
    text-align: left; 
    vertical-align: top;    
}

div#animated_edit_page td.fcddirectory a
{
	font-size: 16px;
	text-align: right;
	vertical-align: top;
}

