/* box */
.box {
	margin: 0 0 8px 0;
	padding: 0 8px 0 0; /* borders width + shadow */
	background: url(../images/borders.gif) repeat-y 100% 0;
}
.emphasize { background: url(../images/borders2.gif) repeat-y 100% 0; }
#watch .box { background: url(../images/borders-w.gif) repeat-y 100% 0; }
#watch .emphasize { background: url(../images/borders2-w.gif) repeat-y 100% 0; }
#panels .box { background: url(../images/borders-p.gif) repeat-y 100% 0; }
#panels .emphasize { background: url(../images/borders2-p.gif) repeat-y 100% 0; }
#clusters .box { background: url(../images/borders-c.gif) repeat-y 100% 0; }
#clusters .emphasize { background: url(../images/borders2-c.gif) repeat-y 100% 0; }
#mapping .box { background: url(../images/borders-n.gif) repeat-y 100% 0; }
#mapping .emphasize { background: url(../images/borders2-n.gif) repeat-y 100% 0; }
#financing .box { background: url(../images/borders-f.gif) repeat-y 100% 0; }
#financing .emphasize { background: url(../images/borders2-f.gif) repeat-y 100% 0; }
#standards .box { background: url(../images/borders-s.gif) repeat-y 100% 0; }
#standards .emphasize { background: url(../images/borders2-s.gif) repeat-y 100% 0; }
#services .box { background: url(../images/borders-v.gif) repeat-y 100% 0; }
#services .emphasize { background: url(../images/borders2-v.gif) repeat-y 100% 0; }
#management .box { background: url(../images/borders-m.gif) repeat-y 100% 0; }
#management .emphasize { background: url(../images/borders2-m.gif) repeat-y 100% 0; }
/* boxleft */
.boxleft {
	padding: 0 0 0 8px;
	background-image: url(../images/borders.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.emphasize .boxleft { background-image: url(../images/borders2.gif); }
#watch .emphasize .boxleft { background-image: url(../images/borders2-w.gif); }
#watch .boxleft { background-image: url(../images/borders-w.gif); }
#watch .emphasize .boxleft { background-image: url(../images/borders2-w.gif); }
#panels .boxleft { background-image: url(../images/borders-p.gif); }
#panels .emphasize .boxleft { background-image: url(../images/borders2-p.gif); }
#mapping .boxleft { background-image: url(../images/borders-n.gif); }
#mapping .emphasize .boxleft { background-image: url(../images/borders2-n.gif); }
#clusters .boxleft { background-image: url(../images/borders-c.gif); }
#clusters .emphasize .boxleft { background-image: url(../images/borders2-c.gif); }
#financing .boxleft { background-image: url(../images/borders-f.gif); }
#financing .emphasize .boxleft { background-image: url(../images/borders2-f.gif); }
#standards .boxleft { background-image: url(../images/borders-s.gif); }
#standards .emphasize .boxleft { background-image: url(../images/borders2-s.gif); }
#services .boxleft { background-image: url(../images/borders-v.gif); }
#services .emphasize .boxleft { background-image: url(../images/borders2-v.gif); }
#management .boxleft { background-image: url(../images/borders-m.gif); }
#management .emphasize .boxleft { background-image: url(../images/borders2-m.gif); }
/* boxleft fill modifier = fill with color */
.fill { background-color: #D5EED1; }
#watch .fill { background-color: #E2EDF2; }
#panels .fill { background-color: #CFEFF0; }
#mapping .fill { background-color: #FBF9DD; }
#clusters .fill { background-color: #EBF8FE; }
#financing .fill { background-color: #FEEEC4; }
#standards .fill { background-color: #FEEBF6; }
#services .fill { background-color: #F5EDF5; }
#management .fill { background-color: #FEEAEF; }
/* boxtop */
.boxtop {
	margin: 0 -8px;
	background: url(../images/box.gif) no-repeat 100% 0;
	height: 40px;
}
.emphasize .boxtop { background: url(../images/box2.gif) 100% 0 no-repeat; }
#watch .boxtop { background: url(../images/box-w.gif) 100% 0 no-repeat; }
#watch .emphasize .boxtop { background: url(../images/box2-w.gif) 100% 0 no-repeat; }
#panels .boxtop { background: url(../images/box-p.gif) 100% 0 no-repeat; }
#panels .emphasize .boxtop { background: url(../images/box2-p.gif) 100% 0 no-repeat; }
#mapping .boxtop { background: url(../images/box-n.gif) 100% 0 no-repeat; }
#mapping .emphasize .boxtop { background: url(../images/box2-n.gif) 100% 0 no-repeat; }
#clusters .boxtop { background: url(../images/box-c.gif) 100% 0 no-repeat; }
#clusters .emphasize .boxtop { background: url(../images/box2-c.gif) 100% 0 no-repeat; }
#financing .boxtop { background: url(../images/box-f.gif) 100% 0 no-repeat; }
#financing .emphasize .boxtop { background: url(../images/box2-f.gif) 100% 0 no-repeat; }
#standards .boxtop { background: url(../images/box-s.gif) 100% 0 no-repeat; }
#standards .emphasize .boxtop { background: url(../images/box2-s.gif) 100% 0 no-repeat; }
#services .boxtop { background: url(../images/box-v.gif) 100% 0 no-repeat; }
#services .emphasize .boxtop { background: url(../images/box2-v.gif) 100% 0 no-repeat; }
#management .boxtop { background: url(../images/box-m.gif) 100% 0 no-repeat; }
#management .emphasize .boxtop { background: url(../images/box2-m.gif) 100% 0 no-repeat; }
/* boxcontent and title */
.boxcontent { margin: 0; padding: 0 8px; }
.restricted { height: 300px; overflow: auto; }
.frontpage { height: 382px; overflow: auto; }
.box .title {
	margin: 0 !important;
	padding: 8px 8px 0 8px !important;
	color: #000000;
	font: bold 1.2em/105% Arial, Helvetica, sans-serif;
}
.box .title a, .box .title a:visited { color: #000000; text-decoration: none; }
.box .title a:hover, .box .title a:active { text-decoration: underline !important; }
.box .double { padding: 2px 8px 0 8px !important; }
/* box bottom */
.boxbottom {
	margin: 0 -8px;
	background: url(../images/box.gif) no-repeat 0 100%;
	height: 13px;
}
.emphasize .boxbottom { background: url(../images/box2.gif) no-repeat 0 100%; }
#watch .boxbottom { background: url(../images/box-w.gif) no-repeat 0 100%; }
#watch .emphasize .boxbottom { background: url(../images/box2-w.gif) no-repeat 0 100%; }
#panels .boxbottom { background: url(../images/box-p.gif) no-repeat 0 100%; }
#panels .emphasize .boxbottom { background: url(../images/box2-p.gif) no-repeat 0 100%; }
#mapping .boxbottom { background: url(../images/box-n.gif) no-repeat 0 100%; }
#mapping .emphasize .boxbottom { background: url(../images/box2-n.gif) no-repeat 0 100%; }
#clusters .boxbottom { background: url(../images/box-c.gif) no-repeat 0 100%; }
#clusters .emphasize .boxbottom { background: url(../images/box2-c.gif) no-repeat 0 100%; }
#financing .boxbottom { background: url(../images/box-f.gif) no-repeat 0 100%; }
#financing .emphasize .boxbottom { background: url(../images/box2-f.gif) no-repeat 0 100%; }
#standards .boxbottom { background: url(../images/box-s.gif) no-repeat 0 100%; }
#standards .emphasize .boxbottom { background: url(../images/box2-s.gif) no-repeat 0 100%; }
#services .boxbottom { background: url(../images/box-v.gif) no-repeat 0 100%; }
#services .emphasize .boxbottom { background: url(../images/box2-v.gif) no-repeat 0 100%; }
#management .boxbottom { background: url(../images/box-m.gif) no-repeat 0 100%; }
#management .emphasize .boxbottom { background: url(../images/box2-m.gif) no-repeat 0 100%; }
/* empty box = without title bar */
.empty .boxtop {
	background: url(../images/ebox.gif) 100% 0 no-repeat;
	height: 13px;
}
#watch .empty .boxtop { background: url(../images/ebox-w.gif) 100% 0 no-repeat; }
#panels .empty .boxtop { background: url(../images/ebox-p.gif) 100% 0 no-repeat; }
#mapping .empty .boxtop { background: url(../images/ebox-n.gif) 100% 0 no-repeat; }
#clusters .empty .boxtop { background: url(../images/ebox-c.gif) 100% 0 no-repeat; }
#financing .empty .boxtop { background: url(../images/ebox-f.gif) 100% 0 no-repeat; }
#standards .empty .boxtop { background: url(../images/ebox-s.gif) 100% 0 no-repeat; }
#services .empty .boxtop { background: url(../images/ebox-v.gif) 100% 0 no-repeat; }
#management .empty .boxtop { background: url(../images/ebox-m.gif) 100% 0 no-repeat; }
/* empty boxtop div */
.empty .boxtop div {
	background: url(../images/ebox.gif) 0 0 no-repeat;
	height: 13px;
}
#watch .empty .boxtop div { background: url(../images/ebox-w.gif) 0 0 no-repeat; }
#panels .empty .boxtop div { background: url(../images/ebox-p.gif) 0 0 no-repeat; }
#mapping .empty .boxtop div { background: url(../images/ebox-n.gif) 0 0 no-repeat; }
#clusters .empty .boxtop div { background: url(../images/ebox-c.gif) 0 0 no-repeat; }
#financing .empty .boxtop div { background: url(../images/ebox-f.gif) 0 0 no-repeat; }
#standards .empty .boxtop div { background: url(../images/ebox-s.gif) 0 0 no-repeat; }
#services .empty .boxtop div { background: url(../images/ebox-v.gif) 0 0 no-repeat; }
#management .empty .boxtop div { background: url(../images/ebox-m.gif) 0 0 no-repeat; }
