
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #999999;
    background-color: #fcfbf9;
}
@charset "utf-8";
body {
	font-family		: Roboto, sans-serif;
	font-size		: small;
	font-weight		: normal;
	font-style		: normal;

	background-color: #fcfbf9;
}

h1,h2,h3 {
	color			: #7097A9;
}

h2 {
	font-family		: Roboto, sans-serif;
	font-size		: medium;
	font-weight		: bold;
	font-style		: normal;

}

h3 {
	font-family		: Roboto, sans-serif;
	font-size		: small;
	font-weight		: bold;
	font-style		: normal;

}

h1, .cm-h1 {
	font-family		: Roboto, sans-serif;
	font-size		: large;
	font-weight		: bold;
	font-style		: normal;

}

h4, h5, h6 {
	font-family		: Roboto, sans-serif;
}

a {
	color			: #999999;
}

a:hover {
	color			: #7097A9;
}

/*         ________
__________/ header \___________________________________________________________________
--------------------------------------------------------------------------------------- */

#title_wrapper h1 {
	font-family			: Roboto, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: large;

	color				: #918D8D;
}

#title_wrapper h2 {
	font-family			: Roboto, sans-serif;
	font-size			: medium;
	font-weight			: bold;
	font-style			: normal;

	color				: #918D8D;
}

#bgheader_wrapper #bgheader_top {
	background-color	: #404040;
}

#bgheader_wrapper {
    border-bottom-color : #404040;
}

#bgheader_wrapper #bgheader_nav {
    background-color    : #404040;
}

#bgheader_wrapper #bgheader_border {
    background-color    : #5387a3;
    border-bottom-color : #ffffff;;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li a {
	color				: #ffffff;
	font-family			: Roboto, sans-serif;
	font-style			: normal;
	font-size			: small;
	font-weight			: normal;

    background-color    : #404040;
}

ul#cm_mainnavigation li a:hover {
	color				: #ffffff;
    background-color    : #5387a3;
}

ul#cm_mainnavigation li.cm_current {

}

ul#cm_mainnavigation li.cm_current a {
    background-color    : #5387a3;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation {
	color				: #ffffff;
}

#cm_subnavigation ul.cm_subnavigation li a {
	color				: #ffffff;
	background-color	: #404040;
	font-family			: Roboto, sans-serif;
	font-style			: normal;
	font-size			: small;
	font-weight			: normal;

}

#cm_subnavigation ul.cm_subnavigation li a:hover {
	color				: #ffffff;
	background-color	: #5387a3;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current a {
	color				: #ffffff;
	background-color	: #5387a3;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a {
	color				: #ffffff;
	background-color	: #404040;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a:hover {
	color				: #ffffff;
	background-color	: #5387a3;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current ul.cm_subnavigation li.cm_current a {
	color				: #ffffff;
	background-color	: #5387a3;
}

/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_sidebar_wrapper #content_sidebar_inner {
	background-color	: #ffffff;
}

.content_sidebar {
	background-color	: #ffffff;
	color				: #999999;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #659EB8;
}

.content_sidebar a {
	color				: #999999;
}

.content_sidebar a:hover {
	color				: #659EB8;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	background-color	: #fcfbf9;
	color				: #999999;
	font-family		    : Roboto, sans-serif;
	font-size		    : small;
	font-weight		    : normal;
	font-style		    : normal;

}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #7097A9;
}

.content_main a {
	color				: #999999;
}
.content_main a:hover {
	color				: #7097A9;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	color				: #999999;
	background-color	: #fcfbf9;
}

#footer a,
#footer a:hover {
	color				: #999999;
}
body > div.cm_widget.cm_widget_block.widget_in_move {
    background-color: transparent;
}
body > div.cm_widget.cm_widget_block {
    font-family     : Roboto, sans-serif;
    font-size       : small;
    font-weight     : normal;
    font-style      : normal;
    color           : #999999;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1,
body > div.cm_widget.cm_widget_block > div.widget_content_box h2,
body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    color           : #7097A9;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1 {
    font-family     : Roboto, sans-serif;
    font-size       : large;
    font-weight     : bold;
    font-style      : normal;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h2 {
    font-family     : Roboto, sans-serif;
    font-size       : medium;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    font-family     : Roboto, sans-serif;
    font-size       : small;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h4,
body > div.cm_widget.cm_widget_block > div.widget_content_box h5,
body > div.cm_widget.cm_widget_block > div.widget_content_box h6 {
    font-family     : Roboto, sans-serif;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a {
    color           : #999999;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a:hover {
    color           : #7097A9;
}
