body
{
  margin: 0px;
  padding: 0px;
  background: url(/images/background.png) top left repeat;
}

#status_bar
{
  border: 1px solid #663300;

  padding: 5px;

  background-color: #DDDDDD;

  color: #663300;
  font-weight: bold;
  overflow: hidden;
  font-size: 10pt;

  position: fixed;
  left: 205px;
  bottom: 30px;
  right: 15px;
}

#login_box
{
  border-color: #663300;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
}

.csfwg
{
  color: #990000;
  font-weight: bold;
}

.footer
{
  font-size: 9pt;
}

.dark_red
{
  color: #990000;
}

.large_bold {
  font-size: 14pt;
  font-weight: bold;
}

.xlarge_bold_red {
  font-size: 16pt;
  font-weight: bold;
  color: #990000;
}

a
{
  color: #990000;
}

a:hover
{
  color: #FF0000;
}

#left_navbar
{
  margin: 0px;
  padding: 5px;
  background: url(/images/background_light.png) top left repeat;
  border: solid;
  border-color: #663300;
  border-width: 0px 2px 0px 2px;
  width: 138px;
}

.alert_box
{
  border: 3px;
  border-style: solid;
  border-color: #990000;
  color: #000000;
  font-weight: bold;
  background: url(/images/background_light.png) top left repeat;
  padding: 5px;
}

.menu
{
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #663300;
  clear: left;
}

.menu ul
{
  background: url(/images/menu-bg.png) top left repeat-x;
  height: 43px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li
{
  float: left;
}

.menu li a
{
  color: #663300;
  display: block;
  font-weight: bold;
  line-height: 43px;
  padding: 0px 4px;
  text-align: center;
  text-decoration: none;
}

.menu li a:hover
{
  color: #FF0000;
  text-decoration: none;
}

.menu li ul
{
  background: url(/images/background_light.png) top left repeat;
  border-left: 2px solid #663300;
  border-right: 2px solid #663300;
  border-bottom: 2px solid #663300;
  display: none;
  height: auto;
  position: absolute;
  width: 225px;
  z-index: 2000;
}

.menu li:hover ul
{
  display: block;
}

.menu li li
{
  display: block;
  float: none;
  width: 225px;
}

.menu li ul a
{
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 0px 5px 0px 5px;
  text-align: left;
  line-height: 25px;
}

.menu li ul a:hover
{
  color: #FF0000;
}

.menu #current
{
  background: url(/images/menu-selected.png) top left repeat-x;
  color: #000000;
}

.input_button
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background: #DDDDDD;
  color: #663300;
  font-weight: bold;
}

.input_select
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  border-style: solid;
  border-color: #663300;
  border-width: 1px;
  background: #FFFFFF;
  color: #000000;
}

.input_select_small
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  border-style: solid;
  border-color: #663300;
  border-width: 1px;
  background: #FFFFFF;
  color: #000000;
}

.input_text
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  border-style: solid;
  border-color: #663300;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background: #FFFFFF;
  color: #000000;
  overflow: hidden;
}

.input_textarea
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  border-style: solid;
  border-color: #663300;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background: #FFFFFF;
  color: #000000;
  overflow: auto;
}

.pt8
{
  font-size: 8pt;
}

.pt9
{
  font-size: 9pt;
}

.pt10
{
  font-size: 10pt;
}

.pt11
{
  font-size: 11pt;
}

.pt12
{
  font-size: 12pt;
}

.pt13
{
  font-size: 13pt;
}

.pt14
{
  font-size: 14pt;
}

.pt15
{
  font-size: 15pt;
}

.pt16
{
  font-size: 16pt;
}

.pt17
{
  font-size: 17pt;
}

.pt18
{
  font-size: 18pt;
}

h1
{
  font-weight: bold;
  font-size: xx-large;
  color: #990000;
}

h2 {
  font-weight: bold;
  font-size: x-large;
  color: #990000;
}

h3 {
  font-weight: bold;
  font-size: large;
  color: #990000;
}

h4 {
  font-weight: bold;
  font-size: medium;
  color: #990000;
}

h5 {
  font-weight: bold;
  font-size: small;
  color: #990000;
}

h6 {
  font-weight: bold;
  font-size: xx-small;
  color: #990000;
}

/* === TAB PANEL STUFF === */

.TabbedPanels {
  margin: 0px;
  padding: 0px;
  float: left;
  clear: none;
  width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
  position: relative;
  top: 2px;
  float: left;
  font: bold 1em Garamond;
  list-style: none;
/*  -moz-user-select: none; */
/*  -khtml-user-select: none; */
  cursor: pointer;
  background-image: url(/images/tab.png);
  visibility: visible;
  overflow: visible;
  width: 162px;
  height: 32px;
  color: #663300;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {

}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
  background-image: url(/images/tab_active.png);
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
  text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
  clear: both;
  border-left: solid 2px #663300;
  border-bottom: solid 2px #663300;
  border-top: solid 2px #663300;
  border-right: solid 2px #663300;
  background-image: url(/images/background_light.png);
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
  padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
  float: left;
  width: 10em;
  height: 20em;
  position: relative;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
  float: none;
  margin: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {

}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
  clear: none;
  float: left;
  padding: 0px;
  width: 30em;
  height: 20em;
}


/* === ACCORDIAN STYLES === */
.Accordion {
  border-left: solid 1px gray;
  border-right: solid 1px black;
  border-bottom: solid 1px gray;
  overflow: visible;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
  margin: 0px;
  padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
  background-color: #CCCCCC;
  border-top: solid 1px black;
  border-bottom: solid 1px gray;
  margin: 0px;
  padding: 2px;
  cursor: pointer;
/*  -moz-user-select: none; */
/*  -khtml-user-select: none; */
  background-image: url(/images/background_light.png);
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
  overflow: scroll;
  margin: 0px;
  padding: 0px;
  height: 400px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
  background-color: #EEEEEE;
  background-image: url(/images/background_light.png);
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
  color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
  color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
  background-color: #663300;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
  background-color: #33CCFF;
}

/* === COLLAPSIBLE PANEL STYLES === */
.CollapsiblePanel {
  margin: 0px;
  padding: 0px;
  border-left: solid 2px #663300;
  border-right: solid 2px #663300;
  border-top: solid 2px #663300;
  border-bottom: solid 2px #663300;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
  font-size: medium;
  background-color: #DDD;
  border-bottom: solid 1px #CCC;
  margin: 0px;
  padding: 2px;
  cursor: pointer;
/*  -moz-user-select: none; */
/*  -khtml-user-select: none; */
  background-image: url(/images/background_light.png);
  font-weight: bold;
  color: #663300;
  text-align: center;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
  margin: 0px;
  padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
  color: black;
  text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
  background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
  background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
  background-color: #3399FF;
}

