body
{
	background-color: #000;
	box-shadow: none;
}
body div,
body span,
body p,
body a,
body td,
body input
{
	color: #fff !important;
	border-color: #fff !important;
	border-style: solid;
	border-radius: 0px !important;
	border-width: 0px;
	box-shadow: none !important;
	background: #000 !important;
	background-image: none !important;
}
body img
{
	display: none !important; 
}
body a
{
	text-decoration: underline !important;
}
body h3
{
	border-bottom: 1px;
}

div.logocontainer,
div.logocontainer a.logo {
    position: absolute;
    display: block !important;
    font-size: 1em !important;
    background: transparent !important;
    top: 40px !important;
    width: 500px !important;
    height: 40px !important;
}

#header_container > div.info .logocontainer a.logo span.motto{
    padding-top:0;
    font-size:1em;
}

div.cecutient_version table.contrast.views a.black_on_white {
    text-decoration: none !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}
div.cecutient_version table.contrast.views a.white_on_black
{
	text-decoration: none !important;
	background: #000 !important;
	color: #ffffff !important;
	border:1px solid #fff !important;	
}
div.cecutient_version
{
	top: 47px !important;
}
div.top_menu
{
	height: 0px !important;
}
div#login_container
{
	top: 10px;
}
div#authbutton {
    font-size: 1em !important;
    border-width: 1px;
    text-align: center;
    height: 20px !important;
    padding: 5px;
    width: 100% !important;
    text-decoration: underline;
}
div#header_container
{
	border-bottom-width: 1px !important;
}
div#header_container>div.title
{
	font-size: 1.2em;
}
div#header_container div.contact_info
{
	padding-top: 0px !important;
	font-size: 1em !important;
}
div#header_container div.contact_info div,
div#header_container div.contact_info span,
div#header_container div.contact_info a
{
	font-size: 1.5em;
	padding: 5px;
}
div#header_container div.contact_info span.separator
{
	width: 5px !important;
}
a.simple_search
{
	display: none !important;
}
div.cabinet ul
{
	border-width: 1px !important;
}
div.cabinet li
{
	background: #000 !important;
}
div.cabinet li a
{
	font-weight: normal !important;
	font-size: 0.8em !important;
	text-decoration: underline !important;
}
div.actions a.oos {
    border-width: 1px;
    font-size: 0.8em !important;
    height: 20px !important;
    text-align: center;
    padding: 10px 0px !important;
    width: 100% !important;
}
div.container_search .input_text
{
	border-width: 1px !important;
}
div.container_search .input_text input
{
	
}
div.container_search .input_button
{
	border-width: 1px !important;
}
div.container_search .input_button input
{
	background: #000 !important;
	font-size: 16px !important;
}
div#footer_container
{
	font-size: 1em;
	background: #000 !important;
	border-top-width: 1px !important;
}
div.feedback_info
{
/*	margin-top: 10px;
	padding-top: 10px !important;
	margin-left: 40px !important;*/
font-size:1em;
}
div.search_mode
{
	display: none !important;
}
div.search
{
	height: 60px !important;
}
div#header_main_menu
{
	margin-top:0px !important;
}
div#header_main_menu a,
div.main_menu a,
ul.news span.title,
ul.news a,
ul.widget_news a,
div.feedback_info a
{
	font-size:1em !important;
	line-height:1.35em !important;
}
div.main_menu > div.module_body > ul > li > ul
{
	background:none !important;	
}
div#header_main_menu div.moduletype_menu > div.module_body > table.menuHor > tbody > tr > td > ul
{
	border:1px solid #fff!important;
	margin-top:0px !important;
}
div#header_main_menu div.moduletype_menu > div.module_body > table.menuHor > tbody > tr > td > ul > li
{
	background:#000!important;
	font-size:1em;
}
div.menu_items_list li
{
	background:none !important;
	width:500px !important;
}
div.menu_items_list li a
{
	line-height:1.4em !important;
	font-size:1em;
	text-align:left !important;
}
div.lastnews ul li span.title,
div.lastnews ul li span.title a
{
	color:#fff !important;
	font-size:1em !important;
	lineheight:1.4em !important;
}
h3
{
	color: #fff;
}
.footer_menu a
{
	font-size: 1em !important;
	line-height: 1.4em !important;
}
.flexigrid div.hDiv th.sorted
{
	background: none !important;
}

div.gridview .grid_buttons a, div.gridview .export-buttons-container button.exportbutton {
    background: #000 !important;
    color: #FFF !important;
    font-size: 1em;
}

a.button, button.button, input.button, div.button {
    background: #000 !important;
    border: 1px solid;
    color: #FFF;
}

div.gridview div.grid_filter form div.action_buttons button, div.gridview div.grid_filter div.form div.action_buttons button {
    color: #FFF !important;
    border: 1px solid !important;
    background: #000 !important;
}

div.gridview div.grid_filter div.filter_switch_container div.filter_switch{
    color: #FFF !important;
}

div.gridview div.grid_pager div.page_container > span.page.next > span:after {
    content: '\2192';
}

div.gridview div.grid_pager div.page_container > span.page.prev > span::after {
    content: '\2190';
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    width: 0;
}

.ui-datepicker .ui-datepicker-prev::before {
    content: '<';
    font-weight: normal;
    top: 25%;
    position: relative;
    left: 25%;
}

.ui-datepicker .ui-datepicker-next:before {
    content: '>';
    font-weight: normal;
    top: 25%;
    position: relative;
    left: 25%;
}