/*
 * Default stylesheet 
 * DigitalDM
 * Copyright 2010 DigitalDM - www.digitaldm.com
 * Author David Dale
 */
/* Required to get suckerfish menus working in IE7 - Please don't ask me why! --DD */

* {
	margin: 0;
	padding: 0;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

*:first-child+html #nav {
	height: 1%;
}

*:first-child+html #nav li {
	height: 1%;
}

a {
	color: #00f;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #927E01;
}

a.delete {
	background-image: url(../images/icon-delete.gif);
	padding-left: 14px;
}

a.delete:hover {
	background-image: url(../images/icon-delete-over.gif);
}

a.edit {
	background-image: url(../images/icon-edit.gif);
}

a.edit:hover {
	background-image: url(../images/icon-edit-over.gif);
}

a.export {
	background-image: url(../images/icon-export.gif);
}

a.export:hover {
	background-image: url(../images/icon-export-over.gif);
}

a.icon {
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 4px 18px;
	text-transform: uppercase;
	text-decoration: none;
}

a.icon:hover {
	text-decoration: underline;
}

a.live {
	background-image: url(../images/icon-live.gif);
}

a.live:hover {
	background-image: url(../images/icon-live-over.gif);
}

a.pages {
	background-image: url(../images/icon-pages.gif);
}

a.pages:hover {
	background-image: url(../images/icon-pages-over.gif);
}

body {
	/*background: #394351 url(../images/bg_body.gif) repeat-x;*/
	background-color: #9EA4B7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
}

h1 {
	font-size: 2em;
	margin-bottom: .2em;
    color: #f57f00;
    font-weight: normal;
}

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0 0 .83em 0;
}

h2 {
	font-size: 1.7em;
	margin-bottom: .5em;
    color: #927E01;
}

h2 a#ebookHeadersToggleOn {
	text-decoration: none;
}

li {
	margin: 0 0 0 1.25em;
}

select {
	min-width: 200px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
}

table, td, th {
	font-size: 100%;
	text-align: left;
}

ul {
	list-style: square;
}

ul, ol {
	margin: 1em 0 1.25em 2em;
}

