/* Section: FOLDER TAB */

	/* can't use "background: #0000 url() repeat;" shortcut because Netscape 4 inherits a black
	background for "transparent" (and when background color not specified in the "background" shortcut),
	use background-image, etc. instead and avoid background-color: transparent.
	see http://www.richinstyle.com/bugs/netscape4.html#color
	*/
	
TD.tabLeft {
	background-image: url(/images/Templates/0/Folder/admin/tab-left.gif);
	background-repeat: no-repeat;
}

TD.tabMid {
	color: white;
	background-image : url(/images/Templates/0/Folder/admin/tab-shim.gif);
	background-repeat : repeat;
	font : bold italic 80% Arial, Helvetica, sans-serif;
}

TD.tabRight {
	background-image : url(/images/Templates/0/Folder/admin/tab-right.gif);
	background-repeat : no-repeat;
}

/* Section: FOLDER CORNERS */

TD.topLeft {
	background-image: url(/images/Templates/0/Folder/admin/top-left.gif);
	background-repeat : no-repeat;
}

TD.topRight {
	background-image: url(/images/Templates/0/Folder/admin/top-right.gif);
	background-repeat : no-repeat;
}

TD.bottomLeft {
	background-image: url(/images/Templates/0/Folder/admin/bottom-left.gif);
	background-repeat : no-repeat;
}

TD.bottomRight {
	background-image: url(/images/Templates/0/Folder/admin/bottom-right.gif);
	background-repeat : no-repeat;
}

/* Section: SKIN */

/* skin the border color as well, for boxes */
	 .skinBordered {
	background-image : url(/images/Templates/0/Folder/admin/skin-shim.gif);
	background-repeat : repeat;
	background-color: #2B4995;
	color: white;
	border-color: #2B4995;
}

	.skin {
	background-image : url(/images/Templates/0/Folder/admin/skin-shim.gif);
	background-repeat : repeat;
	background-color: #2B4995;
	color: white;
}

	.skinTitle {
	font-size: 100%;
	font-weight: bold;
	color: #2B4995;
	/* mwang background-color: #F0F6FA;*/
	background-color: #FFFFFF;

}

	.skinUnderline {
	background-image : url(/images/Templates/0/Folder/admin/skin-shim.gif);
	background-repeat : repeat;
}

	.skintext {
	color: #2B4995;
	/* mwang background-color: #F0F6FA;*/
	background-color: #FFFFFF;


}

	.skinshadow {
	background-image : url(/images/Templates/0/Folder/admin/shadow-shim.gif);
	background-repeat : repeat;
}

	.skinbg {
	background-image : url(/images/Templates/0/Folder/admin/bg-shim.gif);
	background-repeat : repeat;
}

	 .sectionHeader {
	background-color: #2B4995;
	color: white;
	font-weight: bold;
}

	.columnHeader {
	background-color: #6C92C5;
	color: #000000;
	font-weight: bold;
}

	.columnHeaderStart {
	background-color: #669999;
	color: #000000;
	font-weight: bold;
}

	.columnHeaderStop {
	background-color: #993333;
	color: #000000;
	font-weight: bold;
}
