.OptionName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #CECECE; /*background: url(images/OptionName-bkg.gif);*/
    padding: 5px;
}


.OptionFields
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #F3F3F3;
}
.ErrorNotices
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF0000;
}
.GeneralText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.SmallNotes
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
.SmallText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.Headers
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF; /* background: url(images/HeaderBkg.gif) top repeat-x #454545; SITS */
    background: #dddddd;
    height: 40px;
    font-weight: bold;
}

.SearchCell
{
    background: url(images/LM-FooterBkg.gif) bottom repeat-x #4e5051;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.CriticalError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFF00;
    background-color: #FF0000;
}
.SoftGeneralText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
}

A:link
{
    color: #000;
}
A:visited
{
    color: #deb407;
}
A:active
{
    color: #000;
}
A:hover
{
    color: #deb407;
}

.MainTitles
{
    color: #000;
    font-family: 'Arial' ,helvetica,sans-serif;
    font-size: 24px;
}

.PanelTabs
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #999999;
    color: #FFFFFF;
}
.InfoHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    padding-left: 10px;
}
.CellBorder
{
    border: 1px solid #999999;
}

/* Search Fields BKG */
.ShadedBkg
{
    background-attachment: fixed; /*background-image: url(images/Search-bkg.gif); 	background-repeat: repeat-x;*/
}


/* Buttons */
.btn
{
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
}

.bordertop
{
    border-top: #999999 1px solid;
}
.borderbottom
{
    border-bottom: #999999 1px solid;
}

.shadedfield
{
    background-image: url(images/field-textbkg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: solid 1px #939393;
    font-size: 16px;
}

.bottomshadow
{
    background: url(images/BottomShadow.gif) top repeat-x;
    padding-top: 10px;
}

.appbody
{
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Opacity CSS for buttons */
.toggleopacity img
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
}

.toggleopacity:hover img
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}

/* Panels */
.collapsingpanel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #999999;
    border: thin #999999 1px;
    padding: 0px;
    margin-bottom: 2px;
}

.collapsingpanel th
{
    color: #FFFFFF;
    padding: 3px 15px 1px 3px;
    height: 26px;
    background-color: #999999;
}

.collapsingpanel td
{
    background-color: #FFFFFF;
    color: #333333;
    padding: 1px;
}


.alignright
{
    float: right;
    margin-left: 15px;
}

.alignleft
{
    float: left;
    margin-right: 15px;
}

.panelbody
{
    margin: 0px;
}

