/* Font Classes */
.italic
{
    font-style: italic;
}

/* Alignment Classes */
.align_right
{
    text-align: right;
}
.align_left
{
    text-align: left;
}
.align_center
{
    text-align: center;
}


/* BEGIN VistaComm Specific Styles */

BODY
{
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.vcTopNavs
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.vcBarNavs
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.nav:link, .nav:visited, .nav:active
{
    text-decoration: none;
    color: navy;
}

.nav:hover
{
    color: #CCCCCC;
    text-decoration: none;
}


/* END VistaComm Specific Styles */


.textsmall
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: black;
}

.textmed
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: black;
    font-weight: normal;
}

.textbig
{
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    color: black;
}

.textsmallB
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.textmedB
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: black;
}

.textmedBRed
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

.textbigB
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    color: black;
}

.textReq
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: red;
}
.textReqB
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: red;
    font-weight: bold;
}

.textReportRed
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: Red;
}

.textReportRedB
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: Red;
    font-weight: bold;
}

.BoldFontBlack
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: Black;
    font-weight: bold;
}

.textsmallalt
{
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    color: White;
}

.textmedwhiteB
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
/* low pri is the class .textmed, high pri is .textReq */
.textmedpriority
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: Blue;
}
.textsmallgray
{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: Gray;
}


.sectionheader
{
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ACA992;
}

#ContentPane
{
    /*background-color: #e7eff7;*/
    padding-left: 3px;
}

#ContentPane a, A
{
    color: Black;
    font-size: 11px;
}

#LeftPane
{
    background-color: #ffffff; /*948c75;*/
    height: 100%;
}

#FooterPane a, #FooterPane A
{
    color: Black;
    padding-bottom: 5px;
}
.hr
{
    color: silver;
    width: 100%;
}



/*
 *  Large menu (splash screen) styles.
 *
 *  Created by Kertis Henderson
 *  2007-01-26
 */

img.BigMenuIcon
{
    width: 30px;
    height: 30px;
    border-style: none;
    margin-top: 4px;
    margin-right: 8px;
}

/*
 *  End large menu (splash screen) styles.
 */



/********************************************************
* ReportTable is a set of style elements for data lists *
* one needs to set the class of the table to ReportTable*
* and if desired, the tr rows should be set to either   *
* ReportTableOddRow or ReportTableEvenRow				*
* <table class="ReportTable">							*
* <tr class="ReportTableOddRow">						*
*	<td....</tr>										*
* <tr class="ReportTableEvenRow">						*
*	<td....</tr>										*
*********************************************************/

/*
 *  ReportTable styles
 *  Updated by Kertis Henderson
 *  2006-11-17
 */

.ReportTable
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #ffffff;
    width: 100%;
    border: solid 1px black;
    background-color: #F4F1E7;
}

.ReportTable th, .ReportTable TH
{
    font-weight: bold;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #FFFFFF;
    background-color: #ACA992;
}

TABLE.ReportTable TD
{
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #293439;
}

TABLE.ReportTable FONT.textaltsmall
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #293439;
    font-weight: bold;
}

.ReportTableSubHeader th, .ReportTableSubHeader TH
{
    font-weight: bold;
    padding: 2px;
    color: #000000;
    background: #DEDBD1;
}
TR.ReportTableSideHeader TH
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    background: #DEDBD1;
    font-weight: bold;
}
TR.ReportTableSideHeader TD
{
    padding: 2px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #293439;
    /*background-color: #e7eff7;*/
    border-right: 0px;
    border-left: 0px;
}
.ReportTableDivider td, .ReportTableDivider TD
{
    padding: 2px;
    background: #DEDBD1;
}


.ReportTableOddRow
{
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    background-color: white;
}

.ReportTableEvenRow
{
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    background-color: #F9F6EA;
}

.ReportTableHighlight
{
    background-color: #70C3FF;
}

.ReportTableRowFooter
{
    font-weight: bold;
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #000000;
    background: #DEDBD1;
}

.ReportTableOddRow input, .ReportTableOddRow INPUT
{
    background: #F4F4F4;
}

.ReportTableEvenRow input, .ReportTableEvenRow INPUT
{
    background: #f5f4f2;
}

.ReportTableFooter td
{
    background: #dddddd;
    color: white;
}

