﻿.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;
}

.newstop
{
    width: 640px;
    height: 200px;
    margin: 0 auto;
    background-image: url('http://images.powerpets.com/image/pgart/newsbanner.png');
}

.newsmid
{
    width: 640px;
    margin: 0 auto;
    background-color: White;
}

.newscontent
{
    width: 630px;
    padding: 5px;
}

.newsbot
{
    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;
}

.pmenu
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 1.5em;
    text-align: center;
    font-size:0.8em;
    font-weight: bold
}

.pmenu li
{
    width: 75px;
    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;
}

.pmenu li a
{
    color: #5D5DCB;
    line-height: 1.9em;
    text-decoration: none;
    display: block;
}

.pmenu li a:hover
{
    background-color: #AACBC2;
}

.tcontent
{
    text-align: left;
    width: 620px;
    height: 650px;
    background-color: #FFFFFF;
    border: 1px solid #AACBC2;
    -moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin: 0;
    padding: 5px;
    overflow: auto;
    float: left;
}

.shrinkcontent 
{
    width: 320px;
    font-size: 0.8em;
}

.tcomment
{
    text-align: left;
    width: 280px;
    height: 450px;
    background-color: #FFFFFF;
    border: 1px solid #AACBC2;
    -moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin: 4px 0 0 0;
    padding: 5px;
    overflow: hidden;
    float: left;
    display: none;
}

.tcomment .topbar
{
    height: 20px;
    text-align: right;
    padding-right: 20px;
    width: 95%;
    top: 0;
    border-bottom: 1px solid #AACBC2;
}

.tcomment .commentbox
{
    width: 100%;
    height: 425px;
    overflow: auto;
    font-size: 0.9em;
}

.tcontent .datebar
{
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    height: 30px;
    line-height: 1.6em;
    text-align: center;
    color: Navy;
    background-color: #B1CDD9;
    border-top: 1px solid #00CDD9;
    border-bottom: 1px solid #00CDD9;
    margin: 0 auto;
}

.tcontent img
{
    padding: 4px;
    margin: 0 auto;
}

#newsform
{
    width: 260px;
    margin: 0 auto;
}

#newsform label
{
    width: 5em;
    margin-right: 0.5em;
    text-align: right;
    float: left;
}

#newsform button
{
    margin-left: 3.5em;
}

#newsform input, #newsform textarea
{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
    width: 250px;
}

#newsform textarea
{
    width: 250px;
    height: 170px;
}

