/*Fonts from webfonts.com*/
@import url("https://fast.fonts.com/t/1.css?apiType=css&projectid=eb932899-eed1-44e2-af84-d2cea052545b");
@font-face{
font-family:"Avenir LT W01 65 Medium";
src:url("../../css/fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?iefix") format("eot");}
@font-face{
font-family:"Avenir LT W01 65 Medium";
src:url("../../css/fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?iefix");
src:url("../../css/fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("../../css/fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("../../css/fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}
/* end of webfonts */

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*font-family: Tahoma;*/
    font-family: "Avenir LT W01 65 Medium",open_sansregular,sans-serif;
    font-size: 14px;
	border: 1px solid #b7b7b7;
}
.appHeader {
    background: none repeat scroll 0 0 #E1E1E1;
    height: 90px;
    margin: 0;
    padding: 0;
    width: 100%;
	border: 1px solid #b7b7b7;
}
.appHeader .headerLogo {
    float: left;
    left: 30px;
	position: relative;
    top: 6px;
}
.appHeader .headerTitle {
    color: #231F20;
    float: left;
    font-size: 20pt;
    font-weight: bold;
    left: 60px;
    top: 7px;
	line-height: 30px;
    position: relative;
}
.appHeader .subHeaderTitle {
    color: #231F20;
    font-size: 14pt;
	text-align: bottom;
    padding-left: 20px;
}
.appHeader .search {
    float: left;
    left: 150px;
    position: relative;
    top: 18px;
}
.appHeader .headerLinks {
    float: right;
    color: #231F20;
	font-size: 14pt;
    position: relative;
    top: 15px;
    right: 25px;
    text-align: center;
}
.appHeader .headerLinks a {
    color: #231F20;
}
#borderContainerOuter {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E1E1E1;
	border: 2px solid #b7b7b7;
}
#sidebarLeft {
    width: 334px;
    padding: 4px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    border-right: 1px solid #b7b7b7;
	border: 2px solid #b7b7b7;
}

#mapCenter {
    padding: 0;
    overflow: hidden;
    background: none repeat scroll 0 0 #E1E1E1; 
}
.dijitSplitter {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
