/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset, img {
	border : 0;
}
address, caption, cite, code, dfn, th, var {
	font-style : normal;
	font-weight : normal;
}
strong {
	font-style : normal;
	font-weight : bold;
}
em {
	font-style : italic;
	font-weight : normal;
}
ol, ul {
	list-style : none;
}
caption, th {
	text-align : left;
}
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
	font-weight : normal;
}
q:before, q:after {
	content : '';
}
abbr, acronym {
	border : 0;
	font-variant : normal;
}
sup {
	vertical-align : text-top;
}
sub {
	vertical-align : text-bottom;
}
input, textarea, select {
	font-family : inherit;
	font-size : inherit;
	font-weight : inherit;
}
legend {
	color : #000;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
/* -------- */

/* font-face */

/*
 beĂĄllĂ­tĂĄsok */
body {
	/*font-family: Myriad Pro;*/
	font-family: Arial;
	color: #647882;
	font-size: 15px;
	line-height: 20px;
}
h2 {
	line-height: 30px;
}
a {
	color: #647882;
}
textarea {
	vertical-align: top;
	background-color: #CDE1E1;
	border: 1px solid #CDE1E1;
}
.wrap {
	margin: 0 auto;
	width: 1000px;
}

* + html .wrap.inner_wrap {
	background-color: #fff;
}

.clear {
	clear: both;
}
.blue_btn {
	background: url("/media/images/btn_blue_bg.png") repeat-x left top;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
	border: 0px;
}
.blue_btn:hover {
	background-position: left bottom;
}

div.error {
	border: 1px dotted #004286;
	background-color: #d9f2f3;
	padding: 20px;
	padding-left: 80px;
	font-weight: 700;
	background-image: url(/media/images/warning.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
}

.loading {
	background-image: url(/media/images/loading.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.loading_box{
	display: none;
	width: 18px;
	height: 23px;
	border: 1px solid gray;
	vertical-align: text-top;
	background-position: center;
	position: relative;
	top: 1px;
}

.loading_box.loading {
	display: inline-block;
}

/* header */
.header_container {
	height: 180px;
	background: #fff url(/media/images/header_bg.jpg) no-repeat center top;
	box-shadow: 0 0px 10px #a9c5d2;
	z-index: 99;
	position: relative;
}
.header {
	height: 125px;
}
.logo {
	width: 85px;
	height: 85px;
	display: block;
	float: left;
	margin: 20px 0 0;
}
.header_right {
	float: right;
	margin-top: 20px;
	width: 300px;
}
.header_icons {
	text-align: right;
	float: right;
	margin-bottom: 10px;
}
.head_icon1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/media/images/ikon1.png) no-repeat center top;
	margin-right: 2px;
}
.head_iconen {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/media/images/ikonen.png) no-repeat center top;
	margin-right: 2px;
}
.head_icon2 {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(/media/images/ikon2.png) no-repeat center top;
}
/* keresĂŠs */
.search {
	float: right;
	clear: right;
	width: 255px;
}

/* just chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.header .search {
	width: 245px;
}
}
*+html .search {
	width: 240px;
}
*+html .search .search_button {
	width: 81px;
}
.search_field {
	width: 150px;
	border: 0;
	height: 25px;
	line-height: 25px;
	color: #2a677f;
	font-style: italic;
	margin: 0 0 20px;
	padding: 0 5px;
	vertical-align: top;
	display: block;
	float: left;
}
.search_field:focus {
	background-color: #CDE1E1;
}
.search_button {
	float: left;

	margin-left: -1px;
}
/* menĂź */
.menu {
	background: url(/media/images/menu_bg.png) repeat-x 0 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 10px 10px #a9c5d2;
	text-align: center;
	position: relative;
	height: 55px;
}
.menu ul {
	margin: 0px auto;
	width: 1000px;
	padding: 0;
	list-style: none;
	display: block;
}
.menu ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 999;
	border-left: 1px solid #fff;
	/* @todo: chrome alatt e-miatt nem jĂł*/
	/*margin-top: -1px;*/
}
.menu ul li:first-child {
	border-left: 0;
}
.menu li ul {
	display: none;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #023b66;
	height: 55px;
	padding: 0 16px;
	line-height: 58px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 10px;
	font-weight: bold;
}
.menu ul li a:hover {
	background: url(/media/images/menu_bg.png) repeat-x 0 -55px;
}
.menu li:hover a {
	color: #fff;
}
.menu li:hover ul {
	display: block;
	position: absolute;
}
.menu li:hover li {
	float: none;
	font-size: 13px;
}
.menu ul li.active a {

}
.menu ul li.active {
	background-color: white;
}
/* slider */

