﻿/* 
===============================================================
Child List Tables
2in6 = two columns in the Standard6 layout
3in6 = three columns in the Standard6 layout (or a derivative)
3in8 = three columns in the Standard8 layout (or a derivative)
In most global definitions, the settings for 2in6 are created.
They are then overridden as necessary by identifier references
Some styles have additional classes for visual headers
===============================================================
*/
#children2in6, #children3in6
{

	margin: 0px 0px 20px 8px;
	padding: 0px 0px 0px 0px;
}
#children2in6, #children3in6
{
	width: 600px !important;
}
#children2in6 table, #children3in6 table
{
	width: 600px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/static/rules_600_2columns.gif);
	background-repeat: repeat-y;
	border-collapse: collapse;
}
#children3in6 table
{
	background-image: url(/images/static/rules_600_3columns.gif);
}
#children2in6 td, #children3in6 td
{
	width: 300px;
	padding: 0px 10px 10px 15px;
	vertical-align: top;
	line-height:16px;
}
#children3in6 td
{
	width: 175px;
}
#children3in6 h2
{
	width: 170px;
	padding: 0px 0px 0px 0px;
}
