/* Minification failed. Returning unminified contents.
(1684,15): run-time error CSS1036: Expected expression, found '*'
(1835,19): run-time error CSS1036: Expected expression, found '*'
(1853,15): run-time error CSS1036: Expected expression, found '*'
 */
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/
html {
   -ms-overflow-style: scrollbar; /* IE 10/11 Scroll Bar Fix */
}
html,body {
    height:100%;
}
body {
    background-color:#DCDCDD;
    font-family:verdana, Arial, Helvetica, sans-serif; 
    margin:0;
    padding:0;
    width:100%;
    min-width:1135px;
    position:relative;
    float:left;
}
#bodyinner{
    width:100%;
    min-width:1135px;
    float:left;
}
#wrapper{
    width:100%;
    min-width:1135px;
    float:left;
}
#header{
    width:100%;
    min-width:inherit;
    position:fixed;
    top:0;
    right:0;
    z-index:10;
    height:80px;
    background-color:#46494C;  /* Set up a mockup with the top header being the dark gray and the menu bar"horrizontal bar" being the light gray */
    border-bottom:1px solid #000000; 
    color:#ffffff;
}
#headerinner{
     height:47px; 
     border-bottom:1px solid #000000;  
}
#headerinnerleft{
    margin:0;
    padding:0;
    width:50%;
    float:left;
}
    .logo{
        margin:6px 0px 0px 10px;
        width:120px;
    }
    .companylogo{
        color:#ffffff;
        border-bottom:2px solid red;
        font-size:1.55em;
        margin:8px 14px 0 8px;
        float:left;
    }
#headerinnerright{
    margin:0;
    padding:0;
    width:49.9%; /* IE 7 fix */
    float:left;
}
    #headerloginwrapper{
        width:400px;
        margin-top:8px;
        margin-right:15px;
        text-align:right;
        font-weight:bold;
        font-size:.85em;        
        float:right;
    }
    #headerloginwrapper a{
        color:#ffffff;
        text-decoration:none;        
        float:right;
    }
    #headerloginwrapper span{
        float:right;
    }
    #headerloginwrapper img {
        margin-top:4px;
    }
    #headerloginwrappertop{
        margin:0;
        padding:0;
        width:100%;
        float:right;
    }
    #headerloginwrapperbottom{
        margin:0;
        padding:6px 0 0 0;
        width:100%;
        float:right;
    }
    #contentheadermenu{
        width:100%;
        height:32px;
        background-color:#DCDCDD;
        float:left;
    }
        #headermenuinner{
            background-color:#DCDCDD;
        }

#topsearch{
    width:25%;
    float:left
}

.searchwrapper{
    background-color:#ffffff;
    border:1px solid #000000;
    margin-top:4px;
    margin-right:4px;
    margin-bottom:2px;
    float:right;
}

.search{
    margin-top:2px;
    margin-bottom:1px;
    float:left;
}
.searchbox{
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    color:#000000;
    margin-left:6px;
    margin-top:4px;
    width:170px;
}
.searchbox::-ms-clear {
    display: none;
}
.searchbox:focus{
    outline:none;
    outline-style:none;

    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
}
.searchsubmitbutton{
    padding-left:3px;
    width:22px;
    margin-top:3px;
}
.searchspacer{
    margin-top:0;
    color:#000000;
}
.advancedsearchsubmitbutton{
    padding-left:3px;
    margin-top:3px;
    width:22px;
    color:#ffffff;
}
.searchclearbutton{

}
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/
#advancedsearchmenuinfo{
    background-color:#46494C;/*#2a90bb;*/
    border-bottom:2px solid #46494C;
    padding:4px 0 4px 0;
    width:100%;
    float:left;
}
    #advancedsearchmenuinfodesc{
        font-size:.75em;
        width:100%;
        border-top:1px solid #DCDCDD;
        border-bottom:1px solid #DCDCDD;
        padding:4px 4px 4px 4px;
        margin-bottom:4px;
        float:left;
    }
        #advancedsearchmenuinfodesc #searchmenuinfodesctitle{
            width:100%;
            font-weight:bold;
            margin-bottom:6px;
            float:left;
        }
        #advancedsearchmenuinfodesc #searchmenuinfodescdetail{
            width:100%;
            float:left;
        }
    #advancedsearchmenuinfo ul{
        margin:0;
        padding:0;         
        list-style:none;
        display:block;
        width:100%;
        float:left;
    }
    #advancedsearchmenuinfo ul li{
        
        padding:4px 4px 10px 4px;
        font-size:.75em;
        width:100%;
        border-bottom:1px solid #C5C3C6;
        float:left;

    }
        .menuinfoterm{            
            background-color:#ffffff;
            color:#2a90bb;
            font-weight:bold;
            padding:2px 6px 2px 4px;
            margin-left:8px;
            font-style:italic;
            width:160px;
            float:left;
        }
            .menuinfoterm .searchimg{
                padding:0 0 0 4px;
                width:16px;
                height:16px;
                float:right;
            }
        .menuinfodetail{
            color:#ffffff;/*#2a90bb;*//*#FFFFFF;*/
            padding:0 0 4px 0;
            width:100%;            
            float:left; 
        }
.searchimg{
    background-color:transparent;
    border:none;    
}  
.menuleftspacer{
    width:171px;
    background-color:#DCDCDD;
    height:32px;
}      
#topnav a{
    font-weight:500;
    text-decoration:none;
}
#topnav{display:block; float:left; width:75%; margin:0; padding:0; list-style:none; font-size:13px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color:#DCDCDD;}
#topnav ul, #topnav li{float:left; list-style:none; margin:0; padding:0;}
#topnav li a:link, #topnav li a:visited, #topnav li a:hover{display:block; margin:0; padding:8px 20px; color:#000000; background-color:#DCDCDD;}
#topnav ul ul li a:link, #topnav ul ul li a:visited{border:none;}
#topnav li.last a{margin-right:0;}
#topnav li a:hover, #topnav ul li a.selected{color:#FFFFFF; background-color:#2a90bb} /*#1985A1;*/
#topnav li li a:link, #topnav li li a:visited{width:150px; float:none; margin:0; padding:7px 10px; font-size:12px; font-weight:normal; color:#FFFFFF; background-color:#46494C;}
#topnav li li a:hover{color:#FFFFFF; background-color:#2a90bb;}
#topnav li ul{background:#FFFFFF; z-index:9999; position:absolute; left:-999em; height:auto; width:170px; border-left:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
#topnav li ul a{width:140px;}
#topnav li ul ul{margin:-32px 0 0 0;}
#topnav li:hover ul ul{left:-999em;}
#topnav li:hover ul, #topnav li li:hover ul{left:auto;}
#topnav li:hover{position:static;}
#topnav li.last a{margin-right:0;}

br.clear{clear:both; margin-top:-15px;}            

#content{
    margin-top:80px;    
    
    min-width:965px; 
    min-height:850px;
    background-color:#ffffff;
    /*
      float:left;
      width:100%;
    */

    display: table;
    width: 100%;
}
    #contentnavleft{        
        height:100%;
        width:170px;
        border-right:1px solid #000000;
        background-color:#46494c;        
        margin-top:1px;
        /*float:left;*/

        display: table-cell;
        vertical-align:top;
        *float:left;
         
    }  
        #contentnavleft > ul, #contentnavleft > ul > li, #contentnavleft > ul > li > ul, #contentnavleft > ul > li > ul > li {   
            margin:0;
            padding:0;         
            list-style:none;
            display:block;
        }
        #contentnavleft ul{
            margin-top:10px;
        }
        #contentnavleft li {
            width:100%;
            *float:left;
        }
        .selected{
            background-color:#2a90bb;
        }            
        #contentnavleft .nav li a:hover{
            background-color:#C5C3C6;
        }
        #contentnavleft .nav li a:active{
            background-color:#2a90bb;
        }
        #contentnavleft > ul > li > a {
            color:#ffffff;
            font-size:.80em;
            text-decoration:none;
            padding:6px 4px 6px 8px;
            height:32px;
            width:170px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            display:block; 
            float:left;
        }
            #contentnavleft li a.lnav_child_d1 {
                color:#ffffff;
                font-size:.70em;
                text-decoration:none;
                padding:8px 4px 8px 28px;
                width:170px;
                display:block;                
                float:left;
            }
                #contentnavleft li a.lnav_child_d2 {
                    color:#ffffff;
                    font-size:.60em;  
                    text-decoration:none;
                    padding:2px 0px 2px 40px;
                    width:170px;
                    display:block;                
                    float:left;
                }
        #contentnavleft li span{
            color:#ffffff;
            font-size:.80em;
            text-decoration:none;
            padding:6px 4px 6px 8px;
            height:32px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            float:left;
        }
            #contentnavleft li span.lnav_child_d1 {
                color:#ffffff;
                font-size:.70em;
                text-decoration:none;
                padding:8px 4px 8px 28px;
                width:170px;              
                float:left;
            }
                #contentnavleft li span.lnav_child_d2 {
                    color:#ffffff;
                    font-size:.60em;  
                    text-decoration:none;
                    padding:10px 0px 2px 40px;
                    width:170px;
                    display:block;                
                    float:left;
                }
        #contentnavleft li ul li{
            color:#ffffff;
            padding:2px 0px 2px 20px;
            width:100%;
            float:left;
        } 
            #contentnavleft li ul li a{
                font-size:.70em;
            }
        #contentnavleft li ul li ul li{
            padding:2px 0px 2px 26px; 
            font-size:.60em;           
            width:100%;
            float:left;
        } 
            #contentnavleft li ul li ul li a{                
                
            }    
        .navleftseperator{
            border-top:1px solid #ffffff; 
            float:left;          
        }  
        #contentnavleft span{
            font-size:.80em;
            padding:2px 0px 2px 4px;
            color:#ffffff;
        }     
        #contentnavleft .partnernav{
            border:none;
            background-color:#ffffff;
            margin:0px 7px 0px 5px;   
            padding:1px;
            display:none;   
        } 
        #contentnavleft .paddv{
            width:88%;
        }
        #contentnavleft .rat{
            width:88%;
        }
        #contentnavleft .turbo{
            width:88%;
        }
        #contentnavleft .navleftlipartner{
            width:88%;
        }
        #contentnavleft .navleftlipartner > a{
            height:auto;
        }
        .subselected{
            /*#DCDCDD -- Light gray
            #C5C3C6 -- Mid gray*/
            background-color:#000000;
        }
    /* This is the main page content - Layout */
    #contentinner{
        margin:0;
        padding:0;
        /*width:84%;
        float:left;*/
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */

        display: table-cell;
        background:#ffffff;
        *float:left;
    }
        /* Generic main page inner content wrapper */
        #contentinnerwrapper{
            margin: 0 20px 10px 20px;
            width: 95%;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            min-width: 920px;
            float:left;
        }
        .active-status-flag{
            width:8px;
            height:8px;
        }
        /*
            Color Pallete:
            #DCDCDD -- Light gray
            #C5C3C6 -- Mid gray
            #46494C -- Dark gray
            #4C5C68 -- Gray blue
            #1985A1 -- Light blue gray

            #2a90bb -- Main blue
        */
        


        .bodytitle{
            padding:26px 0 0 20px;
            margin-bottom:20px;
            width:98%;
            float:left;
        }
            .bodytitledetail{
                width:100%;
                font-size:1.25em;
                font-weight:500;
                color:#46494C;
                border-bottom:2px solid #2a90bb;
            }
            .bodytitledetailmid{
                width:100%;
                font-size:1em;
                font-weight:500;
                color:#46494C;
                border-bottom:2px solid #2a90bb;
            }
            .bodytitledetailstyle{
                font-size:1.25em;
                font-weight:500;
                color:#46494C;
                border-bottom:2px solid #2a90bb;
                margin:10px 0 20px 0;
                float:left;
            }
        .bodytitle_sub{
            margin-bottom:10px;
            padding:26px 0 0 0;
            width:98%;
            font-size:1.25em;
            font-weight:500;
            color:#46494C;
            float:left;
        }
            .bodytitledetail_left{
                width:49%;
                float:left;
            }
            .bodytitledetail_left span{
                border-bottom:2px solid #2a90bb;  
                float:left;
            }
            .bodytitledetail_right{
                width:48%;   
                text-align:right;             
                float:left;
            }
