#popup_div {
	width: auto;
	height: auto;
	position: absolute;
	visibility: hidden;
	background-image: url(../../assets/images/popup/bg_popup_div.png);
	_background-image: none;
	_background-color: #284650;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	cursor: move;
	z-index: 1000;
	top: 100px;
	left: 40px;
	color: white;
}
#popup_header {
	width: auto;
	height: 10px;
	padding: 10px;
	_padding-bottom: 0px;
	display: inline;
	margin-bottom: 0px;
	float: left;
	cursor: move;
}
#popup_title {
	width: auto;
	height: 20px;
	float: left;
}
a.popup_close:link, a.popup_close:active, a.popup_close:visited {
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../../assets/images/popup/bg_popup_close.gif);
}
#popup_photo {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px;
	display: inline;
	zoom: 1;
	margin-bottom: 6px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popup_disclaimer {
	width: auto;
	height: 15px;
	float: left;
	display: inline;
	padding-left: 30px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
a.link_tb:link, a.link_tb:active, a.link_tb:visited {
	width: 100px;
	height: 75px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #DDDDDD;
	background-image: url(../../images/layout/bg_projects.png);
	background-repeat: repeat-x;
	_background-image: none;
	background-color: #F9F9F9;
	cursor: pointer;
	}
a.link_tb:hover {
	border: 1px solid #003366;
	background-color: #D0D7E1;
}
a.project_tb:link, a.project_tb:active, a.project_tb:visited {
	width: 69px;
	height: 44px;
	display: block;
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #606060;
	border-bottom: 2px solid #606060;
	border-right: 2px solid #606060;
	}
.img_tb {
	width: 90px;
	height: 65px;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
.tb_box {
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: inline;
	width: 620px;
	height: auto;
	float: left;
	}
.tb_box_project {
	margin-top: 5px;
	margin-bottom: 4px;
	width: 175px;
	height: 424px;
	float: left;
	overflow: auto;
	}
#photo_img_main {
	width: 400px;
	height: 282px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	}
#photo_loading {
	width: 400px;
	height: 282px;
	display: block;
	padding: 10px;
	display: inline;
	float: right;
	margin-bottom: 2px;
	margin-right: 20px;
	border: 0px solid #606060;
	border-bottom: 0px solid #606060;
	border-right: 0px solid #606060;
	background-color: #FFFFFF;
	}
h3 {
	width: 620px;
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 14px;
	border-bottom: 1px dotted #003366;
	color: #003366;
}
