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

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


span.mc_black		{ color: #000000; font-family: monospace; }
span.mc_blue		{ color: #0000FF; font-family: monospace; }
span.mc_brown		{ color: #C08000; font-family: monospace; }
span.mc_cyan		{ color: #00B0E0; font-family: monospace; font-weight: bold; }
span.mc_gray		{ color: #707070; font-family: monospace; }
span.mc_green		{ color: #008000; font-family: monospace; }
span.mc_lightgray	{ color: #D0D0D0; font-family: monospace; }
span.mc_magenta		{ color: #A000C0; font-family: monospace; }
span.mc_red		{ color: #C00000; font-family: monospace; }
span.mc_white		{ color: #FFFFFF; font-family: monospace; }
span.mc_yellow		{ color: #FFF000; font-family: monospace; font-weight: bold; }
span.mc_brightblue	{ color: #7030FF; font-family: monospace; font-weight: bold; }
span.mc_brightcyan	{ color: #00E0FF; font-family: monospace; font-weight: bold; }
span.mc_brightgreen	{ color: #00FF00; font-family: monospace; font-weight: bold; }
span.mc_brightmagenta	{ color: #FF30E0; font-family: monospace; font-weight: bold; }
span.mc_brightred	{ color: #FF4040; font-family: monospace; font-weight: bold; }


/* ########## Pre-Definition for the HEAD ########################### */
#pageHeadTDright {
	background-image:	url(/?what=image&where=g&section=logos&name=0120x0160.logo.debian.swirl.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;
	text-valign:		middle;
	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;
	text-valign:		middle;
	padding:		5px;
}
.releasesIndexOL {
	list-style-type:	decimal;
	list-style-position:	outside;
	margin-left:		-1.5em;
}