/* body */
.body {
	background: #ddf0f4 url(/media/images/body_bg.jpg) no-repeat center bottom;
	z-index: 2;
	position: relative;
}
.inner_body {
	background: #fff;
	padding: 30px 20px;
}
.body_left {
	width: 210px;
	padding-right: 15px;
	float: left;
	border-right: 1px solid #cde1e1;
}
.body_left .blue_area {
	background: #266390;
	background: -moz-linear-gradient(top,  #033c67 0%, #4c8ebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033c67), color-stop(100%,#4c8ebe));
	background: -webkit-linear-gradient(top,  #033c67 0%,#4c8ebe 100%);
	background: -o-linear-gradient(top,  #033c67 0%,#4c8ebe 100%);
	background: -ms-linear-gradient(top,  #033c67 0%,#4c8ebe 100%);
	background: linear-gradient(to bottom,  #033c67 0%,#4c8ebe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033c67', endColorstr='#4c8ebe',GradientType=0 );
}
.body_left .box:hover {
	background: #56b6c8;
}
.body_left .blue_area .box {
	padding: 15px 2px;
	border-bottom: 2px solid #fff;
	display: block;
	color: #fff;
	text-align: center;
}

.body_left .blue_area .box .ugyfelszolg{
	display: inline-block;
	width: 184px;
	height: 103px;
	background: url(/media/images/ugyfelkapcs.png) no-repeat;
	/*	padding: 15px 2px;
	border-bottom: 2px solid #fff;
	display: block;
	color: #fff;
*/
}

.body_left .blue_area .box .onlie_ugyfelszolgalat{
	display: inline-block;
	width: 184px;
	height: 107px;
	background: url(/media/images/onlineugyfelszolgalat.jpg) no-repeat;

}


.body_left .blue_area .icon {
	display: inline-block;
	width: 57px;
	height: 50px;
	background: url(/media/images/side_iconset.png) no-repeat;
	margin-bottom: 20px;
}
.body_left .blue_area .icon.first {
	background-position: 0 0;
}
.body_left .blue_area .icon.second {
	background-position: 0 -50px;
}
.body_left .blue_area .icon.third {
	background-position: 0 -100px;
}
.body_left .blue_area .fourth {
	display: inline-block;
	width: 57px;
	height: 50px;
	background: url(/media/images/calcicon.png) no-repeat;
	margin-bottom: 20px;
	background-position: +10px 0px;
}

.body_left .blue_area .einvoice{
	display: inline-block;
	width: 62px;
	height: 50px;
	background: url(/media/images/einvoice.png) no-repeat;
	margin-bottom: 20px;
}

.body_left .blue_area .text {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.body_right {
	width: 720px;
	float: left;
	padding: 0;
	margin-left: 14px;
}
.body_right strong {
	color: #023b66;
}
.adverts a {
	display: block;
	margin-bottom: 20px;
}
.adverts img {
	display: block;
	margin: 0px auto;
}
.banner {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.banner img {
	float: none !important;
}
.content ul , .news ul{
	list-style-type: disc;
	margin-left:40px;
}

h2 a {
	color: #023b66;
}

.content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #023b66;

	font-size: 14px;
	font-weight: bold;
	color: #023b66;

	font-size: 16px;
	font-weight: normal;
	color: #023b66;
	text-transform: uppercase;

	font-size: 14px;
	font-weight: normal;
	color: #647882;
}
.body_right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #023b66;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.body_right h3 {
	font-size: 16px;
	font-weight: normal;
	color: #023b66;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.content p,
.body_right p {
	margin-bottom: 20px;
}
.content {
	font-size: 14px;
}
.body hr {
	border: 0;
	background: #cde1e1;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.body_right img {
	float: left;
	margin: 5px 10px 10px 0;
}
/* lapozĂł */
.pager {
	text-align: center;
	margin: 0 0 0 0;
}
.pager span {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}
.pager .pagenums {
	display: inline-block;
	margin: 0 15px;
}
.pager .pagenums span {
	display: inline-block;
	margin: 0 2px;
}
.pager span:hover, .pager span.active {
	color: #023b66;
}
.pager span.active {
	cursor: default;
}
/* tĂĄblĂĄzat */
/* letĂśltĂŠsek */
.content table {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #023b66;
}
.content table td {
	border-bottom: 2px solid #fff;
	padding: 5px 10px;
	border-left: 2px solid #fff;
}
.content table tr td:first-child {
	border-left: 0;
}
.content table .zebra_0 td {
	background: #ddf0f4;
}
.content table .zebra_1 td {
	background: #bbe2e9;
}
/* letĂśltĂŠsek */
.body_left .download_menu {
	margin-bottom: 20px;
}
.body_left .download_menu a {
	color: #647882;
	text-transform: uppercase;
	font-size: 14px;
}
.body_left .download_menu a:hover {
	color: #023b66;
}
.body_left .download_menu h2 {
	font-size: 20px;
	font-weight: bold;
	color: #023b66;
	text-transform: uppercase;
}


.downloads h2 {
	margin-bottom: 0;
}
.downloads table {
	width: 100%;
}
.downloads td {
	padding: 18px 0;
	border-bottom: 1px solid #cde1e1;
}
.downloads tr.no_border td {
	border-bottom: 0px;
}

.downloads .download_title canvas {
	vertical-align: middle;
	display: inline;
	width: 32px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 6px;
}


.downloads .download_link {
	width: 60px;
	text-align: right;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	float: none;
	background-image: url(/media/admin/images/filetypes/grayscale/_blank.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px
}


/*.downloads a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%) opacity(0.7);
	-moz-filter: grayscale(100%) opacity(0.7);
	-ms-filter: grayscale(100%) opacity(0.7);
	-o-filter: grayscale(100%) opacity(0.7);
	filter: grayscale(100%) alpha(opacity=70);
	filter: gray alpha(opacity=70);
}
.ie10 .downloads a img {
	filter: gray;
}

.downloads a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%) opacity(1);
	-moz-filter: grayscale(0%) opacity(1);
	-ms-filter: grayscale(0%) opacity(1);
	-o-filter: grayscale(0%) opacity(1);
	filter: grayscale(0%) alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 100;
}
*/
/* footer */
#container5 {
	background: #fff url(/media/images/footer_bg.jpg) repeat-x center top;
	border-top: 5px solid #56b6c8;
	padding: 30px 0 0;
	color: #023b66;
	font-size: 14px;
}
.footer {
	min-height: 175px;
}
.footer a {
	color: #023b66;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .wrap {
    position: relative;
}
.footer_left {
	float: left;
}
.footer_right {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
	text-align: right;
}

/*submenuchooser begin*/
.submenuchooser {
	margin-top: 20px;
}
.submenuchooser ul li {
	margin-top: 20px;
}
.submenuchooser .blue_btn {
	width: 100%;
}
.submenuchooserleft ul {
	margin: 0px;
	padding: 0px;
	margin-left: 13px;
}

* + html .submenuchooserleft ul {
	margin-left: 17px;
}
.submenuchooserleft ul li {

	margin-top: 5px;
	list-style-image: url(/media/images/list_style_image.png);
}
.submenuchooserleft ul ul  {
	margin: 5px;
	margin-left: 10px;
}
.submenuchooserleft a table td  {
	vertical-align: top;
}
.submenuchooserleft a table td.sign  {
	padding-right: 5px;
}

.submenuchooserleft .active {
	font-weight: 700;

}
/*submenuchooser end*/


/* kapcsolat form */
.contact_con input.bordered,
.contact_con textarea.bordered {
	border: 1px solid #CDE1E1;
}

.bordered_con textarea.error_valid,
.error_valid {
	border: 1px solid red;
}

.contact_con .table1 input{
	background-color: #CDE1E1;
	width: 240px;
	height: 25px;
	margin-bottom: 5px;
	float: right;
}
.contact_con label {
	text-align: left;
}
.contact_con .table1{
	width:100%;
	margin-bottom:20px;
}
.contact_con .table2 input{
	background-color: #CDE1E1;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 50px;
    width: 100px;
    min-width: 0;
}
.contact_con .table2 tr td.title {
	width: 120px;
	font-weight: 700;
}

* + html .contact_con .table2 td input {
	margin-bottom: 5px;
}

.contact_con .table2{
	margin-bottom:20px;
}
.contact_con .table3 tr td:first-child{
	vertical-align: top;
	width: 120px;
}

.contact_con .table3 textarea{
	width: 120px;

    height: 115px;
    width: 360px;
}
.contact_con .table3{
	margin-bottom: 20px;
}
.contact_con .blue_btn{
	float: right;
}

.contact_con.bordered_con  textarea {
	min-width: 360px;
	max-width: 360px;
}


/* ĂĄltalĂĄnos form */

form label.field {
	float: left;
	clear: left;
	margin-top: 20px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
	text-align: right;
}
.input_holder {
	width: 200px;
	float: left;
	clear: right;
	margin-left: 10px;
	margin-top: 20px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.input_holder.city {
	margin-top: 0px;
}

/* IE7 */
*:first-child+html .input_holder.city select {
	width: 200px;
	position: relative;
	top: -20px;
}

*:first-child+html .custom-checkbox {
	margin-left: 10px;
}

* + html  .common_form .input_holder.city {
	margin-top: 20px;
}

.input_holder.has_drain {
	float: left;
	clear: both;
	margin-left: 240px;
	margin-top: 10px;
}

.common_form input {
	background-color: #CDE1E1;
	height: 25px;
	margin-bottom: 5px;
	width: 200px;
	border: none;
}
.common_form input.error_valid {
	border: 1px solid red;

}

.bordered_con {
	margin: 0 auto;
	border: solid 1px #CDE1E1;
	padding: 20px;
	width: 480px;
	color: #023B66;
	font-size: 13px;

}

.bordered_con label {
	height: 30px;
	line-height: 28px;
	float: left;
	width: 230px;
	clear: left;
	text-transform: uppercase;
	font-weight: 700;
}

.bordered_con input,
.bordered_con textarea  {
	border: 1px solid #CDE1E1;
	font-weight: 0;
}
.bordered_con input{
	float: left;
	clear: right;
	height: 27px;
	width: 238px;
	padding-left: 5px;
	padding-right: 5px;
}

.bordered_con textarea  {
	width: 238px;
	min-width: 238px;
	max-width: 238px;
	padding-left: 5px;
	padding-right: 5px;
	height: 80px;
	margin-bottom: 5px;
}


.bordered_con img.captcha {
	float: right;
	clear: both;
	margin: 0px;
}
/*cityprices BEGIN */
.cityprices form {
	width: 460px;
}
* + html .cityprices form  select {
	margin-left: 10px;
}
* + html  .cityprices .blue_btn {
	margin-left: 5px;
	margin-top: 20px;
}


.cityprices .no_service_place_info {
	background: #ddf0f4;
	width: 100%;;
	height: 25px;
	font-style: italic;
	color: gray;
	text-align: center;
	line-height: 25px;
}
.cityprices .no_service_place_info.hidden {
	background-color: transparent;
}

/*cityprices END */

/* custom inpu (checkbox, radio) BEGIN*/
.custom-checkbox label, .custom-radio label {
	padding-left: 32px;
	line-height: 26px;
}

.custom-checkbox label {
	background-image: url('/media/images/input_checkbox.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	height: 24px;
	display: block;
	color: #444444;
	cursor: pointer;
}

input.custom_checkbox_input {
	position: absolute;
	left: -20000px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.custom-checkbox .checked {
	background-position: 0px -24px;
}
/* custom inpu (checkbox, radio) END*/



/** dijkalkulator BEGIN **/
.cityprices {
	position: relative;
}

.cityprices .sum_pay td {
	font-size: 20px;
}
#cont_price_preview_1 {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 80px;
}

#cont_price_preview_2 {
	margin-top: 30px;
}

.wateranddrainquality a.item_city,
.wateranddrainprices a.item_city {
	display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 5px;
    width: 40%;
}

.wateranddrainquality a.item_city:hover,
.wateranddrainprices a.item_city:hover {
	background: #266390;
	background: -moz-linear-gradient(top, #033c67 0%, #4c8ebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033c67), color-stop(100%,#4c8ebe));
	background: -webkit-linear-gradient(top, #033c67 0%,#4c8ebe 100%);
	background: -o-linear-gradient(top, #033c67 0%,#4c8ebe 100%);
	background: -ms-linear-gradient(top, #033c67 0%,#4c8ebe 100%);
	background: linear-gradient(to bottom, #033c67 0%,#4c8ebe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033c67', endColorstr='#4c8ebe',GradientType=0 );
	color: #ffffff;
}

.float_left {
	float: left;
	clear: left;
}

.float_right {
	float: right;
	clear: right;
}

.breadcrumb {
	margin-bottom: 10px;
	font-style: italic;
	position: relative;
}

.breadcrumb .usztsmall {
	display: inline-block;
	height: 232px;
	height: 150px;
	cursor: default;
	/*
	2015.07.02-en uj Szechenyi logo kihelyezese miatt
	position: absolute;
	right: -30px;
	top: -30px;
	*/
	float: right;
}

.required {
	color: red;
}

.date {
	font-size: 13px;
	font-style: italic;
	font-weight: 0;
	display: inline-block;
	float: right;
	color: gray;
}

.chosen-container.error_valid {
	border-radius: 5px;;
}
.ui-dialog ul{
	margin-top: 10px;
}
.required_info {
	float: left;
	margin: 15px 0 15px 0;
	padding: 0px;
	font-style: italic;
}

.banner .banner_bg{
	background-image: url("/media/images/banner_bg.png");
	width: 720px;
	height: 105px;
	border: solid 1px #cde1e1;
	position: relative;
	display: block;
}

.banner img {
	margin: 0px;
	padding: 0px;
}

.banner .image {
	top: 0px;
	left: 0px;
	position: absolute;
}
.banner .szoveg {
	top: 25px;
	right: 20px;
	position: absolute;
}

/**/
/* keresĂŠs */
.searchmain .search {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 25px;
	padding: 10px;
	border: 1px solid white;
}

.search input {
	font-weight: normal;
}

.searchmain b {
	color: red;
}

/** icons BEGIN **/
.icon.aac {
	background-image: url(/media/admin/images/filetypes/grayscale/aac.png);
}
.icon.ai {
	background-image: url(/media/admin/images/filetypes/grayscale/ai.png);
}
.icon.doc {
	background-image: url(/media/admin/images/filetypes/grayscale/doc.png);
}
.icon.dotx {
	background-image: url(/media/admin/images/filetypes/grayscale/dotx.png);
}
.icon.flv {
	background-image: url(/media/admin/images/filetypes/grayscale/flv.png);
}
.icon.gif {
	background-image: url(/media/admin/images/filetypes/grayscale/gif.png);
}
.icon.jpg {
	background-image: url(/media/admin/images/filetypes/grayscale/jpg.png);
}
.icon.mp3 {
	background-image: url(/media/admin/images/filetypes/grayscale/mp3.png);
}
.icon.mp4 {
	background-image: url(/media/admin/images/filetypes/grayscale/mp4.png);
}
.icon.mpg {
	background-image: url(/media/admin/images/filetypes/grayscale/mpg.png);
}
.icon.ots {
	background-image: url(/media/admin/images/filetypes/grayscale/ots.png);
}
.icon.ott {
	background-image: url(/media/admin/images/filetypes/grayscale/ott.png);
}
.icon.pdf {
	background-image: url(/media/admin/images/filetypes/grayscale/pdf.png);
}
.icon.png {
	background-image: url(/media/admin/images/filetypes/grayscale/ott.png);
}
.icon.ppt {
	background-image: url(/media/admin/images/filetypes/grayscale/ppt.png);
}
.icon.psd {
	background-image: url(/media/admin/images/filetypes/grayscale/psd.png);
}
.icon.rar {
	background-image: url(/media/admin/images/filetypes/grayscale/rar.png);
}
.icon.tgz {
	background-image: url(/media/admin/images/filetypes/grayscale/tgz.png);
}
.icon.tiff {
	background-image: url(/media/admin/images/filetypes/grayscale/tiff.png);
}
.icon.txt {
	background-image: url(/media/admin/images/filetypes/grayscale/txt.png);
}
.icon.wav {
	background-image: url(/media/admin/images/filetypes/grayscale/wav.png);
}
.icon.xls {
	background-image: url(/media/admin/images/filetypes/grayscale/xls.png);
}
.icon.xlsx {
	background-image: url(/media/admin/images/filetypes/grayscale/xlsx.png);
}
.icon.zip {
	background-image: url(/media/admin/images/filetypes/grayscale/zip.png);
}


a:hover .icon.aac {
	background-image: url(/media/admin/images/filetypes/aac.png);
}
a:hover .icon.ai {
	background-image: url(/media/admin/images/filetypes/ai.png);
}
a:hover .icon.doc {
	background-image: url(/media/admin/images/filetypes/doc.png);
}
a:hover .icon.dotx {
	background-image: url(/media/admin/images/filetypes/dotx.png);
}
a:hover .icon.flv {
	background-image: url(/media/admin/images/filetypes/flv.png);
}
a:hover .icon.gif {
	background-image: url(/media/admin/images/filetypes/gif.png);
}
a:hover .icon.jpg {
	background-image: url(/media/admin/images/filetypes/jpg.png);
}
a:hover .icon.mp3 {
	background-image: url(/media/admin/images/filetypes/mp3.png);
}
a:hover .icon.mp4 {
	background-image: url(/media/admin/images/filetypes/mp4.png);
}
a:hover .icon.mpg {
	background-image: url(/media/admin/images/filetypes/mpg.png);
}
a:hover .icon.ots {
	background-image: url(/media/admin/images/filetypes/ots.png);
}
a:hover .icon.ott {
	background-image: url(/media/admin/images/filetypes/ott.png);
}
a:hover .icon.pdf {
	background-image: url(/media/admin/images/filetypes/pdf.png);
}
a:hover .icon.png {
	background-image: url(/media/admin/images/filetypes/ott.png);
}
a:hover .icon.ppt {
	background-image: url(/media/admin/images/filetypes/ppt.png);
}
a:hover .icon.psd {
	background-image: url(/media/admin/images/filetypes/psd.png);
}
a:hover .icon.rar {
	background-image: url(/media/admin/images/filetypes/rar.png);
}
a:hover .icon.tgz {
	background-image: url(/media/admin/images/filetypes/tgz.png);
}
a:hover .icon.tiff {
	background-image: url(/media/admin/images/filetypes/tiff.png);
}
a:hover .icon.txt {
	background-image: url(/media/admin/images/filetypes/txt.png);
}
a:hover .icon.wav {
	background-image: url(/media/admin/images/filetypes/wav.png);
}
a:hover .icon.xls {
	background-image: url(/media/admin/images/filetypes/xls.png);
}
a:hover .icon.xlsx {
	background-image: url(/media/admin/images/filetypes/xlsx.png);
}
a:hover .icon.zip {
	background-image: url(/media/admin/images/filetypes/zip.png);
}
/** icons END **/

#upload_progress {
	background-color: white;
	margin: 0px auto;
	margin-top: 200px;
	text-align: center;	
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content a {
	text-decoration: underline;
	font-weight: 700;
}

.search_box {
    border: solid 1px #CDE1E1;
    color: #023B66;
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.search_box input {
	background-color: #CDE1E1;
    width: 240px;
    height: 25px;
    margin-bottom: 5px;
    width: 100%;
    padding: 4px;
    outline: none;
}
.search_box label {
	float: left;
    margin: 15px 0 15px 0;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
}