
* {
	margin:0 auto;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#header {
	text-align:center;
}

/*Any Centered Item*/
.center {
	text-align:center;
}

/*Floated items*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

table th {
	background:#900;
}

table th {
	color:#fff;
	text-decoration:none;
}

table th a {
	color:#fff;
	text-decoration:none;
}

table#catItems tr {
	padding:5px;
}

.odd {
	background:#f8f8f8;
}

.even {
	background:#e8e8e8;
}

.red, .red1 {
	color: #FF0000;
}

.red0 {
	color:#FF0000;
}

/*Start the header navigation*/
table#headerOptions {
	border:2px solid #900;
	width:95%;
	margin:10px auto;
}

table#headerOptions tr td {
	width:12%;
	border:1px solid #ccc;
	font-size:0.9em;
}
/*End header navigation*/


/*Start video catalog search page*/
fieldset {
	border:1px solid #e8e8e8;
	margin:10px;
	padding:10px;
	text-align:left;
}

fieldset:hover, fieldset:focus {
	background:#f8f8f8;
}

legend {
	font-weight:bold;
}

label { 
	font-weight:bold;
	float:left; /*Overwritten in a few specific instances*/
	width:100px; /*Overwritten in a few specific instances*/
}

input, select {
	padding:3px;
	margin:2px;
	background:url(../images/input.png) top left repeat-x;
	border:1px solid #ccc;
}

#bodyContent {
	width:900px;
}

#threeBlocks {
	width:250px;
}

/***********************************
	Start Lot Number
***********************************/
fieldset#lotNumber {
	width:100px;
	float:left;
}
/***********************************
	End Lot Number
***********************************/


/***********************************
	Start Consignor
***********************************/
fieldset#consignor {
	width:500px;
	float:left;
}
/***********************************
	End Consignor
***********************************/


/***********************************
	Start Geographic Location
***********************************/
fieldset#geographicLocation {
	width:450px;
	float:left;
}

fieldset#geographicLocation label {
	width:25px;
	margin-left:25px;
}
/***********************************
	End Geographic Location
***********************************/


/***********************************
	Start Weight Range
***********************************/
fieldset#weightRange {
	width:200px;
	float:left;
}

fieldset#weightRange label {
	width:40px;
	float:right;
	padding:0px 5px;
}

/***********************************
	End Weight Range
***********************************/



/***********************************
	Start Delivery Month
***********************************/
fieldset#deliveryMonth {
	width:220px;
}

fieldset#deliveryMonth label {
	width:90px;
	float:right;
}

/***********************************
	End Delivery Month
***********************************/


/***********************************
	Start Implanted
***********************************/
fieldset#implanted {
	width:160px;
}

fieldset#implanted label {
	float:none;
	width:20px;
	margin-left:20px;
}
/***********************************
	End Implanted
***********************************/


/***********************************
	Start A&S Verified
***********************************/
fieldset#sourceVerified {
	width:200px;
}

fieldset#sourceVerified label {
	float:none;
}
/***********************************
	End A&S Verified
***********************************/


/***********************************
	Start Specify Sex
***********************************/
fieldset#specifySex {
	width:160px;
	float:left;
}

fieldset#specifySex label {
	width:120px;
	float:right;
}

fieldset#specifySex div.formFields {
	clear:both;
	padding:1px;
}

/***********************************
	End Specify Sex
***********************************/


/***********************************
	Start Special Programs
***********************************/
fieldset#specialPrograms {
	width:780px;
	text-align:left;
}

fieldset#specialPrograms label {
	width:200px;
	float:none;
}

fieldset#specifySex div.formFields {
	clear:both;
	padding:1px;
}
/***********************************
	End Special Programs
***********************************/


/***********************************
	Start Represented By
***********************************/
fieldset#representedBy {
	width:400px;
}
/***********************************
	End Represented By
***********************************/


/***********************************
	Start Representative Contact
***********************************/
fieldset#representativeContact {
	width:400px;
}
/***********************************
	End Representative Contact
***********************************/


/***********************************
	Start Sort Tables
***********************************/
#catItems {
	width:100%;
}

#catItems td, th {
	padding:5px 0px;
}

.header {
	cursor: pointer;
}


.odd {
	background:#f8f8f8;
}

.headerSortDown, .headerSortUp {
	background-color:#800000;
}


/***********************************
	Start Admin Control Panel
***********************************/
div#adminInterface {
	width:95%;
	margin:50px auto;
	text-align:center;
}

div.adminOptions {
	float:left;
	border:1px solid #e8e8e8;
	margin:20px;
	text-align:left;
}

div.adminOptions h3 {
	padding:10px;
	text-align:center;
	font-variant:small-caps;
	text-transform:capitalize;
	background:url(../images/input.png) top left repeat-x #dff3ff;
}

div.adminOptions ul {
	padding:0px;
	margin:0px;
}

div.adminOptions ul li {
	list-style:none;
	padding:5px;
	background:#f8f8f8;
	border-top:1px solid #e8e8e8;
}

div.adminOptions ul li:hover {
	background:#dff3ff;
}

div.adminOptions a {
	text-decoration:none;
	color:#333;
}


/***********************************
	End Admin Control Panel
***********************************/
