/*
 DocWiz Workflow Portal/NOSE style sheet
 Copyright 2003, Softech & Associates, Inc.  All rights reserved.
 $Workfile: worflow-skin.css $
 $Revision: 1 $
 $Author: Djulien $
 $Date: 2/11/03 5:44p $
*/

td.fg1
{
  background: #ccccff;
  vertical-align: top;
}

td.fg2
{
  background: #ccccff;
  vertical-align: center;
}

td.bg1
{
  background: #9999ff;
  vertical-align: top;
}

td.bg2
{
  background: #9999ff;
  vertical-align: center;
}

A.link
{
  xfont-weight: bold;
  xbackground: none transparent scroll repeat 0% 0%;
  xcursor: hand;
  xcolor: black;
  text-decoration: none;
  xtext-transform: uppercase;
}

A:hover.link
{
  xfont-weight: bold;
  xbackground: none transparent scroll repeat 0% 0%;
  xcursor: hand;
  xcolor: black;
  text-decoration: underline;
  xtext-transform: uppercase;
}

body
{
  font-weight: normal;
  font-size: 11px;
  xbackground-color: #00cccc;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 4px; /* top, right, bottom, left */
  padding: 0px;
  xbackground: #ffffff;
  xbackground: graphics/banff_0147.jpg
}

body.flowchart
{
  font-weight: normal;
  font-size: 14px;
/*  background-color: #00cccc;*/
  background-color: #ffff80;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
/*  background-image: graphics/spiralntbk.gif;*/
}

body.popup
{
  font-weight: normal;
  font-size: 11px;
  background-color: #c0d0d0;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 10px 0px 10px;
  padding: 0px;
/*  background: #ffffff;*/
}

td.workstep
{
  font-weight: normal;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 10px 0px 10px;
  padding: 0px;
}