.partnerimage{
    width:150px; 
}
#footer{
    width:100%;    
    height:100px;
    float:left;
}
    #footerinner{        
        
    }
            #footerleft{
                width:80%;
                height:100px;
                padding-top:10px;
                padding-left:200px;
                -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
                -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;         /* Opera/IE 8+ */
                float:left;
            }
                #footerleft ul{                    
                    display:inline-block;
                    float:left; 
                    margin:0; 
                    padding:0; 
                    list-style:none; 

                }
                    #footerleft li{
                        padding:0;
                        margin:0;
                        display:inline-block;
                        font-size:11px;
                    }
                        #footerleft li span{
                            color:#000000;
                        }
                         #footerleft > ul > li > a, #footerleft > ul > li > span{
                            padding:0;
                            margin:0 6px 0 0;                            
                            text-decoration:none;
                            color:#46494C;
                        }
            #footerright{
                width:20%;
                -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
                -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;         /* Opera/IE 8+ */
                float:left;
            } 
                .footerrightlogo{
                    width:100%;
                    padding:10px 10px 0 0;
                    height:100px;
                    float:left;
                }
                    .footerrightlogo a{
                        margin:6px 10px 0 0;
                        float:right;
                    }
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/
.sysEventMsgWrapper{
    width:96%;
    float:left;
}
.sysEventMsg{
    color:#2a90bb;
    border-bottom:2px solid red;
    font-size:1em;
    margin:8px 14px 20px 8px;
    float:left;
}
.contentOutterWrapper{
    padding-left:170px;
    width:100%;
    float:left;
}

.contentwrapper{
    margin: 20px 20px 20px 20px;
    width: 95%;
    min-width: 920px;
    float: left;
}
    .contentwrapperfont{
        font-size:.85em;
    }
.contentnavleftempty {
    height: 100%;
    width: 170px;
    border-right: 1px solid #ffffff;    
    margin-top: 1px;
    float: left;
}
.contentLabel{
    color:#2a90bb;
    font-weight:bold;
}
.selectionLabel{

}
.text_input_exexsmall{
    width:60px;
}
.text_input_exsmall{
    width:100px;
}
.text_input_small{
    width:160px;
}
.text_input_mid{
    width:220px;
}
.text_input_large{
    width:400px;
}
.text_input_exlarge{
    width:550px;
}

.label_standard{
    color:#2a90bb;
    font-weight:bold;
} 
    .label_additional_info{
        color:#2a90bb;
        font-size:.75em;
    }
.accordion_header{
    width:100%;
    background-color:#4C5C68;
    color:#ffffff;
    border-top:1px solid #C5C3C6;
    border-bottom:1px solid #C5C3C6;
    margin:6px 0 6px 0;
    float:left;
}
    .accordion_header:hover {
        background-color:#DCDCDD;
        color:#000000;
        cursor:pointer;
    }
    .accordion_header_span
    {
        width:100%;
        padding:6px 0 6px 6px;
        float:left;
    } 
.accordion_content{

}


span.errortext a{
    text-decoration:none;
    padding:0 10px 0 6px;
    font-size:.75em;
    color:red;
}
span.errormanualtext a{
    text-decoration:none;
    padding:0 10px 0 6px;
    font-size:.75em;
    color:red;
}
.label_required_input{
    color:#C5C3C6;
    font-size:.75em;
}
.cleanimage{
    border:none;
    background-color:transparent;
    border:none;
}

/* Utlity */
#pagelocker{
    position:fixed;
    z-index:9998;
    top:0;
    left:0;
    display:none;


    width: 100%;
    height: 100%;
    background-color: #000000; 
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -moz-opacity:0.6; /* Mozilla */

    
}
#loadmessage{
    position:fixed;
    z-index:9999;
    top:0;
    left:50%;
    width:270px;
    margin-left:-85px;
    margin-top:260px;
    display:none;
}
#genericmessage{
    position:fixed;
    z-index:999999;
    top:-150px;
    left:50%;
    width:300px;    
    margin-left:-140px;
    margin-top:260px;
    display:none;
}
    .messageheader{
        width:100%;
        float:left;
        background-color:#46494C;
        color:#ffffff;
        height:10px;
        border-top:3px solid #ffffff;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
        border-bottom:1px solid #C5C3C6;
        border-radius:3px 0 0 0;
    }
    #genericmessage .messageheader {
        border-top:3px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
        border-left:2px solid #C5C3C6;
    }
    #genericmessage .messagecontent{
        border-left:2px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
    }
    .messagecontent{
        width:100%;
        float:left;
        background-color:#ffffff;
        color:#000000;
        min-height:53px;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
    }
        .messagecontentinner{
            font-size:.85em;
            margin:0;
            padding:16px 0 16px 8px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            width:100%;
            float:left;
        }
        .messagecontentinnerloading{
            font-size:.85em;
            margin:0;
            padding:17px 0 16px 8px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            width:80%;
            float:left;
        }
        .successMessage{
            width:100%;
            text-align:center;
            color:green;
            font-weight:bold;
            float:left;
        }
        .errorlabel{
            color:red;
            font-weight:bold;
            padding:0 6px 0 0;
            width:50px;
            min-height:36px;
            float:left;
        }
        .errorMessage{
            width:215px;
            min-height:36px;
            float:left;
        }
        .informationMessage{
            width:100%;     
            float:left;
        }
        .messagecontentinnerimg {
            margin:0;
            width:20%;
            float:left;
        }
            .messagecontentinnerimg img{
                background-color:transparent;
                border:none;
                padding:7px 0 0 0;
                height:35px;
                width:35px;
                float:left;
            }
    .messagefooter{
        width:100%;
        float:left;
        min-height:10px;
        background-color:#C5C3C6; 
        border-bottom:3px solid #ffffff;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
        border-radius:0 0 0 3px;
    }
    #genericmessage .messagefooter{
        border-bottom:3px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
        border-left:2px solid #C5C3C6;;
    }
#confirmmessage{
    position:fixed;
    z-index:9999;
    top:-150px;
    left:50%;
    width:360px;    
    margin-left:-170px;
    margin-top:260px;
    display:none;
}
   
    #confirmmessage .messageheader {
        border-top:3px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
        border-left:2px solid #C5C3C6;
    }
    #confirmmessage .messagecontent{
        border-left:2px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
    }
    
    #confirmmessage .messagefooter{
        border-bottom:3px solid #C5C3C6;
        border-right:2px solid #C5C3C6;
        border-left:2px solid #C5C3C6;;
    }
    .linkButtonRight{
        text-decoration:none;
        background-color:#2a90bb;
        color:#ffffff !important;
        padding:5px 15px; 
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
        box-sizing:border-box;
        text-align:center;
        align-items:flex-start;
        font: 13.3333px Arial;
        margin: 10px 3px 10px 3px;
        float:  right;
        /*float:left;*/
    }
        .linkButtonRight:hover{
            background-color:#DCDCDD;
            color:#000000 !important;
            padding:5px 15px; 
            border:0 none;
            cursor:pointer;
            -webkit-border-radius: 3px;
            border-radius: 3px; 
        }
/* Popup Box - pbox */

.pbox {
    z-index: 9999;
    top: 0;
    display: none;
}

.pbox_fixed {
    left: 50%;
    width: 850px;
    margin-left: -425px;
    margin-top: 40px;
    position: fixed;
}

.pbox_absolute_middle {
    left: 50%;
    width: 850px;
    margin-left: -425px;
    margin-top: 40px;
    position: absolute;
}

.pbox_fixed_small_override {
    left: 50%;
    width: 424px;
    margin-left: -212px;
    margin-top: 40px;
    position: fixed;
}

