html {
    background: #cfcfcf;
}

.modis-background {
    background-color: #ffffff;
}

body {
    font: 13px / 1.231 arial, helvetica, clean, sans-serif;
    font-size: 62.5%;
    text-align: left;
    color: #000000;
}

#main-wrapper {
    width:100em;
    min-width: 1007px;
    margin: 0 auto;
}

#main-wrapper-modis {
    float: left;
    margin: 0 auto;
    width: auto;
}

#main-wrapper-hd {
    background: #fff;
    zoom: 1;
}

#main-wrapper-bd {
    background: #fff;
    padding: 4px 1.2em 36px;
    zoom: 1;
}

#main-wrapper-bd:after, #main-wrapper-hd:after, #main-wrapper-ft:after, #contentSection:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-wrapper-ft {
    background: none repeat scroll 0 0 #E4E4E4;
    margin-top: 10px;
    clear: both;
    zoom: 1;
}

#main-wrapper-ft .left {
    float: left;
    width: 35%;
}

#main-wrapper-ft .right {
    float: right;
    padding-top: 18px;
}

#bdHeader {
    width: 100%;
    z-index: 2;
    margin: 0px 0px 0px -6px;
}

#bdContent {
    width: 100%;
}

#topNavigation {
    width: 99.1%;
    border-bottom: 1px solid #CCCCCC;
    font-size: 120%;
    font-weight: bold;
    margin: 1.15em 0;
	float: left;
	clear: both;
	overflow:visible;
}

#topNavigation .nav {
    list-style: none;
	float: left;
}

#topNavigation .nav li {
    float: left;
}

#topNavigation .nav li a {
    display: block;
    border-width: 1px 1px 1px 1px;
    margin-right: -1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 0 1.0em;
    height: 23px;
    border-bottom-width: 0;
    line-height: 20px;
    color: #7C7C7C;
    float: left;
	background-color: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e7e7e7));
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#e7e7e7)";
}


#topNavigation .nav li a.current {
    height: 23px;
    background: #FFFFFF;
    margin-top: -5px;
    border-bottom-width: none;
    border-left-width: 1px;
    color: #000;
    padding-top: 0.4em;
    padding-top: 4px;
	filter:#ffffff; 
	position:relative;
	bottom:-1px;
}

#contentSection {
	clear: both;
	zoom:1;
}

#leftContentSection {
    min-width: 73em;
    width: 74%;
    float: left;
}

#rightContectSection {
    min-width: 23.8em;
    width: 25%;
    float: right;
}
.positiveSort {
	background-position: right;
 	background-repeat: no-repeat;
	padding-right: 10px;
}
.invertedSort {
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 10px;
}

::-ms-clear {
	display: none;
}