/*
$Revision: 186 $
$Author: Mark $
$Date: 12/09/08 2:13p $
$Logfile: /Development/Property Phase1/Web/StyleSheet/skunk.css $
$NoKeywords: $
*/
/* Purpose: Common styles for Newbrain setup. CAUTION: Also used as defaults for WebsiteEzy websites. */

/* Page Layout */
#Footer {
	clear: both;
	bottom: 0;
	padding: 5px;
	background-color: #ffffff;
	width: 100%;
	border-top: 1px solid #000000;
}

div.column1 {
float: left;
width: 50%;
margin-right:4px;
}

/*####################
# Element styles
#####################*/

/*#### Formatting tags ####*/
unknown
{
    font-weight: normal;
    font-size: 108%;
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}

/* */
html, body, table, td, th, p, div, span {
   margin: 0px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

/*#### Paragraphs ####*/
p {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

/*#### Anchors ####*/
a {
	/*Nothing defined yet*/
}
a:link { 
	color: #003366; text-decoration: underline ;
}
a:visited {
	color: #003366; text-decoration: underline;
}
a:hover {
    color: #000000; text-decoration: none;
}
a:active { 
	color: #003366;
}


/*#### Lists ####*/
/* Unordered lists */
ul {
    list-style-type: disc;
}

/* Ordered lists */
ol {
	/* Nothing defined yet */
}

/*#### Forms ####*/
form {
	/* Nothing defined yet */
}

/*#### Buttons ####*/
button.IconBar {
	border: 0px;
	height: 80px;
	width: 100px;
	font-size: 11px;
	background-color: #BEC8D3;
}

/*#### Selects ####*/
select {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #404040;
}

select.publicsearchcriteria {
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
}

/*#### Input styles ####*/
input {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

input[type=button] {
	/* Nothing defined yet */
}

input[type=checkbox] {
	/* Nothing defined yet */
}

input[type=file] {
	border: 1px solid #404040;
}

input[type=hidden] {
	/* Nothing defined yet */
}

input[type=image] {
	/* Nothing defined yet */
}

input[type=password] {
	border: 1px solid #404040;
}

input[type=radio] {
	/* Nothing defined yet */
}

input[type=reset] {
	/* Nothing defined yet */
}

input[type=submit] {
	/* Nothing defined yet */
}

input[type=text] {
	border: 1px solid #404040;
}

input:focus {
	background-color: #FFFFA0;
}

input.btnSubmit {
		border-top-color: #CCCCCC; border-top-style: solid; border-top-width: 1px; border-right-color: #666666;
		border-right-style: solid; border-right-width: 1px; border-bottom-color: #666666; border-bottom-style: solid; border-bottom-width: 1px;
		border-left-color: #CCCCCC; border-left-style: solid; border-left-width: 1px;
		background-color:#FCFCFC; font-family: Helvetica, Verdana, Arial, sans-serif; font-weight: bold; font-size: 11px;
		width: 90px; height: 20px; text-align: left; padding: 2px 10px 2px 10px; color: #003366;
}

input.publicsearchcriteria {
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
}

/* Text Areas */
textarea {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #404040;
}

textarea.publicsearchcriteria {
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
}

/*#### Heading tags ####*/
h1 {
   margin-top: 0px;
	margin-bottom: 8px;
   font-weight: bold;
   font-size: 138.5%;
   /*text-transform: uppercase;*/
   color: #003366; /*ff6600; /*#ffcc00;*/
   font-family: Helvetica, Arial, sans-serif;
}

span.spnRemoveForcedUpperCase {
	text-transform: none;
}

h2 {
    /*margin-top: 0px;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff9900;*/
	font-weight: bold;
	font-size: 131%;
	font-family: Helvetica, Arial, sans-serif; 
	color: #003366; background-color:transparent;
	margin-top: 0px;
	padding: 0;
	border: 0px solid;
}
h2.h2Boxed {
	font-weight: bolder; font-size: 16px; font-family: Helvetica, Arial, sans-serif; 
	color: #003366; text-transform: uppercase; background-color:#CEDBEA;/*#*/
	margin: 0px; width: 100%;
	padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 5px;
	border-top: 0px solid; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 0px solid;
}

h3 {
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}

h4 {
    font-weight: bold;
    font-size: 116%;
    color: #000099;
    font-family: sans-serif, arial, verdana, helvetica;
}

h5 {
    font-weight: bold;
    font-size: 108%;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}

h6 {
    font-size: 100%;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''' AdSchedule & Listings Look ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
span.spnAlert 		{ 
	color:#CC0000; 
}
span.spnAlertBold	{ 
	font-weight: bold; color:#CC0000; 
}
span.spnBoldStandard{ 
	font-weight: bold; 
}
td.tdTitle 			{
	font-weight: bold; font-size: 11px; font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase; color:#003366 ;
	padding-left: 5px; border-bottom: 1px solid #CCCCCC; 
}
td.tdTitleLeft 		{
	border-right: #EFEFEF 0px solid; border-top: #EFEFEF 1px solid; border-left: #EFEFEF 1px solid; color: #006699; border-bottom: 1px solid #CCCCCC;
	height: 15px;  padding-top: 0px; padding-bottom: 0px; text-align: left;
}
td.tdTitleRight 	{
	border-right: #CCCCCC 1px solid; border-top: #EFEFEF 1px solid; border-left: #EFEFEF 0px solid; color: #006699; border-bottom: 1px solid #CCCCCC;
	height: 15px; padding-top: 0px; padding-bottom: 0px; text-align: right;
}
td.tdLine			{ 
	padding:0px; background-color:#99CCFF 
}


td.tdScheduleRight 	{
	border-right: #F5F5F5 1px solid; border-top: #F5F5F5 1px solid; border-left: #F5F5F5 1px solid; color: #666666; border-bottom: #F5F5F5 0px solid
}


td.tdScheduleLeft 	{
	border-right: #F5F5F5 0px solid; border-top: #F5F5F5 1px solid; border-left: #F5F5F5 1px solid; color: #666666; border-bottom: #F5F5F5 0px solid; 
	height: 15px; padding-top: 0px; padding-bottom: 0px;
}
td.tdScheduleRight	{
	border-right: #F5F5F5 1px solid; border-top: #F5F5F5 1px solid; border-left: #F5F5F5 1px solid; color: #666666; border-bottom: #F5F5F5 0px solid
}
td.tdScheduleOver 	{
	border-right: #F5F5F5 0px solid; border-top: #F5F5F5 1px solid; border-left: #F5F5F5 0px solid; color: #666666; border-bottom: #F5F5F5 0px solid
}
tr.tdHeadingRow 	{
	background-color:#EFEFEF;
	border-top-color: #E0DFE3; border-right-color: #6699CC; border-bottom-color: #6699CC; border-left-color: #E0DFE3;
}
td.tdInstructionText{
	font-weight: normal; font-size: 11px; color: #666666; font-family: Helvetica, Verdana, Arial, sans-serif
}

.tblHeaderBar 	{
	color: #003366; 
	background-color:#eeeeee;/*#*/
	margin: 0px;
	padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 5px;
	border: 1px solid #CCCCCC;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
table.tblHeaderBarTransparent 	{
	color: #003366; background-color:transparent; margin: 0px; width: 600px;
	padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 5px;
	/*border-bottom: 1px solid #CCCCCC;text-transform: uppercase; */
}
tr.trHighlightRow	{
	background-color:#eeeeee;
}
td.tdPortalRight 	{
	width: 50%; vertical-align: top; padding-left:10px;
}
td.tdPortalLeft 	{
	width: 50%; vertical-align: top; padding-right:10px;
}
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''' End AdSchedule & Listings Look ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*#### Table tags ####*/
table.resultbox
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

tr {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

tr.resultslink {
    font-weight: normal;
    font-size: 85%;
}

tr.results {
    padding-right: 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    /*height: 15pt;*/
    background-color: #eee7d7; /*d8eda2;e6f4dd;eee7d7;f9f7f0*/
}

tr.resultsline {
    padding-right: 3px;
    background-color: #ffffff;
}

tr.resultsLine {
	/*background-color: #bb9611;*/
	background-color: #ffffff;
}

tr.resultsbody {
    padding-right: 3px;
    background-color: #f3f3f3;
}
tr.resultsbody td {
	background-color:#FDFDFD;
}

tr.ruled{
	background:#f3f3f3;
}

.ToolBanner {
	background-color: #ffff99;
	font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #cc6600;
    font-family: Helvetica, Arial, sans-serif;
	border-bottom:1px solid #000000;
	padding: 6px;
}

td.prompt1 {
    font-family: Helvetica, Arial, sans-serif;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 11px;
	background-color:#EFEFEF;
    text-align: right;
    color: #003366; /*#134BA8;*/
	vertical-align: top;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color:#DAE0E4;/*BEC8D3*/
}

td.prompt3 {
    background-color: #f3f3ed;
}

th {
    border-right: #F5F5F5 0px solid;
    border-top: #F5F5F5 0px solid;
	border-left: #F5F5F5 0px solid;
	border-bottom: #99CCFF 1px solid;
    font-weight: bold;
    font-size: 11px;
    /*text-transform: uppercase;    */
    color: #003366;/*336600*/
    font-family: Helvetica, Arial, sans-serif;
    background-color: #EFEFEF;/*f8fcf9*/
    text-align: left;
}

/* Newbrain administration tools styles */
fieldset.toolFieldset {
	border: 1px solid #cccccc;
	/*background-color: #eef1e0;*/
	padding: 4px;
	width: 600px;
}

legend.toolLegend {
	color: #003366;
	text-transform: uppercase;
	font-weight: bold;
	/*border-right: #669900 3px solid;
    padding-right: 5px;
    border-top: black 0px solid;
    padding-left: 5px;    
    font-size: 11px;
    padding-bottom: 0px;
    border-left: #669900 3px solid;
    color: #336600;
    padding-top: 1px;
    border-bottom: black 0px solid;
    font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;*/
}

/* NVD form styles */
	div.buttonOver{
		float: left;
		width: 90px;
		padding: 2px;
		margin: 2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #97C062;
		border-bottom: 1px solid #97C062;
		border-left: 1px solid #fff;
		text-align: center;
	}
	
	.NVDsubmitbutton{font-size: 85%; width: 165px;}
	
	div.buttonOff{
		float: left;
		width: 90px;
		padding: 2px;
		margin: 2px;
		border: 1px solid #97C062;
		text-align: center;
	}

	div.float p {
	}
	
	div.IconBarContainer {
		float: left;
		background-color: #CEDBEA;/*ebf3e1*/
		border-top: 3px solid #336699;
		border-bottom: 3px solid #336699;
	}
	
ul.ULNVDAnswer {
	list-style: none;
}

span.NVDFormQuestion {
	padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #003366; /*#669900;*/
    font-family: Helvetica, Arial, sans-serif;
}

.NVDFormQuestion {
	padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #003366; /*#669900;*/
    font-family: Helvetica, Arial, sans-serif;
}

label.NVDFormQuestion {
	width:150px;
}

span.NVDFormAnswer {
}

fieldset.NVDFieldset {
	border: 0px solid #cccccc;
	background-color: white;/*#eef1e0;*/
	padding: 0px;
	width: 600px;
}

legend.NVDLegend {
	/*border-right: #669900 3px solid;
	border-top: black 0px solid;
	border-left: #669900 0px solid;
    padding-right: 5px;    
    padding-left: 5px;*/
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    text-transform: uppercase;    
    color: #003366; /*#336600;*/
    padding-top: 1px;
    /*border-bottom: black 0px solid;*/
    font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}
/* End of NVD form styles */

/* Zeroth? Not sure what this is for! */
/*0th {
    font-weight: bold;
    font-size: 93%;
    text-transform: none;
    color: #00009b;
    font-family: verdana,arial,helvetica,sans-serif;
    background-color: #99ccff;
}*/

/*####################
# User Defined Classes
#####################*/

.headlinesub
{
    font-weight: normal;
    font-size: 100%;
    color: #000099;
    font-family: sans-serif, arial, verdana, helvetica;
}

/* Form styles */
.strongLabel {
	font-weight: bold;
}

.form1heading {
    margin-top: 0px;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.form2heading {
    margin-top: 0px;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff9900;
    font-family: Helvetica, Arial, sans-serif;
}

.form1instruction {
    font-weight: bold;
    font-size: 100%;
    color: #666666;
    font-family: verdana, arial, sans-serif;
}

.form1labelleft {
    font-weight: 500;
    font-size: 100%;
    color: #000000;
    font-family: verdana, arial, sans-serif;
}

.form1label {
    font-weight: 500;
    font-size: 100%;
    color: #000000;
    font-family: verdana, arial, sans-serif;
}

.form1black {
    font-weight: 500;
    font-size: 100%;
    color: #000000;
    font-family: verdana, arial, sans-serif;
}

.form1label {
    text-align: right;
}
.form1black
{
    font-weight: bold;
}
.form1small
{
    font-weight: normal;
    font-size: 85%;
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}
.form1table1
{
    border-right: #990000 0px;
    padding-right: 2px;
    border-top: #990000 0px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #990000 0px;
    padding-top: 2px;
    border-bottom: #990000 0px;
    font-family: verdana, arial, sans-serif;
    background-color: #000099;
    text-align: left;
}
.brochuretextsmall
{
    font-weight: 300;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

/* Search styles */
.searchtext
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: verdana, arial, sans-serif;
}
.searchtextnormal
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.searchtextsmall
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.searchtextsmall
{
    font-size: 9px;
}
.searchpostingtext
{
    font-size: 85%;
    color: #000000;
    font-family: verdana, helvetica, sans-serif;
}
.searchpostingtextsmall
{
    font-size: 85%;
    color: #000000;
    font-family: verdana, helvetica, sans-serif;
}

.searchpostingtextsmall
{
    font-size: 77%;
}

.nplheading
{
    font-weight: bold;
    font-size: 100%;
    color: #0000ff;
    font-family: Helvetica, Arial, sans-serif;
}
.npldescription
{
    font-weight: normal;
    font-size: 93%;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.ppldividercolor
{
    background-color: #cccccc;
}
.lpldividercolor
{
    background-color: #dedeff;
}
.blue
{
    font-weight: bold;
    font-size: 100%;
    color: #0000ff;
    font-family: verdana, arial, sans-serif;
}

/* Summary styles */
.summaryreporttype
{
    font-size: 10px;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.summaryreporttext
{
    font-size: 10px;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.summaryreporttype
{
    font-weight: bold;
}
.summaryreportheading
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-indent: 8px;
    font-family: Helvetica, Arial, sans-serif;
}
.summaryreportinstruction
{
    font-weight: normal;
    font-size: 85%;
    color: #000066;
    font-family: Helvetica, Arial, sans-serif;
}

/* Menu styles */
.menutinytext
{
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}
.menusmalltext
{
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}
.menumidtext
{
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}
.menuheader
{
    color: #000099;
    font-family: Helvetica, Arial, sans-serif;
}
.menutinytext
{
    font-size: 85%;
}
.menusmalltext
{
    font-size: 100%;
}
.menumidtext
{
    font-weight: bold;
    font-size: 100%;
}
.menuheader
{
    font-weight: normal;
    font-size: 123.1%;
    text-indent: 10px;
}
.menulinktext
{
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.menutabs
{
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.menuitem
{
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.menuitemunavailable
{
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.menulinktext
{
    font-size: 85%;
}
.menutabs
{
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
}
.menuitem
{
    font-size: 93%;
}
.menuitemunavailable
{
    font-size: 93%;
}

/*### Report styles ###*/
.reportheader
{
    font-weight: bold;
    font-size: 100%;
    color: #000000;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: right;
}
.reportheaderleft {
    font-weight: bold;
    font-size: 100%;
    color: #000000;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: right;
}
.reportheader {
    text-align: right;
}
.reportheaderleft {
    text-align: left;
}
.reportlabel {
    font-weight: bold;
    font-size: 10px;
    color: #777777;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: right;
}
.reporttxtlabel {
    font-size: 10px;
    color: #000000;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: left;
}
.reporttxt {
    font-size: 85%;
    color: #000066;
    font-family: Helvetica, Arial, sans-serif;
}
.reporth {
    border-right: #669900 0px solid;
    border-top: #669900 0px solid;
    font-weight: bold;
    font-size: 11px;
    margin: 2px;
    text-transform: uppercase;
    border-left: #669900 0px solid;
    color: #336600;
    border-bottom: #669900 1px solid;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f8fcf9;
    text-align: left;
}
.reporthr {
    border-right: #669900 0px solid;
    border-top: #669900 0px solid;
    font-weight: bold;
    font-size: 11px;
    margin: 2px;
    text-transform: uppercase;
    border-left: #669900 0px solid;
    color: #336600;
    border-bottom: #669900 1px solid;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f8fcf9;
    text-align: left;
}
.reporthc {
    border-right: #669900 0px solid;
    border-top: #669900 0px solid;
	border-left: #669900 0px solid;
	border-bottom: #669900 1px solid;
    font-weight: bold;
    font-size: 11px;
    margin: 2px;
    text-transform: uppercase;    
    color: #336600;    
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f8fcf9;
    text-align: left;
}
.reporthr {
    text-align: right;
}
.reporthc {
    text-align: center;
}
.reportcell {
    font-weight: normal;
    font-size: 11px;
    margin: 10px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}
.reportcellr {
    font-weight: normal;
    font-size: 11px;
    margin: 10px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}
.reportcellc {
    font-weight: normal;
    font-size: 11px;
    margin: 10px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}
.reportcellr {
    text-align: right;
}
.reportcellc {
    text-align: center;
}


/*#### Treatment styles ####*/
.treatmentgridheading
{
    border-right: #669900 0px solid;
    border-top: #669900 0px solid;
	border-left: #669900 0px solid;
	border-bottom: #669900 1px solid;
    font-weight: bold;
    font-size: 11px;    
    color: #336600;    
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f8fcf9;
}
.treatmentgridcell
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

/*#### Animal styles ####*/
.animalgridheading
{
    font-weight: bold;
    font-size: 85%;
}
.animalgridsummary
{
    font-weight: bold;
    font-size: 85%;
}
.animalgridsummary
{
    color: #000066;
    font-family: verdana, arial, sans-serif;
}
.animalgridcell
{
    font-size: 85%;
}


.body01
{
    font: 93% Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #000033;
}
.head02
{
    border-left-color: #000000;
    border-bottom-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
    font: bolder 93% Helvetica, Arial, sans-serif;
    vertical-align: middle;
    color: #000066;    
    text-align: left;    
}
.hinttext
{
    font-size: 85%;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.price
{
    font-weight: bolder;
    font-size: 93%;
    border-left-color: #000000;
    border-bottom-color: #000000;
    vertical-align: middle;
    color: #ff0000;
    border-top-color: #000000;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    border-right-color: #000000;
}
.MsgGreen
{
    border-left-color: #000000;
    border-bottom-color: #000000;
    font: bolder 100% Helvetica, Arial, sans-serif;
    vertical-align: middle;
    color: #006600;
    border-top-color: #006600;
    text-align: left;
    border-right-color: #000000;
}
.MsgBlue
{
    font: bolder 100% Helvetica, Arial, sans-serif;
    color: #000066;
}
.MsgRed
{
    border-left-color: #000000;
    border-bottom-color: #000000;
    font: bolder 100% Helvetica, Arial, sans-serif;
    vertical-align: middle;
    color: #cc0000;
    border-top-color: #cc0000;
    white-space: normal;
    text-align: left;
    border-right-color: #000000;
}
.SoldMarker
{
    font-weight: bold;
    background-color : #cc0000;
    color: #ffffff;
}
.formlabel
{
    font-weight: bold;
    font-size: 100%;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.white
{
    font-weight: bolder;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}

.Normal
{
    font-size: 100%;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.PublicSearchCriteriaH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.PublicSearchCriteria
{
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
}
.WantedDesc
{
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
}

.Form1
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}


/* Disabled form field syles
.Form1, .formField2 {
 background-color: #eeeeee;
}
*/

.PublicSearchCriteriaError
{
    font-size: 85%;
    color: blue;
    font-family: Helvetica, Arial, sans-serif;
}
.MPrpSearchCol
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MPrpSearchColH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MRegSearchColH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MRegSearchCol
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MLotSearchColH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MLotSearchCol
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MJobSearchColH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MJobSearchCol
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MNewsSearchCol
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MNewsSearchColH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.MPrpSearchColH
{
    font-weight: bold;
}
.MRegSearchColH
{
    font-weight: bold;
}
.MLotSearchColH
{
    font-weight: bold;
}
.MJobSearchColH
{
    font-weight: bold;
}
.MNewsSearchColH
{
    font-weight: bold;
}

.AgencyList
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.AgencyListH
{
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.AgencyListH
{
    font-weight: bold;
}
.ContentBG
{
    background: #ffffff;
}

/* Public News styles */
.PublicNewsItem {
	border-bottom: 1px solid #cccccc;
}
.PublicNewsItemHeading {
	/*font-weight:bold;*/
}

.PublicNewsItemPostedDate{
	/*width: 500px;*/
	color: #999;
	font-size: 11px;
}
.PublicNewsItemBody {
	/*width: 500px;*/
}

.PublicNewsItemFooter {
	text-align: right;
	clear: both;
	color: #999;
	font-size: 11px;
}

.PublicNewsListImageCell {
	border-top: 1px solid #cccccc;
	vertical-align: top;
}
.PublicNewsListTextCell {
	border-top: 1px solid #cccccc;
	vertical-align:top;
	padding-left: 4px;
    /*font-size: 11px;*/
    font-family: Helvetica, Arial, sans-serif;
}

.Date
{
    font-weight: 200;
    font-size: 9px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}
.headerSml1
{
    font-weight: bold;
    font-size: 77%;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
.headerSmlBal
{
    font-weight: bold;
    font-size: 77%;
    color: #336633;
    font-family: Helvetica, Arial, sans-serif;
}

/* Body styles*/
.body1
{
    font-weight: normal;
    font-size: 93%;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.bodyemphasis1
{
    font-weight: normal;
    font-size: 93%;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.bodyemphasis1
{
    font-weight: bold
}
.bodyhead1
{
    font-weight: bold;
    font-size: 100%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.bodyhead2
{
    font-weight: bold;
    font-size: 100%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.bodySml1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 77%;
    COLOR: #333333;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
}

.listbody1
{
    font-weight: normal;
    font-size: 77%;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.listbodyemphasis1
{
    font-weight: bold; /*normal;*/
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}

.footerLink
{
    font-weight: normal;
    font-size: 85%;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.menuLink
{
    font-weight: bold;
    font-size: 85%;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
.menuLinkOn
{
    font-weight: bold;
    font-size: 85%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.menuLinkDead
{
    font-weight: bold;
    font-size: 85%;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
}
.FormHeader1
{
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabel1
{
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabel2
{
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabel1
{
    font-size: 100%;
}
.FormLabel2
{
    font-size: 100%;
    color: #ffffff;
}
.FormLabelMand
{
    font-weight: bold;
    font-size: 100%;
    color: #ff0000;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabelSml1
{
    font-weight: bold;
    font-size: 77%;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabelSml2
{
    font-weight: normal;
    font-size: 77%;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}
.FormLabelSmlMand
{
    font-weight: bold;
    font-size: 77%;
    color: #ff0000;
    font-family: Helvetica, Arial, sans-serif;
}
.FormField1
{
    font-size: 85%;
    font-family: "courier new", courier, mono;
}
.FormField
{
    font-size: 85%;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
.ConsoleHeaderText
{
    font-weight: bold;
    font-size: 100%;
    color: #555555;
    font-family: Helvetica, Arial, sans-serif;
}
.consoleHeader1
{
    font-weight: bold;
    font-size: 100%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.scheduleTable
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #cfa800;
}
.scheduleRow
{
    background-color: #f8fcf9;
}
.headerRow
{
    color: #ffffff;
    background-color: #9a9a9a;
}

.legendText
{
    color: #003366;
}

/* Schedule styles */
.scheduleLegend
{
    border-right: #eeeeee 0px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    color: #006600;
    border-bottom: #eeeeee 0px solid;
    text-align: center;
}

.scheduleTitle
{
    border-right: #eeeeee 0px solid;
    border-top: #eeeeee 1px solid;
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    border-left: #669900 3px solid;
    color: #336600;
    border-bottom: #eeeeee 0px solid;
    font-family: Helvetica, Arial, sans-serif;
}
.scheduleLeft
{
    border-right: #eeeeee 0px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    color: #666666;
    border-bottom: #eeeeee 0px solid;
}
.scheduleOver
{
    border-right: #eeeeee 0px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 0px solid;
    color: #666666;
    border-bottom: #eeeeee 0px solid;
}
.scheduleRight
{
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    color: #666666;
    border-bottom: #eeeeee 0px solid;
}
.scheduleOff
{
    color: #666666;
    background-color: #ffffff;
}
.scheduleOn
{
    color: #666666;
    background-color: #ffffff;
}
.selectBox
{
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.formTextfield
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}
.formHiddenTextfield
{
    border-right: medium none;
    padding-right: 0px;
    border-top: medium none;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    border-left: medium none;
    color: #666666;
    padding-top: 0px;
    border-bottom: medium none;
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    text-align: right;
}
.scheduleFormCost
{
   /* border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;*/
	border: 1px solid #cccccc;
    padding-right: 4px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    color: #990000;
    padding-top: 0px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    text-align: right;
}
.tablehead1
{
    font-size: 100%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.defaultText
{
    font-size: 12px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

/* Heading styles */
.heading1
{
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
heading3
{
    font-weight: bold;
    font-size: 123.1%;
    color: #990000;
    font-family: Helvetica, Arial, sans-serif;
}
.heading2
{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}
.heading3
{
    font-size: 108%;
}

.formField2
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

.normalText
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.normalText
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}
.normalText
{
    font-weight: normal;
    color: #000000;
}

.text {
    padding-left: 3px;
    font-size: 11px;
	 line-height: 22px;
    font-family: Helvetica, Arial, sans-serif;
}


.smallText
{
    font-size: 9px;
    font-family: Helvetica, Arial, sans-serif;
}
.listingProduct
{
    color: #660000;
}

/* Prompt styles */
.prompt
{
	padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 11px;
	background-color: #EFEFEF; /*#9ECAEB; light blue bg /* #fff27b; */
    color: #003366; /*#134BA8;*/
    font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	width: 150px;
	vertical-align: top;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color:#DAE0E4;/*BEC8D3*/
	
}

.promptfullwidth
{
	padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 11px;
	background-color: #EFEFEF; /*#9ECAEB; light blue bg /* #fff27b; */
    color: #003366; /*#134BA8;*/
    font-family: Helvetica, Arial, sans-serif;
	/*text-align: right;
	width: 100%;*/
	vertical-align: top;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color:#DAE0E4;/*BEC8D3*/
	
}

.prompt2
{
    font-weight: normal;
    color:#663300
}
.prompt3
{
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.promptRed
{
	padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 11px;
	background-color: #ffcccc; /*#9ECAEB; light blue bg /* #fff27b; */
    color: Red; /*#134BA8;*/
    font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	width: 150px;
	vertical-align: top;
	border-width: 2px;
	border-color: red;
}

.smallHeading
{
    /*border-right: #669900 3px solid;*/
    padding-right: 5px;
    border-top: black 0px solid;
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    text-transform: uppercase;
    /*border-left: #003366 3px solid;*/
    color: #003366;
    padding-top: 1px;
    border-bottom: black 0px solid;
    font-family: Helvetica, Arial, sans-serif;
}

.smallHeading2
{
    font-weight: normal;
    font-size: 11px;
    border-left-color: #669900;
    border-bottom-color: #000000;
    text-transform: none;
    border-top-color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    border-right-color: #000000;
}

.subHeadingAlert
{
    font-weight: bold;
    font-size: 11px;
	border-top-color: #000000;
    border-right-color: #000000;
    border-left-color: #669900;
    border-bottom-color: #000000;
    text-transform: none;    
    font-family: Helvetica, Arial, sans-serif;	
	color: #cc0000;
}

.required
{
    background-position: 50% top;
    font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
    font-size: 18px;
    color: #cc0000;
    font-family: Helvetica, Arial, sans-serif;
}

.instructionText
{
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}

.divider
{
    color: #999999;
}

.formHiddenField
{
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    color: #666666;
    border-bottom: medium none;
    background-color: transparent;
}
.cellBorder
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}
.subHeading1
{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #cc6600;
    font-family: Helvetica, Arial, sans-serif;
}
.moreinfoh
{
    font-weight: normal;
    font-size: 100%;
    color: #cc9933;
    font-family: Helvetica, Arial, sans-serif;
}
.moreinfoh2
{
    font-weight: bold;
    font-size: 11px;
    color: #669900;
    font-family: Helvetica, Arial, sans-serif;
}
.moreinfoq
{
    font-weight: normal;
    font-size: 10px;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
.Wanted 
{
	border: 2px solid #8e2323; background-color: white;
}
.GoldButton {
	/*background-color: #F0F0F0;
	border-right-color: #666666;
	border-left-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-width: 1px;
	border-style: solid;*/
	
	/*Font-size: 11px;
	background-image:url('/images/eSaleYards/background_strip_1.gif');
	Font-weight: bold; color: #287216;*/
	text-align: Center;
	cursor: pointer;
}

/* Registration list styles*/
tr.evenrow {
	background-color: #FFFFFF;
}

tr.oddrow {
	background-color: #efefef;
}

tr.firstrow {
	background-color: #FCF8E9;
}

/* Trading Platform styles */
.headerLabel{
	 font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 9px;
}

a.aBrochure:link		{ color:#003366; text-decoration: none; font-weight: bold;	}
a.aBrochure:visited		{ color:#003366; text-decoration: none; 					}
a.aBrochure:hover		{ color:#000000; text-decoration: underline; 				}

.websiteBox{
	color : #000000;
}
.MConsole
{
 font-family: Verdana, sans-serif;
 font-weight: normal;
 font-size: 10px; 
 text-align: left;
 color: #999999;
}
tr.TPBanner
{
 background-color: #cece9c;
}
tr.TPBuyerBanner
{
 background-color: #eee7d7;
}
.TPMenuOn, .TPMenuOff
{
 font-weight: normal; 
 font-size: 11px; 
 text-align: left;
 color: #000000;
}
.TPMenuOff
{
 text-decoration: none;
 color: #00ccff;
}
td.TPMenuOn, td.TPMenuOff
{
 background-color: #cece9c;
 vertical-align: middle;
 white-space : nowrap;
}
td.TPMenuOff
{
 background-color: #ffffff;
}
.TPBMenuOn, .TPBMenuOff
{
 font-weight: normal; 
 font-size: 11px; 
 text-align: left;
 text-decoration: none;
 color: #000000;
}
.TPBMenuOff
{
 color: #00ccff;
}
td.TPBMenuOn, td.TPBMenuOff
{
 background-color: #eee7d7;
 vertical-align: middle;
 white-space : nowrap;
 text-transform :  uppercase;
}
td.TPBMenuOff
{
 background-color: #ffffff;
}

.tpConfirmInfo
{
 background-color: #f9f7f0;
}
.TPInfoH, .TPInfo, .TPSaleType, .aTPLodge
{
 font-family: arial, verdana; 
 font-size: 11px; 
 font-weight: normal;
 text-align: center;
 color: #000000;
}
.TPInfoH {
 font-weight: bold; 
}
.TPSaleType
{
 font-weight: bold; 
 color: #669900;
}
.aTPLodge
{
	/*font-family: arial, verdana; 
	font-size: 16px; */
 font-weight: bold; 
 text-align: right;
 color: #CC0000;
 /*color: #FF0033;*/
}

.Price
{
 font-size: 11px;
 font-weight: bold; 
 color: #CC0000;
}

/* begin css tabs on search forms */
/* general settings */
ul#tabnav { 
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: 13px Arial, Helvetica, sans-serif; /* set font as desired */
	border-bottom: 0px solid #666; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 0px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}
/* settings for selected tab */
div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4 { 
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

/* settings for selected tab link */
div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a { 
	/*background-color: #999;*/ /* set selected tab background color as desired */
	/*color: #ffffff;*/ /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	font-weight: bold;
	text-decoration: none;
}
/* settings for all tab links */
ul#tabnav li a {
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	/*border: 1px solid #666;*/ /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #fff; /* set unselected tab background color as desired */
	/*color: #999;*/ /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: underline;
	/*border-bottom: none;*/
}

ul#tabnav a:hover { /* settings for hover effect */
	/*background-color: #ccc;*/ /* set desired hover color */
	text-decoration: none;
}
/* end css tabs */

/* Property List styles */
.PropertyListingHeader {
    background-color: #eee7d7; /*d8eda2;e6f4dd;eee7d7;f9f7f0*/
	 padding: 0 3px;
    font-size: 11px;
	 line-height: 200%;
    /*font-family: Helvetica, Arial, sans-serif;*/
}

.PropertyListingBody {
	border-right: #cccccc 1px solid;
   border-top: #cccccc 1px solid;
   border-left: #cccccc 1px solid;
   border-bottom: #cccccc 1px solid;
}

.PropertyListingFooter {

}

.PropertyListing {
	margin-bottom: 10px;
}

/* Livestock Lists */
/*
Trading platform colours
background-color: #eee7d7;
background-color: #f9f7f0;
*/

.LivestockList {
	width: 600px;
}

.LivestockList h1 {
	font-size: 11px;
	margin: 0;
}

.LivestockListItem {
	/*margin-top: 10px;*/
	/*border-bottom: 1px solid black;*/
	clear: both;
	/*border: 1px solid #cccccc;	*/
}

.LivestockListItemHeader {
	padding-right: 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    /*height: 15px;*/
	 line-height: 200%;
    background-color: #eee7d7; /*d8eda2;e6f4dd;eee7d7;f9f7f0*/
}

.LivestockListItemBody {
	padding-right: 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    /*height: 15px;*/
	 line-height: 200%;
	 border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.LivestockListItem table {
	/*table-layout:fixed;*/
	width: 100%;
}

.LivestockListItemFooter {
	font-size: 11px;
	/*text-align: right;*/
	padding-bottom: 10px;
}