/* BOX FORMS */

form.box p {
	font-size: 12pt;
	margin: 15px auto;
	width: 75%;
}

form.box table {
	background: #fff;
	border: 1px solid #a40;
	margin: 0 auto 10px auto;
	width: 50%;
}

form.box caption {
	background: #a40;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 0;
}

form.box th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

form.box .err th {
	color: #f00;
}

form.box .req th {
	font-weight: bold;
}

form.box .first td,
form.box .first th {
	padding-top: 10px;
}

form.box td a {
	color: #00f;
	display: block;
	font-size: 9pt;
}

form.box td a:hover {
	color: #000;
}

form.box .submit td {
	text-align: center;
}

input.regsubmit,
input.enter_images_button,
input.add_images_button,
input.submit_button,
input.submit_changes_button,
form.box .submit input {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0;
	padding: 5px;
}

form.box .submit input.secondary {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;

}

.litters form.box table {
	width: 60%;
}


/* LISTS */

table.list {
	background: #e5e5e5;
	border-spacing: 0;
	border-bottom: #a40 solid 2px;
	font-size: 9pt;
	margin: 10px 0;
	width: 100%;
}

table.list caption {
	background: #a40;
	border-bottom: #fff solid 1px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0 -10px 0;
	padding: 2px 0;
}

table.list th {
	background: #a40;
	color: #fff;
	padding: 0 5px;
	text-align: left;
}

table.list td {
	padding: 10px 5px;
}


/* LIST BUTTONS */