/* Handle links in table header so they show up white */
.ReportTableHeaderAnchor, .ReportTableHeader
{
    font-weight: bold;
    color: white;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #000000;
    text-decoration: none;
}

A .ReportTableHeader
{
    text-decoration: underline;
    font-size: 11px;
}

A .hover
{
    color: White;
}


/*
 *  End ReportTable
 */



/*
 *  InputTable styles
 *
 *  Updated by Kertis Henderson
 *  2006-11-16
 *
 *  Updated by Kertis Henderson
 *  2007-01-24 - new rounded corners.
 */

.InputTable
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    width: 100%;
    font-weight: bold;
    background-color: #DEDBD1;
    border: solid 1px black;
}


.InputTable td, .InputTable TD
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold; /*	 white-space:nowrap;*/
    color: #293439;
    /*background: #e7eff7;*/
}

TABLE.InputTable TABLE
{
    width: 100%;
}

TABLE.InputTable TABLE.InputInsideBorder TD
{
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    padding: 3px;
    white-space: nowrap;
}

.InputTable INPUT.submit, .InputTable INPUT.button, .InputTable INPUT.buttonstyle
{
    height: 32px;
}

.InputTable .textsmall
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: #293439;
    font-weight: normal;
}

.InputTable .textsmallB
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: #293439;
    font-weight: bold;
}

.InputTable .textreqB
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: #ff0000;
    font-weight: bold;
}

.InputTable th, .InputTable TH, .InputTable TH A, .InputTable th a
{
    font-family: Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #DEDBD1;
}
.InputFooter td
{
    /*background: #e7eff7;*/
    color: dimgray;
}
.InputFooterAnchor
{
    color: dimgray;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}


TD.InputLineTitle
{
    text-align: right;
}


TABLE.InputTable INPUT, TABLE.InputTable SELECT
{
    /*	background-color: #ffffff;*/
}

TABLE.InputTable TD.InputLineTitle
{
    /*		background-color: #a1cbe0;*/
    background-color: #c9e2ef;
    color: #000000;
}

/*
 *  End InputTable
 */

.OptionListTitleItem
{
    background: #DEDBD1;
    font-weight: bold;
    text-indent: 15px;
    color: #000000;
}



.InfoTable
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border: solid 1px black;
    color: Black;
    width: 80%;
}
.InfoTable td, .InfoTable TD
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    color: Black;
    background: #f0efed;
}

.InfoTable th, .InfoTable TH
{
    font-family: Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-left: 5px;
    color: white;
    padding-bottom: 3px;
    background: #948c75;
    padding: 3px;
}
.InfoTable
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border: solid 1px black;
    color: Black;
    width: 80%;
}
.InfoTable td, .InfoTable TD
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    color: Black;
    background: #f0efed;
}

.InfoTable th, .InfoTable TH
{
    font-family: Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-left: 5px;
    color: white;
    padding-bottom: 3px;
    background: #948c75;
    padding: 3px;
}

.InfoTableFull
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border: solid 1px black;
    color: Black;
    width: 100%;
}
.InfoTableFull td, .InfoTable TD
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
    color: Black;
    background: #f0efed;
}

.InfoTableFull th, .InfoTable TH
{
    font-family: Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding-right: 10px;
    padding-left: 5px;
    color: white;
    padding-bottom: 3px;
    background: #948c75;
    padding: 3px;
}

span.hd1
{
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #293439;
}

.hd2
{
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    line-height: 27px;
}
.hd3
{
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #314588;
    line-height: 18px;
}

.LeftNavMain
{
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    color: white;
}

.tools a:link, .tools a:hover, .tools a:visited, .tools a:active
{
    color: black;
}


.ColorWhiteBg
{
    background-color: White;
}

.ColorMidBg
{
    background-color: #4FAD26;
}

.ColorDarkBg
{
    background-color: #314588;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-indent: 5pt;
    width: 215px;
    height: 25px;
    clip: rect(auto auto auto auto);
    font-weight: bold;
    line-height: 25px;
}

.ColorLightBg
{
    background-color: #CCCCCC;
}
.ColorBlackBg
{
    background-color: Black;
}

.ColorBgSpacer
{
    background-color: #40775F;
}