.pbox_absolute {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.pbox_menu {
    width: 100%;
    float: left;
    background-color: #46494C;
    color: #ffffff;
    height: 20px;
    border-top: 3px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 1px solid #C5C3C6;
    border-radius: 3px 0 0 0;
}

.pbox_menu_inner {
    width: 44px;
    height: 18px;
    color: #ffffff;
    float: right;
}

.pbox_menu_inner_max {
    margin-top: 1px;
    margin-right: 2px;
    height: 16px;
    float: left;
}

.pbox_menu_inner_min {
    margin-top: 1px;
    margin-right: 2px;
    height: 16px;
    float: left;
}

.spacer {
    font-size: .8em;
    height: 16px;
    float: left;
}

.pbox_menu_inner_close {
    height: 16px;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}

#pbox_nav {
    width: 100%;
    float: left;
    background-color: #ffffff;
    color: #ffffff;
    padding-bottom: 5px;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 1px solid #C5C3C6;
}

#pbox_nav_inner {
    padding-top: 6px;
    font-size: .70em;
    font-weight: 600;
    width: 180px;
    margin: auto;
    zoom: 1;
}

    #pbox_nav_inner .linkButtonGeneric {
        color: #333 !important;
        border: 1px solid #979797;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #DCDCDD));
        background: -webkit-linear-gradient(top, #fff 0%, #DCDCDD 100%);
        background: -moz-linear-gradient(top, #fff 0%, #DCDCDD 100%);
        background: -ms-linear-gradient(top, #fff 0%, #DCDCDD 100%);
        background: -o-linear-gradient(top, #fff 0%, #DCDCDD 100%);
        background: linear-gradient(to bottom, #fff 0%, #DCDCDD 100%);
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        width: 85px;
        padding: 0.5em 1em;
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        border-radius: 2px;
        float: left;
    }

        #pbox_nav_inner .linkButtonGeneric:hover {
            color: white !important;
            border: 1px solid #111;
            background-color: #585858;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
            background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
            background: -moz-linear-gradient(top, #585858 0%, #111 100%);
            background: -ms-linear-gradient(top, #585858 0%, #111 100%);
            background: -o-linear-gradient(top, #585858 0%, #111 100%);
            background: linear-gradient(to bottom, #585858 0%, #111 100%);
        }

.linkButtonGeneric.disabled {
    background-color: #DCDCDD;
    color: #000000 !important;
    padding: 5px 15px;
    border: 0 none;
    cursor: default;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}

    .linkButtonGeneric.disabled:hover {
        cursor: default;
    }

#pbox_content_wrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
    color: #000000;
    min-height: 200px;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    /*height:600px;       
        overflow-y:auto;*/
}

.pbox_content_wrapper_scroll {
    height: 600px;
    overflow-y: auto;
}

.pbox_content_wrapper_full {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    height: auto !important;
}

#pbox_content_footer {
    width: 100%;
    float: left;
    min-height: 20px;
    background-color: #C5C3C6;
    border-bottom: 3px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 0 0 0 3px;
}

.noresultsfound_tblewrapper{
    margin:0;
    padding:0;
    width:100%;
    font-size:.70em;
    font-weight:600;
    float:left;
}
.noresultsfound_tble{
    width:95%;
    margin:60px 20px 0px 20px;
    float:left;
    color:#000000;
    border:1px solid #000000;
    border-collapse:collapse;  
}
.noresultsfound_tble td{
    padding:6px 6px 6px 6px;
}
.noresultsfound_tr01 > td{
    background-color:#2a90bb;
    color:#ffffff;
    border-bottom:1px solid #4C5C68;
    border-top:1px solid #4C5C68;
}
.noresultsfound_tr02 > td{
    background-color:#ffffff;
}
.noresultsfound_tr03 > td{
    background-color:#185068;
    color:#ffffff;
    border-top:1px solid #4C5C68;
    border-bottom:1px solid #4C5C68;
}
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/


.__inline_editable{
    /*background-color:#ffffff;
    color:#000000;*/
    padding:10px 8px 10px 8px;
    background-color:#ffffff;
    border:1px solid #ffffff;
}
.__inline_editable:hover{
    background-color:#ffffff;
    border:1px solid #46494C;
    cursor:pointer; 
}
.__inline_editable_hover_selected{
    background-color:#ffffff;
    border:1px solid #46494C;
}
    .__inline_editable_hover_selected .requestDetailNumber{
        padding-top:7px;
        padding-bottom:7px;
    }
    .__inline_editable_hover_selected .requestDetailInfo{
        padding-top:7px;
        padding-bottom:7px;
        height:30px;
    }
.__inline_editable_hover{    
    background-color:#DCDCDD;
    border:1px solid #DCDCDD;
}
    .__inline_editable_hover > div{
        padding-top:7px;
        padding-bottom:7px;
    }     
.__inline_editable_hover:hover{
    background-color:#ffffff;
    border:1px solid #46494C;
    cursor:pointer;  
}


/* Page specific CSS */
/* Request Detail - Request Edit */
#__request_detail_editrequest_wrapper, #__request_detail_editrequest_wrapper > td{
    padding:0;
    margin:0;
}
.requestDetailEditTable_Test{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    font-weight:600;
}
    .requestDetailEditTable_Test .reportfilelnk{
        color:#2a90bb;
    }

.requestDetailTable, .requestDetailEditTable{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
    font-size:.70em;
    font-weight:600;
}
    .requestDetailTable .reportfilelnk, .requestDetailEditTable .reportfilelnk{
        color:#2a90bb;
    }
    .rdttd1{
        width:20%;
    }
    .rdttd2{
        width:48%;
    }
    .rdttd3{
        width:12%;
    }
    .rdttd4{
        width:20%;
    }
    .requestDetailFieldValue {
        width:90%;
        float:left;
    }
    .__action_working_indicator, .__action_complete_indicator{
        width:21px;
        float:left; 
        position:relative;
        margin-left:-25px;
        margin-top:2px;
    }
    
    .requestResponseDetail_level_1{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        padding:0 4px 0 0;
        float:left;
    }
    .requestResponseDetail_level_2{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        padding:0 4px 0 14px;
        float:left;
    }
    .requestResponseDetail_level_3{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        padding:0 4px 0 32px;
        float:left;
    }
    .requestResponseDetail_level_4{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        padding:0 4px 0 50px;
        float:left;
    }
    .requestResponseDetail_level_5{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        padding:0 4px 0 68px;
        float:left;
    }
    .requestDetailNumber{
        width:20px;
        float:left;
    }
    .responseEditDetailNumber{
        width:20px;
        float:left;
    }
    .requestDetailNumberEdit{
        width:18px;
        padding:8px 0 0 2px;
        float:left;
    }
    .requestDetailInfo_Numbered{
        width:94%;
        float:left;
    }
    .requestDetailInfo{
        width:94%;
        float:left;
    }
.requestDetailPartsTable{
    padding:0;
    margin:0;
    width:100%;
    float:left;
}
    .requestDetailParts_td1{
        width:50%;
    }
    .requestDetailParts_td2{
        width:50%;
    }
.rdiLevelLetter{
    float:left;
}
.rdiLevelDetail{
    width:70%;
    float:left;
}
.requestDetailFieldLabel{
    font-weight:900;
    color:#2a90bb;
}
.requestDetailField_Bold{
    font-weight:900;
}
.requestDataFieldEditLabel{
    font-weight:900;
    color:#2a90bb;
}
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/
.responseContactCompany{      
    font-weight:900;
    width:90%;
    float:left;
}
.responseDetailUtility{
    width:10%;    
    float:left;
}
    .responseDetailUtility a{
        background-image:url('/Content/img/1464305034_up_fffffft.png');
        background-position:center;
        background-repeat:no-repeat;
        width:18px;
        height:18px;
        float:right;
    }
        .responseDetailUtility a:hover{
            background-image:url('/Content/img/1464305034_down_fffffft.png');
        }
.responseContact{
    width:100%;
    display:inline-block;
   /* padding:10px 0 8px 0; */
    float:left;
}
.requestDetailResponseContactName{
    font-weight:900;
    float:left;
}
.collapsabledetail{
    width:50px;
    height:15px;
    display:inline-block;
    background-color:gray;
}
.collapsabletable{
    margin:0;
    padding:0;
    width:100%;
    border-collapse:collapse;
    float:left;
}
.requestDetailFieldValue{

}
.responseDetail{

}
.requestDetail{

}
.requestDetailSeperator{
    border-top:1px solid #2a90bb;    
    height:1px;
}
.requestDetailEmptyRow{
    height:8px;
}
.requestDetailActions{
    border-top:2px solid #46494C;    
    border-bottom:2px solid #46494C; 
}
    .rdresponse_admin{
        
    }
    .rdresponse_admin td{        
        padding:10px 8px 10px 8px;
        background-color:#FFFFFF;
        border:1px solid #FFFFFF;
    }
    .rdresponse_admin td:hover{   
        background-color:#ffffff;
        border:1px solid #46494C;
        cursor:pointer;     
    }

    .rdresponse{
        
    }
    .rdresponse td{        
        padding:10px 8px 10px 8px;
        background-color:#DCDCDD;
        border:1px solid #DCDCDD;
    }
    .rdresponse td:hover{   
        background-color:#ffffff;
        border:1px solid #46494C;
        cursor:pointer;     
    }
    .rdresponsewrapper{
        padding:10px 8px 10px 8px;
    }
    .rdresponsesection{
        width:100%;
        float:left
    }
        
        .rdresponsesectionryesno {
            padding:10px 6px 10px 10px;
            width:100%;
            float:left;
        }
        .rdresponsesectionryesno span {
            padding:0 6px 10px 4px;
            margin:0 0 0 0;
            float:left;
        }
        .rdresponsesectionryesno input[type=radio] {
            padding:0;
            margin:1px 0 10px 6px;
            float:left;
        }

.requestDetailActions{
    padding:10px 0 10px 0;
    text-align:right;
}
    .requestDetailActions a{

    }

/*.rrDetailEditor{
    padding:7px 7px 7px 7px;
    background-color:#ffffff;
    border:1px solid #ffffff;
}
.rrDetailEditor:hover{
    background-color:#ffffff;
    border:1px solid #46494C;
    cursor:pointer; 
}*/

.rrDetailEditor{
    padding:7px 7px 7px 7px;
    background-color:#DCDCDD;
    border:1px solid #DCDCDD;
}
.rrDetailEditor:hover{
    background-color:#ffffff;
    border:1px solid #46494C;
    cursor:pointer; 
}
.rrDetailEditor:focus{
    background-color:#ffffff;
    border:1px solid #46494C;
    cursor:pointer; 
}
.requestDetailYesNo{

}
#fontDropdown {
    position: relative;
    font-size: 14px;
    margin-top: 13px;
    margin-left: 95px;
}
/* End Request Detail */
/* Knowledge based */
#knowledgedocumentnotassignedsection{
    width:100%;
    float:left;
}
    .kbdocumentnotassignedsection_ul{
        padding:0;
        margin:0;
        list-style:none;
        width:100%;
        float:left;
    }
        .kbdocumentnotassignedsection_li{
            display:block;
            width:100%;
            float:left;
        }
    .adminknowledgedocswrapper{
        width:100%;
        float:left;
    }
    .adminknowledgedocedit{
        width:100%;
        float:left;
    }
.knowledgedocumentsection{
    padding:0;
    margin:0 10px 10px 0;
    display:block;
    float:left;
}
    .knowledgedocumentsection_ul{
        padding:0;
        margin:0;
        list-style:none; 
        width:285px;
        float:left; 
    }
    .knowledgedocumentsection_li{
        padding:0;
        margin:0;
        width:100%;  
        float:left;       
    }
    .knowledgedocument_cattitle{
        background-color:#46494C;
        color:#ffffff;
        padding:4px 6px 4px 6px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        width:100%;
        float:left;
    }
    .kd_cattitle_assign_li{
        padding:4px 0 0 0;
    }
        .kd_cattitle_assign_sub_li{            
            padding:2px 0 0 22px;
        }
    .kd_cattitle_assign_chk{        
        
    }
    
    .knowledgedocument_filename{
        padding:3px 6px 4px 6px;
        float:left;
    }
    .adminknowledgedocs{
    }
    .adminknowledgedocs img{
        padding:4px 0 0 0;
        float:left;
    }
    .kbdocumentwrapper_user{
        margin:20px 20px 20px 20px;    
        width:95%;
        min-width:920px; 
        font-size:.80em;
        float:left;
    }
    .knowledgedocumentsection_li{
        width:100%;
        padding:4px 0 0 0;
        float:left;
    }
        .knowledgedocumentsection_li > .knowledgedocument_filename{

        }
    .knowledgedocumentsubsectionfolder_li{
        width:100%;
        padding:2px 0 0 0;
        float:left;
    }
    .knowledgedocumentsubsection_li{
        width:100%;
        padding:2px 0 0 20px;
        float:left;
    }
        .knowledgedocumentsubsection_li > .knowledgedocument_subcattitle, .knowledgedocumentsubsectionfolder_li > .knowledgedocument_subcattitle{
            margin:4px 0 0 0;
            float:left; 
        }
        .knowledgedocumentsubsection_li > img, .knowledgedocumentsubsectionfolder_li > img{
            float:left; 
        }
        .knowledgedocumentsubsection_li > .knowledgedocument_filename, .knowledgedocumentsubsectionfolder_li > .knowledgedocument_filename{
            /*margin:0 0 0 18px;*/
            float:left;

        }
    /* Knowledge Document Edit Window */
    .kdetitle{
        width:100%;
        padding:10px 0 10px 8px;
        float:left;
    }
    .kdelabel{

    }
    .kdedocname{
        padding:10px 0 10px 8px;
        width:100%;
        float:left;
    }
        .kdedocname span, .kdedocname input{
            float:left;
        }
        .kdedocname span{
            padding:0 8px 0 0;
        }
        .kdedoccats{
            width:100%;
            float:left;
        }
            .kdedoccats span, .kdedoccats ul{
                float:left;
            }
            .kdedoccats span{
                padding:0 0 0 8px;
                width:100%;
            }
            .kdedoccats ul{
                list-style:none;
                list-style-image:none;
                padding:8px 0 0 8px;
                margin:0;
            }
        .kdedocactions{
            width:100%;
            float:left; 
        }
            .kdedocactionsinner{
                float:right;
            }
    /* End knowledge document edit window */
/* End Knowledge base */
/* Profile specific css */
.profiletable{
    border:none;
    font-size:.85em;
    width:90%;
    float:left;
}
    .profiletable .pttd1{
        width:165px;
    }
    .profiletable .pttd2{
        width:205px;
    }
        .profiletable .pttd2 input, .profiletable .pttd2 span, .profiletable .pttd input, .profiletable .pttd span{
            float:left;
        }
    .profiletable .pttd3{
        width:30px;
    }
    .profiletable .pttd4{
        width:*;
    }
/* End Profile specific css */
/* Login css */
/* Login Main CSS */
#contentloginwrapper{
    padding-left:170px;
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
}
    #contentloginleft{
        width:50%;
        min-height:200px;
        float:left;
    }
        #contentlogintable{
            border:none;
            border-collapse:collapse;
            width:100%;
            font-size:13px;
            margin-top:15px;
            float:left;
        }
            #contentlogintable tr{
                
            }
            .loginMainLabel{
                font-size:1.1em;
                font-weight:bold;
                margin:12px 0px 12px 0px;
                float:left;
            }
            .loginSubLabel{
                margin:10px 0 4px 0px;
                float:left;
            }
            #contentlogintable ul, #contentlogintable ul li{
                margin:0;
                padding:0;
                list-style:none;
                
                float:left; 
            }
            #contentlogintable ul{
                margin:12px 0 4px 0;
            }
                #contentlogintable li{
                    display:inline-block;
                    float:left;
                }
                    #contentlogintable li a{
                        height:20px;
                        color:#1985A1;
                        text-decoration:none;
                        float:left;
                    }
                    #contentlogintable li span{
                        margin:0 10px 0 10px;
                        float:left;
                    }


                
                #contentlogintable input[type=submit]{
                    background-color:#2a90bb;
                    color:#ffffff;
                    padding:5px 15px; 
                    border:0 none;
                    cursor:pointer;
                    -webkit-border-radius: 3px;
                    border-radius: 3px; 
                    margin:8px 0 8px 0;
                    float:left;
                }
                    #contentlogintable input[type=submit]:hover{
                        background-color:#DCDCDD;
                        color:#000000;
                        padding:5px 15px; 
                        border:0 none;
                        cursor:pointer;
                        -webkit-border-radius: 3px;
                        border-radius: 3px; 
                    }

                #contentlogintable input[type=text]{
                    width:225px;
                    float:left;
                }
                #contentlogintable input[type=button]{
                    background-color:#2a90bb;
                    color:#ffffff;
                    padding:5px 15px; 
                    border:0 none;
                    cursor:pointer;
                    -webkit-border-radius: 3px;
                    border-radius: 3px; 
                    margin:8px 0 8px 0;
                    float:left;
                }
                    #contentlogintable input[type=button]:hover{
                        background-color:#DCDCDD;
                        color:#000000;
                        padding:5px 15px; 
                        border:0 none;
                        cursor:pointer;
                        -webkit-border-radius: 3px;
                        border-radius: 3px; 
                    }
            #contentloginright .loginAdditionalInformation{
                margin:0;
                float:left;
                font-size:.80em;
                color:#46494C;
            }
    #contentloginright{
        width:50%;
        min-height:200px;
        float:left;
    }
