* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: auto !important;

	height: 100%;

	min-height: 100%;
	background: #DEDCD4;
	font-family: tahoma, sans-serif, verdana, arial;
	font-size: 11px;

}

strong, b { color: #4D4B44; font-weight: bold; }



table {
	padding: 0px;
}

td, div {
	font-size: 11px;
	vertical-align: top;
	color: #1f1e17;
	padding: 0px;
}

span {
	font-size: 11px;
}

p {
	font-size: 11px;
	padding: 4px 0px 9px 0px;
	color: #1f1e17;
}

a			{ color: #000000; text-decoration: underline; }
a:hover		{ color: #6D6B64; text-decoration: underline; }


.catalog_img			{ border: solid 1px #6D6B64; margin: 10px; margin-top: 3px; margin-bottom: 3px}
.catalog_path			{ color: #6D6B64; font-weight: bold; text-decoration: none }
.catalog_path_active	{ color: #000000; font-weight: bold; text-decoration: none }
.catalog_path:hover  	{ color: #000000; font-weight: bold; text-decoration: none }

img {
	border: 0px;
}

.more {
	color: #b00000;
}

.main_menu_content	{ padding: 3px; }
.main_menu			{ padding-left: 17px; font-size: 11px; color: #1B1B1B; text-decoration: none; position: relative; top: -1px; text-transform: uppercase }
.main_menu_active	{ padding-left: 17px; font-size: 11px; color: #1B1B1B; text-decoration: none; position: relative; top: -1px; text-transform: uppercase; font-weight: bold }
.main_menu:hover		{ padding-left: 17px; font-size: 11px; color: #5b5b5b; text-decoration: underline; position: relative; top: -1px; text-transform: uppercase }

.window_title	{vertical-align: middle; padding-right: 5px; height: 21px; font-size: 10px; color: #6D6B64; text-transform: lowercase; font-weight: bold }
.window_content	{vertical-align: middle; padding: 10px; padding-right: 20px; padding-left: 20px }

.main_section			{ padding-left: 17px; font-size: 11px; color: #1B1B1B; text-decoration: none; position: relative; top: -1px; text-transform: lowercase }
.main_section_active	{ padding-left: 17px; font-size: 11px; color: #1B1B1B; text-decoration: none; position: relative; top: -1px; text-transform: lowercase; font-weight: bold }
.main_section:hover		{ padding-left: 17px; font-size: 11px; color: #5b5b5b; text-decoration: underline; position: relative; top: -1px; text-transform: lowercase }

.catalog_href			{ color: #000000; text-decoration: none; }
.catalog_href:hover		{ color: #6D6B64; text-decoration: none; }
.catalog_href_active	{ color: #000000; text-decoration: underline; font-weight: bold; }

.contact_title			{ color: #6D6B64; font-weight: bold; }

.pages_active { font-weight: bold; text-decoration: none; color: #cc0000; font-size: 14px }
.pages { font-weight: bold; color: #61613F; text-decoration: none}
.pages_active:hover { font-weight: bold; text-decoration: none; color: #cc0000; font-size: 14px }
.pages:hover { font-weight: bold; color: #61613F; text-decoration: none}


.fw { width:100% }
.fh { height:100% }
.fwh { width:100%; height:100% }

table.fw {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table.fh {
	height: 100%;
	border-collapse: collapse;
	border: none;
}

table.fwh {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: none;
}


a.img img { border: 3px solid #e6edf2; margin:0px }
a.img:hover img { border: 3px solid #7fa0be; margin:0px }


ol {
	padding-left: 25px;
}

ol li {
	padding-left: 0px;
}

ul {
	padding-left: 20px;
}

ul li {
	padding-left: 5px;
}


h1 { color: #6D6B64; font-weight: bold; font-size: 14px; padding: 9px 0px 4px 0px;}
h2 { color: #6D6B64; font-weight: bold; font-size: 12px; padding: 9px 0px 4px 0px;}
h3 { color: #6D6B64; font-weight: bold; font-size: 11px; padding: 9px 0px 4px 0px;}
h4 { color: #6D6B64; font-weight: bold; font-size: 10px; padding: 9px 0px 4px 0px;}
h5 { color: #6D6B64; font-weight: bold; font-size: 10px; padding: 9px 0px 4px 0px;}
h6 { color: #6D6B64; font-weight: bold; font-size: 10px; padding: 9px 0px 4px 0px;}


div.info-msg {
	background: #eee;
	padding: 5px;
	border: solid 1px #888;
}

div.error-msg {
	background: #fee;
	padding: 5px;
	border: solid 1px #800;
	color: #800;
}


div.nav-path {
}

a.nav-path {
}

span.nav-path {
}


.form-element {
	font-family: tahoma;
	border: solid 1px #aaaaaa;
	background: #ffffff;
	font-size: 12px;
}

.form-button {
	font-size: 10px;
	border: solid 1px #aaaaaa;
	background: #dddddd;
}


hr.wed-hr {
	color: #475d6a;
}


table.wed-table {
	border-collapse: separate;
	background-color: #ffffff;
	border: none;
}

table.wed-table td {
	background-color: #eeeeee;
	padding: 2px;
	border: none;
}

table td.wed-common-td {
	background-color: #eeeeee;
}

table td.wed-h1-td {
	background-color: #888888;
	color: #ffffff;
	font-weight: bold;
}

table td.wed-h2-td {
	background-color: #bbbbbb;
	font-weight: normal;
}


img.wed-img {
	border: 1px solid #888888;
}

img.wed-left-img {
	border: 1px solid #888888;
	margin-right: 5px;
	float: left;
}

img.wed-right-img {
	border: 1px solid #888888;
	margin-left: 5px;
	float: right;
}


.wed-alert {
	color: #FF8A00;
	font-weight: bold;
}


.slidebar_bg {
	background: #CDC9BC;
	color: #ffffff;
	font-weight: bold;
}

.pageslide_bg {
	background: #DEDCD4;
	padding-left: 5px;
	padding-right: 5px;
	font-family: sans-serif;
	font-size: 10px;
}

.pageslide_href {
	text-decoration: none;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 11px;
}

.pageslide_href:hover {
	text-decoration: underline;
	color: #ffffff;
}

.numslide_bg {
	padding-left: 5px;
	padding-right: 5px;
}

.numslide_bg_a {
	background: #DEDCD4;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 5px #ffffff;
	border-left: solid 5px #ffffff;
}

.numslide_href {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
}

.numslide_href:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
}

.numslide_href_a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
}

.numslide_href_a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
}


.cal_dow { color: #ffffff; font-weight: bold; background: #CDC9BC; text-align: center; padding-bottom: 2px}
.cal_holy_dow { color: #ffffff; font-weight: bold; background: #2a6005;text-align: center; padding-bottom: 2px }
.cal_day { background: #DEDCD4; color: #2a6005; padding: 2px; text-align: center; font-weight: bold;}
.cal_holy_day { background: #CDC9BC; color: #2a6005; padding: 2px; text-align: center; font-weight: bold;}
.cal_disable_day { background: #DEDCD4; color: #939DAE; padding: 2px; text-align: center; font-weight: bold; }

.cal_disable_holy_day { background: #CDC9BC; color: #939DAE; padding: 2px;text-align: center; font-weight: bold;}
.cal_active_day { color: #FFFFFF; background: url('/mf/active.gif'); padding: 2px; background-position: center; background-repeat: no-repeat; background-color: #DEDCD4;}
.cal_active_holy_day { color: #ffffff; background: url('/mf/active.gif');  padding: 2px; background-position: center;
        background-repeat: no-repeat; background-color: #CDC9BC;}
a.cal_active_day { text-decoration: none; color: #cc0000; padding: 0px; font-weight: bold; }
a.cal_active_holy_day { text-decoration: none; color: #cc0000; padding: 0px; font-weight: bold; }
a.cal_active_day:hover { text-decoration: underline; color: #000000; font-weight: bold; }
a.cal_active_holy_day:hover { text-decoration: underline; color: #000000; font-weight: bold; }



