/*
 Reset the CSS
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .98em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

/*
 Start Normal Formatting
 */
h1 {
    color: #003d4c;
    font-size: 130%;
    margin: 0.1em 0;
}

h2 {
    color: #e32;
    font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
    margin: 0.3em 0;
    padding-top: 0.8em;
}

h3 {
    color: #993;
    font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
    padding-top: 0.5em;
}

h4 {
    color: #993;
    font-weight: normal;
    padding-top: 0.5em;
}

a:hover {
    color: red;
}

/* Forms */
/*
 Generic Form Styling
 */
form {
    padding: 10px 10px 10px 10px;
}

form .input {
    color: black;
}

fieldset {
    border: 2px solid #ccc;
    padding: 6px 10px;
}

fieldset legend {
    color: black;
    font-size: 110%;
    font-weight: bold;
}

fieldset fieldset legend {
    font-size: 100%;
    font-weight: normal;
    margin-left: 20px;
}

label {
    float: left;
    text-align: right;
    padding-right: 10px;
}

input[type =
"text"], textarea, select, input[type="password"] {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

input:focus, textarea:focus {
    background: #ffc;
}

fieldset legend {
    margin-top: 10px;
}

strong {
    font-weight: bold;
}

textarea {
	width: 95%;
}

/*
 Validation for Javascript error styling
 */
label.jserror {
    float: left;
    color: red;
    font-style: italic;
    font-weight: normal;
}

input.jserror {
    border: 2px solid red;
}

div.singlelineerror {
    color: red;
    width: 100%;
    height: 2em;
    display: none;
}

div.jserror a {
    color: #336699;
    font-size: 12px;
    text-decoration: underline
}

/*
 Class Elements inside forms
 */
form.stdbackground {
    background: #DDDDDD;
	font-size: 80%;
}

fieldset.longlabel label {
    width: 40%;
	display:inline;
}

fieldset.medlabel label {
    width: 25%;
}

fieldset.shortlabel label {
    width: 3em;
}

fieldset.right label {
    float: none;
    display: inline;
}

fieldset.toplabel label {
	width: 100%;
	text-align: left;
}

fieldset.noborder {
    border: none;
    margin: 5px;
    padding: 0;
}

form.centered input, textarea {
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    float: left;
    margin: 2px;
}

form.centered option {
    font-size: 100%;
    padding: 0 3px;
}

form.centered input[type =
"submit"] {
    clear: both;
    margin: 10px 0 0 200px;
	width: 20%;
}

* html fieldset .checkboxcol label {
	line-height: 1.5em;
}
/*
 * ID Elements
 */
#searchbanner label {
    float: none;
}

#noscript {
    width: 100%;
    line-height: 1.5em;
    background-color: red;
    color: black;
}

#searchbanner {
    width: 775px;
    line-height: 2em;
    background-color: #0066ff;
    color: white;
    text-align: right;
    font-size: 80%;
    padding: .2em;
}

#threecol {
    float: left;
    width: 900px;
}
#onecol {
	width: 900px;
}

#primarynav {
    width: 153px;
    margin: 10px 20px 10px 10px;
    float: left;
}

#primarynav li {
    border: grey solid 1px;
    padding: 5px;
}

#primarynav a {
    text-decoration: none;
    font-size: 80%;
}

#content {
    float: left;
    width: 605px;
}
#onecol #content {
	width: 780px;
}

#content object {
    margin-top: 45px;
    float: left;
    display: block;
}

#usermenu {
    position: absolute;
    width: 130px;
    top: 0px;
    left: 800px;
    font-size: 80%;
}

#usermenu a {
    margin: auto;
}

#usermenu ul {
    padding: 3px;
    border: none;
}

#usermenu li {
    padding: 3px;
    border: solid gray 1px;
	margin: 5px 0;
}

#footer {
    clear: both;
}

#flash {
    float: left;
	width: 425px;
}

#ratetable {
    text-align: left;
    vertical-align: top;
}
#listings {
	margin-top: 15px;
	width: 610px;
	min-height: 1250px;
}
#listings table {
	width: 100%;
}

#listelement {
	padding: 15px;
}
#onecol #content {
	width: 800px;
}
#home {
	margin: 15px;
	float: left;
}
#home h1 {
	font-size: 180%;
}
#home #banner {
	padding: 0 20px;
	margin-bottom: 20px;
}
#home #banner .menu {
	text-align: right;
}

#home h2 {
	font-size: 120%;
	color: #116BD9;
}
#home #accountinfo {
	border: solid #116BD9 1px;
	background-color:#ddd;
	float: left;
	width: 225px;
	padding: 5px;
}
#home #memberinfo a {
	margin: 15px;
	display: block;
}
#home #listingcontent {
	float:left;
	width: 520px;
}
#home #listingoverview {
	float: left;
}
#home #ownerlistings {
	float: left;
	margin-left: 10px;
}
#home div.activelisting table .colorize{
	background-color:#CFF1D0;
}
#home table .menu {
	padding: 10px 10px 0 0;
}
#home #listingoverview {
	padding: 5px 10px 15px 15px;
	float: left;
}
#home #listingbreakdown, #home #listinglinks{
	padding: 0 15px 0 15px;
	float: left;
	border-right: dashed 1px grey;
}
#home #listingoverview li {
	margin: 0 20px;
}
#home #active, #home #awaitingapproval
{
	padding-top: 5px;
}
#home #awaitingapproval table .colorize{
	background-color: #CED8FB;
}
/*
This style is temp for the about us page.  TODO fix this

*/
#about ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

#about a {
	color: #336699;
	text-decoration: none;
}

#about p {
	margin: 10px 0;
}
/*
 * Class Elements
 */
