/* CSS Document */

#downloadArea {
}

#downloadArea P.title {
	color: #e69a05;
	font-weight: bold;
	background-image: url(../images/ico_popuptitle.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-bottom:20px;
	border-bottom: 1px solid #bacdff;
}

/*
	download table
*/

.downloadTable {
	width: 100%;
	margin-bottom: 30px;
}

.downloadTable TD.headFilename {
	width: 190px;
	color: #2574ae;
	font-weight: bold;
	border-bottom: 1px solid #add2ed;
	padding-bottom: 4px;
}

.downloadTable TD.headFilesize {
	width: 90px;
	color: #2574ae;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #add2ed;
	padding-bottom: 4px;
}

.downloadTable TD.headFiletype {
	font-weight: bold;
	color: #2574ae;
	text-align: right;
	border-bottom: 1px solid #add2ed;
	padding-bottom: 4px;
}

.downloadTable TD.filename {
	width: 190px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5edff;
}

.downloadTable TD.filesize {
	width: 90px;
	text-align: right;
	color: #555555;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5edff;
}

.downloadTable TD.filetype {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5edff;
}




