* {
	box-sizing: border-box;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #eeeeee;
	color: #000;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
}
h1 {
	font-size: 2.215em;
}
h2 {
	font-size: 1.725em;
}
h3 {
	font-size: 1.23em;
}

.current {
	width: 30px;
}

.feedHomepage .newsItem img {
	width: 100%;
	height: auto;
}

.feedNewsroom #submit {
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.3) inset,0 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.3) inset,0 1px 0 rgba(0,0,0,0.15);
	
	background: rgb(76,131,185);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODNiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ3N2FhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTgwYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,rgba(76,131,185,1) 0%,rgba(71,122,171,1) 50%,rgba(74,128,181,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(76,131,185,1)),color-stop(50%,rgba(71,122,171,1)),color-stop(100%,rgba(74,128,181,1)));
	background: -webkit-linear-gradient(top,rgba(76,131,185,1) 0%,rgba(71,122,171,1) 50%,rgba(74,128,181,1) 100%);
	background: -o-linear-gradient(top,rgba(76,131,185,1) 0%,rgba(71,122,171,1) 50%,rgba(74,128,181,1) 100%);
	background: -ms-linear-gradient(top,rgba(76,131,185,1) 0%,rgba(71,122,171,1) 50%,rgba(74,128,181,1) 100%);
	background: linear-gradient(to bottom,rgba(76,131,185,1) 0%,rgba(71,122,171,1) 50%,rgba(74,128,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c83b9',endColorstr='#4a80b5',GradientType=0);
	
	border: 1px solid #007;
	border-radius:.2em;
	color: #fff !important;
	font-size:1em;
	line-height:3em;
	padding:0 1.5em;
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
	zoom:1;
}

.filterItem {
	display:inline-block;
	padding:10px;
}

	.filterItem.submitBtn {
		padding:0 10px;
	}

.filterItem input {
	height:27px;
	display: inline-block;
    position: relative;
    outline: 0;
}

	.filterItem input#submit {
		height:auto;
	}

.filterItem.border {
	border-right:1px solid #d4d5d2;
}

.filterItem .feedStartdate,
.filterItem .feedEnddate {
	background: url('/newsroom/newsfeed/resources/img/select_month.jpg') no-repeat right center #fff;
	border: none;
	line-height: 20px;
	margin: 0 2px;
	width: 100px;
}

.filterItem .feedSearch {
	border: none;
	margin: 0 2px;
}

.filterItem .input-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: left;
}

	.filterItem.search .input-wrapper {
		border: 1px solid #4e85bc;
	}

.filterItem .SelectBox {
	height:27px;
	padding:2px 8px;
}

.filterItem .SumoSelect {
	padding-top:1px;
}

.filterItem .SumoSelect > .CaptionCont {
	border-color:#ccc;
	border-radius:0;
	line-height:initial;
}

.filterItem .SumoSelect > .CaptionCont > label {
	width:24px;
}

.filterItem .SumoSelect > .CaptionCont > label > i {
	background: url('/newsroom/newsfeed/resources/img/icons-sprite.png') no-repeat -27px -24px;
	border-radius: 0 .15em .15em 0;
	height: 25px;
	margin:0;
	opacity: 1;
	width: 24px;
}

.filterItem .SumoSelect > .CaptionCont > span {
	position:relative;
	left:0;
	top:3px;
}

.filterRow {
	padding:10px 0;
}

.newsItem {
	padding: 0 10px;
}

	.feedHomepage .newsItem {
		width: 25%;
		padding: 0 10px;
		height: 400px;
		float: left;
	}

.newsItem img.thumb {
	width: 150px;
	height: auto;
	float: left;
	margin-right: 20px;
}

.pageBrowse {
	color:#888;
	float: right;
	line-height:22px;
}

.pageBrowse > span {
	display:inline-block;
}

.pageBrowse .current {
	border:1px solid #EFEFEF;
	color:#888;
}

.pageBrowse .icons {
	
}

.pageBrowse .next,
.pageBrowse .prev {
	cursor: pointer;
	height:22px;
}

.pageBrowse .next {
	background-position:-270px -5px;
	border-left:1px solid #EFEFEF;
	padding-left:7px;
	width:28px;
}

.pageBrowse .prev {
	background-position:-314px -4px;
	margin-left:15px;
	width:22px;
}

#container {
	width: 930px;
	margin: 20px auto;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #C9C9C9;
}

#container:after {
	content: " ";
	display: table;
	clear: both;
}

#feedContainer .artikel {
	border:none;
	margin:0;
	padding:0;
}

#feedContainer table {
	border:none;
	border-spacing: 0;
	width: 100%;
}
#feedContainer thead {
	background-color: #eeeeee;
	border-collapse: collapse;
}

#feedContainer thead th {
	border-bottom:none;
	text-align: left;
	vertical-align: top;
}

#feedContainer th span {
	display:block;
	border-right:1px solid #d4d5d2;
	font-weight: normal;
	line-height:22px;
	margin:8px 0;
	padding:0 0 0 15px;
}

	#feedContainer th span.last {
		border:none;
	}

#feedContainer td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-bottom: 1px solid #eeeeee;
}

#feedFilter {
	background:#EFEFEF;
	color:#666;
}

#feedPaginator {
	border: 1px solid #EFEFEF;
	line-height: 22px;
	padding: 8px 15px;
}

#newsfeedForm {
	color:#666;
}
