/*****************/
/* DEFAULT PRINT */
/*****************/

/* GLOBAL */
* {
	text-align: left;
	font-size: 12px;
	font-family: verdana;
}
img {
	border: 0px;
}
img.img-center 
{
    margin-left: auto;
    margin-right: auto;
}
body {
	margin: 0px;
}
table.design, tr.design, td.design {
	border				:	0px solid black;
	padding				:	0px;
	border-collapse		:	collapse;
	border-spacing		:	0px;
	text-align          :   left;
	vertical-align		:	top;
	margin				:	0px;
	font-size			:	11px;
	color				:	#000000;
}
a:hover {
	text-decoration: underline;
}
hr 
{
    color: Black;
    border-color: Black;
    background-color: Black;
    height: 1px;
    border-width: 1px;
}
tr.contact_title {
	border				:	0px solid black;
	padding				:	0px;
	border-collapse		:	collapse;
	border-spacing		:	0px;
	text-align          :   left;
	vertical-align		:	top;
	margin				:	0px;
	font-size			:	11px;
	color				:	#000000;
	background-color	:	#D8D8D8;
}
/* LAYOUT */
#site {
	width: 100%;
	text-align: center;
}

#top_block {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: none;
}
#middle_block {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}
#bottom_block {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-top: 5px solid #d4d4d4;
	background-color: #f0f0f0;
	height: 100px;
	text-align: center;
	padding: 5px;
}
#main {
	width: 100%;
	margin-top: 7px;
}
#main_menu {
	width: 160px;
	display: none;
}
td.main_divider {
	border				:	0px solid black;
	padding				:	0px;
	border-collapse		:	collapse;
	border-spacing		:	0px;
	text-align          :   left;
	vertical-align		:	top;
	margin				:	0px;
	font-size			:	11px;
	color				:	#000000;
	width: 15px;
}
#main_content {
	border: 0px solid #f0f0f0;
	padding: 5px;
}
#main_features {
	width: 200px;
}
/* HEADER */
#header_divider {
	width: 100%;
	height: 4px;
	background-color: black;
	font-size: 1px;
	display: none;
}
#header {
	width: 100%;
	height: 90px;
}
#header td {
	vertical-align: middle;
}
#header span {
	text-transform: uppercase;
	font-size: 19px;
	font-family: arial;
	margin: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: bold;
}
/* TOPMENU */
#topmenu td {
	vertical-align: middle;
}
ul.topmenu {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 34px;
}
li.topmenu {
	float: left;
	background-image: url('../Images/divider_topmenu.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 34px;
}
li.topmenu_selected {
	float: left;
	background-image: url('../Images/divider_topmenu.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 34px;
}
a.topmenu_selected {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 34px;
	display: block;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background-image: url('../Images/px_black_tr33.png');
}
a.topmenu:hover {
	background-image: url('../Images/px_black_tr33.png');
	color: white;
}
a.topmenu:visited:hover {
	background-image: url('../Images/px_black_tr33.png');
	color: white;
}
/* PATH */
#path {
	width: 100%;
	height: 26px;
	background-color: #d3d3d3;
	border-bottom: 1px solid black;
}
#path img {
	float: left;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 3px;
}
#path div {
	float: left;
}
#path td {
	vertical-align: middle;
}
#path a:hover {
	text-decoration: underline;
}
/* MENU */
ul.menu {
	width: 100%;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
li.menu {
	margin: 0px;
	padding: 0px;
	display: inline;
}
li.menu_selected{
	margin: 0px;
	padding: 0px;
}
a.menu_selected:hover{
	text-decoration: none;
}
li.submenu{
	margin: 0px;
	padding: 0px;
	display: inline;
}
li.submenu_selected{
	margin: 0px;
	padding: 0px;
	display: inline;
}
a.submenu:hover{
	text-decoration: underline;
}
a.submenu_selected:hover{
	text-decoration: underline;
}
li.menu ul {
	display: none;
}
/* TITLE */
td.title_dot {
	width: 15px;
	padding-top: 10px;
	text-align: center;
	display: none;
}
td.title_link {
	width: 100px;
	text-align: right;
	vertical-align: bottom;
	display: none;
}
/* PRINT */
table.print {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	border-top: 1px solid #d3d3d3;
	clear: both;
	display: none;
}
td.print {
	padding: 5px;
	text-align: right;
}
td.print  a{
	margin-left: 5px;
}
/* FEATURES */
#features {
	border: 1px solid #d3d3d3;
	padding: 4px;
}
div.features_content {
	margin-top: 5px;
	margin-bottom: 20px;
}
/* BLOCKS */
div.cblock
{
	margin				:	0px;
	width				:	100%;
	text-align			:	center;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-main
{
	width				:	95%;
	margin-bottom		:	10px;
	margin-top			:	0px;
	margin-left			:	auto;
	margin-right		:	auto;
	text-align			:	left;
	border-bottom		:	1px solid #DADADA;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-header
{
	font-size			:	14px;
	color				:	black;
	font-family			:	verdana;
	text-decoration		:	none;
	font-weight			:	bold;
	text-align			:	left;
	padding-left		:	8px;
	padding-bottom		:	5px;
	border-left			:	1px dashed #BABABA;
	border-bottom		:	1px dashed #BABABA;
	clear				:	both;
	float				:	none;
	margin				:	10px;
}

div.cblock-detail
{
	width				:	95%;
	margin				:	0px;
	margin-top			:	0px;
	margin-left			:	auto;
	margin-right		:	auto;
	text-align			:	left;
	padding-bottom		:	10px;
	border-bottom		:	1px solid #DADADA;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-title
{
	font-weight			:	bold;
	float				:	left;
	text-align			:	left;
	margin				:	0px;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-title a
{
	text-decoration		:	underline;
	
	font-family			:	verdana;
	font-size			:	12px;
}

div.cblock-date
{
	float				:	left;
	font-weight			:	normal;
	text-align			:	left;
	margin				:	0px;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-content
{
	margin				:	0px;
	margin-bottom		:	10px;
	float				:	none;
	clear				:	both;
	margin-left			:	auto;
	margin-right		:	auto;
	text-align			:	left;
	
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-hidden
{
	display				:	block;
	visibility			:	visible;
	margin-bottom		:	10px;
	border				:	1px solid #D8D8D8;
	padding				:	7px;
	padding-left		:	15px;
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}

div.cblock-visible
{
	display				:	block;
	visibility			:	visible;
	margin-bottom		:	10px;
	border				:	1px solid #D8D8D8;
	padding				:	7px;
	padding-left		:	15px;
	font-family			:	verdana;
	font-size			:	12px;
	color				:	black;
}
/* FOOTER */
div.footer 
{
    display: none;
}
div.footer_layout {
	display: none;
}
/* SITEMAP */
a.sitemap_level1, li.sitemap_level1
{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 17px;
    color: Black;
}
a.sitemap_level2
{
    margin-left: 10px;
    font-size: 15px;
    color: #222222;
}
a.sitemap_level3
{
    margin-left: 10px;
    font-size: 13px;
    color: #444444;
}
a.sitemap_level4
{
    margin-left: 10px;
    font-size: 11px;
    color: #666666;
}
/* CALENDAR */
.calendar_othermonthday 
{
    visibility: hidden;
}
.calendar_dayheader 
{
    text-transform: capitalize;
}
.calendar_day 
{
    text-align: center;
}
.calendar_nextprev 
{
    text-align: center;
}
.calendar_title 
{
    text-align: center;
    text-transform: capitalize;
}
.calendar_title td
{
    text-align: center;
}
/* SEARCH */
.search_navigationtop
{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.search_navigationbottom
{
    width: 100%;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
    margin-top: 15px;
}
.search_result 
{
}
.search_resulttitle 
{
}
.search_summary
{
}
.search_resultlink 
{
    font-weight: normal;
    color: #ADADAD;
    text-decoration: none;
}
/* ENKI FORMS */
div.mainformdiv 
{
    width: 100%;
}
td.leftformcolumn 
{
    width: 40%;
    vertical-align: top;
    font-weight: bold;
}
td.rightformcolumn 
{
    width: 60%;
}