/* Styles for Mermaid Appeal Indicator */

#Meter001
{
float: right;
margin: 0 0 1em 1em;
padding: 20px 0 0 0;
width: 215px;
height: 262px;
background: transparent url(../style/custom/meterFull.png) 100% 100% no-repeat;
overflow: hidden;
}

#Meter002
{
margin: 0;
padding: 0;
width: 100%;
height: 156px;
}

#Meter003
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: transparent url(../style/custom/meterDry.png) 100% 0 no-repeat;
}

#Meter001 p
{
width: 195px;
background-color: transparent;
color: #fff;
font: 15px "Gill Sans Mt", "Calibri",  "Trebuchet MS","Helvetica", sans-serif;
margin: 0 auto;
padding: 0;
line-height: 19px;
}

/* Other pages */
/* Custom button for donations */
#DonateButton
{
display: block;
width: 152px;
height: 39px;
background: transparent url(../style/buttonDonate.png) no-repeat;
background-position: 0 0;
}

#DonateButton:hover
{
background-position: -151px 0;
}

#DonateButton span
{
display: none;
}

/* CLINICS PAGES */
div.ActSummary
{
background: #e6e9eb url(../style/aabg008.png) repeat-x;
border: 1px solid #5a9cce;
padding: .2em .5em;
margin: 0 0 1em 0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
line-height: 1.25em;
}

div.ActSummary h4
{
background-color: #5a9cce;
color: #fff;
font-size: 1.2em;
}

div.ActSummary p
{}

p.ActAtts
{
padding-left: 2em;
}

p.MoreLink
{
font-size: .9em;
}

/* CALENDAR */
table.EventsWeek
{
border-collapse: collapse;
border: 1px solid #d3d9dd;
width: 90%;
}

table.EventsWeek td, table.EventsWeek th
{
border: none;
padding: 2px 6px !important;
}

table.EventsWeek th
{
background-color: #5a9cce;
color: #fff;
font: 1.1em "Gill Sans Mt", "Trebuchet MS", "Calibri", "Helvetica", sans-serif;
}

table.EventsWeek td
{
padding-left: 2em !important;
background: #e6e9eb url(../style/aabg009.png) repeat-x;
border-bottom: 1px solid #d3d9dd;
}