.add {
	background-image: url(../images/icon-plus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 1.67em;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clr{
	clear:both;
	float:none;
}
.clickable{
	cursor: pointer;
}

.auto_complete {
	color: #000;
}


.bigli li {
	list-style-type: none;
	margin: 2em 0;
	padding-left: 20px;
	background: transparent url(../images/icon_bullet_go.png) 0 50% no-repeat;
}

.breadcrumbs {
	margin-bottom: 10px;
}

.breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

.breadcrumbs {
	color: #666;
	text-decoration: none;
}

.breadcrumbs a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.button {
	padding: 0;
	margin: 0 2px 2px 0;
	line-height: 0px;
}

.button, .buttons, .buttons button {
	background-color: #927E01;
	color: #fff;
	border: 1px solid #695511;
	font-size: 1.08em;
	font-weight: bold;
	margin: 0 .3em .3em 0;
	padding: .17em;
	line-height: 1.2;
}

.button:hover, .buttons:hover, .buttons button:hover {
	background-color: #f57f00;
	color: #fff;
	border-color: #d16c00;
}

.buttondiv {
	clear: both;
	display: block;
	padding-top: 10px;
}

.clearfix {
	display: inline-block;
	clear: left;
	line-height: 1px;
}

.clearfix {
	display: block;
}

.culturetab {
	border-bottom: 1px solid #695511;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 12px;
}

.culturetab li {
	background-color: #758392;
	color: #fff;
	border: 1px solid #E7EBF7;
	border-bottom: 0;
	display: block;
	float: left;
	margin: 0 0 -1px 5px;
	padding: 3px;
}

.culturetab li.current {
	border: 1px solid #758392;
	border-bottom: 1px solid #E7EBF7;
}

.culturetab li a {
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 35px;
	text-decoration: underline;
}

.culturetab li a:hover {
	color: #B3DD11;
}

.culturetab li.current, .culturetab li.current a {
	background-color: #E7EBF7;
	color: #695511;
	cursor: default;
	text-decoration: none;
}

/* End hide from IE-mac */
.datatable {
	border: 1px solid #A5ACB2;
	margin: 1em 0;
	width: 100%;
}

.datatable .child td {
}

.datatable .parent td {
	background-color: #869EC0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.datatable .parent td a {
	color: #fff;
}

.datatable td, .datatable th {
	padding: .42em;
}

.datatable th {
	background-color: #a6b2db;
	color: #fff;
	cursor: pointer;
}

.datatable th select {
	min-width: 50px;
}

.datatable td.pending {
	color: #ffa500;
}

.datatable td.approved {
	color: Green;
}

.datatable td.declined {
	color: Red;
}

.datatable tr.dark td {
	background-color: #e6ebff;
}

.datatable tr.light td {
	background-color: #fff;
}

.disabled,
.disabled:hover {
	background-color: #dfdfdf;
	color: #a3a3a3;
	border: 1px solid #bfbfbf;
}

.error {
	background-color: #FFFAFA;
	border: 1px solid #f00;
	color: #000;
	padding: .42em;
	margin-bottom: .83em;
}

.hidden, .Inv {
	display: none;
}


.highlight {
	background-color: #CC0000;
	border: 1px solid #c00;
}

.highlight:hover {
	background-color: #FF0000;
	border: 1px solid #f00;
	color: #fff;
}

.login {
	border-bottom: .42em solid #695511;
}

.minus {
	background-image: url(../images/icon-minus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 1.67em;
}

.msg {
	background-color: #F5FFFA;
	border: 1px solid #228B22;
	color: #000;
	padding: .42em;
	margin-bottom: 10px;
}

.multi {
	float: left;
	width: 480px;
}

.multi select {
	float: left;
	width: 170px;
}

.multi .multibuttons {
	float: left;
}

.multi .multibuttons input {
	margin: 10px 5px;	
}

.statusamended {
	color: Red;
	font-weight: bold;
}

.statusapproved {
	color: Green;
	font-weight: bold;
}

.statuswaiting {
	color: #ffa500;
	font-weight: bold;
}

.steps {
	color: #f00;
	font-size: 130%;
	font-weight: bold;
	float: right;
	margin: 10px 10px 0 0;
}

.thumb {
	float: left; 
	margin: 0 10px 5px 0;
}

#content {
	clear: both;
	padding: 10px;
	min-height: 350px;
}

/* ebook edit page - headers section */
#ebookHeaders {
	display: none;
}

.form {
	margin: 0 0 1em 0;
}

fieldset {
	background-color: #E7EBF7;
	border: 1px solid #758392;
	margin: 0 0 10px 0;
	padding: 1em;
}

.form input,
.form select,
.form textarea {
	border: 1px solid #758392;
	margin-bottom: 0.5em;
}

.form input:active,
.form select:active,
.form textarea:active {
	border: 1px solid #B3DD11;
}

.form label {
	display: block;
	width: 15em;
	font-weight: bold;
	float: left;
	clear: left;
}

.form label.forcheck input,
.form label.forradio input {
	margin-bottom: 0;
	margin-right: 0.5em;
}

.form label.forcheck,
.form label.forradio {
	width: 20em;
	margin-bottom: 1em;
	clear: none;
}

.form label.forradio {
	width: 7em;
}

.form_error {
	color: #f00;
	font-weight: bold;
    margin-bottom: 1.5em;
}

legend {
	border: 1px solid #394e66;
	background-color: #0072bc;
	color: #fff;
	font-weight: bold;
	margin-left: -0.5em;
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
}

img {
	border: 0;
}

#current_size.imgsizebad {
	color: red;
	font-weight: bold;
}

#current_size.imgsizegood {
	color: green;
	font-weight: bold;
}

#header {
	background: #fff url(../images/search/ban_top.png) no-repeat top left;
	height: 95px;
	text-align: right;
    padding-top: 20px;
}

#header #logo {
	float: left;
	margin: 14px 0 0 20px;
}

#header h1 {
	font-size: 22px;
	color: #927E01;
	padding: 1.2em 1em 0 0;
}

#header h1 div.subtitle {
	color: #2d409a;
	font-size: 12px;
}

#lot_set {
  padding-left: 89px;
}

#lot_type_label {
 width: 69px;
}

#nav {
	background: #D6D0B1;
	clear: both;
  height: 25px;
	padding: 0;
	position: relative;
	margin: 0;
	z-index: 100;
}