#generatetemppasswordinner{
    margin:5%;
    padding:0 12px 0 12px;
    width:90%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;   
}
    #generatetemppasswordinner > p{
        width:100%;
        padding:0;
        margin:0 0 60px 0;
        float:left;
    }
    #generatetemppasswordtable{       
        border:none;
        border-collapse:collapse;
        font-size:.85em;
        width:100%;
        float:left;
    }
        .gttp_td1{
            width:450px;
        }
            .gttp_td1 input, .gttp_td1 span{
                float:left;
            }
        .gttp_td2{
            width:*;
        }
/* End Login css*/
/* CreateConnection css */
.createconnectiontable{
    border:none;
    border-collapse:collapse;
    font-size:.85em;
    width:100%;
    float:left;
}
    .cctd1{
        width:140px;
    }
    .cctd2{
        width:72%;
    }
    .cctd3{
        width:*;
    }
/* End CreateConnnection css */
/* Partner Advertisements */
.patr_action_upload{
    background-color:#DCDCDD;
}
.patr_action_upload td{
    border:1px solid #46494C;
}
/* End Partner Advertisements */
/* Contact Us */
.contactus_tickettext{
    font-size: .85em;
}
/* End Contact Us */    
/* End page specific css */
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray

    #2a90bb -- Main blue
*/


.print-content-button{
    /*margin:6px;*/
}

@media print{
    .responseDetailUtility{ display: none; }
    body{background-color:#ffffff;}
}
#__printwrappersmall {
        background-color: white !important;
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 16px;
        z-index: 2147483647;
    }
#__printwrappermedium {
    background-color: white !important;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
    z-index: 2147483647;
}
#__printwrapperlarge {
    background-color: white !important;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 30px;
    line-height: 24px;
    z-index: 2147483647;
}

