div#main{
	width: 100% !important;
	margin : 0 !important;
	clear : both !important;
	text-align: center !important;
}


div#main div#main-container{
	min-width: 1000px !important;
	width: 1000px !important;
	margin: 0 auto !important;
	padding: 10px 0 0 0 !important;
	text-align: left !important;
	
}

div#title-bar{
	min-width: 1000px !important;
	width: 1000px !important;
	margin: 0 auto !important;
	padding: 10px 0 0 0 !important;
	text-align: left !important;
	
	font-size:20px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#00126C;
	clear:both;
	
}

#title-bar-label {
    margin-left: 0 !important;
}


.x-window-body-plain{
	background:#F7F6FB;
}

#newsPage{
	width: 100%;
	margin: 0 auto;
}

#filterNewsType{
	font-size: small;
	
}

.filterOption{
	cursor: pointer;
	color: black;
	margin: 0 15px;
}

.mobile .filterNewsType{
	text-align:center;	
}

.mobile .filterOption{
	font-size:16px;
	padding-top:5px;
}

#filterSelected{
	text-decoration: underline;
}

#newsList{
	width: 100%;
}

#newsList a{
	text-decoration:none;
	border:none;
	color:#000000;	
}

.newsItem{
	border-bottom: 1px dotted silver;
	height: auto;
	margin: 15px 0;
}

	.newsLogo{
		float: left;
		width: 50px;
		height: auto;
		padding: 0;
		margin-right: 5px;
	}
	
	.newsObject{
		height: auto;
	}
	.newsObject p{
		margin-bottom: 25px;
		margin-left:54px;
	}
	
#filterNewsPage{
	height: 40px;
	line-height: 30px;
	margin-bottom: 1px solid silver;
}

#filterNewsPageContainer{
	width: 300px;
	margin: 0 auto;
}

.newsPagination{
	cursor: pointer;
	display: inline;
	margin: 0 10px;
	text-align: center;
}

#paginationSelected{
	font-weight: bold;
}

#news-details{
	width:25%;
	float:right;
}

.mobile #news-details{
	width:100% !important;
	float:right;
}

#news-detail-back-container{
	width:90%;
	height:20px;
	line-height:20px;
	text-align:right;
	float:right;
}

#news-detail-back-container a{
	color: #00126C;
    float: right;
    margin-right: 10px;
    text-decoration: none;
}

#news-detail-top-container {
    background-color: #F7F6FB;
    display: block;
    margin-bottom: 10px;
    min-height: 45px;
    overflow: auto;
}

#news-detail-title {
    color: #00126C;
    float: left;
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
    width: 70%;
    min-height: 40px;
}
#news-detail-title h1 {
    color: #00126C;
    float: left;
    font-size: 18px;
    line-height: 40px;
    margin: 0 !important;
}
.mobile #news-detail-title{
	width: auto !important;	
	height: auto;
}

#news-detail-title p{
	width:auto;
	margin-left: 10px;
	margin-right:10px;	
}

#news-detail-date{
	color: #8B8B8B;
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: right;
    width: 90%;
}

#news-detail-content{
	/*clear:both;	*/
	margin-left:10px;
	width:auto;
}

#newsPage{
	text-align: left !important;	
}

#newsList a{
	font-weight:normal !important;
}

.jPag-pages{
	/*width:auto !important;	
	*width:100% !important;*/
}