/*
  ~ Browser compatibility ~
  - Child selector ">": Other than IE (before IE7)
  - Star attribute prefix "*": IE only
*/

@media print
{
}

html, body, form
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body
{
  background: url(images/bg.gif);
  cursor: default;
  /*font-size: 11px;*/
  /*font-size: 0.69em; /* Nominal point value derives from user preference/default */
  /*font-family: arial, helvetica, sans-serif;*/
}

div
{
  -moz-box-sizing: border-box;
}

table
{
  font-size: 1em;
}

/* IE6 float fix */
*html .ie6floatfix
{
  height: 0.01%;
}

/*** Generics ***/
.red
{
  color: #f00;
}
.bold
{
  font-weight: bold;
}
.italic
{
  font-style: italic;
}
.smallfont
{
  font-size: 0.8em;
}
.nowrap
{
  white-space: nowrap;
}

/*** Defaults ***/
a
{
  color: #000;
  text-decoration: none;
}
a.icon
{
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 15px;
}
a.iconright
{
  background-position: right 1px;
  background-repeat: no-repeat;
  padding-right: 11px;
}
a.archive
{
  background-image: url(images/ico_archive.gif);
  padding-right: 26px;
}
a.archive:hover
{
  color: #000;
}
a.bwd
{
  background-image: url(images/ico_step_back.gif);
}
a.download
{
  background-image: url(images/ico_download.gif);
}
a.edit
{
  background-image: url(images/ico_edit.gif);
}
a.fwd
{
  background-image: url(images/ico_step_forward.gif);
}
a.go
{
  background-image: url(images/ico_go.gif);
}
a.history
{
  background-image: url(images/ico_history.gif);
}
a.new
{
  background-image: url(images/ico_new.gif);
}
a.refresh
{
  background-image: url(images/ico_refresh.gif);
}
a.search
{
  background-image: url(images/ico_search.gif);
}

h1, h2
{
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 18px;
}
h1
{
  border-bottom: solid 1px #000;
}
h3
{
  color: #000;
  font-size: 1.2em;
  margin-top: 20px;
}
h4
{
  color: #000;
  font-size: 1em;
  margin-top: 20px;
}
h5
{
  color: #000;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 6px;
  margin-top: 20px;
}
h6
{
  color: #666;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
}

ul, ol
{
  margin: 0px 0px 0px 4px;
  padding: 0px;
}
ul li, ul.linklist li
{
  background: url(images/ul_square.gif) no-repeat 0px 5px;
  list-style-type: none;
  padding-left: 10px;
}
ul.linklist li
{
  background: url(images/ul_links.gif) no-repeat 0px 5px;
}
ol
{
  font-weight: bold;
  margin-left: 21px;
}
ol
{
  *margin-left: 25px;
}
ol li span
{
  font-weight: normal;
  margin-left: -7px;
}
ol li span
{
  *margin-left: -11px;
}

dl dd
{
  margin-left: 10px;
}

hr
{
/* FEICore.css */
}