/**********************************************************************/
/* Old styles */
/**********************************************************************/
/*
.ButtonStyle
{
    background-color: #D3D1D2;
    color: #000000;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    border-style: outset;
    border-color: #cccccc;
    border-width: 1px;
    cursor:pointer;
}
*/

.ButtonRed
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 0px;
    cursor: hand;
    background: #DF0000;
    color: #fefeee;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-style: ridge;
    border-width: 1px;
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: #4B0808;
    border-left-color: #4B0808;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#DF0000' );
}


.ButtonRedSmall
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 0px;
    cursor: hand;
    background: #DF0000;
    color: #ffffff;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    border-style: ridge;
    border-width: 1px;
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: #4B0808;
    border-left-color: #4B0808;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#DF0000' );
}

.ButtonBlueSmall
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 0px;
    cursor: hand;
    background: #DEDBD1;
    color: #000000;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    border-style: ridge;
    border-width: 1px;
    border-top-color: #DEDBD1;
    border-right-color: #DEDBD1;
    border-bottom-color: #DEDBD1;
    border-left-color: #DEDBD1;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#DEDBD1' );
}

.excel
{
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    mso-ignore: padding;
    color: windowtext;
    font-size: 10.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    mso-generic-font-family: auto;
    mso-font-charset: 0;
    mso-number-format: "\@";
    text-align: general;
    vertical-align: bottom;
    mso-background-source: auto;
    mso-pattern: auto;
    white-space: nowrap;
}

/* This is for the CRM Calendar only!!! */
.SmallCalfont
{
    font-size: 11px;
    font-family: verdana;
}

.SmallCalfont2
{
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
}
.SmallCalfontBold
{
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
}
.CalTopBottonBar
{
    background-color: #462658;
    height: 30px;
}
.CalBackGround
{
    /*background-color: #e7eff7;*/
}
.CalfontBold
{
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
}
.CalfontRed
{
    font-size: 10px !important;
    font-family: verdana;
    color: Red !important;
}
.CalfontBlue
{
    font-size: 10px !important;
    font-family: verdana;
    color: Blue !important;
}
.CalfontGray
{
    font-size: 10px !important;
    font-family: verdana;
    color: #999999 !important;
}
.Calfont
{
    font-size: 10px !important;
    font-family: verdana;
}
.CalfontMonthReminder
{
    font-size: 9px !important;
    font-weight: bold !important;
    font-family: verdana !important;
}
.CalfontReminder
{
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
}
.CalDatefont
{
    font-size: 18px;
    font-family: verdana;
    font-weight: bold;
}
.SmallCalfontGray
{
    font-size: 11px;
    font-family: verdana;
    color: #D0D0D0;
}
.SmallCalfontLight
{
    background-color: #F9F679;
}

.BottomBorder
{
    border-bottom-style: solid;
    border-bottom-color: #F0F0F0;
}
.calendarTD
{
    width: 180 !important;
    height: 90 !important;
}

.calendarBigDayColorBg
{
    background: #CCCCCC;
}
.calendarBigTable
{
    background-color: #DEDBD1;
}
.calendarBigTable td
{
    padding: 1px;
}
.calendarSmall
{
    background: transparent url("/agriminedev/images/CRMCalender/smallCalender.gif") no-repeat;
    width: 150;
    height: 230;
}
.calendarSmallSearch
{
    background: transparent url("/agriminedev/images/CRMCalender/leftnavSearch.gif") no-repeat;
    width: 150;
    height: 70;
}

.calLinks a:link, .calLinks a:hover, .calLinks a:visited, .calLinks a:active
{
    text-decoration: none;
    color: Yellow;
}

/* End CRM Calendar */
/*************************************************************************/
.textmedIndent
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: black;
    margin-left: 17px;
}
.ColorDarkBgSm
{
    background-color: #462658;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-indent: 10pt;
    width: 175px;
    height: 25px;
    clip: rect(auto auto auto auto);
    font-weight: bold;
    line-height: 25px;
}
.radiobuttonstyle
{
    font-family: Verdana, sans-serif;
    padding: 0px 1px 0px 1px;
    cursor: hand;
    background: transparent;
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    border: 0;
}
.checkbox
{
    background: Transparent;
    border: 0;
}

/*
input
{
    color: #000;
    margin: 3px;
    background: white;
    border: solid 1px gray;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}


select
{
    font: 10px Verdana, sans-serif;
    color: #333;
}
*/