hr.PageDivider {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.viewDocument {
    background-color: transparent;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 0;    
}

.viewDocument a {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.active-view-page {
    z-index: 2;
    color: #ffffff !important;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;    
}

a.active-view-link {
    color: #ffffff !important;
    cursor: default;
}
/*@media print {
    #testprintspace {
        background-color: white;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        z-index: 9999999;
    }
}*/

/*@media print { 
    body * { display:none; } 
    .requestDetailTable { 
        display:block; 
        background-color: white; 
        height: 100%; 
        width: 100%; 
        position: fixed; 
        top: 0; 
        left: 0; 
        margin: 0; 
        padding: 15px; 
        font-size: 14px; 
        line-height: 18px; 
        z-index: 9999999;
    } 

}*/

/*#__gdpr{
    top:0;left:0;position:fixed;z-index:2147483647;width:100%;height:75px;padding:20px 0 0 30px;background-color:#000000;color:#8e979e;
}*/

 
    
/* ------------------- Demo One Home --------------------- */
.newswrapper{
    margin:20px 20px 20px 20px;    
    width:95%;    
    min-width:920px; 
    float:left;
}
    .newswrapper p{
        /*padding:18px 18px 18px 18px;*/
        margin:0;
        color:#ffffff;
        font-family:Arial, sans-serif;
    }
    .p-landing-large{
        font-size:1.15em;
        font-weight:bold;
    }
    .p-landing-mid{
        font-size:1em;
        font-weight:normal;
    }
        .p-landing-info-main-title{
            padding:12px 12px 8px 12px;
        }
        .p-landing-info-main-detail{
            padding:0 12px 8px 12px;
        }
    .p-ad-descr{
        padding:0;
        margin:0;
        font-size:.75em;
        font-weight:normal;
        color:#666666;
        float:left;
    }
    
    .newstopleft{
        background-color:#2a90bb;
        min-width:520px;
        max-width:68%;
        height:225px;
        float:left;
    }
    .newstopright{
        background-color:#000000;
        width:285px;
        margin-left:4px;
        float:left;
    }
.homeadvertisements{
    margin-top:20px; 
    margin-left:20px; 
    width:95%;    
    min-width:920px;  
    float:left;
}
    .hrzadvertisement{
        background-color:#F3F3F3;
        width:28.2%;
        min-width:300px;
        height:150px;
        float:left;
    }
    .hrzadvertisementmiddle{
        margin-left:8px;
        margin-right:8px;
    }
    .hrzadvertisementright{
        background-color:#F3F3F3;
        width:28.2%;
        min-width:300px;
        height:150px;
        float:right;
    }
        .hrzadimg{
            width:154px;
            height:150px;
            float:left;
        }
        .hrzimginner{
            margin:8px 4px 8px 8px;
            height:136px;
            width:120px;
            background-color:#000000;
            float:left;
        }
            .hrzadimg img{
                border:none;
                background-color:transparent;
                /*width:100px;*/
                margin-left:auto;
                margin-right:auto;
            }
        .hzaddesc{
            padding:8px 2px 8px 2px;
            width:40%;
            float:left;
        }
    .newsmidleft{
        min-width:580px;
        width:68%;  
        float:left;
    }
    .newsmidleft p{
        color:#666666;
    }
    .p-news-title{
        padding:18px 10px 18px 4px;
        font-weight:500;
        font-size:1.15em;
        float:left;
    }
    .p-news{
        padding:6px 10px 18px 4px;
        font-size:1em;
        float:left;
    }
    .newsmidright{
        width:285px;
        float:left;
    }
    .p-news-conference{
        margin:0;
        padding:0;
    }
        .p-news-conference-label{
            background-color:#46494C;
            color:#ffffff;
            margin:6px 4px 4px 4px;
            padding:6px 6px 6px 8px;
            width:96%;
            float:left;
        }
        /*.p-news-conference ul, .p-news-conference li{
            margin:0;
            padding:0;
            width:100%;
            float:left;
        }*/
        .p-news-conference-ul {
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
            list-style:none;
            text-decoration:none;
            float:left; 
        }
        .p-news-conference-li {
            margin:0;
            padding:0;
            width:100%;
            /*list-style-type:none !important;
            list-style:none;
            text-decoration:none;*/
            display:block;
            float:left;
        }
        .eventHeader{
            color:#000000;
            font-size:.75em;
            padding:0 0 0 4px;
            margin:4px 0 0 4px;
        }
            .eventHeader:hover{
                background-color:#DCDCDD;
                color:#2a90bb;
            }
            .event{
                color:#666666;
                font-size:.75em;
                margin-left:22px;
            }

/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray
*/
#tableTop{
    /*width:95%;
    margin:40px 20px 0px 20px;*/
    width:100%;
    float:left;
}
    .searchlabel{
        color:#1985A1;
        font-weight:bold;
        font-size:.80em;
        margin:18px 20px 5px 10px;
        float:left;
    }
    .pagesize{
        float:right;
        margin:18px 8px 5px 10px;
        font-weight:bold;
        font-size:.80em;
    }
#tableResults{
    width:100%;
    float:left;
}
.searchTable{
   /* margin:0px 20px 20px 20px;    
    width:95%;    
    min-width:920px; */
    width:100%;
    font-size:.70em;
    color:#000000;
    border:none;
    border-collapse:collapse;
    /*border-left:1px solid #4C5C68;
    border-right:1px solid #4C5C68;*/
    font-weight:600;
    float:left;
}
    .searchTable td{
        padding:6px 6px 6px 6px;
    }
    .trth{
        background-color:#2a90bb;
        color:#ffffff;
        border-bottom:1px solid #4C5C68;
        border-top:1px solid #4C5C68;
    }
    .tr{
        background-color:#ffffff;
    }
    .tralt{
        background-color:#eaf5fa;
    }    
    .searchth{

    }
    .searchthtd_1{

    }
    .searchthtd_2{
        border-left:1px solid #4C5C68;
    }
    .searchthtd_3{
        border-left:1px solid #4C5C68;
        
    }
    .searchthtd_4{
        border-left:1px solid #4C5C68;
    }
    .searchthtd_5{
        border-left:1px solid #4C5C68;
    }
    .searchtd_1{

    }
    .searchtd_2{
        border-left:1px solid #e9f8fc;
    }
    .searchtd_3{
        border-left:1px solid #e9f8fc;
        
    }
    .searchtd_4{
        border-left:1px solid #e9f8fc;
    }
    .searchtd_5{
        border-left:1px solid #e9f8fc;
    }
    .trfooternav{
        background-color:#185068;
        color:#ffffff;
        border-top:1px solid #4C5C68;
        border-bottom:1px solid #4C5C68;
    }
        .trfooternav ul{
            display:block; 
            float:left; 
            width:75%; 
            margin:0; 
            padding:0; 
            list-style:none; 
        }
            .trfooternav ul li{
                float:left; 
                list-style:none; 
                margin:0; 
                padding:0;
            }
               .trfooternav ul li a{
                   display:block;
                   padding:2px 10px 2px 10px;                   
                   float:left;
               }
               .footernavhref{
                   color:#ffffff;
               }
               .footernavhrefselected{
                   background-color:#247ba0;
                   color:#ffffff;
               }
               .requesthref{
                   color:#115c6e;
               }


/*----- Tabs -----*/
/*          * {padding:0; margin:0;}

			html {
				background:url(/img/tiles/wood.png) 0 0 repeat;
				padding:15px 15px 0;
				font-family:sans-serif;
				font-size:14px;
			}*/
            .tabs{
                padding:0; margin:0;
                float:left;
                margin-bottom:-1px;
                position:relative;
                z-index:2;
            }
			p, h3{ 
				margin-bottom:15px;
			}

			.divclass {
				width:95%;    
                min-width:920px;
				background-color:#eaf5fa;
                border:1px solid #185068;
                border-radius:0px 3px 3px 0px;
                float:left;
                z-index:1;
			}            
			.tabs li {
				list-style:none;
				display:inline;
                
			}

			.tabs a {
				padding:4px 10px;
                margin-right:2px;
				display:inline-block;
				background:#46494C;
               /* #C5C3C6 -- Mid gray
                #46494C -- Dark gray
                   */
				color:#ffffff;
                font-size:.80em;
				text-decoration:none;
                border-radius:3px 3px 0px 0px;
                float:left;
			}

			.tabs a.active {
                border-left:1px solid #185068;
                border-top:1px solid #185068;
                border-right:1px solid #185068;
                border-radius:3px 3px 0px 0px;
				background-color:#eaf5fa;
                font-weight:bold;
				color:#000;
			}
.tabWrapper{
    width:95%;
    margin:60px 20px 0px 20px;
    float:left;
}

 

