/* CSS Document */

#work_page_title {
	margin: 0px 10px 0px 10px;
	padding: 10px 15px 0px 5px;
	height: 30px;
	font-weight: bold;
	color: #000000;
	font-size:16px;
}

#scrolling {
	height: 250px;
	width: 470px;
	padding: 0px 0px 5px 5px;
	margin: 0 10px 10px 10px;
}

.work_content {
	float: left;
	width: 420px;
}

#blank {
	clear: both;
	width:420px;
	height:1px;

}

a:link.work_title_link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a:visited.work_title_link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a:active.work_title_link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a:hover.work_title_link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.workText {

	font-size: 10px;
}

.workHightlight {

	background-color: #D2DBBE; 
}

#work_media {
	position:relative;
	top: 0px;
	left: 0px;

}

#workTable tr:hover {

	cursor: pointer;
	background-color: #E9E9E9;
}

#workTable td {

	margin:0 0 3px 0;
	padding: 5px;
}


