﻿#ctlFindRepresentative {
    float: right;
    width: 100%;
	max-width: 180px;
    margin-bottom: 2em;
}

.representativeCtl {
    background: #dceecc url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -1100px;
}

    .representativeCtl h4 {
        background: url("~/media/Bayer CropScience/Internet/sys/standard.ashx") no-repeat 0 -300px;
        display: block;        
        margin-top: -4px;
    }

    .representativeCtl img {
        margin-left: -2px;             
    }

.scFindRep {
    width: 132px;
    margin-left: 3px;
    margin-top: 2px;
}

.cols400_180 {
    display: none;
}

.findRep {
    margin-top: -3.5em;        
    margin-left: 11em;    
    margin-bottom: 1em;
}

.errorMessage {    
    color:Red;        
}


.arrowImg
{    
    margin-left: .5em;    
    margin-bottom: -.5em;
}


/* Server side panel  ...start*/
 .popBg {
        background-color: #000000;
        filter: alpha(opacity: 75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }

    #popOverlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        /* ie6 hack */
        _position: absolute;
        _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        _width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }

    #popWindow {
        background-color: #FFFFFF;
        border: 1px solid #b9c0c1;
        color: #333333;
        position: fixed;
        text-align: left;
        z-index: 101;
        /*margin-left = -1/2 width of the window */
        left: 50%;
        width: 400px;
        margin-left: -379px;
        /*margin-top = -1/2 height of the window */
        top: 50%;
        height: 400px;
        margin-top: -265px;
        display: block;
        /* ie6 hack */
        _position: absolute;
        _margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }

        #popWindow .topImage {
            width: 758px;
            height: 85px;
            display: block;
        }
        
        #popNoDataWindow {
        background-color: #FFFFFF;
        border: 1px solid #b9c0c1;
        color: Blue;
        position: fixed;
        text-align: left;
        z-index: 101;
        /*margin-left = -1/2 width of the window */
        left: 50%;
        width: 400px;
        margin-left: -379px;
        /*margin-top = -1/2 height of the window */
        top: 50%;
        height: 400px;
        margin-top: -265px;
        display: block;
        /* ie6 hack */
        _position: absolute;
        _margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }
   
   
   #simplemodal-container expertise 
{   
   padding-bottom: 5px;
   color: #c16d0a;
   font  : bold 13px Arial, sans-serif;
   padding : 0 0 3px 0;
}

.h3 {
   padding-bottom: 5px;
   color: #c16d0a;
   font  : bold 13px Arial, sans-serif;
   padding : 0 0 3px 0;
}

.block-heading {
   padding-bottom: 5px;
   color: #000000;
   font  : bold 12px Arial, sans-serif;
   padding : 0 0 3px 0;
}

.h6 {
font: bold 13px Arial, sans-serif;
padding: 0 0 2px 0;
}

.bodyContent .boxHeader {
    background: none;
    height:10px;
    padding:5px 0px 5px;
    width:186px;
}

table{
border-collapse: collapse; /* 'cellspacing' equivalent */
}

table th
{    
   padding-bottom  : 5px;
   color: #c16d0a;
   font  : bold 13px Arial, sans-serif;
   padding : 0 0 3px 0;
}     
   /*Server side panel ....End */     


