/*--------------------------------------------------|
| fdsfull.css                                       |
| This file contains specific css changes for       |
| full width screens.                               |
|---------------------------------------------------|
| Copyright (c) 2005 Formation Design Systems       |
|--------------------------------------------------*/

@import url("/extras/FDS/fdscommon.css");

/* ---- Maintable - used to define the main table that everything belongs to ---- */

.maintable {
  width: 100%;
}

/* ----- KB Article Style - special box size for the knowledge base article reader ---- */

.kbarticlestyle {
  height: 500px;
  width: 370px;
}

/* ---- Used by the styles Default Page and Two Column ---- */

.pagelayout {
  width: 100%;
}

.leftcolumn {
  width: auto;
}
.rightcolumn {
  left: 200px;
}

/* ---- Used by the styles Single Column (autoscroll) and Two Column (autoscroll) ---- */

.pagelayoutwithscroll {
  width: 100%;
}

.leftcolumnwithscroll {
  width: auto;
}
.rightcolumnwithscroll {
  left: 200px;
}

/* ---- Used by the style Two Column which is now based on tables ---- */

.pagelayouttable {
  width: 100%;
}

.leftcolumntable {
  width: auto;
}

/* ---- Added these to put ALL formatting in the css document, and not in the style ---- */

.logotable {
  width: 100%;
}

.fdsbanner {
  width: 100%;
}

.msbanner {
  width: 100%;
}

.mfbanner {
  width: 100%;
}

/*table cell styles*/

.tableroweven {
	background-color: #F0F0E8;
	vertical-align: middle;
}
.tablerowodd {
	background-color: #FBFBF0;
	vertical-align: middle;
}