.OptionListItem
{
    background: #dad7ce;
    font-weight: bold;
    text-indent: 15px;
    color: Black;
}

fieldset
{
    /*background-color: #e7eff7;*/
    border: solid 0px #1a1e27; /* Opera doesn't get border:none or border:0 on fieldsets */
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 0px;
    border: 1px solid gray;
}

legend
{
    background-color: #DEDBD1;
    font-family: Verdana;
    color: #000000;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid gray;
}

.br
{
    display: none;
}

textarea
{
    font: Verdana, sans-serif;
    color: #333;
    margin: 3px;
    padding: 0 8px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
	white-space: pre-wrap;
}

.select
{
    width: auto;
}

select.replaced
{
    display: none;
}
ul.selectReplacement
{
    margin: 0;
    padding: 0;
    height: 18px;
    width: 300px;
    border: solid 1px gray;
    background: #ffffff;
    background-position: top right;
    background-repeat: no-repeat;
}
ul.selectReplacement li
{
    background: #fff;
    color: black;
    cursor: pointer;
    display: none;
    font-size: 12px;
    line-height: 1.7em;
    list-style: none;
    margin: 0;
    padding: 1px 12px;
    width: 276px;
}
ul.selectOpen li
{
    display: block;
}
ul.selectReplacement li.selected
{
    background: url(bottom.gif) bottom left no-repeat;
    color: #000;
    display: block;
}
ul.selectOpen li.selected
{
    background: #c0fda2;
    color: #000;
    display: block;
}
ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover
{
    background: navy;
    color: black;
}

/* LeftPane Nav */
.leftpanetable
{
    background: #948c75;
}

.submenu
{
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    color: Black;
}

.submenu td
{
    border-bottom: dotted 1px black;
    background-color: #948f85;
    padding: 3px 0 3px 0;
}
.submenuover td
{
    background-color: #d4d0c8;
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    padding: 0 0 0 0;
}

.submenuover a:link, .submenuover a:hover
{
    color: #1c95a6;
    text-decoration: underline;
    font-weight: bold;
}
.leftmenu td
{
    background-color: #d4d0c8;
    color: #1c95a6;
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    padding: 3px 0 3px 0;
}
.leftmenu a:link, .leftmenu a:hover
{
    color: #1c95a6;
    text-decoration: underline;
    font-weight: bold;
}
.leftmenu a:active
{
    color: #1c95a6;
    text-decoration: underline;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}
.leftmenu a:visited
{
    color: white;
    text-decoration: underline;
    font-size: 10px;
}
/* Show only to IE PC \*/
* html .boxhead h2
{
    height: 1%;
}
/* For IE 5 PC */

.sidebox
{
    margin: 0 auto; /* center for now */
    width: 12em; /* em so it will grow */
    background: #948c75; 
    font-size: 100%;
}
.boxhead
{
    background: #948c75; 
    margin: 0;
    padding: 0;
    text-align: center;
}
.boxhead h2
{
    background: #948c75;
    font-family: verdana;
    margin: 0;
    padding: 10px 15px 5px;
    color: White;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1em;
}
.boxbody
{
    background: #948c75; 
    margin: 0;
    padding: 5px 0px 15px;
}

.tablesmall
{
    border: solid 1px #e6e7a7;
}

.SearchEcho
{
    border: solid 2px white;
}
.SearchEcho .Header
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #000000;
    background: #DEDBD1;
    text-align: center;
}
.SearchEcho th
{
    background: #DEDBD1;
    color: #000000;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    text-align: right;
    width: 35%;
    max-width: 200px;
    border-color: White;
}
.SearchEcho td
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
}
/*
 *  Header
 */

A.Header, A.Header:active, A.Header:visited, .HeaderEquiv
{
    color: #222222;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
A.Header:hover
{
    color: #0365AC;
}

/*
 *  End Header
 */


/*
 *  Footer
 */
TD.FooterTop
{
    width: 100%;
    height: 10px;
    empty-cells: show;
    background-repeat: repeat-x;
}

TD.FooterLinks
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #c6c3c6;
    padding-top: 4px;
}
A.Footer, A.Footer:visited, A.Footer:active
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #c6c3c6;
}
A.Footer:hover
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #efebef;
}