#nav_h4 {
  font-family: Arial; 
  color: #FFFFFF; 
  padding: 5px; 
  text-align: center;
}

#nav a {
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
	display: block;
    font-weight: normal;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}

#nav a.inactive, #nav a:hover.inactive {
	background: #54678b;
	color: #fff;
    cursor: default;
	font-style: italic;
}

#nav a:hover {
	background: #54678b;
    color: #fff;
}

#nav li {
	/* all list items */
	float: left;
	padding: 0;
	margin: 0;
}

#nav li li {
	font-size: 11px;
	width: 140px;
}

#nav li li a {
	background: #eee;
	border: 0;
	color: #695511;
	font-weight: normal;
	line-height: 20px;
	padding: 2px 15px;
	margin: 0;
	text-align: left;
}

#nav li li a:hover {
	background: #54678b;
	color: #fff;
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	background-color: #abcbee;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
	/* third-and-above-level lists */
	margin: -24px 0 0 140px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#search_list {
  width: 729px;
}
#search_buttons {
  width: 300px;
}
#list {
	text-align: right;
}

#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	text-align: left;
}

#nav ul.right li {
	float: right;
}

#statusSelect select, #userSelect select {
	font-size: 9px;
	width: 70px;
}

#wrapper {
	background-color: #F8F9FD;
	margin: 0 auto;
	width: 80em;
	text-align: left;
}

#wrapper_search {
  background-color: #F8F9FD;
  margin: 0 auto;
  width: 980px;
  text-align: left;
}


.leftShadow{
	background: transparent url(../images/search/left_shadow.png) top left repeat-y;
	padding-left: 8px;
	width: 989px;
	margin: 0 auto;
}

.rightShadow{
	background: transparent url(../images/search/right_shadow.png) top right repeat-y;
	padding-right: 8px;
}

/* image editor */

#imgeditor-container {
	padding: 0px 3px 3px 3px;
	margin: 16px 318px 0 0;
}

#ImageEditorImage {
	background-repeat: no-repeat;
}

#ImageEditorLoadingText {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}

#ImageEditorTxtWidth, #ImageEditorTxtHeight {
	font-size: 10px;
	text-align: center;
}

#imgeditor-help {
	float: right;
	width: 300px;
}

#imgeditor-resize {
	background: #E7EBF7;
	border: 1px solid #9da3a9;
	padding: 3px 5px;
}

span.width, span.height {
	background: #E7EBF7;
	border: 1px solid #E7EBF7;
	padding: 5px;
}

input.resize-field {
	border: 1px solid #E7EBF7;
	padding: 2px 1px;
}

.formimg {
	padding-left: 15em;
}

.formimg p.caption {
	font-size: 0.7em;
	margin-bottom: 0.5em;
	background-color: #fff;
	text-align: center;
	width: 250px;
	line-height: 1.6;
	font-style: italic;
}

td div.formimg {
	padding-left: 0;
}

td div.formimg p.caption {
	width: auto;
}

td.formLabel
{
  width: 60px;
	text-align: left;
	padding-left: 0px;
}

td.formLabelRight {
  width: 60px;
  text-align: left;
  padding-left: 20px;
}

td.grey {
  border: 1px solid black;  
}



table.lot_data {
  font-size: smaller;
}



table.lot_data td {
  padding: 0px 3px 0px 3px;
  border-left: #EBEBEB 0px solid;
  border-right: #EBEBEB 1px solid;
  background-color: #FFF;
}

table.lot_data .dark td{
	background-color: #ebecf2;
}

table.lot_data td.top_left {
  border-top: 1px #AFAFAF solid;
  border-left: 1px #AFAFAF solid;
  padding-top: 2px!important;
}

table.lot_data td.top {
  border-top: 1px #AFAFAF solid;
  padding-top: 2px!important;
}

table.lot_data td.top_right {
  border-top: 1px #AFAFAF solid;
  border-right: 1px #AFAFAF solid; 
  padding-top: 2px!important;
}

table.lot_data td.right {
  border-right: 1px #AFAFAF solid; 
}

table.lot_data td.left {
  border-left: 1px #AFAFAF solid; 
}

table.lot_data td.bottom_left {
  border-bottom: 1px #AFAFAF solid;
  border-left: 1px #AFAFAF solid;
  padding-bottom: 2px!important;
}

