@charset "utf-8";
/*
=========================================================
        Style Definitions limited to clsList
---------------------------------------------------------
 Copyright (C) 2008 Yeti PaPa. All rights reserved.
               http://www.yetipapa.com/
=========================================================
*/

div.clsList {
	text-align: center;
}

div.clsList table {
	margin-left: auto; margin-right: auto;
	border-top: 1px solid #1643A0;
}

div.clsList table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

div.clsList table td.clsLinks, div.clsList table td.clsDesc1, div.clsList table td.clsDesc2 {
	border-bottom: 1px solid #1643A0;
}

div.clsList table td.clsH2 {
	border: 2px solid #1643A0;
	border-top-width: 1px;
	font-size: 12pt;
	font-weight: bold;
	color: #1643A0;
	background-color: #BDDEE6;
}

div.clsList table td.clsH3 {
	font-weight: bold;
}

div.clsList table td.clsDesc1, div.clsList table td.clsDesc2 {
	font-size: 10pt;
	white-space: nowrap;
}

div.clsList table td.clsDesc1 {
	padding-left: 10px;
}

div.clsList table td.clsDesc2 {
	padding-left: 5px;
}

div.clsList table td.clsLinks ul.clsFiles {
	margin-top: 0;
	margin-bottom: 0;
}

div.clsList table td.clsLinks ul.clsFiles li {
	margin-top: 0;
	margin-bottom: 3px;
}


