#center-div {
    padding-bottom: 10px;	
}

.comboBoxFilters div {
    float: left;
}
div#login-div {
    float: right;
    background: none;
}

.north-panel, .north-panel .x-panel-noborder .x-panel-body-noborder {
    border-style: solid;
    border-width:0;
}


.north-panel .x-panel-body {
    border:1px solid;
    border-top:0 none;
    overflow:hidden;
    position: relative;
}

.north-panel .x-panel-body {
    zoom:1;
}

.north-panel .x-panel-body {
    border-color:#99bbe8;
    background-color: #c9dbf2;
    background-image: url(../images/bg/north-bg2.gif);
}

.north-panel .x-panel-body-noheader {
	border-top: 1px solid;
    border-top-color:#99bbe8;
}

#north-panel-menu button {
	font-weight:bold; 
    font-size: 11px;
}

#login-div .x-panel-body {
    background: none;
}

#login-div .x-panel-header, #login-div .x-panel-header-noborder {
    background: none;
    border-width:0;
    margin-left:0px;
    padding-left:0px;
}

.x-dataview-item {
	border-bottom: 1px solid;
    border-bottom-color: #ededed;
    padding:7px 5px 7px 5px
}

.x-dataview-item b, .x-dataview-item div b {
    font-family:tahoma, verdana;
    font-size: 11px;
    display:block;
}

.x-dataview-item-topic {
    font-family:tahoma, verdana;
    font-size: 11px;
    font-weight: bold;
    display:block;
}

.x-dataview-item, .x-dataview-item div {
    white-space:normal;
}

.x-dataview-item {
    color: #385F95;
    text-decoration:none;
}

.x-dataview-item-topic {
    color: #385F95;
}

.x-dataview-item-content {
    color: #000;
}

.x-dataview-item-link {
    text-decoration:none;
}

.x-dataview-item-content {
    font-family:tahoma, verdana;
    font-size: 11px;
    display:block;
    margin-top: 2px;
}

.x-dataview-item-alt{
	background-color:#fafafa;
}

.x-dataview-item-over {
	border-color:#ddd;
    background-color:#efefef;
    background-image:url(../ext/resources/images/default/grid/row-over.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}

.x-dataview-empty {
    font-family:tahoma, verdana;
    font-size: 12px;
    border-bottom: 1px solid;
    border-bottom-color: #ededed;
    padding:7px 5px 7px 5px;
    display:block;
}

.loading-indicator {
    background: no-repeat left;
    padding-left: 20px;
    line-height: 16px;
    margin: 5px;
    font-family:tahoma, verdana;
    font-size: 12px;
    font-style: italic;
    color:gray;
    background-image: url(../ext/resources/images/default/grid/loading.gif);
}

// STATIC PAGES
.static-content {
    font-family:tahoma, verdana;
    font-size: 12px;
}

.static-content p {
    margin-bottom: 10px;
    font-family:tahoma, verdana;
    font-size: 12px;
    line-height: 14px;
}

.static-content span {
    margin-bottom: 10px;
    font-family:tahoma, verdana;
    font-size: 12px;
    line-height: 14px;
}

.static-content h1 {
	font-family:tahoma, verdana;
    font-size: 15px;
    font-weight: bold;
    color: #385F95;
    margin-bottom: 15px;
}

.static-content h2 {
	font-family:tahoma, verdana;
    font-size: 13px;
    font-weight: bold;
    color: #385F95;
    margin-bottom: 5px;
    margin-top: 15px;
}

.static-content a {
    color: #385F95;
}

.static-centered {
    text-align: center;
    margin-top: 20px;
}

.content-list h1 {
	font-family:tahoma, verdana;
    font-size: 15px;
    font-weight: bold;
    color: #385F95;
    margin-bottom: 25px;
}

.content-list pre {
	font-family:tahoma, verdana;
    font-weight: normal;
    padding:0px 7px 0px 7px;
}

.content-list-caption {
	font-family:tahoma, verdana;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #385F95;
    margin-bottom: 10px;
}

.content-list-data {
	font-family:tahoma, verdana;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}


