
/* ************** GENERAL ************** */

body {
	margin: 0px;
	background: #392911;
	font-family: Arial;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	font-family: Arial;
	font-size: 25px;
	color: #99ba3f;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 13px;
	color: #462c07;
}

h6 {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #932310;
}

.error {
	color: #ff9600;
}

.e-star {
	color: #ff9600;
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	color: #D3D3D3;
}

ul li {
	margin: 5px 0 0 0;
	margin-left: -10px;
}



/* ************** DIV IDS ************** */

#page {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#register {
	float: left;
	height: 56px;
	width: 910px;
	padding: 19px 0 0 19px;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
	text-align: top;
}

#login {
	float: left;
	height: 56px;
	width: 600px;
	padding: 19px 0 0 19px;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
}

#login-nav {
	float: left;
	display: block;
	width: 600px;
}
* html #login-nav {
	padding: 0 0 0 4px;
}

#logged-name {
	float: left;
	margin-top: 6px;
	margin-left: 17px;
	background: #e7e3b5;
	border: 1px solid #9bc81d;
	padding: 6px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #857b6c;
}

#my-profile {
	float: left;
	margin-top: 6px;
	background: #9bc81d;
	border: 1px solid #9bc81d;
	padding: 6px;
}
#my-profile a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#logout {
	float: left;
	margin-top: 6px;
	padding: 8px;
}
#logout a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
}

#page-title-xtra {
	float: right;
	margin-top: 16px;
	margin-right: 34px;
	text-align: right;
}

#page-bottom-button {
	float: right;
	margin-top: 16px;
	text-align: right;
}

#page-title-xtra a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
}
#page-title-xtra img {
	margin-top: 5px;
}

#no-overflow-content {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-left: 36px;
	width: 910px;
}

#no-overflow-content-blog {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 910px;
}

#footer {
	clear: both;
	height: 35px;
	width: 944px;
	padding: 10px 0 0 36px;
	background: url('images/bg_footer.jpg') repeat-x;
	font-family: Arial;
	font-size: 10px;
	color: #fff17f;
}
#footer a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff17f;
}
#footer a:hover {
	text-decoration: underline;
}

* html #main-menu, #who-logged, #page-title, #page-title-xtra, #no-overflow-content, #logged-name {
	display: inline;
}



/* ************** CLASSES ************** */

.xlg-green {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 38px;
	font-weight: bold;
	line-height: 45px;
	color: #99ba3f;
}

.toggler{ 
	background : #837560 url(img/arrow_green.jpg) no-repeat 12px 11px;	
}

.f-left {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	padding: 2px 0 0 0;
}

.f-right {
	float: right;
	margin-top: 5px;
	margin-right: 3em;
	padding: 2px 0 0 0;
}

.f-right2{
	float: right;
	margin-top: 4em;
	margin-right: 1px;
	padding: 2px 0 0 0;
}

.f-right3{
	float: right;
	margin-top : -10px;
	margin-right: 1px;
	padding: 2px 0 0 0;
}

.f-left-red{
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	padding: 2px 0 0 0;
	color: red;
}

.dark-green-bar h3 {
	display: inline;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 15px;
	color: #fff;
}

.b_title {
	height: 22px;
	width: 100%;
	padding: 8px 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #a0c63b;
	background: #54661b url('images/arrow_green_down.jpg') no-repeat 12px 11px;
}

.b_title h3{
	display: inline;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 30px;
	color: #fff;
}

.dark-green-bar, .dark-brown-bar {
	clear: both;
	float: left;
	height: 22px;
	width: 100%;
	padding: 8px 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.dark-green-bar {
	background: #54661b;
	color: #fff;
}

.light-green-bar {
	clear: both;
	float: left;
	width: 890px;
	padding: 10px 0 16px 20px;
	background: #717f46 url('images/bg_dots_green.gif') repeat-x left top;
	/*border-top: 1px dotted #b7d440;*/
}

.dark-brown-bar {
	background: #837560;
	border-top: 1px solid #a0c63b;
	color: #fff;
}

.required {
	clear: both;
	float: right;
	margin-right: 6px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
.required2{
	clear: both;
	float: right;
	margin-right: 6px;
	font-family: Arial;
	font-size: 12px;
	text-align: bottom;
	color: #fff;
}

.required1 {
	background: #FFF9BF;
	padding: 8px;
	height: 30px;
	clear: both;
	float: right;
	margin-right: 6px;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	color: #462c07;
	margin-top: -50px;
}

.sub-opt {
	clear: both;
	float: left;
	margin-left: 125px;
	width: 650px;
	padding: 4px 4px 4px 10px;
	background: #fffacb;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #462c07;
}

.appointment-xtra {
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
	padding: 4px 0 0 0;
}
.appointment-xtra a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
}

.clear-all {
	clear: both;
	width: 100%;
}

* html .sub-opt {
	display: inline;
}


/* ************** FONTS ************** */

.geo-norm {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #7b6238;
}

.geo-large {
	font-family: Arial;
	font-size: 14px;
	line-height: 120%;
	color: #7b6238;
}

.sm-txt {
	font-size: 11px;
}

.dull-green {
	font-family: Arial;
	font-size: 12px;
	color: #d3dabe;
}



/* ************** LINKS ************** */

#a-forgot {
	margin-left: 88px;
}

