/*--------------------------------------------------|
| fds800.css                                        |
| This file contains specific css changes for       |
| 800x600 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: 800px;
}

/* ----- KB Article Style - special box size for the knowledge base article reader ---- */

.kbarticlestyle {
  height: 500px;
  width: 390px;
}

/* ---- Used by the styles Default Page and Two Column ---- */

.pagelayout {
  width: 610px;
}

.leftcolumn {
  width: 390px;
}
.rightcolumn {
  left: 200px;
}

/* ---- Used by the styles Single Column (autoscroll) and Two Column (autoscroll) ---- */

.pagelayoutwithscroll {
  width: 610px;
}

.leftcolumnwithscroll {
  width: 390px;
}
.rightcolumnwithscroll {
  left: 200px;
}

/* ---- Used by the style Two Column which is now based on tables ---- */

.pagelayouttable {
  width: 610px;
}

.leftcolumntable {
  width: 390px;
}

/* ---- Added these to put ALL formatting in the css document, and not in the style ---- */

.logotable {
  width: 800px;
}

.fdsbanner {
  width: 800px;
}

.msbanner {
  width: 800px;
}

.mfbanner {
  width: 800px;
}

