/***********************************************************
*  The following settings control the entire page content area
***********************************************************/
BODY {
   background: #FFFFFF;
   color: #000000;
   margin: 0;
   margin-top: 0;
   margin-left: 0;
   margin-bottom: 0;
   margin-right: 0;
}
TD.page_content {
}
TABLE {
   border: none;

}
TABLE.page_layout {
   border-collapse: collapse;
   width: 100%;
   height: 100%;
}
TD {
   font-family: "Tahoma";
   font-size: 10pt;
   padding: 0;
}
TD A {
   color:#000000;
}
INPUT,SELECT {
   font-family: "Tahoma";
}
TEXTAREA {
   font-family: "Courier,Courier New";
}
INPUT,SELECT,TEXTAREA {
   font-size: 11px;
   font-weight: normal;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
}
INPUT.form_checkbox {
   border-style: none;
}
INPUT.form_radio {
   border-style: none;
}
INPUT.form_button {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
   width: 150px;
}
INPUT.page_button {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
   width: 150px;
}
INPUT.form_textbox {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
}
INPUT.page_textbox {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
}
SELECT.page_dropdown {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
}
SELECT.form_dropdown {
   background: #FFFFFF;
   color: #000000;
   border-color: #000000 #000000 #000000 #000000;
}

/***********************************************************
*  The following settings control the Top, Left, Right and
*   bottom border and highlight colors.
***********************************************************/
TD.page_border_page_heading_highlight {
   display: none;
}
TD.page_border_top {
   display: none;
}
TD.page_border_top_highlight {
   display: none;
}
TD.page_border_left {
   display: none;
}
TD.page_border_left_highlight {
   display: none;
}
TD.page_border_bottom {
   display: none;
}
TD.page_border_bottom_highlight {
   display: none;
}
TD.page_border_right {
   display: none;
}
TD.page_border_right_highlight {
   display: none;
}

/***********************************************************
*  These settings control tables used to hold tabular data
*   or those used as groups within a page.
***********************************************************/
TABLE.data {
   border-collapse: collapse;
}
TD.data {
   background: #CCCCCC;
   color: #000000;
}
TD.data A {
   color:#000000;
}
TABLE.group {
   border-collapse: collapse;
}
TD.group_border {
   background: #000000;
   color: #FFFFFF;
   font-weight: bold;
}
TD.group_header {
   background: #CCCCCC;
   color: #000000;
   font-weight: bold;
}
TD.group_header A {
   color: #000000;
}

/***********************************************************
*  The following settings control miscellaneous settings.
***********************************************************/
.clsCopyright {
   font-family: "Tahoma";
   font-size: 7pt;
   color: #FFFFFF;
}

/***********************************************************
*  The following settings control the in-page headings.
***********************************************************/
H1,H2,H3,H4,H5,H6 {font-family: "Tahoma"; }
H1 {font-size: 18pt; }
H2 {font-size: 16pt; }
H3 {font-size: 14pt; }
H4 {font-size: 12pt; }
H5 {font-size: 10pt; }
H6 {font-size: 8pt; }

/***********************************************************
*  The following settings control the page heading
*  (The actual page title as well as the currently logged
*   in user)
***********************************************************/
.clsUserID {
   display: none;
}
.clsUserID A {
   display: none;
}
.clsUserID A:hover {
   display: none;
}
.clsPageHeading {
   font-family: "Tahoma";
   font-size: 18pt;
   font-weight: bold;
}
.Processing {
   display: none;
}

/***********************************************************
*  The following settings control the appearance of the
*  popup menu structure.
***********************************************************/
.clsMenuTitle {
   display: none;
}
.clsMenuTitle A {
   display: none;
}
.clsMenuTitle A:hover {
   display: none;
}
.clsMenu {
   display: none;
}
.clsMenu A {
   display: none;
}
.clsMenu A:hover {
   display: none;
}