div.FooterTop /*Added for master page from TD. to div DKT*/
{
    width: 100%;
    height: 10px;
    empty-cells: show;
    background-repeat: repeat-x;
}

div.FooterCopyright /*Added div for Master Pages DKT*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #293439;
    padding-top: 12px;
    text-align: center;
    width: 90%;
    height: 20px;
}
div.FooterImage /*Added For master DKT*/
{
    width: 104px;
    text-align: right;
}

TD.FooterCopyright
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
}
TD.FooterImage
{
    width: 104px;
    text-align: right;
}
IMG.FooterXSLogo
{
    width: 104px;
    height: 40px;
    border-style: none;
}


/*
 *  End Footer
 */


.BreadCrumb
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, sans-serif !important;
}

.SmallLink:link
{
    font-size: 2pt;
    font-family: Verdana, sans-serif !important;
    color: Blue;
}
.SmallLink:visited
{
    font-size: 2pt;
    font-family: Verdana, sans-serif !important;
    color: Blue;
}
.SmallLink:active
{
    font-size: 2pt;
    font-family: Verdana, sans-serif !important;
    color: Blue;
}

/*
 *  Special Tyle for Category Distribution Breakdown
 *  Updated by Kertis Henderson
 *  2006-11-17
 */

.RegionCatDistribYearReportTable
{
    width: 99%;
    border-collapse: collapse;
    background-color: #FFFFFF;
    word-spacing: 1;
}
.RegionCatDistribYearReportTable tr.Row
{
    background-color: White;
}
.RegionCatDistribYearReportTable tr.AltRow
{
    background-color: #F5F5DC;
}

.RegionCatDistribYearReportTable td.Header
{
    background-color: #DEDBD1;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    font-size: 8pt;
    text-align: center;
}
.RegionCatDistribYearReportTable td.HeaderLeftBorder
{
    background-color: #DEDBD1;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    font-size: 8pt;
    border-left: solid 1px white;
    text-align: center;
}
.RegionCatDistribYearReportTable td.Region
{
    font-weight: bold;
    font-size: 8pt;
    white-space: nowrap;
    text-align: left;
    border-left: solid 2px black;
}
.RegionCatDistribYearReportTable td.Category
{
    font-size: 7pt;
    white-space: nowrap;
    text-align: left;
}
.RegionCatDistribYearReportTable td.Total
{
    font-size: 7pt;
    font-weight: bold;
    text-align: left;
}
.RegionCatDistribYearReportTable td.LeftBorder
{
    border-left: solid 1px black;
    text-align: right;
    font-size: 7pt;
}
.RegionCatDistribYearReportTable td.Data
{
    text-align: right;
    font-size: 7pt;
}
.RegionCatDistribYearReportTable td.TotalLeftBorder
{
    border-left: solid 1px black;
    text-align: right;
    font-size: 7pt;
    font-weight: bold;
}
.RegionCatDistribYearReportTable td.TotalData
{
    text-align: right;
    font-size: 7pt;
    font-weight: bold;
}

.RegionCatDistribYearReportTable td.RegionTotal
{
    font-weight: bold;
    font-size: 8pt;
    white-space: nowrap;
    text-align: left;
    border-left: solid 2px black;
    background-color: Silver;
}
.RegionCatDistribYearReportTable td.CategoryTotal
{
    font-size: 7pt;
    white-space: nowrap;
    text-align: left;
    background-color: Silver;
}

.RegionCatDistribYearReportTable td.TotalColumnLeftBorder
{
    border-left: solid 1px black;
    text-align: right;
    font-size: 7pt;
    font-weight: bold;
    background-color: silver;
}
.RegionCatDistribYearReportTable td.TotalColumn
{
    text-align: right;
    font-size: 7pt;
    font-weight: bold;
    background-color: silver;
}

.RegionCatDistribYearReportTable td.GrandTotal
{
    font-size: 7pt;
    font-weight: bold;
    text-align: left;
    background-color: silver;
}

/* Price vs Market elements */
.ezp
{
    font-size: 11px;
    margin-right: 8px;
    margin-left: 20px;
}
.ezn
{
    margin-left: 64px;
}