table.lot_data td.bottom {
  border-bottom: 1px #AFAFAF solid;
  padding-bottom: 2px!important;
}

table.lot_data td.bottom_right {
  border-bottom: 1px #AFAFAF solid;
  border-right: 1px #AFAFAF solid; 
  padding-bottom: 2px!important;
}

table.lot_data td.top_bottom {
  border-top: 1px #AFAFAF solid;
  border-bottom: 1px #AFAFAF solid;
}
table.lot_data th{
	padding: 2px 3px 2px 3px;
	background-color: #C0C0C0;
	color: #00316F;
	border-left: #EBEBEB 0px solid;
	border-right: #EBEBEB 1px solid;
	border-bottom: #000 1px solid;
	border-top: #A4A49A 1px solid;
	font-weight: bold;
}

.bgmmblue {
  background-color: rgb(0, 79, 163);
}

.mmblue {
  color: rgb(0, 79, 163);
}

.courier_small {
  font-family: Courier;
	font-size: 8pt;
}

input.blue,input.blue {
  background-color: #003F6F;
	color: #FFFFFF;
}

/******* classes to not get overflow *******/

td {
	overflow: hidden;
}

td.lot_vendor {
	width: 290px;
}
td.lot_type {
	width: 330px;
}
td.lot_name {
	width: 250px;
}
td.lot_color {
	width: 120px;
}
td.lot_sex {
	width: 135px;
}
td.lot_sire {
	width: 248px;
}
td.lot_dam {
	width: 420px;
}
td.lot_bonusscheme {
	width: 380px;
}
td.lot_height {
	width: 50px;
}
td.lot_session {
	width: 220px;
}
td.lot_buyer {
	width: 150px;
}
.red {
  color: #FF0000;
}

#vendor {
	width: 680px;
	max-width: 680px; 
}
#sire {
	width: 300px;
	max-width: 300px;
	font-family: Courier;
}
#dam {
	width: 300px;
	max-width: 300px;
	font-family: Courier;
}
#lot_name {
	width: 300px;
	max-width: 300px;
	font-family: Courier;
}
#breed {
	width: 300px;
	max-width: 300px;
	font-family: Courier;
}
#discipline {
	width: 300px;
	max-width: 300px;
	font-family: Courier;
}
#horse_type {
	width: 210px;
	max-width: 210px;
	font-family: Courier;
}
#lotSet {
	width: 650px;
	max-width: 650px;
	font-family: Courier;
}

#pagination {
	position: relative;
	text-align: center;
	top: 10px;
}
#pagination .left {
	width: 240px;
	float: left;
}
#pagination .middle {
	width: 240px;
	float: left;
}
#pagination .right {
	width: 240px;
	float: left;
}

.textHighlight{
	color: #F57F00;
}


.searchTableContainer{
	background-color: #fff;
	border: #D4D4D4 1px solid;
	padding: 2px;
	margin: 5px;
}

.searchTableContainerBtmRight{
	float: right;
	height:22px;
	margin:-19px -3px 0 0;
	width: 21px;
	background: #fff url('../images/search/b_right_crn_white.png') bottom right no-repeat;
}

.searchTableContainerBtmRight.grey
{
	background: #fff url('../images/search/b_right_crn.png') bottom right no-repeat;
}

.searchTable{
	width: 100%;
	background-color: transparent;
}

.searchTable th{
	background-color: #D4D4D4;
	padding: 3px;
	font-size: 17px;
	font-weight:normal;
}

.searchTable th a{
	font-weight:normal;
	color: #000;
	text-decoration: none;
}

.btnGrey{
	background: transparent url('../images/search/btn_blank_grey.png') top left no-repeat;
	color: #7C7C7C;
	font-size: 12px;
	width: 204px;
	height: 18px;
	padding: 8px 5px 5px 7px;
	margin: 5px;
}

.btnBlue,.btnBlueWide, .btnOrange{
	background: transparent url('../images/search/btn_blank_blue.png') top left no-repeat;
	width: 100px;
	height: 31px;
	cursor: pointer;
	color: #FFF;
	border: none;
	padding-right: 12px;
}
.btnOrange{
	background: transparent url('../images/search/btn_blank_orange.png') top left no-repeat;
}
.btnBlueWide{
	background: transparent url('../images/search/btn_blank_blue_wide.png') top left no-repeat;
	width: 170px;
}
.clickableHeader{
	background-color: #D4D4D4;
	color: #7C7C7C;
	font-size: 12px;
	padding: 5px;
	margin: 2px;
}

