﻿.calendar_date
{
    display: block;
    height: 102px;
    margin: 2px;
    padding: 2px;
    float: left;
    border: 1px solid #000;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 0.7em;
    width: 106px;
    color: #62016D;
    font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
    overflow: hidden;
    position: relative;
}

.calendar_date_active
{
    display: block;
    height: 102px;
    margin: 2px;
    padding: 2px;
    float: left;
    border: 1px solid #000;
    background-color: #DDFFFF;
    text-align: left;
    font-size: 0.7em;
    width: 106px;
    color: #62016D;
    font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
    overflow: hidden;
    position: relative;
}

.calendar_date a, .calendar_date_active a
{
    text-decoration: none;
    text-align: left;
}

.calendar_date .number, .calendar_date_active .number
{
    font-size: 30px;
    color: #888888;
    bottom: 2px;
    right: 2px;
    position: absolute;
}
.calendar_date .theday, .calendar_date_active .theday
{
    font-size: 25px;
    color: #888888;
    bottom: 2px;
    left: 2px;
    position: absolute;
}

.calendar_date img, .calendar_date_active img
{
    width: 78px;
    height: 60px;
    display: block;
    clear: both;
    margin: 0 auto;
}

.petzonetop
{
    width: 640px;
    height: 20px;
    margin: 0 auto;
    background-image: url('http://images.powerpets.com/image/pgart/petzonetop.png');
}

.petzonemid
{
    width: 640px;
    margin: 0 auto;
    background-color: White;
}

.petzonecontent
{
    width: 630px;
    padding: 5px;
}

.petzonebot
{
    width: 640px;
    height: 15px;
    margin: 0 auto;
    background-color: White;
    -moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;	
    -khtml-border-radius:0 0 8px 8px;
    border-radius:0 0 8px 8px;
}

.petzonemenu
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 1.5em;
    text-align: center;
    font-size:0.8em;
    font-weight: bold
}

.petzonemenu li
{
    width: 120px;
    height: 2.3em;
    background-color: #E7EED2;
    border: 1px solid #98CBEE;
    -moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    float: left;
    margin-left: 2px;
    margin-top: 0.3em;
}

.petzonemenu li a
{
    color: #5D5DCB;
    line-height: 1.9em;
    text-decoration: none;
    display: block;
}

.petzonemenu li a:hover
{
    background-color: #AACBC2;
}

.petzoneentry
{
    width: 95%;
    margin: 8px auto;
    display: block;
}

.petzoneentry .pzetop
{
    width: 96%;
    height: 22px;
    padding: 2%;
    background-color: #E7EED2;
    color: #000022;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.petzoneentry .pzetop a, .petzoneentry .pzebottom a
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 8px 4px 8px;
    color: #555555;
    background-color: #FFFFFF;    
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    float: right;
    margin-top: 2px;
    margin-right: 4px;
    text-decoration: none;
}

.petzoneentry .pzetop a:hover, .petzoneentry .pzebottom a:hover
{
    font-weight: 400;
    color: #000000;
}

.petzoneentry .pzemiddle
{
    padding: 8px;
    border-left: solid 1px #E7EED2;
    border-right: solid 1px #E7EED2;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.petzoneentry .pzebottom
{
    border: solid 1px #E7EED2;
    background-color: #E7EED2;
    color: #000022;
}

#petzonepetform
{
    width: 260px;
    margin: 0 auto;
}

#petzonepetform label
{
    width: 5em;
    margin-right: 0.5em;
    text-align: right;
    float: left;
}

#petzonepetform button
{
    margin-left: 3.5em;
}

#petzonepetform input, #petzonepetform textarea
{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
    width: 250px;
}

#petzonepetform textarea
{
    width: 250px;
    height: 170px;
}

.photodisplaybox
{
    width: 100%;
    height: 420px;
    display: none;
}
