/* 
    Document   : serials
    Created on : 17 Mar, 2009, 12:37:09 PM
    Author     : cass
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


#serial_name {
    background: #ccccff;
    padding: 5px;   
font-size: 13px;
}

#episodes {
    background: #fff;
    padding: 5px;
font-size: 13px;
}

#serial_picture {
    width: auto;
    background: #ccccff;
    padding: 5px;
font-size: 13px;
}

#serial_picture img {
    border: none;
}

#serial_picture_na {
    width: auto;
    background: #ccccff;
    padding: 15px;
    font-size: 35px;

}


#serial_characters {
    width: 100%;
    background: #ccccff;
    padding: 2px;
font-size: 13px;
}

.char_profile {
    background: #fff;
    padding: 5px;
font-size: 13px;
}

#view_button {
    text-align: center;
    padding: 5px;
    background: #3F4C6B;
    color: #fff;
    font-size: 20px;
    width: 150px;
}

#view_button a{

    color: #fdfdfd;
}

#view_button a:hover{
    text-align: center;
    padding: 4px;
    background: #CDEB8B;
    color: #3F4C6B;
    font-size: 20px;
    width: 150px;
}



