/* ---- navigation ---- */
@import 'nav_tree_main.css';
@import 'nav_tree_sub.css';

/* --- tags --- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
	overflow:-moz-scrollbars-vertical; /* no jumping content in moz */
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ---- */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#containerBox {
	width: 920px;
	height: 100%;
	background-image: none; /* user-defined in imagedb */
	background-repeat: repeat-y;
	background-position: right 0px;
}
#navBox {
	float: left;
	width: 200px;
	background-image: url(../../images/site/logo.gif);
	background-repeat: no-repeat;
	padding: 70px 0px 138px 0px;
}
#mainnavBox {}
#subnavBox {
	padding: 40px 0px 0px 0px;
}
#mainBox {
	width: 705px;
	float: left;
	padding: 0px 0px 138px 15px;
}
#contentBox {
	line-height: 1.5em;
	width: 705px;
	overflow: hidden;
}
#addressBox {
	color: #500606;
	font-size: 8px;
	height: 38px;
	overflow: hidden;
	padding: 32px 0px 0px 0px;
}
#bottomBox {
	height: 138px;
	width: 100%;
	background-color: #7c0000;
	background: url(../../images/site/bkg_bottom_line.gif) no-repeat;
	/* fixed footer - ie6 needs mootools + js + fix_ie6.css*/
	position: fixed;
	bottom: 0px;
	/* end fix */
}

/* index */
.index #calendarBox {}
.index #infoBox {
	float: right;
	width: 135px;
	font-size: 9px;
}
.index #contentBox {
	width: 530px;
}
.index #infoBox .modTitle {
	font-size: 10px;
}
.index #infoBox .infoSection {
	border: 1px solid #ffcc66;
	padding: 4px;
}
.index #infoBox .listSpacer {
	height: 5px;
}

/* directlink */
.directlinkBoxList {
	float: left;
	width: 450px !important;
}
.directlinkBoxDetail {
	float: left;
	width: 230px !important;
	border: 1px solid #ffcc66;
	padding: 4px;
	margin-left: 15px;
	background-color: #ffffff;
}
.directlinkCalBoxList {
	float: left;
	width: 260px !important;
}
.directlinkCalBoxDetail {
	float: left;
	width: 420px !important;
	border: 1px solid #ffcc66;
	padding: 4px;
	margin-left: 15px;
	background-color: #ffffff;
}
.directlinkBoxDetail .bottomIcons, .directlinkCalBoxDetail .bottomIcons {
	display: none;
}
.montNavBox {
	padding: 0px 0px 15px 0px;
}
.montNavBox th {
	font-size: 13px;
}
.montNavBox td {
	text-align: center;
	font-size: 11px;
}
.montNavBox td .selected {
	color: #ffcc66;
}




