

.wrapper {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0px;
	background-color: violet-1;
}

#selectors {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: lightyellow-1;
}

#filter_word {
	position: absolute;
	display: block;
	width: 60%;
	top: 0px;
	left: 0px;

}

#filter_keyword {
	position: absolute;
	display: block;
	width: 60%;
	top: 80px;
	left: 0px;
}

#filter_date_from {
	width: 30%;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
}

#filter_date_to {
	width: 30%;
	position: absolute;
	display: block;
	top: 80px;
	right: 0px;
}


#search_button {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 130px;
	height: 31px;
	text-indent:-9999px;
	color: #3C3939;
	cursor:pointer;
	background: url(../images/button_search_out.png) no-repeat right top;
}

#search_button:hover, #search_button:active {
	background: url(../images/button_search_over.png) no-repeat right top;
}


#sens_articles {
	position: relative;
	display: block;
	width: 100%;
	top: 20px;
	right: 0px;
	left: 0px;
	background-color: pink-1;
}

#sens_articles_phone {
	position: absolute;
	display: none;
	width: 100%;
	top: 610px;
	right: 0px;
	left: 0px;
}

.text_left {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	height: 24px;

}

.text_left_sml{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	line-height: 16px;
	height: 16px;

}

.text_left_bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 600;
	line-height: 24px;
	height: 24px;

}

.text_left_top {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	height: 14px;
	vertical-align: top;

}

.text_right {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: right;
	font-weight: 400;
	line-height: 24px;
	height: 24px;

}

.table_head_left {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #980529;
	text-align: left;
	font-weight: 300;
	padding-left: 10px;
	height: 35px;
}

.table_head_right {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #980529;
	text-align: right;
	font-weight: 300;
	padding-right: 10px;
	height: 35px;
}

.table_left {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	padding-left: 10px;
	height: 32px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 3px;

}

.table_right {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: right;
	font-weight: 400;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	height: 32px;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;

}


a.sens:link, a.sens:visited {
	color: #3C3939;
	text-decoration: none;
}

a.sens:hover, a.sens:active {
	color: #980529;
	text-decoration: none;
}


#selectmenu1	{
	width: 100%;
	height: 40px;
}

#selectmenu2	{
	width: 61%;
	height: 40px;
}

#selectmenu3	{
	width: 37%;
	height: 40px
}

#selectmenu4	{
	width: 61%;
	height: 40px;
}

#selectmenu5	{
	width: 37%;
	height: 40px;
}


input[type="text"] {
	margin: 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3C3939;
	border-style: solid;
	border-width: 1px;
	border-color: #e4e4e4;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	padding-left: 10px;
}

input[type="text"]:focus {
	border-style: solid;
	border-width: 1px;
	border-color: #980529;
	color: #3C3939;
}

input[type="text"]:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #980529;
	color: #3C3939;
}

.drop_down {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	padding-left: 10px;

}



.sens_head {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #3C3939;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	height: 0px;

	padding-left: 10px;
}

.sens_date {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	height: 24px;

	padding-left: 20px;
	border-bottom: solid #2a2a2a 1px;
	
}

.sens_body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: justify;
	font-weight: 400;
	line-height: 24px;
	padding-left: 20px;
	height: 24px;

}

.spacer {
	font-size: 0px;
	height: 20px;

}

.footer_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	height: 40px;
	border-top: solid #000000 1px;

}



