/* box.css */

.box {
  margin-bottom: 2em;
}
.last .box {
  margin-bottom: 0;
}
.box h6 {
	font-size: 1.333em;
	margin-bottom: 1.0em;
	color: #0066b3;
	margin-top: 2.4em;
	background: #fff;
	width: 100px;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 10px;
	position: absolute;
}
.box .files h6 {
	position: relative;
}
.box h4 {
	font-size: 1.083em;
	margin-bottom: 0.5em;
}
.box h4 a {
	color: #0066b3;
}
.box .box_content {

}
.box p,
.box ul,
.box ol,
.box table {
  margin-bottom: 1em;
}
.box li {
  margin-left: 2em;
}
.box form ul,
.box form ol {
  margin-bottom: 0;
}
.box form li {
  margin-left: 0;
}


/* right */
#right h1 {
	color: #636363;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* left */
#left .blue h1 {
	width: 220px;
	height: 45px;
	background: url('/media/dsg/highlight_blue.gif');
}
#left .blue h1 a {
	display: block;
	width: 205px;
	padding-top: 15px;
	height: 30px;
	padding-left: 15px;
}
#left .blue {
	margin-bottom: 1em;
}
#left .grey h1 {
	width: 220px;
	height: 35px;
	background: url('/media/dsg/highlight_grey.gif');
}
#left .grey h1 a {
	width: 205px;
	height: 25px;
	display: block;
	padding-top: 11px;
	padding-left: 15px;
}
/* center */
#center h1 {
	color: #0066b3;
	font-size: 1.8em;
	margin-bottom: 1em;
}
#center .box .box_content h1 {
	font-size: 1.5em;
}
#center .box .box_content {
	color: #646464;
	font-size: 1.2em;
}
#center .box .box_content .media {
	float: right;
	margin: 0 0 2em 2em;
}
#center .box .thumb {
	width: 206px;
	height: 206px;
	background: #f5f5f5;
	display: block;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #dcdcdc;
}
/* pictures */
.pictures {
	position: relative;
	border: 1px solid #dcdcdc;
	margin-top: 40px;
}
ul.pictures_list {
	margin-left: 2.5em;
  	margin-top: 2.5em;
  	list-style-type: none;
}
ul.pictures_list li {
	float: left;
	overflow: hidden;
	margin: 0 0 0 25px;
	text-align: center;
}
ul.pictures_list li a {
	width: 138px;
	height: 134px;
	background: #f5f5f5;
	display: block;
	padding-left: 0px;
	padding-top: 4px;
	border: 1px solid #dcdcdc;
}
ul.pictures_list li div{
	padding-top: 5px;
	text-align: left;
}
ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer,
ul.pictures_list li.spacer_last {
	margin: 0;
	float: none;
	clear: both;
	width: auto;
	height: 0.5em;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.spacer_last {
	height: 0;
}
.pictures .pagination {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}
.files .corner,
.pictures .corner {
	position: absolute;
	width: 3px;
	height: 3px;
	background: no-repeat top left;
	overflow: hidden;
}
.files .corner.ctl,
.pictures .corner.ctl {
	top: -1px;
	left: -1px;
	background-image: url('/media/dsg/corner_top_left.gif');
}
.files .corner.ctr,
.pictures .corner.ctr {
	top: -1px;
	right: -1px;
	background-image: url('/media/dsg/corner_top_right.gif');
}
.files .corner.cbl,
.pictures .corner.cbl {
	left: -1px;
	bottom: -1px;
	background-image: url('/media/dsg/corner_bottom_left.gif');
}
.files .corner.cbr,
.pictures .corner.cbr {
	right: -1px;
	bottom: -1px;
	background-image: url('/media/dsg/corner_bottom_right.gif');
}
/* files */
.files {
	position: relative;
	margin-top: 30px;
}
.box .files h6 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 2px;
}
.files .pagination {
	margin-top: 1.5em;
	margin-bottom: 1.3em;
}
ul.files_list {
	list-style-type: none;
}
.box ul.files_list li {
	color: #646464;
	background: url('/media/dsg/file_icon.gif') no-repeat left 3px;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-top: 3px;
	width: 295px;
	float: left;
	margin-left: 0;
}