/* Price Index elements */
.h
{
    border-bottom: 1px dashed green;
    cursor: help;
}
.segment
{
    cursor: help;
    position: relative;
}
#tt
{
    position: absolute;
    display: none;
    border: 2px solid #666666;
    background-color: white;
    padding: 4px;
    text-decoration: none;
    left: 80;
    top: 4;
}
#tt .title
{
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
#tt .content
{
    padding: 4px 2px 0px 2px;
}

/* Report Email elements */
.reC
{
    /* Container */
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center; /* IE */
    font-family: verdana;
    font-size: 9pt;
}
.reB
{
    /* back */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    filter: alpha(opacity=70); /* IE */
    z-index: 101;
    background-color: #666666;
}
.reE
{
    /* Email */
    position: relative;
    top: 100px;
    background-color: White;
    border: 2px solid #666666;
    border-top-color: #eeeeee;
    border-left-color: #eeeeee;
    margin: auto;
    width: 500px;
    z-index: 102;
    text-align: left; /* IE */
}
.reE h1
{
    border: 1px solid #666666;
    border-top-color: #eeeeee;
    border-left-color: #eeeeee;
    font-size: 11pt;
    margin: 0px 0px 3px 0px;
    padding: 2px 3px 2px 3px;
    background-color: #DEDBD1;
}
.reE h2
{
    font-size: 10pt;
    margin: 0px 0px 0px 5px;
}
.reE .message, .reE .preSection
{
    border: 1px solid #666666;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    margin: 2px 5px 0px 5px;
    padding: 4px;
}
.reE .preSection
{
    height: 150px;
    padding-right: 10px;
}
.reE .message input, .reE .message .field
{
    font-size: 9pt !important;
    width: 400px;
    z-index: 200;
}
.reE label
{
    float: left;
    width: 65px;
    font-weight: bold;
    font-size: 9pt;
    margin: 4px 0px 3px 0px;
}
.reE br
{
    clear: both;
}
.reE .message .field
{
    margin: 4px 0px 0px 5px;
}
.reE .error
{
    color: Red;
    margin: 3px;
    text-align: center;
}
.reE textarea
{
    width: 470px;
    height: 4em;
}
.reE .buttonSection
{
    margin-top: 3px;
    text-align: center;
}
.reE .buttonSection input
{
    width: 70px;
    padding: 2px 4px 2px 4px;
}

/* BEGIN - Modal Popup - combination of styles from agrimine modalpopup and report builder */
.modalpopup_background, .disabled_background
{
    background-image: url(/Apps/PowersuiteShared/images/overlay.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.processing_splash_background
{
    height: 100%;
    width: 100%;
}
.processing_splash
{
    background-color: #ffffdd;
    border: solid 1px Black;
    font-size: 12pt;
    font-weight: bold;
    padding: 3px;
    width: 190px;
    left: 42%;
    top: 50%;
    position: fixed;
}
.modalpopup
{
    background-color: #F2ECD6;
    border: 5px solid #aaa;
    font-size: 8.5pt;
    z-index: 500 !important;
}
div.modalpopup TABLE.InputTable, div.modalpopup TABLE.InputTable td
{
    border: none;
    background-color: #F2ECD6;
    font-family: Calibri, Verdana, Sans-Serif;
    font-size: 12px;
}
div.modalpopup .InputTable th, div.modalpopup .InputTable TH
{
    font-family: Calibri, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: none; /* normally this is uppercase */
    color: #000000 !important;
    background-color: #F2ECD6;
}
.filteraddbutton
{
    font-family: Calibri, Verdana;
    font-size: 12px;
}
.modalpopupButtonBar
{
    background-color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modalpopup_dialog
{
    background-color: #F2ECD6;
    border: 5px solid #aaa;
    font-size: 8.5pt;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -100px;
    padding: 0px;
    z-index: 502;
}
.modalpopup_dialog_background
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .35;
   filter: alpha(opacity=35);
   -moz-opacity: .35;
   z-index: 501;
   display: none;
}

/* END - Modal Popup - combination of styles from agrimine modalpopup and report builder */


.SessionMsg
{
    color: #f00;
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 10px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background-color: rgb(249, 246, 234);
    text-align: center;
    vertical-align: middle;
}


/* Global Variables Moved Over From Master Page */
#fade
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .60;
    z-index: 9999;
}
.popup_block
{
    display: none; /*--hidden by default--*/
    background: #F9F6EA;
    padding: 20px;
    height: 150px;
    color: #f00;
    overflow: auto;
    border: 20px solid #ddd;
    float: left;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    position: fixed;
    width: 450px;
    top: 50%;
    left: 50%;
    z-index: 99999; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.btn_close
{
    float: right;
    margin: -55px -55px 0 0;
}

#popup_name a
{
    color: blue;
    float: right;
}


.ui-accordion-header 
{
    margin-bottom: 5px;
}
.ui-accordion-header.ui-state-active 
{
    margin-bottom: 0;
}
.ui-accordion-content-active 
{
    margin-bottom: 5px;
} 


#dialogBox
{
    padding: 5px 5px 5px 5px;
    margin-left:10px;
    background-color: #F9F6EA;
    border: 1px solid #ACA992;
}

#dialogBox h3
{
    background-color: #ACA992;
    height: 42px;
    color: #ffffff;
    padding-top: 12px;
    padding-left: 20px;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 5px;
    font-size: 1.4em;
    border: 1px solid #ACA992;
}


.border-table {
    border-radius: 10px;
    margin-bottom: 2em;
}

.border-table-header {
    background-color: #ACA992;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
}

.border-table-content {
    background-color: #F9F6EA;
    border: 1px solid #CAC9BB;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

/* #region Model Popup */
.dcp-modal div.pnlPopup {
    font-size: 12px !important;
}
.dcp-modal .border-table {
    border-radius: 10px;
    margin: 1em 1em 2em 1em;
}

.dcp-modal .border-table-header {
    background-color: #ACA992;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 16px;
}

.dcp-modal .border-table-content {
    background-color: #F9F6EA;
    border: 1px solid #CAC9BB;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.dcp-modal .modal {
    margin-left: -380px !important;
    width: 760px !important;
}

.dcp-modal .modal-header h3 {
    font-size: 2em;
    font-weight: 300;
}

.dcp-modal .modal-body {
    max-height: 600px !important;
}

.dcp-modal .modal-body label {
    display: inline-block !important;
}

.dcp-modal .modal-body, .dcp-modal .modal-footer {
    padding: 10px !important;
}

.dcp-modal .xsotDiv {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 6px;
    width: 320px !important;
}
.dcp-modal .xsotDiv td:not(.xsotSelected):hover, 
.dcp-modal .xsotDeselected:hover {
    background-color: #FFEFB5;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}

.dcp-modal .shuttle-source,
.dcp-modal .selectionMenu,
.dcp-modal .shuttle-destination {
    float: left;
}

.dcp-modal .shuttle-destination .error.help-inline {
    color: #B94A48;
}    

.dcp-modal .selectionMenu {
    margin: 30px 5px;
}

.dcp-modal .filtertab,
.dcp-modal .filtertaboff {
    border-radius: 4px 4px 0 0;
    padding: 5px 10px !important;
    width: auto !important;
}

.dcp-modal .filtertab {
    cursor: default;
}

.dcp-modal .filtertaboff {
    cursor: pointer;
    font-weight: normal !important;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}
.dcp-modal .filtertaboff:hover {
    background-color: #D8D3BF;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}

.dcp-modal div.group-properties {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0 !important;
    width:80%;
}
.dcp-modal div.group-properties input[type='text'] {
    font-size: 1em;
    height: auto;
    margin-bottom: 0;
    line-height: 30px; /*for IE*/
    width: 70%;
}
.dcp-modal div.group-properties label + input {
    margin-left: 5px;
}
.dcp-modal div.group-properties input + span.error {
    margin-left: 5px;
}

.dcp-modal tr.rgRow:last-child td,
.dcp-modal thead tr.rgPager td {
    border-bottom: 1px solid #ddd;
}

.dcp-modal .btn-grid-action {
    min-width: 3em;
    padding: 8px;
}
                
.dcp-modal .form-group {
    margin-bottom: 0 !important;
}
.dcp-modal input[type='checkbox'],
.dcp-modal input[type='checkbox']:focus {
    outline: none;
}
/* #endregion Model Popup*/

.report-builder-settings {
    background-color: #F2E9CC; 
    width: 800px;
}

.main-content {
    margin: 1em 1em 2em 1em;
}