#requestdetailbox{
    /*position:fixed;*/
    z-index:9999;
    top:0;
    /*left:50%;
    width:850px;
    margin-left:-425px;
    margin-top:40px;*/
    display:none;  
   /* height:600px; */
}
    .requestdetailbox_fixed{
        left:50%;
        width:850px;
        margin-left:-425px;
        margin-top:40px;
        position:fixed;
    }
    .requestdetailbox_absolute{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        margin:0;  
        padding:0;   
           
        position:absolute;
        width:100%;
    }
    #requestdetailmenu{
        width:100%;
        float:left;
        background-color:#46494C;
        color:#ffffff;
        height:20px;
        border-top:3px solid #ffffff;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
        border-bottom:1px solid #C5C3C6;
        border-radius:3px 0 0 0;
    }
        #requestdetailmenuinner{
            width:44px;            
            height:18px;
            color:#ffffff;
            float:right;
        }
        .requestdetailmax{
            margin-top:1px;
            margin-right:2px;
            height:16px;
            float:left;
        }
        .requestdetailmin{
            margin-top:1px;
            margin-right:2px;
            height:16px;
            float:left;
        }
        .spacer{
            font-size:.8em;
            height:16px;
            float:left;
        }
        .requestdetailclose{
            height:16px;
            margin-left:2px;
            margin-right:2px;
            float:left;
        }
    #requestdetailnav{
        width:100%;
        float:left;
        background-color:#ffffff;
        color:#ffffff;
        /*height:20px;*/
        padding-bottom:5px;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
        border-bottom:1px solid #C5C3C6;
    }
        #requestdetailnavinner{
            padding-top:6px;
            font-size: .70em;
            font-weight: 600;
            width:180px;            
            margin:auto;
            zoom:1;
        }

        #requestdetailnavinner .linkButtonGeneric{
            color: #333 !important;
            border: 1px solid #979797;
            background-color: white;
            /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
            background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);*/

            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #DCDCDD));
            background: -webkit-linear-gradient(top, #fff 0%, #DCDCDD 100%);
            background: -moz-linear-gradient(top, #fff 0%, #DCDCDD 100%);
            background: -ms-linear-gradient(top, #fff 0%, #DCDCDD 100%);
            background: -o-linear-gradient(top, #fff 0%, #DCDCDD 100%);
            background: linear-gradient(to bottom, #fff 0%, #DCDCDD 100%);

            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            width:85px;
            padding: 0.5em 1em;
            margin-left: 2px;
            margin-right:2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            border-radius: 2px;
            float:left;
        }
        #requestdetailnavinner .linkButtonGeneric:hover{
            color: white !important;
            border: 1px solid #111;
            background-color: #585858;
             

            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
            background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
            background: -moz-linear-gradient(top, #585858 0%, #111 100%);
            background: -ms-linear-gradient(top, #585858 0%, #111 100%);
            background: -o-linear-gradient(top, #585858 0%, #111 100%);
            background: linear-gradient(to bottom, #585858 0%, #111 100%);
        }

        .linkButtonGeneric.disabled{
            background-color:#DCDCDD;
            color:#000000 !important;
            padding:5px 15px; 
            border:0 none;
            cursor:default;
            -webkit-border-radius: 3px;
            border-radius: 3px; 
            cursor:default;
        }
        .linkButtonGeneric.disabled:hover{
            cursor:default;
        }
    #requestdetailcontentwrapper{
        width:100%;
        float:left;
        background-color:#ffffff;
        color:#000000;
        min-height:200px;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff; 
        /*height:600px;       
        overflow-y:auto;*/
    }
        .requestdetailcontentwrapper_scroll{
            height:600px;       
            overflow-y:auto;
        }
        .requestdetailcontentwrapper_full{
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            height:auto !important;     
        }
    #requestdetailcontentfooter{
        width:100%;
        float:left;
        min-height:20px;
        background-color:#C5C3C6; 
        border-bottom:3px solid #ffffff;
        border-right:2px solid #ffffff;
        border-left:2px solid #ffffff;
        border-radius:0 0 0 3px;
    }

    #advancedsearch{
        border:1px solid #46494C;  
        border-radius:0 0 3px 0;
        width:235px;
        position:fixed;
        z-index:9999;
        display:none;
    }
        #advancedsearchmenu{
            width:100%;
            /*height:14px;*/
            float:left;
            background-color:#46494C;
        }
            #advancedsearchmenuinner{
                width:20px;
                float:right;
                /*height:14px;*/
                height:20px;
            }
                #advancedsearchmenuinner a{
                    /*width:13px;
                    height:13px;*/
                    margin:1px 8px 0 0;
                    float:right;
                }
                #advancedsearchmenuinner a img{
                    /*width:12px;
                    height:12px;*/
                    float:right;
                }
        #advancedsearchcontent{
            background-color:#ffffff; 
            color:#000000;
            min-height:150px;
            width:100%;
            font-size:.75em;
            padding-bottom:8px;
            float:left; 
        }   
            .advancedsearchcontentinner{
                width:90%;
                padding:4px 4px 4px 4px;
                float:left;
            }
                .advancedsearchmainlabels{
                    width:100%;
                    padding:4px 4px 4px 4px;
                    font-weight:bold;
                    float:left;
                }
                .advancedsearchdatelabel{
                    width:45px;
                    padding:4px 0px 4px 4px;                    
                    float:left;
                }
                .advancedsearchcontentinner ul{
                    float:left; 
                    width:100%;
                    list-style:none; 
                    margin:0; 
                    padding:4px 4px 4px 4px
                }
                .advancedsearchcontentinner ul li{
                    float:left; 
                    width:100%;
                    list-style:none; 
                    margin:0; 
                    padding:0;
                    padding:0px 4px 0px 6px
                }
                .searchinput{
                    float:left;
                }
                    .advancedsearchlabels{
                        padding:2px 0 0 2px;
                        float:left;
                    }
                .advancedsearchdatelink{
                    margin:0 0 0 4px;
                    float:left;
                }
                    .advancedsearchdatelink img{
                        width:18px;
                        height:18px;
                        padding:1px 0 0 1px;
                    }
                .advancedsearchtextbox{
                    width:98%;
                    margin-left:4px;
                    float:left;
                }
                .advancedsearchdatetextbox{
                    width:150px;
                    float:left;
                }

            #advancedsearchcontent ul{
                list-style:none; 
                margin:0; 
                padding:0;
            }
        #advancedsearchfooter{
            height:5px;
            width:100%;
            float:left;
            background-color:#46494C;
        }
        .border-top-gray{
            border-top:1px solid #DCDCDD;
            margin-top:8px;
        }
            

         

            
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray
*/
.linkButton{
    text-decoration:none;
    background-color:#2a90bb;
    color:#ffffff !important;
    padding:5px 15px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    margin:8px 0 8px 0;
    box-sizing:border-box;
    text-align:center;
    align-items:flex-start;
    font: 13.3333px Arial;
    /*float:left;*/
}
    .linkButton:hover{
        background-color:#DCDCDD;
        color:#000000 !important;
        padding:5px 15px; 
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
    }
    .linkButton.disabled{
        background-color:#DCDCDD;
        color:#000000 !important;
        padding:5px 15px; 
        border:0 none;
        cursor:default;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
    }
    .linkButton.disabled:hover{
        cursor:default;
    }
.linkButtonAlt{
    text-decoration:none;
    background-color:#46494C;
    color:#ffffff !important;
    padding:5px 15px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    margin:8px 0 8px 0;
    box-sizing:border-box;
    text-align:center;
    align-items:flex-start;
    font: 13.3333px Arial;
    /*float:left;*/
}
    .linkButtonAlt:hover{
        background-color:#DCDCDD;
        color:#000000 !important;
        padding:5px 15px; 
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
    }
    .linkButtonAlt.disabled{
        background-color:#DCDCDD;
        color:#000000 !important;
        padding:5px 15px; 
        border:0 none;
        cursor:default;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
    }
.linkButtonRight{
    text-decoration:none;
    background-color:#2a90bb;
    color:#ffffff !important;
    padding:5px 15px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    box-sizing:border-box;
    text-align:center;
    align-items:flex-start;
    font: 13.3333px Arial;
    margin: 10px 3px 10px 3px;
    float:  right;
    /*float:left;*/
}
    .linkButtonRight:hover{
        background-color:#DCDCDD;
        color:#000000 !important;
        padding:5px 15px; 
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
    }

    .linkButtonAlt.disabled:hover {
        cursor:default;
    }
.hidden{
    display:none;
}
.contentDetail{
    width:100%;
    float:left;
}
a.disabled{
   cursor:default;
   color:#1985A1;   
}

#_reportreferencewrapper{
    float:left;
    width:100%;
}
    #_reportreferencewrapper a{
        float:right;     
    }
.contentwrapper{
    margin: 20px 20px 20px 20px;
    width: 95%;
    min-width: 920px;
    float: left;
}
.clearmargin_top{
    margin-top:0;
}
.clearmargin_bottom{
    margin-bottom:0;
}
/*.cleanimage{
    border:none;
    background-color:transparent;
    border:none;
}*/
._kendoUploadWrapper p{
    padding:0 !important;
    margin:0 !important;
}
    ._kendoUploadWrapper p input[type=submit]{        
        text-decoration:none;
        background-color:#2a90bb !important;
        color:#ffffff !important;
        padding:5px 15px; 
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px; 
        margin:8px 0 8px 0;
        box-sizing:border-box;
        text-align:center;
        align-items:flex-start;
        font: 13.3333px Arial;
    }
        ._kendoUploadWrapper p input[type=submit]:hover
        {
            background-color:#DCDCDD !important;
            color:#000000 !important;
            padding:5px 15px; 
            border:0 none;
            cursor:pointer;
            -webkit-border-radius: 3px;
            border-radius: 3px; 
        }
._kendoUploadWrapper div{
    background-image:none;
    background-color:#46494C;
}


/* Admin-User Create Request Section */
/* Cleaned up list */
.createrequestwrapper{
    width:100%;
    font-size:.85em;
    float:left;
}
    .div_requestsection{
        width:100%;
        min-width:920px;
        float:left;
    }
        .div_requestfieldtitle{
            width:20%;
            height:30px;
            float:left;
        }
        .div_requestfieldcontent{
            width:80%;
            float:left;
        }
        .div_requestfullcontent{
            width:100%;
            float:left;
        }

/* End Clean Up */
/* Manage Requests Section */
.mprt_td_01{
    width:80px;
}
.mprt_td_02{
    width:120px;
}
.mprt_td_03{
    width:auto;
    overflow:hidden;
}
.mprt_td_04{
    width:120px;
}
.mprt_td_05{
    width:40px;
}
/* End Manage Requests Section */


.requestcreatetable{
    width:100%;
    min-width:920px;
    margin:0 0 20px 0;
    float:left;
}
    .crt_td1{
        width:220px;
    }
    .crt_td2{
        width:auto;
    }
    .crt_td3{

    }
    .requestlabel{
        color:#2a90bb;
        font-weight:bold;
    }    
    
 /*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray
*/     
#typecontentuser_detail_table{
    min-width:918px;
    width:100%;
    border-left:1px solid #C5C3C6;
    border-right:1px solid #C5C3C6;
    border-bottom:1px solid #C5C3C6;
    margin:0 0 10px 0;
    float:left;
}
    #typecontentuser_detail_table tr{
        border-bottom:1px solid #DCDCDD;
    }
    .crt_rcli_td1{
        text-align:left;
        width:250px;
    }
    .crt_rcli_td2{
        text-align:left;
        width:auto;
    }
    .crt_rcli_td3{
        text-align:left;
        width:140px;
    }
