﻿/***** **** *** ** *
 * Layout:	Base
 * File:	layouts/Base.master
 * Parent:	None
 * Admin:	This layout is not selectable in the administration.
 * Purpose:	The root HTML layout including everything up to the body tag.
 * Notes:	All other layouts are ultimately enclosed in this layout. All
 *			general styles such as the color of anchors, base font sizes, etc.
 *			should be defined here.
 * ** *** **** *****/

body
{
	
}

table.base td.numeric,
table.base th.numeric
{
	text-align: right;
}

/* Basic Elements/Controls */
/* Pairing List */
div.pairinglist
{
	
}
	ul.pairings
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		li.pairing
		{
			margin-bottom: 1em;
		}
			li.pairing label.primary
			{
				
			}
			div.pairing-controls
			{
				overflow: hidden;
			}
			
			/* Horizontal Pairings */
			li.pairing-orientation-horizontal label.primary
			{
				float: left;
				width: 150px;
			}
			li.pairing-orientation-horizontal div.pairing-content
			{
				margin-left: 160px;
			}
/* Action List */
div.actionlist
{
	
}
	ul.actions
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		li.action
		{
			
		}