#layout-pad-right {
	float: left;
	width: 25px;
	height: 32px;
}
div.flexblock {
	padding-bottom: 0px;
}
.box-tabs {
	background-image: url(images/tab-frame-top-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 11px;
	overflow-y: hidden;
}
.box-tabs-inner {
	background-image: url(images/tab-frame-top-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 28px;
}
div.box-tab, a.box-tab,
a.box-tab-active,a.box-tab-active-no-arrow {
	background-position: top center;
	background-repeat: repeat-x;
	height: 28px;
	display: block;
	float: left;
}
div.box-tab, a.box-tab {
	background-image: url(images/tab-bg-inactive.gif);
}
a.box-tab-active {
	background-image: url(images/tab-bg-active.gif);
}
a.box-tab-active-no-arrow {
	background-image: url(images/tab-bg-active-no-arrow.gif);
}
div.box-tab span.box-tab,
a.box-tab span.box-tab,
a.box-tab-active   span.box-tab,
a.box-tab-active-no-arrow  span.box-tab{
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	padding-left: 8px;
}
a.box-tab span.box-tab span,
div.box-tab span.box-tab span,
a.box-tab-active span.box-tab span,
a.box-tab-active-no-arrow span.box-tab span{
	background-image: url(images/tab-right-active.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	color:#000;
}
div.box-tab span.box-tab, a.box-tab span.box-tab { background-image: url(images/tab-left-inactive.gif); }
a.box-tab-active span.box-tab { background-image: url(images/tab-left-active.gif); }
a.box-tab-active-no-arrow span.box-tab { background-image: url(images/tab-left-active.gif); }
div.box-tab span.box-tab span, a.box-tab span.box-tab span { background-image: url(images/tab-right-inactive.gif); }
a.box-tab-active span.box-tab span { background-image: url(images/tab-right-active.gif); }
a.box-tab-active-no-arrow span.box-tab span { background-image: url(images/tab-right-active.gif); }
a:hover.box-tab span.box-tab span {
	color: #135cae;
}
div.box-tab, a.box-tab-active { cursor: default; }
div.box-tab, a.box-tab-active-no-arrow{ cursor: default; }
a.box-tab { cursor: pointer; }
.box-tabs.no-head { background-image: url(images/tab-frame-top-left-nohead.gif); height:5px; }
.no-head .box-tabs-inner { background-image: url(images/tab-frame-top-right-nohead.gif); height:5px; }
.box-content {
	background-image: url(images/box-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: solid 1px #d4d4d4;
	overflow: hidden;
}
.box-content .box-pad {
	padding: 4px 12px 6px 12px;
}
.box-content {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
.box-content * {
	color: #000000;
}
.box-content small {

	color: #909090;
}
.box-content a {
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#135cae;
}
.box-content a:hover {
	color: #000;
}
.box-content.fade {
	background-image: url(images/box-bg-fade-left.gif);
	background-repeat: no-repeat;
	border: none;
}
.box-content.fade .box-pad {
	background-image: url(images/box-bg-fade-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.box-content .box-pad {
	padding: 4px 12px 6px 12px;
}
.box-content.fade .box-pad {
	background-image: url(images/box-bg-fade-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.news-list-7 { margin-bottom: -7px; }
.news-list-7 .item { padding-bottom: 5px; font-size: 11px; font-weight:normal; clear: both;}
.news-list-7 .date { float: left; padding-right: 3px; font-weight: normal; }
.news-list-7 .title { margin-left: 33px; }
.news-list-7 .title small { white-space: nowrap; }
.box-bottom,
.box-bottom div {
	background-repeat: no-repeat;
	height: 6px;
}
.box-bottom {
	background-image: url(images/box-bottom-left.gif);
	background-position: top left;
	margin-bottom: 15px;
}
.box-bottom div {
	background-image: url(images/box-bottom-right.gif);
	background-position: top right;
}
