/* ################################################################## */
/* ##########                                        ################ */
/* ########## Page-Definition for the HTML structure ################ */
/* ##########                                        ################ */
/* ################################################################## */

@import url(/?what=css&where=g&name=standard_ie6_sucks);


/* ########## Pre-Definition for the HEAD ########################### */
#pageHeadTDright {
	background-image:	url(/?what=image&where=g&section=logos&name=0120x0160.logo.tdnet.itsystems.png);
}

.siteIndexBarTD {
	width:		16%;
}

/* ################################################################## */
/* ##########                                           ############# */
/* ########## Pre-Definition for the createBox function ############# */
/* ##########                                           ############# */
/* ################################################################## */
/*
.createBoxHEADleft {
	background-image:	url(/?what=image&where=g&section=corners&name=16x16.corner.round.left.png);
}
.createBoxHEADright {
	background-image:	url(/?what=image&where=g&section=corners&name=16x16.corner.round.right.png);
}
*/

/* ################################################################## */
/* ##########                                       ################# */
/* ########## Definition for the Releases Index box ################# */
/* ##########                                       ################# */
/* ################################################################## */
.releasesIndexTABLE {
	display:		table;
	width:			100%;
	border:			0px;
	padding:		10px;
}
.releasesIndexTR {
	display:		table-row;
}
.releasesIndexTDdesc {
	display:		table-cell;
	border:			0px;
	font-size:		15px;
	font-weight:		normal;
	font-style:		normal;
	text-align:		center;
	padding:		5px;
}
.releasesIndexTD {
	display:		table-cell;
	width:			33%;
	border:			1px;
	border-style:		solid;
	font-size:		12px;
	font-weight:		bold;
	font-style:		normal;
	text-align:		left;
	padding:		5px;
}
.releasesIndexOL {
	list-style-type:	decimal;
	list-style-position:	outside;
	margin-left:		-1.5em;
}
