﻿/* Reset to a standard base */

@import url("../../YUI/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("../../YUI/build/base/base.css");

/* Standard container sizing.
 * These are required to ensure popup windows size correctly.
 */
html, body, form
{
	width: 100%;
	height: 100%;
	overflow: visible;
}

/**************************************************/
/* Force overflowing content to hide itself       */
/* This resolves the issue of greyed out vertical */
/* scrollbars in IE8 and earlier                  */
/**************************************************/
html
{
	overflow: auto;
}

/**************************************************/
/* ensure that all borders around StandardPanels  */
/* appear complete - probably related to the size */
/* of the sliver_grey.gif used for PanelTitles    */
/**************************************************/
body
{
	line-height: 1.385em;  /* added to ensure that all borders around StandardPanels appear complete */
	text-align: left;
}

/**************************************************/
/* Reduce the margins between the yui grid        */
/* containers by overriding the following classes */
/**************************************************/

.yui-gb .yui-u 
{
	margin-left: 1.9%;
}

.yui-gd .yui-u 
{
	width: 67%;
	margin-left: 0.9%;
	float: left;
}

.yui-g .yui-u 
{
	width: 49.9%;
	float: right;
}

.yui-gc .yui-u 
{
	width: 33%;
	margin-left: 0;
	float: left;
}