﻿body 
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    padding: 10px;
}

a
{
    color: #718d11;
    font-weight: bold;
}

#container
{
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}

#nav_container
{
    width: 820px;
    height: 25px;
    background: #245789;
    margin-top: 5px;
    margin-bottom: 20px;
}

    #nav_container ul
    {
        margin: 0px;
        padding: 0px;
        font-size: small;
        color: #ffffff;
        line-height: 25px;
        white-space: nowrap;
    }
    
    #nav_container li
    {
        list-style-type: none;
        display: inline;
    }
    
    #nav_container li a
    {
        text-decoration: none;
        padding: 7px 10px;
        color: #ffffff;
    }
    
    #nav_container li a:link
    {
        color: #ffffff;
    }
    
    #nav_container li a:hover
    {
        font-weight: bold;
        color: #ffffff;
        background-color: #b6e807;
    }
    
.section_header
{
    display: block;
    clear: both;
    width: 820px;
    border-bottom: solid 2px #999999;
    line-height: 20px;
    color: #4e80b2;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.sub_section_container
{
    display: block;
    width: 770px;
    padding: 10px;
}

.sub_section_header
{
    display: block;
    font-weight: bold;
    border-bottom: dashed 1px #999999;
    color: #0c2f51;
}

/* FORM STYLES */
.form_row
{
    display: block;
    width: 700px;
    padding: 4px;
}

.field_title
{
    display: block;
    float: left;
    padding: 5px;
}

.field_input
{
    display: block;
    float: left;
    padding: 5px;
}

.input_text
{
    border: solid 1px #999999;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #000033;
}

.input_btn
{
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #999999;
    background-color: #4e80b2;
    color: #ffffff;
    padding: 3px 4px;
    height: 29px;
}

/* OTHER STYLES */
.tiny_text_red
{
    font-size: 10px;
    color: #6f2606;
}

.tiny_bold
{
    font-size: 10px;
    font-weight: bold;
}

.pet_name
{
    color: #4e80b2;
    font-weight: bold;
}

.entry_preview
{
    line-height: 20px;
}

    .entry_preview strong
    {
        text-decoration: underline;
        margin-right: 10px;
    }
    
 
 /* entries list view styles */
 #search
 {
     display: block;
     background-color: #d2e4f7;
     border: solid 1px #356aa0;
     padding: 5px;
     margin-bottom: 3px;
 }
 
     #search a
        {
            font-size: 12px;
            font-weight: normal;
            color: Blue;
        }
        
     #search a.selected
     {
         font-weight: bold;
         font-size: 13px;
     }
 
 #entries
 {
     display: block;
     text-align: center;
     vertical-align: top;
     width: 820px;
 }
 
    #entries .entry
    {
        display: block;
        padding: 3px;
        width: 190px;
        height: 222px;
        vertical-align: top;
        /*border-bottom: 1px dotted #999999;*/
        border: solid 1px #cccccc;
        background: #ecf0f4;
    }
    
        #entries .entry:hover
        {
            background: #50D2FC;
        }
        
    #entries .entry .image
    {
        display: block;
        height: 160px;
    }
    
    #entries .entry .votes
    {
        font-weight: bold;
        font-size: 13px;
        color: Green;
    }
 
.pager
{
    display: block;
    text-align: center;
    height: 18px;
    background-color: #CCFFCC;
    padding: 5px;
    margin: 5px 0px;
    border: solid 1px #cccccc;
}

    .pager .prev
    {
        display: block;
        width: 49%;
        float: left;
        padding-left: 3px;
        text-align: left;
    }
    
    .pager .next
    {
        display: block;
        width: 49%;
        float: left;
        padding-right: 3px;
        text-align: right;
    }
    
    .pager a
    {
        font-size: 13px;
        font-weight: normal;
        color: Blue;
    }
    
.input_btn_search
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border: solid 1px #999999;
}

/* vote page styles */

#vote_left
{
    display: block;
    float: left;
    width: 496px;
}

#vote_right
{
    display: block;
    float: left;
    width: 290px;
    border: solid 2px #0b335c;
    background-color: #ecf0f4;
    padding: 5px;
}

    #vote_right .title
    {
        display: block;
        color: #16487a;
        font-weight: bold;
        padding: 1px;
        border-bottom: solid 2px #666666;
    }
    
    #vote_right .intro
    {
        font-weight: lighter;
        font-size: 11px;
    }
    
.form_section
{
    display: block;
    margin-bottom: 10px;
}

    .form_section .section_header
    {
        color: #0b335c;
        font-weight: bold;
        border-bottom: dashed 1px #999999;
        width: 285px;
        margin-bottom: 7px;
    }
    
    .form_section .form_row
    {
        width: 285px;
        clear: both;
        font-weight: lighter;
        font-size: 11px;
    }
    
    .form_section .form_row .label
    {
        display: block;
        width: 75px;
        float: left;
        vertical-align: middle;
        padding: 3px 0px;
    }
    
    .form_section .form_row .field
    {
        display: block;
        width: 210px;
        float: left;
        vertical-align: middle;
        padding: 3px 0px;
    }
    
        .form_section .form_row .field .input_border
        {
            font-size: 11px;
            border: solid 1px #cccccc;
        }
        
        .form_section .form_row .field .input_invalid
        {
            border: solid 1px red;
            background-color: #f2bbb7;            
        }
        
#modalPopupBackground
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: solid 1px #cecece;
    z-index: 10000;   
}

#modalPopup
{
    display: none;
    position: absolute;
    height: 400px;
    width: 400px;
    background: #ffffff;
    border: solid 2px #cecece;
    z-index: 20000;
    padding: 3px;
}
