body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin: 0;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #0097CC;
}
a:hover {
	text-decoration: underline;
	color: #51B400;
}
a:visited {
	text-decoration: none;
	color: #0097CC;
}
a:active {
	text-decoration: none;
	color: #0097CC;
}
input,textarea,select {
	padding: 2px;
	border: 1px #DDDDDD solid;
	color: #666666;
	background: #FFFFFF;
}



#menu{ 
	width: auto; 
	height: 33px; 
	background: url("../../../dpimages/style/czvista/menu_bg.jpg") top repeat-x;
	white-space: nowrap;
}
#menu li { 
	float: left; 
	width: auto; 
	height: 33px; 
	background: url("../../../dpimages/style/czvista/menu_line.jpg") 
	right top no-repeat;
}
#menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 10px 14px;
}
#menu li a.here, #menu li a:hover { 
	background: url("../../../dpimages/style/czvista/menu_li_hover.jpg") top repeat-x;
	color: #000000;
}
#menu li#end { 
	width: 236px;
	float: right; 
	background: url("../../../dpimages/style/czvista/menu_right.jpg") right top no-repeat; 
	padding-top: 5px; 
	position: relative;
}
#menu li a#menu_home.here, #menu li a#menu_home:hover {
	background: url("../../../dpimages/style/czvista/menu_home.jpg") left top no-repeat;
}



.box_null {
	margin: 0;
	padding: 0;
}

.box_miniframe{
	margin: 4px 0 0 4px;

}
.box_miniframe_titlebar {
	width: auto;
	height: auto;
	background: url("../../../dpimages/style/czvista/box-left-bg.gif");
	
	margin: 4px 4px 0 4px;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #000000;
}
.box_miniframe_body {
	width: auto;
	height: auto;
	margin: 0 4px 4px 4px;
	padding: 4px 2px 2px 4px;
}
.box_wideframe_titlebar {
	width: auto;
	height: 25px;
	border-top: 1px solid #C8D6DF;
	border-left: 1px solid #C8D6DF;
	border-right: 1px solid #C8D6DF;
	background: url("../../../dpimages/style/czvista/box-left-bg.gif");
	margin: 3px 3px 0 0;
	padding: 6px 3px 0 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box_wideframe_body {
	width: auto;
	height: auto;
	border-left: 1px solid #C8D6DF;
	border-right: 1px solid #C8D6DF;
	border-bottom: 1px solid #C8D6DF;
	margin: 0 3px 3px 0;
	padding: 5px 5px 5px 10px;
}
.box_smallbox_titlebar {
	width: auto;
	height: auto;
	text-align: center;
	background: url("../../../dpimages/style/czvista/box-left-bg.gif");
	margin: 3px 3px 0 0;
	padding: 4px 3px 0 3px;
	font-weight: bold;
	color: #000000;
}
.box_smallbox_body {
	width: auto;
	height: auto;
	margin: 0 3px 3px 5px;
	padding: 5px;

}
.box_longbar_left {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid #C8D6DF;
	background: url("../../../dpimages/style/czvista/box-left-bg.gif");
	margin: 3px 0 3px 0;
	padding: 4px 76px 2px 76px;
}
.box_longbar_right {
	float: left;
	width: auto;
	height: auto;
	border-top: 1px solid #C8D6DF;
	border-right: 1px solid #C8D6DF;
	border-bottom: 1px solid #C8D6DF;
	margin: 3px 0 3px 0;
	padding: 2px 5px 2px 5px;
}
.box_topbar_left {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid #C8D6DF;
	background: url("../../../dpimages/style/czvista/box-left-bg.gif");
	margin: 3px 0 3px 2px;
	padding: 4px 35px 2px 35px;
}
.box_topbar_right {
	float: left;
	width: auto;
	height: auto;
	border-top: 1px solid #C8D6DF;
	border-right: 1px solid #C8D6DF;
	border-bottom: 1px solid #C8D6DF;
	margin: 3px 3px 3px 0;
	padding: 2px 5px 2px 5px;
}



.common_guidebar {
	margin: 3px 0 3px 0;
	padding: 7px 5px 0 5px;
	width: auto;
	height: 24px;
	background: url("../../../dpimages/style/czvista/guidebg.gif");
}
.common_linkbar {
	text-align: center;
	margin: 12px 0 12px 0;
	padding: 5px 5px 0 5px;
	width: auto;
	height: 21px;
	background-color: #F7F7F7;
	border: 1px solid #C8D6DF;
}
.FullLightBorder {
	border: 1px solid #FFFFFF;
}
.BoldLighted {
	font-weight: bold;
	color: #738832;
}
.Lighted {
	color: #738832;
}
.DarkBg {
	background-color: #F9F9F9;
}
.LessDarkBg {
	background-color: #FFFFFF;
}
.BoxBorder {
	border: 1px dashed #DDDDDD;
}
.BoxBackground {
	background-color: #FBFBFB;
}
.GalleryImg {
	padding: 2px;
	margin: 0;
	border: 1px dashed #DDDDDD;
}