﻿BODY
{
    FONT-FAMILY: Arial
}
.Header
{
    FONT-SIZE: medium;
    COLOR: purple;
    FONT-FAMILY: Verdana
}
TD
{
    FONT-FAMILY: Arial
}
SELECT
{
    FONT-FAMILY: Arial
}
.selected
{
    COLOR: white;
    BACKGROUND-COLOR: navy
}
TD.Button
{
    BORDER-RIGHT: navy 1px solid;
    BORDER-TOP: navy 1px solid;
    BORDER-LEFT: navy 1px solid;
    BORDER-BOTTOM: navy 1px solid;
    BACKGROUND-COLOR: white
}
.actionButton
{
    BORDER-RIGHT: navy 1px solid;
    BORDER-TOP: navy 1px solid;
    BORDER-LEFT: navy 1px solid;
    BORDER-BOTTOM: navy 1px solid;
    BACKGROUND-COLOR: white;

}
A.Button
{
    FONT-WEIGHT: normal;
    COLOR: navy;
    TEXT-DECORATION: none;
    font-size:.8em;
}
.CompBackground
{
    BACKGROUND-COLOR: #333399;
    width:80%;
    color:white;
}
.CatBackground
{
    COLOR: white;
    BACKGROUND-COLOR: #6666cc;
}
.AwardBackground
{
    BACKGROUND-COLOR: #ccccff;
    color:black;
}
.CompAnchor
{
    COLOR: white;
    TEXT-DECORATION: none;
    font-size:1.1em;
}
.CatAnchor
{
    COLOR: white;
    TEXT-DECORATION: none;
    font-size:1.1em;
}
.PeopleBackground
{
    BACKGROUND-COLOR: #f8ffff;
    color:black;
}
.AwardDetailsBackground
{
    BACKGROUND-COLOR: white; color:black;
}
.AwardLink
{
    TEXT-DECORATION: none;
    float:left;
}
.Middle
{
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
.errorClass
{
    FONT-WEIGHT: bold;
    COLOR: red
}
.highLight
{
    COLOR: red
}
.imagelink
{
    COLOR: blue
}
.EditButtonsHidden_hover
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: gray 1px solid;
    BORDER-LEFT: gray 1px solid;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}
.EditButtons
{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    BORDER-LEFT: silver 1px solid;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.clearfix:after { 
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}
.clear
{
    clear: both;
}

/****** Film Pages ******/

.filmSectionHeader{
    font-size:1.1em;
    color:purple;
    font-weight:bold;
    font-family:Verdana;
    float:left;
    margin-bottom:.3em;
}

.filmActionPageHeader {
    font-size:1.5em;
    padding-top:.5em;
    margin-top:1em;
    margin-bottom:1em;
    color:purple;
    font-family:Verdana
}

.addDeleteButton{
    float:right;
}
.sortTextBox{width:2em;}
.displayBlock{display:block;}
.hidden{display:none;}
.unhidden{display:normal;}

.smlMargin-Left{margin-left:1em;}
.invalid{color:red;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