a.btnGrey,a.clickableHeader,a.btnBlueWide{
	display:block;
	text-decoration: none!important;
}
a.btnGrey:hover,a.clickableHeader:hover{
	color: #666666;
}
a.btnBlueWide{
	padding: 8px 5px 5px 7px;
}
a.btnBlueWide:hover{
	color: #FFF;
}

a.btnGrey span,a.btnBlueWide span,a.clickableHeader span{
	padding-left: 30px;
}

.Camera{
	background: transparent url('../images/search/camera.png') top left no-repeat;
}

.Max{
	background: transparent url('../images/search/max.png') top left no-repeat;
	height: 16px;
	display: block;
	padding-top: 2px;
}
.Min{
	background: transparent url('../images/search/min.png') top left no-repeat;
	height: 16px;
	display: block;
	padding-top: 2px;
}
.Print{
	background: transparent url('../images/search/print.png') top left no-repeat;
}

.searchBoxTop{
	background: transparent url('../images/search/box_search_top.png') top left no-repeat;
}

.searchBoxMiddle{
	background: transparent url('../images/search/box_search_mid.png') top left repeat-y;
}

.searchBoxBottom{
	background: transparent url('../images/search/box_search_bottom.png') bottom left no-repeat;
	padding: 15px 15px 20px 15px;
}

.searchBoxBottom table{
	margin: 5px 0 0 10px;
	table-layout: fixed;
	width: 880px;
}

.searchBoxBottom table col{
	width: 290px;
}

.btnContainer{
	background: transparent url('../images/search/white_btn_box.png') top left no-repeat;
	width: 230px;
	height: 43px;
	float: left;
	padding: 10px 0 0 10px;
}
.seperator{
	background: transparent url('../images/search/seperator.png') top left repeat-x;
	height: 11px;
	width: 100%;
}



.btnOpeneCatalogue{
	background: transparent url('../images/search/but_open_blank.png') top left no-repeat;
	width: 300px;
	height: 39px;
	text-align:left;
	padding-left: 10px;
	padding-bottom:5px;
}

.btnPrintPage{
	background: transparent url('../images/search/but_print_blank.png') top left no-repeat;
	width: 155px;
	margin-top:2px;
	height:37px;
	text-align:left;
	padding-left: 30px;
	padding-bottom:5px;
}
.filterContainer{
	background: transparent url('../images/search/but_filter_blank.png') top left no-repeat;
	width: 192px;
	height: 39px;
	text-align:left;
	padding: 8px 0 0 10px;
	color: #FFF;
}
.filterContainer a, .filterContainer a:hover{
	color: #F57F00;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1px;
}
.filterContainer .text{
	width: 99px;
	height: 15px;
}
.filterContainer span{
	font-size: 10px;
	margin-right: 3px;
}
/*Make the 1st option in the select elements a dark blue*/
.searchTableContainer table select option:first-child{
	color: #2747A1;
}

.trSmallBottomSpacing td{
	padding-bottom: 15px;
}

.tooltipBody{
	text-align: left;
	background-color: white;
	font-size: 12px;
	border: solid thin #D4D4D4;
	padding: 5px 25px 5px 5px;
	width: 400px;
}

.tooltipBody .printtext{
	color: #808080;
	margin: 10px 0 0 0;
}

.tooltipBody .printtext a{
	font-weight:normal;
}

.tooltipBody .searchTableContainerBtmRight{
	margin: -16px -26px 0 0;
}

.tooltipHeader{
	text-align: left;
	font-size: 14px;
	background-color: #D4D4D4;
	color: #606060;
	padding: 5px;
}

.tooltipHeader a{
	float: right;
	color: #606060;
	font-weight: normal;
	cursor: pointer;
}

/*
html, body,.leftShadow,.rightShadow,#wrapper_search {
	height: 100%;
}
html, body, .leftShadow,.rightShadow,#wrapper_search {
	min-height: 100%;
}
.leftShadow{
	height: auto;
}

.footer{
	position: absolute;
	bottom: -100;
	margin-top: -20px;
	height: 20px;
}*/