td
{
  font-weight: normal;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner
{
  position: absolute;
  xwidth: 100%;
  xheight: 64px;
  xtop: 0px;
  xleft: 10px;
  xbackground-color: #cccccc;
  xpadding: 0px;
  xmargin-top: 0px;
  xmargin-left: -5px;
  xmargin-right: -10px;
  xpadding-bottom: 20px;
  xpadding: 10px;
  padding: 0px;
  margin: 0px;
}

#logo
{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 120;
}

.shadowx
{
  position: absolute;
  xtop: 20px;
  xleft: 100px;
  height: 64px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  xcolor: #ffffff;
  padding: 10px;
  margin: 0px;
}

.shadow1x
{
  top: 20px;
  left: 100px;
  color: #ffffff;
}

.shadow2x
{
  top: 22px;
  left: 102px;
  color: #808080;
}

.shadow3x
{
  top: 23px;
  left: 103px;
  color: #000000;
}

/* TODO: cascade these */
#shadow1
{
  position: absolute;
  top: 20px;
  left: 100px;
  height: 64px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  padding: 10px;
  margin: 0px;
}

#shadow2
{
  position: absolute;
  top: 22px;
  left: 102px;
  height: 64px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #808080;
  padding: 10px;
  margin: 0px;
}

#shadow3
{
  position: absolute;
  top: 23px;
  left: 103px;
  height: 64px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  padding: 10px;
  margin: 0px;
}

#Lpanel
{
  position: absolute;
  width: 200px;
  top: 64px;
  left: 10px;
  xbackground-color: #00FFFF;
  xborder: lpx solid #000;
  padding: 10px;
  padding-top: 20px;
}

#Mpanel
{
  xposition: relative;
  xposition: absolute;
  xwidth: 200;
  xmin-width: 300px;
  top: 64px;
  xleft: 210px;
  xbackground-color: #FF00FF;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 204px;
  margin-right: 204px;
  padding: 10px;
  padding-top: 20px;
}

#Rpanel
{
  xposition: relative;
  position: absolute;
  width: 200px;
  top: 64px;
  right: 10px;
left: 700px; /* IE4 KLUDGE; TODO */
  xbackground-color: #FFFF00;
  xborder: lpx solid #000;
  padding: 10px;
  padding-top: 20px;
}

p.heading
{
  font-weight: bold;
  color: black;
  xtext-transform: uppercase;
}

p.small
{
  font-size: 9px;
}

br.small
{
  font-size: 9px;
}

a.icon
{
  font-weight: bold;
  background: none transparent scroll repeat 0% 0%;
  cursor: hand;
  color: black;
  text-decoration: none;
  xtext-transform: uppercase;
  xpadding-top: 10px;
}

A:hover.icon
{
  xfont-weight: bold;
  xbackground: none transparent scroll repeat 0% 0%;
  xcursor: hand;
  xcolor: black;
  text-decoration: underline;
  xtext-transform: uppercase;
}

input.cancelbutt
{
  visibility: hidden;
}

input.helpbutt
{
  visibility: hidden;
}

input.hidebutt
{
  visibility: hidden;
}

input.button
{
  font-weight: normal;
  font-size: 11px;
  xbackground-color: #00cccc;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px; /*10px 10px 0px 10px;*/
  padding: 0px;
  background: #80f0f0;
}

.clsNode { font-family: tahoma; font-size: 8pt; text-decoration: none; cursor: hand; color: black }
.clsNodeSelected { font-weight:bold; font-family: tahoma; font-size: 8pt; text-decoration: none; cursor: hand; color: black }
.clsNode:hover { text-decoration: none; color: #eeeeee; background-color: #003366 }

/* TODO: prune ============================================================================= */


/* from glish.com/css: */
/* see also: http://www.webreview.com/style/ */
/*
#xcontent
{
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 5%;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #000;
  text-align: left;
  min-width: 500px;
}
#xmenufooter
{
  margin-bottom: 20px;
}
#xmenusitelinks
{
  font-size: 12px;
}
.xmenus
{
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 10px solid #000;
  background: #fff;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 10px;
}
#xmenu
{
  width: 240px;
  padding: 0px;
  margin-left: 20px;
  margin-right: -3px;
  float:right;
/ *
  IE5x PC mis-implements the box model. Because of that we sometimes have
  to perform a little CSS trickery to get pixel-perfect display across browsers.

  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
  parsing bug in IE5x PC that will prematurly close a style rule when it runs
  into the string "\"}\"". After that string appears in a rule, then, we can override
  previously set attribute values and only browsers without the parse bug will
  recognize the new values. So any of the name-value pairs above this comment
  that we need to override for browsers with correct box-model implementations
  will be listed below.

  We use the voice-family property because it is likely to be used very infrequently,
  and where it is used it will be set on the body tag. So the second voice-family value 
  of "inherit" will override out bogus "\"}\"" value and allow the proper value to
  cascade down from the body tag.
  
  The style rule immediately following this rule offers another chance for CSS2
  aware browsers to pick up the values meant for correct box-model implementations.
  It uses a CSS2 selector that will be ignored by IE5x PC.

  Read more at http://www.glish.com/css/hacks.asp
* /
  voice-family: "\"}\"";
  voice-family: inherit;
}
html>body
#xmenu
{
  margin-right: -6px;
}
p,h1,h2
{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 20px 0px 20px;
}
h2
{
  font-size: 16px;
  padding-top: 0px;
  margin-bottom: 0px;
}
#xtitle h1
{
  font-size: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 10px solid #000;
  border-left: 10px solid #000;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#xtitle
{
  padding: 0px;
  margin-right: -6px;
  margin-left: -6px;
  width: 100%; / * I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers* /
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body
#xtitle
{
  width: auto;
}
a.xsitelinksred
{
  color: #c00;
}
a.xsitelinksredorange
{
  color:#f60;
}
a.xsitelinksorange
{
  color:#f90;
}
a.xsitelinksyellow
{
  color:#fc0;
}
a.xanchor
{
  font-size: 10px;
  font-weight: normal;
}
p.xanchor
{
  text-align: right;
}
.xlinks
{
  margin-left: 50px;
  margin-right: 30px;
}
#xlayouts
{
  font-size: 10px;
  margin-left: 10px;
}
	
xBODY
{
color: #880000
bgcolor: #008800
background-color: #008080
/ *background-image: url(Essback.gif)* /
background-attachment: fixed
font-size: 12px;
font-color: white;
}
xjunk
{
BORDER-BOTTOM-STYLE: none;
BORDER-LEFT-STYLE: none;
BORDER-RIGHT-STYLE: none;
BORDER-TOP-STYLE: none;
$font_size
$font_color
xFONT-FAMILY: arial;
xTEXT-ALIGN: center;
$bkgnd_color
}
TD.Footer
{
font-size: {$font_size2}px;
$font_color
xFONT-FAMILY: arial;
$bkgnd_color
border-top: solid 1px $font_color2;
}


.xMAINTEXT {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica;
}
.xCOPYRIGHTTEXT {
	color: #808080;
	font-size: 8pt;
	font-family: Helvetica;
}
.xTABLETEXT {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica;
}
xTD
{
  font-size: 12;
}
xTD.tlbr0
{ 
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  vertical-align: top;
}
xTD.tbr1
{ 
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  vertical-align: top;
  background: #e0e0e0;
}
xBODY
{
    MARGIN-TOP: 8px;
    BACKGROUND: #ff0000;
    MARGIN-LEFT: 8px;
    COLOR: #0000ff
}
xTD
{
    BACKGROUND: #ffff00;
    COLOR: #00ffff
}
xBODY.Dlg
{
    MARGIN-TOP: 8px;
    MARGIN-LEFT: 8px;
    COLOR: #000000;
    BACKGROUND-COLOR: #bfc3c5
}
xINPUT.Menu
{
    BACKGROUND: #ccddcc;
    COLOR: #000000
}
xINPUT.DlgButton
{
    BACKGROUND: #dcdcdc;
    COLOR: #000000
}
xINPUT.DlgButtonBig
{
    BACKGROUND: #dcdcdc;
    WIDTH: 100px;
    COLOR: #000000
}
xA.Tabstrip:link
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none
}
xA.Tabstrip:active
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none
}
xA.Tabstrip:visited
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none
}
xBODY.Tab
{
    MARGIN-TOP: 8px;
    MARGIN-LEFT: 8px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ccddcc
}
xTD.Tab
{
    FONT-WEIGHT: bold;
    BACKGROUND: #ccddcc;
    COLOR: #000000
}
xBODY.UnTab
{
    MARGIN-TOP: 8px;
    MARGIN-LEFT: 8px;
    COLOR: #333333;
    BACKGROUND-COLOR: #99aa99
}
xTD.UnTab
{
    BACKGROUND: #99aa99;
    COLOR: #000000
}
xBODY.Tree
{
    BACKGROUND: #99aa99;
    COLOR: #000000
}
xA.TreeIcon:link
{
    BORDER-RIGHT: 1px inset;
    BORDER-TOP: 1px inset;
    FONT-WEIGHT: bold;
    BORDER-LEFT: 1px inset;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: 1px inset;
    TEXT-DECORATION: none;
    xbackground: #ccddcc
}
xA.TreeIcon:active
{
    BORDER-RIGHT: 1px inset;
    BORDER-TOP: 1px inset;
    FONT-WEIGHT: bold;
    BORDER-LEFT: 1px inset;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: 1px inset;
    TEXT-DECORATION: none;
    xbackground: #ccddcc
}
xA.TreeIcon:visited
{
    BORDER-RIGHT: 1px inset;
    BORDER-TOP: 1px inset;
    FONT-WEIGHT: bold;
    BORDER-LEFT: 1px inset;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: 1px inset;
    TEXT-DECORATION: none;
    xbackground: #ccddcc
}
xA.TreeNodeText:link
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none;
    xfont-weight: bold
}
xA.TreeNodeText:active
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none;
    xfont-weight: bold
}
xA.TreeNodeText:visited
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none;
    xfont-weight: bold
}
xA.TreeLeafText:link
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: #999999;
    TEXT-DECORATION: none
}
xA.TreeLeafText:active
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: #999999;
    TEXT-DECORATION: none
}
xA.TreeLeafText:visited
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    CURSOR: hand;
    COLOR: #999999;
    TEXT-DECORATION: none
}
xBODY.Grid
{
    BACKGROUND: #99aa99;
    COLOR: #000000
}
xTR.GridHdr
{
    FONT-WEIGHT: bold;
    BACKGROUND: #99aa99;
    COLOR: #000000
}
xTR.GridRowOdd
{
    BACKGROUND: #f0fff0;
    COLOR: #000000
}
xTR.GridRowEven
{
    BACKGROUND: #ffffff;
    COLOR: #000000
}
xIMG.MainLogoBack
{
    BACKGROUND-POSITION: left center;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(images/Large_wave.jpg);
    BACKGROUND-REPEAT: repeat-x
}
IMG.MainLogo
{
    Z-ORDER: 1
}
.SplashTD
{
    BACKGROUND-POSITION: left center;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(images/Large_wave.jpg);
    BACKGROUND-REPEAT: repeat-x
}
.LogOnButton
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #3969a9
}
.DlgCaption
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
.FolderHead
{
    FONT-SIZE: 18px;
    FONT-FAMILY: Arial
}
.FolderData
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
.FolderBigCaption
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial
}
.FolderTabBody
{
    BACKGROUND-COLOR: #ffcc66
}
INPUT.FolderButton
{
    BACKGROUND: #4cbfe8;
    COLOR: #000000
}
INPUT.SplashBtn
{
    FONT-SIZE: 8px;
    BACKGROUND: #4968a8;
    COLOR: #ffffff
}
.FolderWave
{
    Z-INDEX: 100;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 20px
}
.FolderLogo
{
    Z-INDEX: 110;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 10px
}
.FolderMain
{
    Z-INDEX: 120;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 0px
}
.menu
{
    BORDER-RIGHT: buttonhighlight 2px outset;
    BORDER-TOP: buttonhighlight 2px outset;
    FONT-SIZE: 10pt;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight 2px outset;
    CURSOR: default;
    COLOR: menutext;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight 2px outset;
    FONT-FAMILY: MS Sans Serif;
    POSITION: absolute;
    BACKGROUND-COLOR: menu;
    Z-INDEX: 300
}
.visibleMenu
{
    BORDER-RIGHT: buttonhighlight 2px outset;
    BORDER-TOP: buttonhighlight 2px outset;
    FONT-SIZE: 10pt;
    Z-INDEX: 210;
    VISIBILITY: visible;
    BORDER-LEFT: buttonhighlight 2px outset;
    CURSOR: default;
    COLOR: #ffffff;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight 2px outset;
    FONT-FAMILY: MS Sans Serif;
    POSITION: absolute;
    BACKGROUND-COLOR: #4968a8;
    Z-INDEX: 300
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #4968a8;
    TEXT-DECORATION: none;
    Z-INDEX: 300
}
.menuItemOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bolder;
    COLOR: #000000;
    BACKGROUND-COLOR: #4cbfe8;
    TEXT-DECORATION: none
}
.menuItemOver A
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bolder;
    CURSOR: default;
    COLOR: #000000;
    BACKGROUND-COLOR: #4cbfe8;
    TEXT-DECORATION: none
}
.menuItem A
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    CURSOR: default;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #4968a8;
    TEXT-DECORATION: none
}
.more
{
    Z-INDEX: 210;
    FONT-FAMILY: WebDings;
    POSITION: relative;
    TEXT-ALIGN: right
}
.EditFolderInput
{
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.ReportBody
{
    BACKGROUND-COLOR: #fff9cc
}
.DocData
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
.EditDocInput
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}
.DelNoteInput
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}
.FindFolderInput
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}
.FindDocInput
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}
.VersionInfo
{
    FONT-SIZE: 8pt;
    LEFT: 0px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TOP: 0px
}
.VersionImg
{
    Z-INDEX: 310;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 0px
}
.RegularBody
{
    Z-INDEX: 200;
    LEFT: 10px;
    POSITION: absolute;
    TOP: 10px
}
.FolderResultGrid
{
    Z-INDEX: 310;
    LEFT: 10px;
    VISIBILITY: visible;
    POSITION: absolute;
    TOP: 250px
}
.DisabledTree
{
    COLOR: #888888
}
.listboxCell
{
    OVERFLOW: scroll
}
.FolderListBox
{
    WIDTH: 200px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.SplashWave
{
    Z-INDEX: 100;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 175px
}
.SplashLogo
{
    Z-INDEX: 110;
    LEFT: 275px;
    POSITION: absolute;
    TOP: 122px
}
.SplashClaims
{
    Z-INDEX: 210;
    LEFT: 175px;
    CURSOR: hand;
    POSITION: absolute;
    TOP: 300px
}
.SplashReports
{
    Z-INDEX: 210;
    LEFT: 625px;
    CURSOR: hand;
    POSITION: absolute;
    TOP: 300px
}
.SplashAdd
{
    Z-INDEX: 210;
    LEFT: 275px;
    CURSOR: hand;
    POSITION: absolute;
    TOP: 450px
}
.SplashMain
{
    Z-INDEX: 200;
    LEFT: 5px;
    POSITION: absolute;
    TOP: 5px
}
.SplashWelcome
{
    FONT-SIZE: 42px;
    Z-INDEX: 200;
    LEFT: 285px;
    COLOR: #000000;
    FONT-FAMILY: 'monotype corsiva', Arial;
    POSITION: absolute;
    TOP: 75px
}
.LogoffButton
{
    Z-INDEX: 210;
    BACKGROUND: #4968a8;
    LEFT: 400px;
    COLOR: #ffffff;
    POSITION: absolute;
    TOP: 540px
}
.LogonButton
{
    Z-INDEX: 210;
    BACKGROUND: #4968a8;
    LEFT: 408px;
    COLOR: #ffffff;
    POSITION: absolute;
    TOP: 480px
}
.SplashWorkItems
{
    Z-INDEX: 210;
    LEFT: 550px;
    CURSOR: hand;
    POSITION: absolute;
    TOP: 450px
}
.SplashText
{
    FONT-SIZE: 25px;
    COLOR: #000000;
    FONT-FAMILY: 'monotype corsiva', Arial
}
.SplashTextSmall
{
    FONT-SIZE: 17px;
    COLOR: #000000;
    FONT-FAMILY: 'monotype corsiva', Arial
}
.SplashTextLarge
{
    FONT-SIZE: 38px;
    COLOR: #000000;
    FONT-FAMILY: 'monotype corsiva', Arial
}
.MenuHeader
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
.MenuLink
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
}
.WorkItemButton
{
    WIDTH: 150px
}
.WorkItemButtonBig
{
    WIDTH: 180px
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; LINE-HEIGHT: 14px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-TRANSFORM: uppercase; COLOR: #333333; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
OL {
	FONT-SIZE: 10px; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
UL {
	FONT-SIZE: 10px; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
	FONT-SIZE: 10px; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #336699; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0099cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	COLOR: #336699; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.orgarea {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.org {
	FONT-SIZE: 9px; COLOR: #000000; LINE-HEIGHT: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.bio {
	FONT-SIZE: 9px; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.bioname {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #336699; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.navlink {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.ql {
	MARGIN-TOP: 6px; FONT-WEIGHT: normal; FONT-SIZE: 9px; MARGIN-BOTTOM: 12px; COLOR: #336699; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
H1 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; LINE-HEIGHT: 14px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: none
}
H1 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; LINE-HEIGHT: 14px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: none
}
H1 A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; LINE-HEIGHT: 14px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: none
}
H1 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; LINE-HEIGHT: 14px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: none
}
*/