/* $Id: layout-garland.css,v 1.2 2008/01/06 15:50:31 johnalbin Exp $ */
	/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This is the same layout method used by Garland.
 *
 * However, there is a KNOWN BUG with this layout method that has no known fix:
 *   oversize content will causes IE to display the sidebars underneath the main
 *   content.
 */


body.popup {
	border: 3px solid #999;
	padding-bottom: 20px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
	min-width: 830px;
}

/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left,body.sidebar-right {
	min-width: 830px;
}

#subpageHeader {
	margin: 0 auto;
}  /* global */







 /* for REGS20 */
#topTabs {
	font-size: 1.1em;
	margin-top: 15px;
	width: 650px;
	text-align: right;
}

#topTabsLeft {
	font-size: 1.1em;
	margin-top: 15px;
	width: 650px;
	text-align: left;
}

/*
 * Column Layouts
 */
.threeColsA {
	float: left;
	position: relative;
	display: inline;
	width: 39%;
	height: auto;
	padding-bottom: 20px;
	background: #fff url(../images/divider_400px.png) right top no-repeat;
	vertical-align: top;
}

.threeColsB {
	float: left;
	position: relative;
	display: inline;
	width: 39%;
	height: auto;
	padding-bottom: 20px;
	vertical-align: top;
}

.threeColsC {
	float: left;
	position: relative;
	display: inline;
	width: 19%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

.twoColsA {
	float: left;
	position: relative;
	display: inline;
	/*width: 40%;*/
	height: 420px;
	background: #fff url(../images/divider_400px.png) right top no-repeat;
	vertical-align: top;
}

.twoColsB {
	float: left;
	position: relative;
	display: inline;
	width: 60%;
	vertical-align: top;
}

.twoColsA_2 {
	float: left;
	position: relative;
	display: inline;
	width: 78%;
	height: auto;
	padding-bottom: 20px;
	vertical-align: top;
}

.twoColsB_2 {
	float: left;
	position: relative;
	display: inline;
	width: 19%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

.threeColsA_2 {
	float: left;
	position: relative;
	display: inline;
	width: 32%;
	height: auto;
	padding-bottom: 20px;
	vertical-align: top;
}

.threeColsB_2 {
	float: left;
	position: relative;
	display: inline;
	width: 32%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

.threeColsC_2 {
	float: left;
	position: relative;
	display: inline;
	width: 30%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

.focusBox2 {
	background-color: #fff;
	padding: 3px 5px;
	margin: 10px;
	border: 1px solid #ccc;
}

.focusBoxWarning {
	background-color: #ffebeb;
	padding: 3px 5px;
	margin: 5px 0px;
	border-top: 1px solid #fd8e8e;
	border-bottom: 1px solid #fd8e8e;
	border-left: none;
	border-right: none;
}

.contentBox {
	margin: 4px 10px 5px 10px;
}

.contentBox2 {
	padding: 4px 10px 5px 10px;
}

.pager,.pager2 {
	width: 50%;
	border: 1px #ccc solid;
	background: #E5E5E5;
	padding: 0px 1px;
	vertical-align: middle;
}

.pager {
	float: right;
	position: relative;
	display: inline;
	margin: -28px 10px 0px 0px;
}

.pager2 {
	float: right;
	position: relative;
	display: inline;
	margin: 0px 10px 0px 0px;
}

/*
 * FORMS TABLE
 */
.label {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 4px;
}

.label2 {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 3px;
}

.btn {
	background-color: #E9E9E9;
	margin-top: 10px;
	width: 100%;
}

.btn TD {
	padding: 7px 0px 7px 7px;
}



/* Ensure long text or wide images don't break IE6 layout. */
#page,#header,#footer,#container .sidebar {
	_overflow: hidden;
	_overflow-y: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}



/* graphicContent used in Help*Widget.java classes */
.graphicContent {
	background: #d7d7d7 url(../images/graphicContent_bg.png) top repeat-x;
	padding: 10px;
	width: 96%;
	text-align: center;
	margin-top: 5px;
}

/*
 * Side Boxes
 */ /* global */
.sideBox {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 10px 10px;
	background: #fff url(../images/sideBox_bg.gif) top repeat-x;
	border: 1px solid #ccc;
	width: 100% auto;
	color: #333;
}

/* Only used in About*Widgets */
.sideBox2 {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 10px 10px;
	background: #fff url(../images/sideBox_bg3.gif) top repeat-x;
	border: 1px solid #ccc;
	width: 100% auto;
	color: #333;
}

.sideBox h2,.sideBox2 h2 {
	color: #666;
	margin: 6px 0px 15px 0px;
}

.sideBox img,.sideBox2 img {
	float: left;
	position: inline;
	margin: 0px 8px 20px 0px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	clear: both;
}



/*
 * Misc
 */
.aboutChart {
	border: #f0f0f0 1px solid;
	padding: 3px;
	margin-top: 10px;
}

.aboutTimelineImg {
	width: 60px;
	background: #fff url(../images/timeline_bg.png) top left repeat-y;
	border-bottom: 2px solid #fff;
	vertical-align: top;
}

.aboutTimelineText {
	width: 500px;
	background-color: #f7f7f7;
	border-bottom: 2px solid #fff;
	vertical-align: top;
}

.aboutTimelineText h6 {
	margin: 5px;
	font-weight: 700;
	font-size: 110%;
}  /* used in About widgets */
.aboutTimelineImg2 {
	width: 60px;
	background: #fff url(../images/timeline_bg2.png) top left repeat-y;
	border-bottom: 2px solid #fff;
	vertical-align: top;
}

.aboutTimelineText2 {
	width: 500px;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	vertical-align: top;
}
