#mainContent {
    background-color: #d7d7d7;
    margin-left: auto;
    margin-right: auto;
    min-width: 985px !important;
    width: 985px;
}

.borderRadius {
    border-radius: 6px 6px 6px 6px;
}

:root * {
    filter: none !important;
}

#mainContent .header {
    border-radius: 6px 6px 0 0;
    background-color: #f3f3f3;    
    height: 54px;
    width: 100%;
}

#mainContent .header .margins {
    padding: 10px;
}

#mainContent .header .right {
    float: right;
}

#mainContent .actionContainer {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

#mainContent .actionContainer.last {
    float: left;
    margin-right: 0;
}

.actionContainer .xui-comboBox {
    width: 280px;
}

.actionContainer .xui-comboBox .xui-comboBox-options 
{
    width:266px;
}

.actionContainer .xui-comboBox .xui-comboBox-options .xui-comboBox-option
{
    width:244px;
}

.actionContainer .xui-filter {
    background-color: #FFFFFF;
}

.xui-filter .xui-filter-actionBar .xui-filter-applyFilter
{
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
    height: 32px;
}

.search {
    position: relative;
}

.search .inputSearch {
    color: #333333;
    position: relative;
    height: 30px;
    background: #FFFFFF;    
    border: 1px solid #cccccc;
    padding: 0 6px;
    margin: 0;
    right: 32px;
    font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 160px;
}

.search .submitSearch {
    margin: 0;
    padding: 0;
    background-image: url('Images/search-icon-light.png');
    background-repeat: no-repeat;
    background-position: center center;        
    display: inline-block;
    text-indent: -9999px;
    position: absolute;    
    width: 32px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
    cursor: pointer;
}

.search .submitSearch:hover {
    background-image: url('Images/search-icon-light.png');
    background-repeat: no-repeat;
    background-position: center center;    
}

.search .submitSearch:disabled {
    cursor: default;    
}

#mainContent .homeContent
{
    overflow: auto;
}

#mainContent .center {
    height:250px;  
    padding:15px;
}

#mainContent .center .nivoslider {    
    float:left;    
}

#mainContent .center .nivoslider .slider-wrapper
{
    position: relative;
}


#mainContent .center .topchart {
    width:300px;
    background-color:white;
    display:inline-block;
    height:98%;
    margin-left:15px;        
    color: #333333;
}

#mainContent .center .topchart .topChartTitle{
    margin: 15px;
    font-weight: bold;
    line-height:40px;
    font-size:14px;
}

#mainContent .center .topchart button {
    border:none;
    vertical-align: bottom;
    float:right;
    padding-top:0px;
    cursor: pointer;
    background: none;
    text-decoration: underline;
}

#mainContent .center .topchart .item {
    position: relative;
    margin-left:15px;
    margin-right:15px;
}

#mainContent .center .topchart .item:hover
{
    background-color: #F9F9F9;
    cursor: pointer;
    border-radius: 6px;
}

#mainContent .center .topchart .position{
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px 0 6px;     
    vertical-align: middle;
}

#mainContent .center .topchart .image {
    display: table-cell;
    width: 57px;
    height: 57px;
    padding-right: 10px;

}

#mainContent .center .topchart .imageWrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 90;
}

#mainContent .center .topchart .imageWrapper img {
    margin-left: 3px;
    margin-bottom: 3px;
    width: 57px;
    height: 57px;
    cursor:pointer;
}

#mainContent .center .topchart .ribbon-wrapper{
    width: 60px;
    height: 60px;
    left: 0px;
    bottom: -1px;
}

#mainContent .center .topchart .ribbon-wrapper .ribbon
{
    width: 72px;
    height: 35px;
    left: -30px;
    bottom: -27px;
}

#mainContent .center .topchart .ribbon-wrapper .ribbon span
{
    font-size: 8px !important;
    top: 40px;
}

#mainContent .center .topchart .description {
    display: table-cell;
    vertical-align: top;
}

#mainContent .center .topchart .description .name{
    font-weight:bold;
    font-size: 14px;
    cursor:pointer;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainContent .center .topchart .description .name a
{
    text-decoration: none;
    color: rgb(51, 51, 51);
}

#mainContent .center .topchart .description .categories
{
    font-size: 11px;
    padding-top: 3px;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainContent .center .topchart .description .categories span
{
    font-weight:bold;
}

#mainContent .center .topchart .listSeparator {
    border-bottom: 1px solid #cccccc;
    font-size: 0;
    height: 0;
    margin-bottom: 3px;
    padding-top: 3px;
}

#mainContent .appsList {
    height: 177px;
    padding: 0 0 10px 20px;
}

#mainContent .appsList .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

#mainContent .appsList .newAppsItem {
    position: relative;
    background-color: white;    
    float: left;
    margin-top: 5px;
    margin-right: 23px;
    width: 298px;
    height:134px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: #333333;
}

#mainContent .appsList .newAppsItem:hover
{
    background-color: #F9F9F9;
}

#mainContent .appsList .newAppsItem img 
{
    width:114px;
    height:114px;
    margin:10px;
    display: block;
}

#mainContent .appsList .newAppsItem .imagewrapper {
    display:table-cell;
    overflow: hidden;
    min-width:114px;
    width: 114px;
    height: 114px;    
    position: relative;
    z-index: 90;
}

#mainContent .appsList .newAppsItem .description {
    display:table-cell;
    vertical-align:top;
}

#mainContent .appsList .newAppsItem .description .name{
    font-weight: bold;
    margin-top:10px;
    margin-bottom:40px;
    font-size: 14px;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainContent .appsList .newAppsItem .description .categories{     
    vertical-align:bottom;
    line-height:20px;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}

#mainContent .appsList .newAppsItem .description .categories span{     
    font-size: 11px;
}

#mainContent .footer 
{
    margin-left:15px;
}

#mainContent .footer img 
{
    cursor: pointer;
    max-width: 465px;
    margin-right: 23px;
}