#referencetable{
    width:95%;
    margin:0 20px 40px 0;
    border-left:1px solid #C5C3C6;
    border-right:1px solid #C5C3C6;
    border-bottom:1px solid #C5C3C6;
    font-size:.75em;
    font-weight:600;
    padding:0;
    float:left;
}
    #referencetable tr{
        border-bottom:1px solid #DCDCDD;
    }
    .crt_rt_td1{
        text-align:left;
        width:100px;
    }
    .crt_rt_td2{
        text-align:left;
        width:100px
    }
    .crt_rt_td3{
        text-align:left;
        width:auto;
    }
    .crt_rt_td4{
        text-align:left;
        width:140px;
    }

#typecontentitembuilder_detail_table{
    width:918px;
    border-left:1px solid #C5C3C6;
    border-right:1px solid #C5C3C6;
    border-bottom:1px solid #C5C3C6;
    margin:0 0 10px 0;
    float:left;
}
    #typecontentitembuilder_detail_table .itembuilder_linecontent:hover{
        background-color:#C5C3C6;
    }

#typecontentitem_detail_table{

}
    .crt_rcid_td1{
        width:100px;
    }
    .crt_rcid_td2{
        width:auto;
    }
.createSubmit{
    float:right;
}
.reqsmewrapper{    
    width:100%;
    float:left;
}
    .reqsmeinner{
        width:280px;
        height:28px;
        display:block;
        float:left;
    }

#reqfileattachementwrapper{    
    margin-bottom:0;
    width:100%; 
}

#requestfileuploadwrapper{
   width:100%; 
   padding:6px 0 6px 0;
   min-width:920px; 
   float:left;
}
    
#searchreferencewrapper{
    font-size:1.20em;
    width:100%;
    float:left;
}


/* Contact Us */



/* End Contact Us */

/* Staff */
#staffTable{
    width:100%;
    table-layout:fixed;
    font-family:verdana, Arial, Helvetica, sans-serif; 
    font-size:.85em;
    float:left;
}    
    .st_td01{
        width:110px;    
    }
        #staffTable ul{
            margin:6px 0 6px 36px;
            padding:0;
            float:left;
        }
    .st_td02{
        width:160px;
    }
    .st_td03{
        width:auto;
    }
    .staffTableEmptytd{
        height:2px;
    }
/* End Staff */

/* FOMIS Resources */
.resourcedetailwrapper{
    width:100%;
    float:left;
}
    
    .resourcedetailsection{
        margin:3px 3px 3px 10px;
        padding:10px 8px 10px 8px;
        width:96%;
        float:left;
    }
        .resourcedetailsectiontitle{
            color:#2a90bb;
            padding:10px 0 10px 8px;
            font-weight:bold;
            float:left;
        }
        .resourcedetailsectionimg{ 
            float:left;
        }
            .resourcedetailsectionimginner{
                float:left;
                width:130px;
                margin:8px 8px 0 8px;
                font-size:.80em;
            }
            .upsbatteryspacer{
                float:left;
                width:23%;
            }
            .resourcedetailsectionimg img{
                border:2px solid #C5C3C6;
                margin:3px 3px 3px 3px;
                padding:3px 3px 3px 3px;
                float:left;
            }
                
        .resourcedetailsectionpar{
            margin:0;
            padding:10px 12px 10px 0;
            /*border:2px solid #C5C3C6;*/
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */   
            width:100%;
            float:left;
        }
        .resourcedetailborder{
            border:2px solid #C5C3C6;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */  
        }
        .resourceimgcenteredtext{
            margin-top:55px !important;
            float:left;
        }
        .resourcedetailsectionimgparshared{
            margin:3px 3px 3px 3px;
            padding:10px 8px 10px 8px;
            border:2px solid #C5C3C6;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */   
            width:96%;
            float:left;
        }
        .resourcedetailsectionimgparshared > .resourcedetailsectionimgshared{
            float:left;
        }
            .resourcedetailsectionimgparshared > .resourcedetailsectionimgshared > img{               
               
                float:left;
            }               
        .resourcedetailsectionimgparshared p{
            margin:0;
            padding:10px 8px 10px 8px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */   
            width:60%;
            float:left;
        }
/* End FOMID Resources */
/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray
*/
/* Should be part of master css */
.contentOutterWrapper{
    padding-left:170px;
    width:100%;
    float:left;
}
.contentnavleftempty {
    height: 100%;
    width: 170px;
    border-right: 1px solid #ffffff;    
    margin-top: 1px;
    float: left;
}
.contentLabel{
    color:#2a90bb;
    font-weight:bold;
}
.selectionLabel{

}
.text_input_exsmall{
    width:100px;
}
.text_input_small{
    width:160px;
}
.text_input_mid{
    width:220px;
}
.text_input_large{
    width:400px;
}
.text_input_exlarge{
    width:550px;
}

.label_standard{
    color:#2a90bb;
    font-weight:bold;
} 

.accordion_header{
    width:100%;
    background-color:#4C5C68;
    color:#ffffff;
    border-top:1px solid #C5C3C6;
    border-bottom:1px solid #C5C3C6;
    margin:6px 0 6px 0;
    float:left;
}
    .accordion_header:hover {
        background-color:#DCDCDD;
        color:#000000;
        cursor:pointer;
    }
    .accordion_header_span
    {
        width:100%;
        padding:6px 0 6px 6px;
        float:left;
    } 
.accordion_content{

} 

span.errortext a{
    text-decoration:none;
    padding:0 10px 0 6px;
    font-size:.75em;
    color:red;
}
span.errormanualtext a{
    text-decoration:none;
    padding:0 10px 0 6px;
    font-size:.75em;
    color:red;
}
.label_required_input{
    color:#2a90bb;
    font-size:.75em;
}








/* Testing bed for itembuild functionality in the AdminRequest area */
#test_itembuilderwrapper{
    width:890px;
    float:left;
}
    .test_itembuilder_item{
        width:100%;
        margin:4px 0 4px 0;
        float:left;
    }
.itemlevel_1{
    padding-left:0px;
}
.itemlevel_2{
    padding-left:20px;
}
.itemlevel_3{
    padding-left:40px;
}
.itemlevel_4{
    padding-left:60px;
}

.test_itembuilder_buildcontent{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */  
    padding:10px 8px 10px 8px;
    background-color:#DCDCDD;
    border:1px solid #DCDCDD;
    float:left;
}
    .test_itembuilder_buildcontent.has_hover:hover{
        background-color:#ffffff;
        border:1px solid #46494C;
        cursor:pointer; 
    }
.itemlevel_1 > .test_itembuilder_buildcontent{
    width:705px;
}
.itemlevel_2 > .test_itembuilder_buildcontent{
    width:685px;
}
.itemlevel_3 > .test_itembuilder_buildcontent{
    width:665px;
}
.itemlevel_4 > .test_itembuilder_buildcontent{
    width:645px;
}

.test_itembuilder_buildactions{
    padding:10px 0 10px 0;
    width:182px;
    text-align:right;
    float:left;
}
.test_itembuilder_buildactions{
    margin:0;
}
.test_itembuilder_buildactions ._ib_delete{
    margin-left:4px;
}
.test_itembuilder_qtypes{
    text-align:right;
}
.itemlevel_1 > .test_itembuilder_qtypes{
    width:705px;
}
.itemlevel_2 > .test_itembuilder_qtypes{
    width:685px;
}
.itemlevel_3 > .test_itembuilder_qtypes{
    width:665px;
}
.itemlevel_4 > .test_itembuilder_qtypes{
    width:645px;
}





#itembuilderwrapper{
    width:890px;
    float:left;
}
    .itembuilder_item{
        width:100%;
        margin:4px 0 4px 0;
        float:left;
    }
.itemlevel_1{
    padding-left:0px;
}
.itemlevel_2{
    padding-left:20px;
}
.itemlevel_3{
    padding-left:40px;
}
.itemlevel_4{
    padding-left:60px;
}

.itembuilder_buildcontent{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */  
    padding:10px 8px 10px 8px;
    background-color:#DCDCDD;
    border:1px solid #DCDCDD;
    float:left;
}
    .itembuilder_buildcontent.has_hover:hover{
        background-color:#ffffff;
        border:1px solid #46494C;
        cursor:pointer; 
    }
.itemlevel_1 > .itembuilder_buildcontent{
    width:705px;
}
.itemlevel_2 > .itembuilder_buildcontent{
    width:685px;
}
.itemlevel_3 > .itembuilder_buildcontent{
    width:665px;
}
.itemlevel_4 > .itembuilder_buildcontent{
    width:645px;
}





/*.itemlevel_1 > .itembuilder_buildcontent_wrapper{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
    width:400px !important;
    float:left;
}*/


.itembuilder_buildactions{
    padding:10px 0 10px 0;
    width:182px;
    text-align:right;
    float:left;
}
.itembuilder_buildactions{
    margin:0;
}
.itembuilder_buildactions ._ib_delete{
    margin-left:4px;
}
#reqLineItemActionWrapper{
    margin-bottom:40px;
}
legend{
    color:#2a90bb;
    font-weight:bold;
}




