/** document.css
 * style for documents section
 */

#right_col {
	margin-left: 10px;
}

#article {
	background: url("../../images/article_tl.gif") no-repeat top left;
	float: left;
	width: 550px;
	padding: 5px;
}

/*#sign_up_box {
	position: absolute;
	top: 376px;
	left: 710px;
	height: 61px;
	width: 235px;
}*/

.doc {
	border-bottom: 1px dotted #b2b2b2;
	padding: 5px 5px 5px 5px;
	clear: both;
	position: relative;
	top: auto;
	left: auto;
	min-height: 1.5em;
}

.doc a {
	text-decoration: none;
}

.doc img {
	border: none;
	vertical-align: middle;
}

.doc span {
	display: block;
	width: 88%;
	float: left;
	margin-right: 10px;
}

.doc_name {
	width: 420px;
}

.download_link {
	position: absolute;
	left: 460px;
	top: 6px;
	width: 30px;
}

.header_row {
	max-height: 2em;
	overflow: hidden;
}

.header_row span {
	display: block;
	float: left;
}

.th1 {
	width: 80%;
}

#left_menu li {
	/*text-align: center;
	font-size: 120%;*/
}

.box {
	width: 500px;
	background: url("../../images/docbox_bottom.png") no-repeat left bottom;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
}

.box_body {
	background: url("../../images/docbox_body.png") repeat-y left top;
	min-height: 1em;
	padding: 5px 7px;
}


.box h1 {
	background: url("../../images/docbox_top.png") no-repeat left top;
	padding: 7px 10px 5px 10px;
	font-size: 110%;
	font-weight: bold;
	color: white;
}

.box h2 {
	font-size: 120%;
	color: #34669b;
	font-weight: bold;	
	padding: 2px
}

h4.session-header {
    font-style: italic;
    padding: 10px 0;
    color: #336799;
}