p
{
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/*** Containers ***/
div.containertop
{
  background-color: #fff;
  padding-top: 10px;
}

div.header
{
  height: 108px;
}

div.center
{
  margin: 0px auto;
  width: 950px;
}

div.content
{
  margin-left: 210px;
  margin-top: 20px;
  position: absolute;
  width: 740px; /* 950 - 210 */
}

div.content
{
  *margin-left: 10px;
}

div.leftpanel
{
  background-color: #fff;
  color: #474747;
  float: left;
  font-family: verdana, arial, helvetica;
  /*font-size: 11px;*/
  font-size: 1em;
  margin-top: 20px;
  width: 200px;
}

/*** Logo ***/
div.logo
{
  background-image: url(images/logoFWC.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 62px;
  position: absolute;
  width: 250px;
}

div.logo a
{
  display: block;
  height: 62px;
  width: 250px;
}

/*** Generic navigation ***/
div.genericnavigation
{
/*  text-align: -moz-right;*/
}
table.genericnavigation a
{
  color: #a1a1a1;
}
table.genericnavigation td
{
  white-space: nowrap;
}
table.genericnavigation td.spacer
{
  width: 100%;
}

/*** Primary (top) navigation ***/
div.primarynavigation
{
  color: #474747;
  font-family: verdana, arial, helvetica;
  /*font-size: 10px;*/
  font-size: 0.9em;
  margin-top: 10px;
}
table.primarynavigation a
{
  color: #474747;
}
table.primarynavigation table.menulevel1
{
  text-transform: uppercase;
}
table.primarynavigation table.menulevel1 a
{
  padding-right: 12px;
}
table.primarynavigation table.menulevel1itemsel
{
  font-weight: bolder;	
}
table.primarynavigation table.menulevel1itemsel a
{
  text-decoration:underline;
}
table.primarynavigation #zz1_TopNavigationMenun0
{
  display: none;
}
table.primarynavigation div.menulevelf
{
  border-bottom: solid 1px #474747;
  border-top: solid 1px #474747;
  text-transform: none;
  width: 195px;
}
table.primarynavigation div.menulevelf table
{
  width: 100%;
}
table.primarynavigation div.menulevelf table td
{
  padding: 1px 2px;
}

/*** Primary (top) navigation ***/
div.secondarynavigation
{
  color: #474747;
  font-family: verdana, arial, helvetica;
  /*font-size: 10px;*/
  font-size: 0.9em;
  margin-top: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
div.secondarynavigation a
{
  color: #474747;
}

div.secondarynavigation table.menulevel1 a
{
  padding-right: 12px;
}
table.secondarynavigation table.menulevel1itemsel
{
}
table.secondarynavigation #zz1_TopNavigationMenun0
{
  display: none;
}
table.secondarynavigation div.menulevelf
{
  border-bottom: solid 1px #474747;
  border-top: solid 1px #474747;
  text-transform: none;
  width: 195px;
}
table.secondarynavigation div.menulevelf table
{
  width: 100%;
}
div.secondarynavigation div.menulevelf table td
{
  padding: 1px 2px;
}
table.secondarynavigation table.menulevel1itemsel
{
  font-weight: bolder;	
}
table.secondarynavigation table.menulevel1itemsel a
{
  text-decoration:underline;
}

/*** Left (current) navigation ***/
div.leftnavigation
{
  padding: 20px 0px 20px 5px;
}
table.leftnavigation a
{
  color: #474747;
}
div.leftnavigation table
{
  width: 100%;
}
table.leftnavigation table.menulevel1,
table.leftnavigation table.menulevel2,
table.leftnavigation table.menulevel3,
table.leftnavigation table.menulevel4
{
}
table.leftnavigation div.menulevel3,
table.leftnavigation div.menulevel4
{
  border-bottom: solid 1px #474747;
  border-top: solid 1px #474747;
  width: 195px;
}
table.leftnavigation table.menulevel1item td
{
  padding-bottom: 4px;
}
table.leftnavigation table.menulevel1item a
{
  font-weight: bold;
}
table.leftnavigation table.menulevel1item a:hover
{
}
table.leftnavigation table.menulevel1itemsel a,
table.leftnavigation table.menulevel2itemsel a,
table.leftnavigation table.menulevel3itemsel a,
table.leftnavigation table.menulevel4itemsel a,
table.leftnavigation table.menulevel5itemsel a
{
  font-weight: bold;	
  text-decoration:underline;
}
table.leftnavigation table.menulevel2item td
{
  padding: 0px 0px 4px 8px;
}
table.leftnavigation table.menulevel2item a
{
}
table.leftnavigation table.menulevel2item a:hover
{
}
table.leftnavigation table.menulevel2itemsel
{
}
table.leftnavigation table.menulevel3item td
{
  padding: 0px 0px 4px 12px;
}
table.leftnavigation table.menulevel3item a
{
}
table.leftnavigation table.menulevel3item a:hover
{
}
table.leftnavigation table.menulevel3itemsel
{
}
table.leftnavigation table.menulevel4item td
{
  padding: 0px 0px 4px 16px;
}
table.leftnavigation table.menulevel4item a
{
}
table.leftnavigation table.menulevel4item a:hover
{
}
table.leftnavigation table.menulevel4itemsel
{
}
table.leftnavigation table.menulevel5item td
{
  padding: 0px 0px 4px 20px;
}
table.leftnavigation table.menulevel5item a
{
}
table.leftnavigation table.menulevel5item a:hover
{
}
table.leftnavigation table.menulevel5itemsel
{
}

/*** Search ***/
div.advsearch
{
  margin-top: 50px;
  padding-right: 4px;
  text-align: right;
  visibility: hidden;
}
div.search
{
  color: #000;
}
div.search table
{
  width: auto;
}

/*** Bread crumb trail ***/
div.bct
{
  color: #fff;
  font-size: 1.1em;
  padding: 4px 4px;
}
div.bct a
{
  color: #fff;
}
div.bct a:hover
{
  color: #fff;
  text-decoration: underline;
}
div.bct span.current
{
  font-style: italic;
}
div.bct span.spacer
{
  display: block;
  width: 15px;
}

/*** Header, Main Home Page ***/
div.contentheader
{
}
table.contentheader
{
  width: 100%;
}
table.contentheader a
{
  color: #fff;
}
table.contentheader a:hover
{
  color: #fff;
  text-decoration: underline;
}
table.contentheader h3
{
  color: #000;
  font-family: verdana, arial, helvetica;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  text-transform: uppercase;
}
table.contentheader td.tr
{
  background: url(images/bctsand.gif);
  background-color: #8d8479;
  background-position: top right;
  background-repeat: repeat-y;
  font-size: 1.1em;
  height: 20px;
  text-align: right;
  white-space: nowrap;
}
table.contentheader td.bl
{
  background-color: #8d8479;
  color: #fff;
  font-weight: bold;
 /* padding: 40px 10px;*/
  vertical-align: top;
}
table.contentheader td.br
{
  background: url(images/fwc_r_bg.gif);
  background-color: #fff;
  background-position: bottom right;
  background-repeat: repeat-x;
  padding: 5px;
  width: 100%;
}

/*** Header, Discipline Home Pages ***/
table.contentheader td.l
{
  background-color: #fff;
  background-position: top left;
  background-repeat: repeat-x;
  vertical-align: top;
  width: 100%;
}
table.contentheader td.l p
{
	margin:0px;
}
table.contentheader td.r
{
  background-color: #a5a5a5;
  vertical-align: top;
}
/* SharePoint div container */
table.contentheader td.bl div, table.contentheader td.r div
{
  font-size: 0px;
}

/*** Content, Home Pages ***/
table.home
{
  color: #666;
  margin: 8px 0px 4px 0px;
  width: 100%;
}

table.home td
{
  padding-left: 6px;
  vertical-align: top;
}

table.home td.home1stcol
{
  padding-left: 0px;
  width: 68%;
}

table.home table
{
  width: 100%;
}

table.home table td
{
  padding: 0px 0px 4px 0px;
}

table.content td.content1stcol
{
  width: 50%;
}

table.content td.content2ndcol
{
  padding-left: 6px;
  width: 50%;
}

div.footer
{
  clear: both;
  color: #a1a1a1;
  font-size: 0.8em;
  padding: 5px 0px;
}

/*** Content, Blank web part page ***/
div.wpp
{
  background-color: #fff;
  color: #666;
  padding: 20px 8px;
}
/*** Content, Richtext content page ***/
div.rtc
{
  background-color: #fff;
  color: #666;
  padding: 20px 8px;
  height: 0.01%; /* IE6 float fix */
}
div.rtc table.topright
{
  float: right;
  margin-bottom: 6px;
  margin-left: 6px;
}
div.rtc a:hover
{
  text-decoration: underline;
}

/*** Content, News summary and title ***/
table.newssummary
{
  width: 100%;
}
table.newssummary div.title,
div.newsdetail div.title,
div.news div.title
{
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}
table.newssummary div.title span.date,
div.newsdetail div.title span.date,
div.news div.title span.date
{
  color: #666;
  font-weight: normal;
}
div.newsdetail div.title
{
  width:53%;
}
/*** Content, News control, News and Infos pages ***/
table.newscontrolbg
{
  background-color: #fff;
  width: 100%;
}
div.news,
div.newscontrol
{
  background-color: #fff;
  color: #666;
  height: 0.01%; /* IE6 float fix */
  padding: 20px 8px;
}
div.newscontrol table.newssummary
{
  border: solid 1px #e3e3e3;
  float: right;
  margin-bottom: 8px;
  margin-left: 8px;
  width: 45%;
}
div.newscontrol table.newssummary td
{
  padding: 4px;
}

/*** Content, News and Infos pages ***/
div.news div.teaser
{
  margin-bottom: 8px;
}
div.news table.topleft,
div.newsdetail table.topleft
{
  border: solid 1px #e3e3e3;
  float: left;
  margin-bottom: 6px;
  margin-right: 8px;
}
/* SharePoint div container */
div.news table td.image div,
div.newsdetail table td.image div
{
  font-size: 0px;
}
div.news table td.image,
div.newsdetail table td.image,
div.news table td.caption,
div.newsdetail table td.caption
{
  text-align: center;
}
div.news table td.caption,
div.newsdetail table td.caption
{
  color: #7f7f7f;
  padding: 2px;
}
div.news div.body,
div.newsdetail div.body
{
  margin-bottom: 8px;
}
table.home div.newsdetail div.body
{
  margin: 0px;
}
div.news div.body ul
{
  clear: both;
}
div.news table.bottom,
div.newsdetail table.bottom
{
  clear: both;
  margin: 0px auto;
  width: 1px;
}
div.news table.bottom,
div.newsdetail table.bottom
{
  *clear: none;
}
div.news table.bottom table,
div.newsdetail table.bottom table
{
  border: solid 1px #e3e3e3;
}
div.news table.bottom td,
div.newsdetail table.bottom td
{
  padding: 2px;
  vertical-align: top;
}
div.news table.bottom table td.image,
div.newsdetail table.bottom table td.image
{
  padding: 0px;
}

/*** Content, Clipping ***/
div.clipping
{
  background-color: #fff;
  color: #666;
  padding: 20px 8px;
}
div.clipping div.rtc
{
  padding: 0px;
}
div.clipping table.cliplinks
{
  text-align: left;
  height: 100%;
}
div.clipping table.cliplinks iframe
{
  background-color: Transparent;
}
div.clipping table.cliplinks td.footer
{
  padding-top: 10px;
  padding-bottom: 0px;
}
div.clipcontrol iframe
{
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  width: 99%;
}

/*** Header, Photo gallery summary ***/
table.pgsumm
{
  width: 100%;
}
table.pgsumm table.album
{
  background-color: #e3e3e3;
  margin-bottom: 1px;
  width: 100%;
}
table.pgsumm table.album td
{
  padding: 3px 10px 0px 10px;
  vertical-align: top;
}
table.pgsumm table.album td.title
{
  font-weight: bold;
  width: 100%;
}
table.pgsumm table.album td.photo
{
  padding-left: 0px;
  padding-top: 0px;
  vertical-align: middle;
}
table.pgsumm table.album img
{
  width: 70px;
}
table.pgsumm td.footer
{
  padding: 8px 5px 0px 0px;
  text-align: right;
}
table.pgsumm a
{
  color: #000;
}
table.pgsumm a:hover
{
  text-decoration: none;
}
table.pgsumm td.footer a:hover
{
  color: #000;
}

/*** Content, Album control page ***/
div.albums
{
  background-color: #fff;
  color: #666;
  padding: 20px 8px;
}
div.albums table
{
  margin-bottom: 40px;
  width: 100%;
}
div.albums table.album td.photo img
{
  width: 80px;
}
div.albums table.album td.title
{
  font-weight: bold;
  padding-left: 8px;
  vertical-align: bottom;
  width: 100%;
}
div.albums table.album td.desc
{
  padding-left: 8px;
  padding-top: 8px;
  vertical-align: top;
}

/*** Content, Boxes ***/
div.box
{
  background-color: #fff;
}
div.box div.box_t
{
  font-size: 2px; /* IE min div height! */
  height: 2px;
}
div.box div.box_tl
{
  background-image: url(images/box_tl.gif);
  float: left;
  height: 2px;
  width: 7px;
}
div.box div.box_tr
{
  background-image: url(images/box_tr.gif);
  float: right;
  height: 2px;
  width: 7px;
}
div.box div.box_content
{
  background-image: url(images/box_content.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 0px 4px;
  padding: 0px 6px;
}
div.small div.box_content
{
  background-image: url(images/box_small_content.gif);
}
div.big div.box_content
{
  background-image: none;
}
div.box div.clipping
{
  padding: 4px;
  text-align: center;
}
div.box div.sponsor
{
  text-align: center;
}
div.box div.box_content p
{
  margin: 0px;
}
div.box_content h3
{
  color: #7f7f7f;
  font-family: verdana, arial, helvetica;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  text-align: left;
}
div.box div.box_b
{
  background-image: url(images/box_b.gif);
  font-size: 2px; /* IE min div height! */
  height: 8px;
}
div.big div.box_b
{
  background-image: none;
}
div.box div.box_bl
{
  background-image: url(images/box_bl.gif);
  float: left;
  height: 8px;
  width: 7px;
}
div.big div.box_bl
{
  background-image: url(images/box_big_bl.gif);
}
div.box div.box_br
{
  background-image: url(images/box_br.gif);
  float: right;
  height: 8px;
  width: 7px;
}
div.big div.box_br
{
  background-image: url(images/box_big_br.gif);
}

/*** Forms ***/
div.formerror, div.formmsg
{
  background-color: #d6e3ce;
  background-image: url(images/ico_exclamation_red.gif);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  color: #f00;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 22px;
}
div.formmsg
{
  background-image: url(images/ico_exclamation.gif);
  color: #34660c;
}

/*** Inputs ***/
.w30
{
  width: 30px;
}
.w60
{
  width: 60px;
}
.w100
{
  width: 100px;
}
.w120
{
  width: 120px;
}
.w150
{
  width: 150px;
}
.w200
{
  width: 200px;
}
.w250
{
  width: 250px;
}
.w400
{
  width: 400px;
}
.w500
{
  width: 500px;
}

input.date
{
  width: 63px;
}
input.time
{
  width: 36px;
}

input.text
{
  border: solid 1px #b1b1b1;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  padding: 1px;
}

input.actionbutton
{
  background-color: #e8e8e8;
  background-image: url(images/form_but_arrow.gif);
  background-position: 74px center;
  background-repeat: no-repeat;
  border: 0px;
  color: #000;
  font-size: 1em;
  /*line-height: 15px;*/
  padding-right: 17px;
  text-align: right;
  width: 84px;
}

/*** NOT USED, but may be ***/
/*
a.button
{
  background: url(images/right.gif);
  background-color: #e3e3e3;
  background-position: center right;
  background-repeat: no-repeat;
  color: #000;
  display: block;
  padding-right: 15px;
  text-align: right;
  text-decoration: none;
}

a.w8em
{
  width: 8em;
}

input.picbutton
{
  background-color: #fff;
  background-image: url(images/ico_go.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
  cursor: hand;
/*  font-size: 1em;*/
/*  line-height: 15px;*/
/*
  width: 10px;
}
*/

/*** HTML Editor - Custom Styles ***/
/*
.rteCustom-XXX
{
  font-size: 20px;
}
*/