/* Bread Crumbs */
/* ol, ul */
#cw_breadcrumbs {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height:30px; /* line-height MUST be the same as height */
    list-style-type: none;
    background: #CCCCCC;
    float:left;
}

    #cw_breadcrumbs li {
        float: left; /*ie6/7 needs this */
    }

    #cw_breadcrumbs a {
        float: left;
        position: relative;
        padding: 0 20px 0 10px;
        color: #000000;
        text-decoration: none;
        outline: none;
    }

        #cw_breadcrumbs a:hover {
           /* text-decoration: underline; */
        }

        #cw_breadcrumbs a.cw_breadcrumb_odd {
            background: #e9e9e9;
        }
        #cw_breadcrumbs a.cw_breadcrumb_odd_end {
            background: #e9e9e9;
        }

    #cw_breadcrumbs span {
        position: absolute;
        display: block;
        line-height: 0px;
        height: 0px;
        width: 0px;
        right: 0px;
        top: 0px;
        border-left: 10px solid #CCCCCC;
        border-right: none;
        border-top: 15px solid #e9e9e9;
        border-bottom: 15px solid #e9e9e9;
    }

    #cw_breadcrumbs a.cw_breadcrumb_odd span {
        border-left: 10px solid #e9e9e9;
        border-top: 15px solid #CCCCCC;
        border-bottom: 15px solid #CCCCCC;
    }
    #cw_breadcrumbs a.cw_breadcrumb_odd_end span {
        border-left: 10px solid #e9e9e9;
        border-top: 15px solid #ffffff;
        border-bottom: 15px solid #ffffff;
    }
    #cw_breadcrumbs a.cw_breadcrumb_end span {
        border-top: 15px solid #ffffff;
        border-bottom: 15px solid #ffffff;
    }

    /* classes for jquery hover */

    #cw_breadcrumbs a.cw_breadcrumb_hover {
        text-decoration: none;
        background: #999999;
        color:#ffffff;
    }

    #cw_breadcrumbs a span.cw_breadcrumb_hover {
        border-left: 10px solid #999999;
        color:#ffffff;
    }

    #cw_breadcrumbs a span.cw_breadcrumb_pre_hover {
        border-top: 15px solid #999999;
        border-bottom: 15px solid #999999;
    }


    #cw_breadcrumbs a.cw_breadcrumb_selectstate {
        text-decoration: none;
        background: #2a90bb;
        color:#ffffff;
    }

    #cw_breadcrumbs a span.cw_breadcrumb_selectstate {
        border-left: 10px solid #2a90bb;
        color:#ffffff;
    }

    #cw_breadcrumbs a span.cw_breadcrumb_pre_selectstate {
        border-top: 15px solid #2a90bb;
        border-bottom: 15px solid #2a90bb;
    }
    .cw_breadcrumb_selected{
        /* Just for script use */
    }

/* End Bread Crumbs */


#calendarlist{
    height: 100%;
    width: 93%; 
    color: #ffffff;  
    font-size:0.8em; 
    padding:1rem 0 1rem 1rem;

}

#calendarlist .listelement{  
    margin:0 0 1rem 0;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    padding: .1rem 10px .1rem .3rem;
    background-color: #DCDCDD;   
    color:black;
}

    #calendarlist .listelement img {
        height:16px;
        padding-top:6px;
        padding-right:6px;
    }

#calendarlist .listelement:hover{
    background-color:#474b4d;
    color:#FFFFFF;
}
#calendarlist a{
}

#calendarlist img{ 
    
    
}

#calendarlist a:link {
    text-decoration: inherit;
    color: inherit; 
}

#calendarlist a:visited {
    text-decoration: inherit;
    color: inherit;
}
#calendarlist p{
    margin: 0.2rem 0; 
}

#calendarlist p:first-child{
    font-weight:700;

}
._cwtablepaginate{
    /*color:#333;*/
}
._cwtablebottomleft{    
    float:left;
    text-align:left;
    margin:0;
    padding:0;
    /*padding-top:0.25em;*/
    zoom:1;
}
._cwtablebottomtext {
    padding: 0.5em 1em;
    float:left;
}
._cwtablebottomright{    
    float:right;
    text-align:right;
    margin:0;
    padding:0;
    /*padding-top:0.25em;*/
    zoom:1;
}
._cwtablebottom_navprev{    
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;    
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    padding-top:0.25em;
}
._cwtablebottom_navprev_disabled{
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
._cwtablebottom_navnum_wrapper{
    float: left;
    text-align: right;
    /*padding-top: 0.25em;*/
}
/*._cwtablebottom_navnum{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
._cwtablebottom_navnum:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}*/
._cwpaginate_button_current{
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);*/

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #DCDCDD));
    background: -webkit-linear-gradient(top, #fff 0%, #DCDCDD 100%);
    background: -moz-linear-gradient(top, #fff 0%, #DCDCDD 100%);
    background: -ms-linear-gradient(top, #fff 0%, #DCDCDD 100%);
    background: -o-linear-gradient(top, #fff 0%, #DCDCDD 100%);
    background: linear-gradient(to bottom, #fff 0%, #DCDCDD 100%);

    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
    float:left;
}
._cwpaginate_button_current:hover{
    color: #000 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
._cwpaginate_button{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 2px;
    float:left;
}

/*
    Color Pallete:
    #DCDCDD -- Light gray
    #C5C3C6 -- Mid gray
    #46494C -- Dark gray
    #4C5C68 -- Gray blue
    #1985A1 -- Light blue gray
*/
._cwpaginate_button:hover{
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C3C6), color-stop(100%, #46494C));
    background: -webkit-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -moz-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -ms-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -o-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: linear-gradient(to bottom, #C5C3C6 0%, #46494C 100%);*/

    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C3C6), color-stop(100%, #46494C));
    background: -webkit-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -moz-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -ms-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: -o-linear-gradient(top, #C5C3C6 0%, #46494C 100%);
    background: linear-gradient(to bottom, #C5C3C6 0%, #46494C 100%);*/



    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);


}
._cwtablewrapper{
    margin:0;
    padding:0;
    width:100%;
    /*padding:10px;*/
    font-size:.70em;
    font-weight:600;

    float:left;
}
._cwtabletop{
    width:100%;
    margin:0;
    padding:0;
    float:left;
}
._cwtabletoptext {
    padding: 0.5em 1em;
    float:left;
}
._cwtable{
   /* margin:0px 20px 20px 20px;    
    width:95%;    
    min-width:920px; */
    width:100%;
    /*font-size:.70em;*/
    color:#000000;
    border:none;
    border-collapse:collapse;
    /*border-left:1px solid #4C5C68;
    border-right:1px solid #4C5C68;*/    
    /*font-weight:600;*/
    float:left;
}
    ._cwtable th{
        padding:6px 6px 6px 6px;
    }
    ._cwtable td{
        padding:6px 6px 6px 6px;
    }    
    ._cwtable thead tr{
        background-color:#2a90bb;
        color:#ffffff;
        border-bottom:1px solid #4C5C68;
        border-top:1px solid #4C5C68;
    }
    ._cwtable thead tr a{
        color:#ffffff;
        text-decoration:none;
    }
    ._cwtable tbody .tr{
        background-color:#ffffff;
    }
    ._cwtable tbody .tralt{
        background-color:#eaf5fa;
    }   
    ._cwth_borderleft{
        border-left:1px solid #4C5C68;
    } 
    ._cwtd_borderleft{
        border-left:1px solid #e9f8fc;
    }

    ._cwtd_center
    {
         text-align: center;
    vertical-align: middle;
    }
    ._cwtablebottom{
        background-color:#185068;
        color:#ffffff;
        border-top:1px solid #4C5C68;
        border-bottom:1px solid #4C5C68;
        width:100%;
        float:left;
    }
        .trfooternav ul{
            display:block; 
            float:left; 
            width:75%; 
            margin:0; 
            padding:0; 
            list-style:none; 
        }
            .trfooternav ul li{
                float:left; 
                list-style:none; 
                margin:0; 
                padding:0;
            }
               .trfooternav ul li a{
                   display:block;
                   padding:2px 10px 2px 10px;                   
                   float:left;
               }
               .footernavhref{
                   color:#ffffff;
               }
               .footernavhrefselected{
                   background-color:#247ba0;
                   color:#ffffff;
               }
               .requesthref{
                   color:#115c6e;
               }
    


/* Testing Table Design, Helper, applied css */
._requesresultstable{
    table-layout:fixed;
}
.searchresults_td1{
    width:110px;
}
.searchresults_td2{
    width:200px;
}
.searchresults_td3{
    width:auto;
}
.searchresults_td4{
    width:110px;
}
.cwTabWrapper{
    width:95%;
    margin:60px 20px 0px 20px;
    float:left;
}
.cwTabs{
    padding:0; margin:0;
    float:left;
    margin-bottom:-1px;
    position:relative;
    z-index:2;
}
.cwTabContent {
	width:95%;    
    min-width:920px;
	background-color:#eaf5fa;
    border:1px solid #185068;
    border-radius:0px 3px 3px 0px;
    float:left;
    z-index:1;
}   


/* Testing Ground */

.tab_header_space{
    width:100%;
    height:30px;
    float:left;
}
.tab_header_ribbon{
    width:100%;
    height:26px;
    color: #ffffff;
    background-color:#2a90bb;
    border-bottom:1px solid #4C5C68;
    border-top:1px solid #4C5C68;
    float:left;
}
.tab_inner_body{
    width:100%;
    background-color:#ffffff;
    min-height:500px;
    font-size:.85em;
    float:left;
}
    /*.tab_inner_body ul{*/
    .tab_inner_body > ul{
        list-style:none;
        list-style-image:none;
        padding:10px 10px 10px 10px;
        margin:0;
    }
        /*.tab_inner_body ul li{*/
        .tab_inner_body > ul > li{
           margin:6px 0 6px 0;       
        }
.tab_footer_ribbon{
    background-color:#2a90bb;
    color: #ffffff;
    height:26px;
    border-top: 1px solid #4C5C68;
    border-bottom: 1px solid #4C5C68;
    width: 100%;
    float: left;
}

/* End Testing Ground */

         
.cwTabs li {
	list-style:none;
	display:inline;
                
}

.cwTabs a {
	padding:4px 10px;
    margin-right:2px;
	display:inline-block;
	background:#46494C;
    /* #C5C3C6 -- Mid gray
    #46494C -- Dark gray
        */
	color:#ffffff;
    font-size:.80em;
	text-decoration:none;
    border-radius:3px 3px 0px 0px;
    float:left;
}

.cwTabs a.active {
    border-left:1px solid #185068;
    border-top:1px solid #185068;
    border-right:1px solid #185068;
    border-radius:3px 3px 0px 0px;
	background-color:#eaf5fa;
    font-weight:bold;
	color:#000;
}

