/* CSS Document */
/* Pet Save */

body
{
	background-color: #e1e1d1;
	background-image: url(../img/bdy-bg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
	font-size: 11px;
}
.standardText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.btnStyle
{
	background-color: #85883A;
	border-style: solid;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
}
a img
{
	border-style: none;
}

hr
{
	height: 1px;
	background-color: #85883a;
	color: #85883a;
	border: none;
}

p
{
    margin-right: 75px;
}

/* --------------------------LINKS-------------------------------*/
a
{
	color: #85883A;
	text-decoration: underline;
}

a:visited
{
	color: #85883A;
	text-decoration: underline;
}

a:active
{
	color: #85883A;
	text-decoration: underline;
}

a:hover
{
	color: #67969c;
	text-decoration: underline;
}

.footlink
{
	color: #67969c;
	text-decoration: none;
	font-weight: bold;
}

.footlink a:link
{
	color: #e1e1d1;
	text-decoration: none;
	font-weight: bold;
}

.footlink a:visited
{
	color: #e1e1d1;
	text-decoration: none;
	font-weight: bold;
}

.footlink a:hover
{
	color: #e1e1d1;
	text-decoration: underline;
	font-weight: bold;
}

.footlink a:active
{
	color: #e1e1d1;
	text-decoration: none;
	font-weight: bold;
}

.foottext
{
	color: #193839;
}

.yellink
{
	color: #FCF0B4;
	text-decoration: none;
}

.yellink a:link
{
	color: #FCF0B4;
	text-decoration: none;
}

.yellink a:visited
{
	color: #FCF0B4;
	text-decoration: none;
}

.yellink a:hover
{
	color: #FCF0B4;
	text-decoration: underline;
}

.yellink a:active
{
	color: #FCF0B4;
	text-decoration: none;
}
/* --------------------------LINKS-------------------------------*/
/* --------------------------HEADERS-------------------------------*/
.header1
{
	color: #67969c;
	font: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.header11
{
	color: #67969c;
	font: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center
}

.header2
{
	color: #67969c;
	font: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.header3
{
	color: #e1e1d1;
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.header4
{
	color: #67969c;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.headerGrid
{
	background-color: #85883A;
	color: White;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
/* --------------------------HEADERS-------------------------------*/
/* --------------------------ALT TEXT-------------------------------*/
.yellowtext
{
	color: #e1e1d1;
}

.yellowtext a:link
{
	color: #ff4a12;
	text-decoration: none;
	font-weight: bold;
}

.orangetext
{
	color: #ff4a12;
}

.warningtext
{
	font-size: 12px;
	color: #67969c;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
}

.phone
{
	color: #85883a;
}

.mission
{
	font-size: 10px;
	text-decoration: none;
}

.mission a:link
{
	color: #85883a;
	text-decoration: none;
}
/* --------------------------ALT TEXT-------------------------------*/
/* ------------------------calendar-----------------------------*/
.calOtherMonth
{
	background-color: #85883A;
	color: White;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.calMonth
{
	background-color: White;
	color: #85883A;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.calSelectMonth
{
	background-color: #67969c;
	color: #85883A;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.popupControl {
	background-color:White;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.wizardFinishBtn
{
	display:none;
}

/* --------------------------Ripples Styling-------------------------------*/

.funds
{
    float: right;
    margin-right: 10px;
}

.capone
{
    float:left;
    margin-right: 10px;
}

.brick
{
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}