.paneltitle
{
    padding: 15px;
    background: url(images/Panelheader.gif) repeat-x bottom #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.viewbody
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.viewbodybar
{
    background: url(images/Panelheader.gif) repeat-x bottom #FFFFFF;
    text-align: left;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    border-top: #CCCCCC 1px solid;
}
.note
{
    background-color: #FFFFFF;
    background-image: url(images/NOTE-Bkg.gif);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px none #CCCCCC;
    border-left: 1px solid #CCCCCC;
}


#viewinfo
{
    width: 250px;
    height: 100%;
    overflow: auto;
    border-right: 4px solid #ebeaea;
    background: url(images/ViewBkg.gif) repeat-x top fixed;
}

.tabon
{
    background: url(images/tabon-bkg.gif) repeat-x top;
}

.taboff
{
    background: url(images/taboff-bkg.gif) repeat-x;
}

.graphicbutton
{
    margin-left: 2px;
}

form
{
    margin: 0px;
}

#loading_splash
{
    background: #FFFFCC;
    padding: 40px 120px 40px 120px;
    border: solid 2px #000000;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
}
/* --- XMLAutoPlayAdministration ---*/
.XMLAutoPlayAdministration * .csReorderCueF
{
    border-style: dashed;
    border-color: Black;
    border-width: 1px;
    height: 27px;
    width: 360px;
}
.XMLAutoPlayAdministration * .csDragHandleF
{
}
.XMLAutoPlayAdministration * .csReorderListF li
{
    color: white;
}
.XMLAutoPlayAdministration * .csReorderListF
{
    margin-top: -15px;
}
.XMLAutoPlayAdministration * .AsplinkbuttonF
{
}
.XMLAutoPlayAdministration * .csReorderListItemTemplateF
{
}
.XMLAutoPlayAdministration * .csXMLAutoplayTitleTextF
{
}
.XMLAutoPlayAdministration * .DragButtonF
{
    border: solid 1px #C2C2C2 !important;
    height: 23px !important;
    width: 22px !important;
    margin-right: 34px;
    vertical-align: middle;
    padding: 1px 1px 1px 1px;
}
.XMLAutoPlayAdministration * .DeleteButtonF
{
    vertical-align: middle;
    margin-right: 30px;
}
.XMLAutoPlayAdministration * .DeActiveButtonF
{
    vertical-align: middle;
    margin-right: 30px;
}
.XMLAutoPlayAdministration * .ActiveButtonF
{
    vertical-align: middle;
    margin-right: 30px;
}


/* --- VideoGalleryAdministration ---*/
.VideoGalleryAdministration * .csReorderCue
{
    border-style: dashed;
    border-color: Black;
    border-width: 1px;
    height: 27px;
    width: 360px;
}
.VideoGalleryAdministration * .csDragHandle
{
}
.VideoGalleryAdministrationcsReorderList li
{
    color: white;
}
.VideoGalleryAdministration * .csReorderList
{
    margin-top: -15px;
}
.VideoGalleryAdministration * .Asplinkbutton
{
}
.VideoGalleryAdministration * .csReorderListItemTemplate
{
}
.VideoGalleryAdministration * .csXMLAutoplayTitleText
{
}
.VideoGalleryAdministration * .DragButton
{
    border: solid 1px #C2C2C2 !important;
    height: 23px !important;
    width: 22px !important;
    margin-right: 34px;
    vertical-align: middle;
    padding: 1px 1px 1px 1px;
}
.VideoGalleryAdministration * .DeleteButton
{
    vertical-align: middle;
    margin-right: 30px;
}
.VideoGalleryAdministration * .DeActiveButton
{
    vertical-align: middle;
    margin-right: 30px;
}
.VideoGalleryAdministration * .ActiveButton
{
    vertical-align: middle;
    margin-right: 30px;
}

/* --- media gallery administration */
.MediaWrapperDiv
{
    width: 825px;
}
.MediaCRUDDiv
{
    width: 825px;
}
.MediaProductRowHover
{
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}

.MediaProductSelectedRow
{
    background-color: Aqua;
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}
.MediaProductAlternatingRow
{
    background-color: #EBEBEB;
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}
.MediaProductRow
{
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 12px;
    background-color: #CECECE;
    padding: 5px;
}
.MediaProductDiv
{
    height: 400px;
    overflow: auto;
    width: 250px;
    float: left;
    border: solid 1px gray;
}
.MediaAvailableDiv
{
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    width: 250px;
    float: left;
    border: solid 1px gray;
}
.MediaAlignedDiv
{
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    width: 250px;
    float: left;
    border: solid 1px gray;
}
.MediaDivHeadings
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 250px;
    float: left;
}
.MediaCRUDButtonsDiv
{
    width: 260px;
    text-align: center;
    float: left;
    margin-top:10px;
}
.MediaDivButtonHeadings
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 60px;
    float: left;
}
.MediaArrowDiv
{
    height: 400px;
    overflow: auto;
    width: 60px;
    float: left;
}
.MediaArrowButtons
{
    padding: 0px 5px 0px 5px;
    width: 50px;
    height: 20px;
}
.MediaCRUDButtons
{
    padding: 0px 5px 0px 5px;
    width: 73px;
    height: 20px;
}
.MediaAvailableSearchDiv
{
}
.txtSearch2
{
    width: 75px;
    vertical-align: top;
}
.MediaAvailableSearchDiv
{
    float: right;
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 12px;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100000 !important;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 100001 !important;
}
/* ---Manufacturer rep admin screen */
.MfgRepEditTextBox
{
    width: 185px;
    margin-right: 10px;
}
.MfgRepEditStates
{
    width:191px;
}
/* ---Buy local admin screen */
.BuyLocalEditTextBox
{
    width: 185px;
    margin-right: 10px;
}
.BuyLocalEditStates
{
    width:191px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100000 !important;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 100001 !important;
}
.PopUpFieldset
{
    margin: 0px 12px 0px 12px;
    padding: 12px 0px 12px 0px;
    color: White;
    background-color: White;
    border: none;
}
.PopupPanel
{
    width: 600px; 
    background-color: white;
}
.PopUpFlashDiv
{
     margin-bottom: 20px;
}