#a-register1 {
	margin-left: 60px;
}

#a-register {
	/*margin-left: 60px;*/
}

#a-register {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
	text-decoration: underline;
}

#a-forgot {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #6c5a3f;
}
#a-forgot:hover {
	text-decoration: underline;
}
#a-register:hover {
	text-decoration: none;
}

#a-link {
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #6c5a3f;
}
#a-link:hover {
	text-decoration: none;
}
#a-link-large {
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #6c5a3f;
}
#a-link-large:hover {
	text-decoration: none;
}

#white-link {
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
#white-link:hover {
	text-decoration: none;
}


/* ************** FORMS ************** */

#login-form {
	margin-left: 10px;
}
* html #login-form {
	margin-left: 6px;
}

#reg-submit {
	clear: both;
	float: left;
	margin-top: 10px;
	float: right;
}

.logfield {
	background: #f8f5cb;
	border: 1px solid #6f9b05;
	width: 179px;
	height: 16px;
	padding: 1px 0 0 4px;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #828282;
}



/* ************** TABLES ************** */

table.member-annoucements {
	width: 455px;
}
table.member-annoucements td {
	padding: 2px 2px 1px 4px;
	background: #e7e3b5;
	border-bottom: 6px solid #f8f7e1;
}
table.member-annoucements td.txt {
	font-family: Arial;
	font-size: 12px;
	color: #857b6c;
	width: 100%;
}

table.register {
	width: 540px;
	margin-left: 160px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
table.register td.title {
	width: 118px;
	padding: 5px 10px 5px 0;
	text-align: right;
}


table.appointments {
	margin-top: -3px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
table.appointments td {
	width: 150px;
}
table.appointments td.name {
	width: 200px;
}
table.appointments td.addedit {
	width: 74px;
	text-align: right;
	padding: 0 16px 0 0;
}


table.profile {
	width: 540px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f8f7e1;
}
table.profile td {
	padding: 0 0 6px 0;
}
table.profile td.title {
	width: 140px;
	padding: 0 10px 6px 0;
	text-align: right;
	font-family: Arial;
	font-size: 10.5px;
	font-weight: normal;
	color: #f8f7e1;
}

table.petdetail {
	width: 650px;
	
}
table.petdetail td.xout {
	text-align: right;
}


table.promotions {
	width: 540px;
	margin-left: 161px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
table.promotions td {
	padding: 0 0 6px 0;
}

.white_link a {
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	font-weight: none;
	color: #ffffff;
}
.white_link a:hover {
	text-decoration: none;
	color: #fff;
}

.white_link a :active{
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	font-weight: none;
	color: #ffffff;
}

.light-green-bar2 {
    background:#717F46;
    text-align:right;
	clear: both;
	float: left;
	width: 890px;
	padding: 10px 0 16px 20px;
}

.errorframe {
	margin-top: 10px;
	margin-left: 40px;
	width: 850px;
	font-family: Arial;
	font-size: 12px;
	padding: 19px;
}

#services_agreement {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-bottom: 5px;
	width: 760px;
	height: 600px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 20px;
	background: #fff;
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	color: #000;
}

#important_box{
	margin-top: 10px;
	margin-left: 40px;
	width: 850px;
	border: 1px solid red;
	color: red;
	padding: 5px;
}
#error_box{
	margin-top: 10px;
	margin-left: 40px;
	width: 850px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid red;
}

#ok_box{
	margin-top: 10px;
	margin-left: 40px;
	width: 850px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid green;
}

.error_font{
		padding: 5px;
}

.important1{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.important2{
	font-family: Arial;
	font-size: 12px;
}