table.list .copy,
table.list .delete,
table.list .edit,
table.list .flightInfo,
table.list .markSold,
table.list .renew {
	border: solid 1px;
	color: #fff;
	display: block;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px auto;
	padding: 1px 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

table.list .copy:hover,
table.list .delete:hover,
table.list .edit:hover,
table.list .flightInfo:hover,
table.list .markSold:hover,
table.list .renew:hover {
	background: #fff;
	border-color: #000;
}

table.list .copy {
	background: #04a;
	border-color: #04a;
}

strong.copy,
table.list .copy:hover {
	color: #04a;
}

table.list .delete {
	background: #a22;
	border-color: #a22;
}

strong.delete,
table.list .delete:hover {
	color: #a22;
}

table.list .edit,
table.list .flightInfo {
	background: #090;
	border-color: #090;
}

strong.edit,
strong.flightInfo,
table.list .edit:hover,
table.list .flightInfo:hover {
	color: #090;
}

table.list .markSold {
	background: #a50;
	border-color: #a50;
}

strong.markSold,
table.list .markSold:hover {
	color: #a50;
}

table.list .renew {
	background: #808;
	border-color: #808;
}

strong.renew,
table.list .renew:hover {
	color: #808;
}


/* GENERAL */

.breeder h2 {
	color: #a40;
	font-family: Impact, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	margin: 20px 0 0 0;
	text-align: center;
}

.breeder p.nonbreeder {
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.breeder p.nonbreeder a {
	color: #00f;
}

.breeder p.nonbreeder a:hover {
	color: #000;
}

.breeder p.short {
	font-size: 12pt;
	text-align: center;
}

.login a.register {
	background: #fff;
	border: #00f 1px solid;
	color: #00f;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 60%;
}

.login a.register:hover {
	background: #00f;
	color: #fff;
}

.litters p {
	margin: 10px;
}

/*
 * BREEDERS
 */

.breederpage .homenav {
	float: left;
	width: 280px;
}

.breederpage .homenav p {
	margin: 1px;
}

.breederpage .homenav a {
	background: #fec;
	border: #fec solid 1px;
	color: #000;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.breederpage .homenav a:hover {
	background: #fff;
	border: #000 solid 1px;
	color: #a40;
}

.breederpage .homenav a span {
	color: #444;
	font-weight: normal;
}

.breederpage .homenav img {
	padding: 5px 20px;
	vertical-align: middle;
}

.breederpage .homenews {
	background: #fff;
	border: 1px solid #a40;
	float: right;
	width: 260px;
}

.breederpage .homenews h5 {
	background: #fc8;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 10px 0 10px;
}

.breederpage .homenews p {
	margin: 0 10px 20px 10px;
}

.breederpage .homenews h5 strong {
	background: #fff;
	border: 1px solid #f00;
	padding: 0 4px;
	color: #f00;
}

.breederpage .homenews p.new {
	background: #ff8;
}

.breederpage .homenews a {
	color: #00f;
}

.breederpage .docs li,
.breederpage .tips li {
	padding: 2px;
}

.breederpage .docs a,
.breederpage .tips a {
	border: 0;
	color: #00f;
	display: inline;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
}

.breederpage .docs a:hover,
.breederpage .tips a:hover {
	background: transparent;
	border: 0;
	color: #a40;
}


/*
 * BREEDER ADS
 */

.breederAds img {
	display: block;
	margin: auto;
}

.breederAds .views {
	font-size: 10pt;
	text-align: center;
}

.breederAds p {
	margin: 10px;
}

/*
 * SELL
 */

.sellpage {
	color: #000;
}

.sellpage h3 {
	background: #c00;
	border: 1px solid #c00;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px auto 0 auto;
	padding: 0 5px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 400px;
}

.sellpage ul, .sellpage ol {
	background: #fff;
	border: 1px solid #c00;
	margin: 0 auto 10px auto;
	padding: 5px 5px 5px 20px;
	width: 400px;
}

.sellpage ul ul {
	border: none;
	margin-bottom: 0;
	width: auto;
}

.sellpage li {
	margin: 3px 1em;
}

.sellpage em {
	color: #c00;
	font-style: normal;
	font-weight: bold;
}

.sellpage .new {
	background: #fff;
	border: 1px solid #f00;
	color: #c00;
	padding: 0 4px;
}

.sellpage p {
	color: #00f;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-align: justify;
}

.sellpage p label {
	color: #000;
	display: block;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

.sellpage p em {
	color: #00f;
	font-style: italic;
	font-weight: bold;
}

.sellpage .highlight {
	background: #ff8;
	border: 1px solid #cc6;
	color: #000;
	margin: 5px 0;
	padding: 3px;
	padding: 3px;
	text-align: left;
}

.selldone {
	margin: auto;
	width: 400px;
}

.selldone h1 {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

.selldone h2 {
	background: #c00;
	border: #c00 solid 1px;
	color: #fff;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}

.selldone h3 {
	border: #c00 solid 1px;
	background: #fff;
	color: #000;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0;
	padding: 10px;
	text-align: left;
}

.selldone h3 strong {
	color: #c00;
	font-weight: bold;
}

.selldone p {
	margin: 1px;
	text-align: left;
}

.selldone a {
	background: #fec;
	border: #fec solid 1px;
	color: #000;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.selldone a:hover {
	background: #fff;
	border: #000 solid 1px;
	color: #a40;
}

.selldone img {
	padding: 5px 20px;
	vertical-align: middle;
}

.data_fields select,
.place_an_ad_details_data select {
	display: block;
	float: left;
}

.adFieldError {
	background: #fff;
	border: 1px solid #f00;
	color: #f00;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
}

.zoom_linkmage_div {
	clear: both;
}

.zoom_linkmage_links {
	float: left;
	margin: 5px 0 5px 5px;
}

.zoom_linkmage_dates {
	clear: both;
	font-size: small;
	margin: 0;
	padding: 0;
}

/* OTHER */

td.image_upload_field_labels,
td.image_field_labels {
	background: transparent;
	font-weight: bold;
}

td.image_upload_field_labels input,
td.image_field_labels input {
	float: left;
}

td.image_upload_field_labels label,
td.image_field_labels label {
	float: left;
	padding: 3px 10px 0 0;
	text-align: right;
	width: 200px;
}

td.photoUpload5 label,
td.photoUpload6 label {
	font-weight: normal;
}

td.photoUpload5 {
	padding-top: 15px;
}

.toggleContainer a {
	background: #090;
	border: #090 solid 1px;
	color: #fff;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 -5px 0 5px;
	padding: 50px 0;
	text-align: center;
	text-decoration: none;
}

.toggleContainer a:hover {
	background: #fff;
	border-color: #000;
	color: #090;
}

.chooseCategory {
	padding: 5px 0;
}

.chooseCategory h3 {
	border-bottom: #000 solid 1px;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 0;
	margin: 5px 0;
	text-align: center;
}

.chooseCategory ul {
	margin: 0;
	padding: 0;
}

.chooseCategory li {
	color: #444;
	float: left;
	font-size: 8pt;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	width: 33%;
}

.chooseCategory li a {
	display: block;
	font-size: 11pt;
	font-weight: bold;
}

.category_links a:hover,
.chooseCategory a:hover {
	color: #a40;
}

.approveAd {
	padding: 10px;
	text-align: center;
}

.approveAd a {
	background: #090;
	border: solid 3px;
	border-color: #2b2 #1a1 #070 #1a1;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.approveAd a:hover {
	background: #fff;
	border-color: #000;
	color: #090;
}

.minidoc {
	background: #fff;
	border: #999 solid 1px;
	font-size: 9pt;
	height: 250px;
	overflow: scroll;
	text-align: justify;
}

.minidoc h1,
.minidoc h2 {
	font-weight: strong;
}

.minidoc h1,
.minidoc h2,
.minidoc p {
	margin: 10px;
}

.minidoc h1 {
	font-size: 11pt;
}

.minidoc h2 {
	font-size: 10pt;
}

.minidoc li {
	margin-right: 10px;
}
