﻿/*
Styles relating to how Canvas-specific pages are laid out.
*/

/* 2 Column with NO Search Panel */

TABLE.twoCol {
	float:left;
	/*width:981px;*/
	/*_width:971px;*/
	width:980px;
	_width:981px;
	padding:0px;
	font-weight:normal;
	border-collapse:collapse;
	border-color:#fff;
	border-style:solid;
}

TABLE.twoCol TD {
	border-color:#fff;
}

TABLE.twoCol TR {
	vertical-align:top;
}

TABLE.twoCol TD.colLeft {
/*	width:800px;
	_width:791px;*/
}

TABLE.twoCol TD.colRight {
	width:180px;
}