.clear {
    clear: both;
}

.inline {
    display: inline;
}
.inline select {
	float: left;
	margin-right: 5px;
}
.loading {
	height: 100px;
	width: 300px;
	background: #FFF url(/img/spinner.gif) left no-repeat;
	margin-left: 100px;
}
.loading h2 {
	padding: 30px 0 0 30px;
}
div.error {
	border: red 2px solid;
	background-color:#ffc;
}
div.error p, div.error ol{
	margin: 5px 0 0 10px;
}

.required {
    color: black;
    font-weight: bold;
}

.style12 {
    color: #116BD9
}

.floatingp {
    width: 150px;
    float: left;
    margin: 15px;
}

.highlight1 {
    color: red;
    margin: 5px;
    font-size: 80%;
}
.highlight2 {
	color: green;
	font-size: 80%;
}
.highlight3 {
	color: blue;
	text-decoration: underline;
}
.radiogroup {
    margin-left: 50px;
}

.radiogroup input {
    float: left;
}

.radiogroup label {
    float: left;
    width: 2em;
    text-align: left;
}

.centeredtextbox {
    text-align: center;
    float: left;
    width: 500px;
}

.lostpassword {
    float: right;
}

.sortlist ul {
	display: inline;
}
.sortlist li {
	float: left;
	margin: 3px;
}
.sortlist a{
	text-decoration: none;
	color: #336699;
}
.sortlist a:hover {
	color: red;
}
div.checkbox {
    margin: 5px 0;
}

.checkboxcol {
    float: left;
    font-size: 95%;
    width: 32%;
    padding-left: 5px;
	overflow:hidden;
}

.checkboxcol label {
    float: none;
    text-align: left;
    margin: 0;
}

.checkboxcol input[type =
"checkbox"] {
    clear: left;
}

.checkboxlist {
    width: 95%;
    padding-left: 5px;
}

.petinfo {
    display: block;
}

.deleteicon {
    cursor: pointer;
}

.rates p {
    margin: .5em;
}

.right {
    width: 100%;
}

.right * {
    float: right;
}

.style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
}

.style17 {
    color: #F1490A
}

.style138{
	color: red;
	text-decoration: underline;
}
.style18 {
    color: #FF5208
}

.style19 {
    color: #ff6600;
    font-weight: bold;
    font-size: 1.2em;
}
.style21 {color: #FF0705; font-size: 15px;}
.style22 {
	color: #0066FF;
	font-size: 18px;
}
.style121 {
	font-size: 15px;
}

.style23 {
    color: #F4510C;
    font-weight: bold;
    font-size: 14px;
}

.style24 {
    color: #F7510D
}

.style25 {
    color: #FF5318
}

.style26 {
    color: #EA4704
}

.style30 {
    color: green;
    font-style: italic;
    font-weight: bold;
}

.style31 {
    color: blue;
    font-size: 1.15em;
    font-weight: bold;
}

.style32 {
    color: #22D;
    font-weight: bold;
}

.style33 {
    color: black;
    font-weight: bold;
    font-size: 1.1em;
}

.style1 {
    color: #CC0000;
    font-weight: bold;
}

.style4 {
    color: #000000
}

.style10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.style8 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.style9 {
    font-size: 12px
}

.style14 {
    color: #333333;
    font-weight: bold;
}

.style15 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.style16 {
    color: #4C9AFE
}

.style17 {
    color: #0066FF;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style18 {
    color: #666666
}

.style19 {
    color: #0060FB
}

.bodycopy {

	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 16px; FONT-FAMILY: Arial, Helvetica, sans-serif

}


.about {
    font-size: .85em;
}

img.resize {
    width: 50px;
    border: 1px solid #000000;
    position: absolute;
}

td.resize {
    width: 60px;
    height: 40px;
    text-align: left;
    padding: 2px;
}

.bluebox {
    border: 2px #0099ff solid;
    margin: 0 70px 0 70px;
    padding: 5px;
}

.sunkenbox {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 20px;
    font-size: 100%;
}

.column {
    table-layout: fixed;
    margin: 5px;
    font-size: .90em;
}

.span7 {
    width: 600px;
}

.last {
    margin-right: 0;
}

.span11 {
    width: 400px;
}

.space {
    padding-top: 10px;
}

/*
 * Cake specific formatting
 */
/* Notices and Errors */
div.message {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}

div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}

p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}

.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}

/* Debugging - Take out for production */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}

pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}

div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}

div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

div.cake-code-dump span.code-highlight {
    background-color: #FFFF00;
    padding: 4px;
}

/* Scaffold View */
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}

dl.altrow {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}

dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/*
 Table Styling
 */
table {
    color: black;
    margin-bottom: 10px;
}

th {
    background-color: #f2f2f2;
    text-align: center;
}

th a {
    display: block;
    text-decoration: none;
}

th a:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

table tr td {
    background: inherit;
    text-align: center;
    vertical-align: top;
}

table tr.altrow td {
    background: #E9E9E9;
}

td.actions {
    text-align: center;
    white-space: nowrap;
	padding: 10px 10px 0 0;
}

td.actions a {
    display: inline;
	font-size: .95em;
}

.cake-sql-log table {
    background: #f4f4f4;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}

.smallfont {
    display: inline;
    font-size: .8em;
}

.listings td {
    text-align: left;
}

table.smallfont td {
    text-align: left;
}

#listelement td {
    text-align: left;
    padding-right: 10px;
    font-size: .95em;
}

table tr.primary td {
    border: solid green 2px;
}

.alignleft tr td {
    text-align: left;
}

.alignleft label {
    text-align: left;
    margin: 0;
    width: 100%;
}


