A:link { 
 	color: black;
 	text-decoration: underline;
	}
A:visited { 
 	color: black;	
 	text-decoration: underline;
	}
A:hover { 
 	text-decoration: none;
 	color: black;
	}

/* Used for Browse list for 508 compliance */
.header1
{
	FONT-WEIGHT: 700;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE : 0.8em;
    margin: 0px
}
.header2
{
 background-color: #487599;
 color: #ffffff;
 text-decoration: none;
	 text-align : left;
	 padding-left : 3px;
	 padding-right : 3px;
	 padding-bottom : 2px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : normal;
    margin: 0px

}
.header2 A:link, .header2 A:visited {
 color:  #ffffff;
 text-decoration: none;
}
.header2 A:hover {
 color: #ffffff;
 text-decoration: none;
}

/* General style for the top frame */
.TopBkgd
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 400;
    MARGIN: 0%
}
/* General style for the left Navigation frame */
.NavBkgd
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
 background-color: #d3dbe2;   

}
/* General style for the main Data frame */
.DataBkgd
{
 background: #e5eaef;
 color: #000000;
}
/* "Secondary Navigation" (tabs in the top frame),
   currently active
*/
.SecondaryTabCurr
{
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
    MARGIN: 3px;
 	text-decoration: none;
}

.SecondaryTabCurrText
{
    BACKGROUND: #006666;
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: bold;
 	text-decoration: none;
    /* font-style: oblique; */
}


/* "Secondary Navigation" (tabs in the top frame),
   not active
*/
.SecondaryTab
{
    BACKGROUND: #006666;
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
    MARGIN: 3px
        /* font-style: oblique; */
}

.SecondaryTabText
{
    BACKGROUND: #006666;
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: bold;
        /* font-style: oblique; */
}


/* "Secondary Navigation" (tabs in the top frame),
   not active, as the mouse passes over them
*/
.SecondaryTab:hover
{
    BACKGROUND: #006666;
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 700;
    MARGIN: 3px
  /*    font-style: oblique; */
}
/* Wizard steps background */
.ActionStepsBackground
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400;
	vertical-align: middle;
    MARGIN: 5px 0px 10px 3px
}	
/* Wizard steps, user is currently on 
this step (make it stand out a little)
*/
.ActionStepsCurr
{
}
/* Wizard steps, user is not currently on this step
*/
.ActionSteps
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400;
    MARGIN: 3px;
	vertical-align: middle
}

.ActionStepsCurr, .ActionSteps
{
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 text-decoration: none;
 text-transform: uppercase;
 cursor: default;

/* like Heading2Text */
 vertical-align: top;
 position : relative;
 top : 3px;
}

.ActionSteps A:link
{
color: #000000;
}
.ActionSteps A:hover {
 color: #000000;
 text-decoration: underline;
}

.ActionStepsCurr
{
 color: #ffffff;
}

/* Icons in the top bar use this text as for
   descriptive hyperlinks (Help, Exit)
*/
.TopIconText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300;
    MARGIN: 2px 2px 2px 0px;
}
/* Icons in the top bar use this text as for
   descriptive hyperlinks (Help, Exit) when the mouse is over them
*/
.TopIconText:hover
{
    COLOR: #000000
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300
    text-decoration: none
}

/* Icons in the main data frame actions bar use this text as for
   descriptive hyperlinks (publish file, move items in folder)
*/

.Heading2IconText
{
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}
.Heading2IconText:link, .Heading2IconText:visited
{
 color: #000000;
 text-decoration: none;
/*--
 text-transform: uppercase;
*/
 border: 1px solid #45637A;
/* cursor: default; */
 background: #D9DEE4;
}

.Heading2IconText:hover
{
/*--
 text-transform: uppercase;
 color: #ffffff;
*/
 color: #FFFFFF;
 background: #A2A9AF;
}

/* Icons in the main data frame use this text as for
   descriptive hyperlinks (file formats, Modify/View/Delete)
*/
.DataIconText 
{
    COLOR: #000000;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /*FONT-SIZE: 80%;*/
    FONT-WEIGHT: normal;
    MARGIN: 2px 1px 2px 3px;
}

.DataIconText A
{
    COLOR: #000000;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    MARGIN: 2px 1px 2px 3px;
}
.DataIconText A:visited
{
    COLOR: #000000;
}
/* Icons in the main data frame use this text for
   descriptive hyperlinks (file formats, Modify/View/Delete)
   when the mouse is over them
*/
.DataIconText A:hover
{
    COLOR: black;
    text-decoration: underline
}

/* In main frame, "View" next to the file format icons and other instructions
*/
.BrowseInstructionText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300;
    MARGIN: 2px 2px 2px 0px;
}
/* Icons in the main data frame title bar use this text for
   descriptive hyperlinks (channel, personalize)
   Ideally this should go away, and these items moved to Heading2
*/
.Heading1IconText 
{
}
.Heading1IconText A
{
}

/* Icons in the main data frame title bar use this text for
   descriptive hyperlinks (channel, personalize) when the mouse is over them
   Ideally this should go away, and these items moved to Heading2
*/
.Heading1IconText A:visited
{
}
/* Icons in the main data frame title bar use this text for
   descriptive hyperlinks (channel, personalize) when the mouse is over them
   Ideally this should go away, and these items moved to Heading2
*/
.Heading1IconText A:hover
{
}

.Heading1IconText
{
/*--
 text-transform: uppercase;
*/
 cursor: default;
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 cursor: default;
}

.Heading1IconText A:link, .Heading1IconText A:visited
{
/*--
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
 cursor: default;
*/
 font-weight: bold;
 color: #000000;
}

.Heading1IconText A:hover
{
/*--
 color: #FFFFFF;
 background-color: #7eb5e5;
*/
 color: #FFFFFF;
}

/* Widgets in the main data frame title bar (Sort by priority)
   use this style
*/
.Heading1Widget
{
 font: normal 80% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}


/* Title of the Navigation frame (View Items, Administration)
*/
.NavigationTitle
{
    COLOR: white;
    
    /* XXX FONT is hardcoded in template to these values */
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE:  1.0em;
    FONT-WEIGHT: bold;
}

/* Any item which appears in the left frame  
   (Used in JSP page navigation, Add/Manage Listings)
*/
.NavigationItem
{
    BACKGROUND: #006666;
    COLOR: white;
    
    /* XXX FONT is hardcoded in template to these values */
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    
}

.NavigationItem2
{
    COLOR: white;
    /* XXX FONT is hardcoded in template to these values */
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
}

/* XXX NOT SUPPORTED IN WSCONFIG */
/* Any item which appears in the left frame  (Folders, 
   Add/Manage Listings) and is not currently active but
   the mouse is passing over it
*/
.NavigationItem:hover
{
    BACKGROUND: #006666;
    COLOR: white;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
}

/* Any item which appears in the left frame  (Folders, 
   Add/Manage Listings) and is currently active
*/
.NavigationItemCurr
{
    BACKGROUND: #006666;
}
/* System-generated text in main data frame, top title of window.
   General heading "Manage Users" would use this style, 
   but not customer data (such as folder names).
*/
.Heading1
{
/*--
background-color : #5E7C94;
*/
 background-color: #98aab8;
 border-bottom: 1px solid #627788;
}

.Heading1Text
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: 700;
}

/* System-generated text in main data frame, secondary title of window.
   General heading "Modify User" would use this style, 
   but not customer data (such as user names).
*/
.Heading2
{
/*--
 background-image: URL("../img/images_global/processBar_bg.gif");
*/
 background-repeat: repeat-x;
/*++ backgound image has line in bottom part (bevel) */
 background-color: #adbbc6;
/*++ use color of below element */
 background-color: #e5eaef;
 padding : 0;
 margin : 0;

 background-color: #98aab8;
 border-top: 1px solid #c2ccd5;
 border-bottom: 1px solid #627788;
}

.Heading2Text
{
 color: #000000;
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 vertical-align: top;
 position : relative;
 top : 3px;
}


/* System-generated text in main data frame, tertiaray title of window.
   Rarely used General heading "Modify Cycle" would use this style, 
   but not customer data (such as cycle names).
*/
.Heading3
{
    BACKGROUND: #CCCCCC;
    COLOR: #006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    MARGIN: 2px 0px 3px 3px
}

.Heading3Text
{
    BACKGROUND: #CCCCCC;
    COLOR: #006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 600;
}
/* Customer data in main data frame, top title of window.
   Folder names would use this style, or any other text which
   is part of the customer's structure.
*/
.Heading1SystemData
{
    BACKGROUND: #dddddd;
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: 800;
    MARGIN: 5px 0px 3px 3px
}
/* Customer data in main data frame, secondary title of window.
   File and Job names would use this style, or any other text 
   which is part of the customer's structure.
*/
.Heading2SystemData
{
    BACKGROUND: #EEEEEE;
    COLOR: #006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 600;
    MARGIN: 3px 0px 3px 3px
}
/* Customer data in main data frame, tertiary title of window.
   Rarely used.  Cycle names would use this style, or any other 
   text which is part of the customer's structure.
*/
.Heading3SystemData
{
    COLOR: 006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 500;
    MARGIN: 2px 0px 3px 3px
}
/* Text which reports the status of the system.  For example, 
   "No items in this folder", or "User Listing exceeds limit"
*/
.StatusText
{
    COLOR: #OC479D;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400
}
/* Text which reports an error condition.  For example, 
  "Connection to server lost", "A user with this name already exists"
*/
.ErrorText
{
    COLOR: #ef2b0b;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 400
}

.VerySmallLabel
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
}

/* Title for Show/Hide boxes
*/
.BoxTitle
{
/* using fieldset color */
  font: normal 80% Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  BACKGROUND: #BBC4CF;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400;
    MARGIN: 2px 4px 4px
}
/* Appearance for data which is entered by the customer, and is 
   presented as part of an Add/Modify-Object interface.  For example,
   file version descriptions, Access Control users/groups/roles
*/
.SystemDataText
{
}

/* Appearance for filter-criteria text
*/
.FilterDataText
{
   font: normal 90% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}

/*
************* Please clarify what the functionality of this style is *****************************************
*/
.SystemNewDataText
{
    COLOR: #da3e3e;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    /* FONT-STYLE: italic; */
    FONT-WEIGHT: 400;
}
/* Instructions in Show/Hide boxes
*/
.InstructionText, .SystemDataText
{
   font: normal 80% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}

/* Appearance for labels of text-input fields
*/
.FieldNameText,.CheckBoxText, .RadioButtonText,
.TableCellText
{
       COLOR:  #000000;
       font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}
/* Appearance for labels of checkboxes
*/
.CheckBoxText
{
}
/* Appearance of radio button widget
*/
.RadioButton
{
       COLOR:  #000000;
       font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}
/* Appearance of checkbox widget
*/
.CheckBox
{
       COLOR: #000000;
       font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}
/* Appearance for labels of radio buttons
*/
.RadioButtonText
{
}
/* Appearance of drop-down widget used to switch
   between modules,
Chameleon has only one style for drop downs.
*/

.PrimaryNavDrop, .DataFrameDrop, .DropDownWithGo, .BoxTitleDropDown, .AdditionalItemDropDown,
{
 font: normal 80% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}
/* Appearance of Go button used to switch
   between modules
*/
.PrimaryNavButton
{
}
/* Appearance for disabled text input field or disabled widget
*/
.DisabledInputfield
{
    BACKGROUND: #c0c0c0;
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400
}

/* Appearance for text input field
*/
.Inputfield, .AccumulatorInput
{
   font: normal 80% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}
/* Appearance for browse button for both browsing 
   within the system and in the file system
*/
.BrowseButton
{
}
/* Appearance for buttons with minor or secondary function in this screen.
   For example, Info buttons or "View Group Members" in the Access Control screen.
*/
.MinorButton
{
}

.PersonalPageButton
{
}

/* Appearance for Show buttons in show/hide boxes*/
.ShowButton
{
 	font-family: verdana, Helvetica, sans-serif;
 	font-size: xx-small; 
 	text-align: center;
 	color: black;
    BACKGROUND: #99cccc;
    border: thin solid #006666;
}
/* Appearance for Hide buttons in show/hide boxes*/
.HideButton
{
}
/* Appearance for any drop-down listbox (SELECT)
  in the main Data frame, except the ones followed by Go button.
  Does not apply to accumulators.*/
.DataFrameDrop
{
}
/* Appearance of drop-down widget with a Go button (action drop-down)
   in the main Data frame.  Does not apply to drop-down widgets that
   are part of a box title.
*/
.DropDownWithGo
{
}
/* Appearance for << button in accumulators*/
.LeftArrowButton
{
}
/* Appearance for >> button in accumulators*/
.RightArrowButton
{
}
/* Appearance for listboxes in accumulators*/
.AccumulatorInput
{
}
/* All "Go" buttons.  Does not apply to the Primary-Navigation Go button.*/
.GoButton
{
}
/* In wizards, Next button */
.NextButton
{
}
/* Cancel button for modify, publish, and action screens*/
.CancelButton
{
}
/* In wizards, Back button */
.PreviousButton
{
}
/* In wizards, Finish button */
.FinishButton
{
}

/* XXX NOT SUPPORTED IN WSCONFIG */
/*Browsing screens, name of item*/
.ItemNameText
{
    COLOR: 0C479D;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: bold
}

/* XXX NOT SUPPORTED IN WSCONFIG */
/*Browsing screens, name of item when mouse is over it*/
.ItemNameText:hover
{
    COLOR: 4B88BD;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: bold
}

/* XXX NOT SUPPORTED IN WSCONFIG */
/*Browsing screens, descriptions of item*/
.ItemDescText
{
    COLOR: 006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-STYLE: italic;
    MARGIN: 2px
}
/* XXX NOT SUPPORTED IN WSCONFIG */
/*Browsing screens, date of item*/
.ItemModifiedDateText
{
    COLOR: 006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    MARGIN: 2px
}

.ItemModifyDate
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-STYLE: italic;
}

/* Other buttons such as Move, Delete, Select */
.ActionButton
{
}
/* Apply Button */
.ApplyButton
{
 	font-family: verdana, Helvetica, sans-serif;
 	font-size: xx-small; 
 	text-align: center;
 	color: black;
    BACKGROUND: #99cccc;
    border: thin solid #006666;
}
/* Headings for accumulator boxes or columns of drop-downs */
.ListBoxHeading
{
  font: bold 80% Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
/* Smartcut  [Tony Chu] */
.SmartcutText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300
}

/* Drop-down listboxes which are part of a box title */
.BoxTitleDropDown
{
}
/* Drop-down listboxes which are part of an field title 
(Add another [  dropdown  ] to the list: [_Go_] */
.AdditionalItemDropDown
{
}
/* Add another X to this Y, Go */
.AdditionalItemText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 700
}
/* Table headings (Admin objects, cycles, limits, versions, output summary) */
.TableHeadingText
{
 color: #000000;
 font-weight: normal;
 background-image : URL("../img/images_global/table_col_head.gif");
 border-left: 1px solid #cfd7e0;
 font-size: 90%;

}

.TableHeadingText TH
{
 font-weight: normal;
}

/* Table contents (Admin objects, cycles, limits, versions, output summary) */
.TableCellText
{
 text-indent: 2px;
}
/* Table contents (Admin objects, cycles, limits, versions, output summary) */
.TableCellTextEvenRow
{
 background-color: #dde3e9;
}
/* Table contents (Admin objects, cycles, limits, versions, output summary) */
.TableCellTextOddRow 
{
background-color: #e9ecf0;
}

/* Delete-selected checkboxes and buttons */
.DeleteSelectedCheckBox
{
    BACKGROUND: #eeeeee;
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 700
}
.DeleteSelectedButton
{
    BACKGROUND: #c0c0c0;
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 700
}
/* Subheadings of a data-entry field (usually a radio button/checkbox with data entry below) */
.CheckBoxSubText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 700
}
/* Subheadings of a data-entry field (usually a radio button/checkbox with data entry below) */
.RadioSubText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 700
}
/* Page 1 of 3 widgets */
.PagingText
{
    COLOR: black;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: 400;
}
/* Tiny text "Remove Selected" in one-sided accumulators*/
.AccumulatorRemoveText
{
    COLOR: #04529a;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300;
    MARGIN: 2px 2px 2px 0px
}

.FileTypeText
{
    COLOR: #006666;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.7em;
    FONT-WEIGHT: 300;
    text-decoration: none
}

.JobListHeading
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
    text-decoration: none;
	FONT-WEIGHT: bold;
}

.JobListItem
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
    text-decoration: none;
	FONT-WEIGHT: 300;
}

.ListData
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
    text-decoration: none;
	FONT-WEIGHT: 300;
}


	
	.LOGON TD.copyrightText {
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 color: #708799;
 padding-top: 2px;
}

	.LOGON TD.welcome {
	 color : white;
	 text-align : left;
 	 padding-left : 10px;
	 padding-right : 10px;
	 font-family : Tahoma, Verdana, arial, helvetica, sans-serif;
	 font-size : small;
	 font-weight : bold;
	}
	
	.LOGON TD.release {
	 color : white;
	 text-align : right;
 	 padding-left : 10px;
	 padding-right : 10px;
	 font-family : Tahoma, Verdana, arial, helvetica, sans-serif;
	 font-size : small;
	 font-weight : bold;
	}
	
	.LOGON TD.background {
	 vertical-align : "top";
	 background-position : bottom;
	 background-image : url("../img/images_global/logon_panel2.gif");
	 height:423;
	 background-repeat : no-repeat;
	 }
		
	.LOGON TD.body, .LOGON TD.body2 {
	 color : black;
	 text-align : left;
	 padding-left : 10px;
	 padding-right : 10px;
        }
	.LOGON TD.body {
	 font-family : Tahoma, Verdana, arial, helvetica, sans-serif;
	 font-size : 80%;
	 font-weight : normal;	 
	}
	
	.LOGON TD.copyrightImage {
	 color : black;
	 text-align : left;
	 padding-left : 10px;
	 padding-right : 10px;
	 font-family : Tahoma, Verdana, arial, helvetica, sans-serif;
	 font-size : xx-small;
	 font-weight : normal;
	 
	}
	
	.CmdBtn  {  
 	font-family: verdana, Helvetica, sans-serif;
 	font-size: x-small; 
 	text-align: center;
 	color: black;
    BACKGROUND: #99cccc;
    border: thin solid #006666;
    
	
	
	}
	.CmdBtn TD {  
 	font-family: verdana, Helvetica, sans-serif;
 	text-align: center;
 	color: black;
    BACKGROUND: #99cccc;
    border: thin solid #006666;
    
	
	
	}
	.CmdBtn A:link { 
 	text-decoration: none;
 	color: black;
	}
	.CmdBtn A:visited { 
 	text-decoration: none;
 	color: black;	
	}
	.CmdBtn A:hover { 
 	text-decoration: none;
 	color: purple;
	}

	.GROUPBOX TD.primary {
	 color : white;
	 text-align : left;
 	 padding-left : 3px;
	 padding-right : 3px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : bold;
	}
	
	.GROUPBOX TD.secondary {
	 font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
	 white-space: nowrap;
	 background-color: #bfcbd6;
	}
	
	.GROUPBOX TD.body {
	 color : black;
	 text-align : left;
	 padding-left : 3px;
	 padding-right : 3px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : normal;
	 
	}
	
	.GROUPBOX TD.altbody {
	 color : black;
	 text-align : left;
	 padding-left : 3px;
	 padding-right : 3px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : normal;
	 background : #eeeeee;
	}
	
	.GROUPBOX A.body {
	 color : black;
	 text-align : left;
	 padding-left : 3px;
	 padding-right : 3px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : normal;
	 
	}
	
.GROUPBOX .body A:link, .GROUPBOX .body A:visited{
 color: #000000;
 text-decoration: none;
}
.GROUPBOX .body A:hover {
 background-color: #487599;
 color: #ffffff;
 text-decoration: none;
}

	.GROUPBOX A.altbody {
	 color : black;
	 text-align : left;
	 padding-left : 3px;
	 padding-right : 3px;
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size : x-small;
	 font-weight : normal;
	 background : #eeeeee;
	}


.BasicBody
{
/*--
    BACKGROUND: #ffffff;
*/
    ALINK: "#003366";
    VLINK: "#003366"
}
.YellowBKG
{
    BACKGROUND: #ffffcc;
    ALINK: "#003366";
    VLINK: "#003366"
}

.GrayBkg
{
	background-color : #eeeeee;
}

.ActionTrueButtonHyp 
{
    } 
    
.ActionButtonHyp 
{
 	font-size: x-small; 
    text-decoration: none;
    }
.ActionButtonHyp TD
{
 	font-size: x-small; 
    text-decoration: none;
    } 
/*
.ActionButtonHyp A:visited 
{
 	font-size: xx-small; 
    border: 1px solid #006666;
    text-decoration: none;
    } 
.ActionButtonHyp A
{
 	font-size: xx-small; 
    border: 1px solid #006666;
    text-decoration: none;
    }

.ActionButtonHyp A:hover
{
 	font-size: xx-small; 
    BACKGROUND: #94BDBD;
    border: 1px solid #006666;
    text-decoration: none;
}
*/

.Separator {  
 font-weight: normal;
 font-size: xx-small; 
 text-align: center;
 text-indent: 0px;
 color: #006666;
}

#dhtmltooltip {
	position: absolute;
	border: 1px solid black;
	padding: 2px;
	background-color:lightyellow;
	visibility:hidden;
	z-index:100;
 	font-family:verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	margin: 0px;
}


th {
    text-align:left;
}

/* --- [] --- */

.primaryActive, .secondaryActive, .cancelActive,
.GoButton, .FinishButton, .NextButton, .PreviousButton, .CancelButton,
.PrimaryNavButton, .MinorButton, .HideButton,
.ActionButton, .BrowseButton, .LeftArrowButton, .RightArrowButton,
.PersonalPageButton, .ActionTrueButtonHyp 
{
/* 60% -> 80% */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-weight: normal;

 text-align: center;
 text-transform: uppercase;
 border: none;
 height: 18px;

 cursor: pointer;
}

.primaryActive, 
.FinishButton
{
 color: #ffffff;
 background: #d95900;
}

.secondaryActive, 
.GoButton,
.NextButton, .PreviousButton, .PrimaryNavButton,
.PrimaryNavButton, .MinorButton,
.ActionButton, .HideButton, .BrowseButton, .LeftArrowButton, .RightArrowButton,
.PersonalPageButton, .ActionTrueButtonHyp 
{
 color: #ffffff;
 background: #45637a;
}

.cancelActive, .CancelButton {
 color: #000000;
 background: #9dadba;
}

/* ++ from Teadpole: global.css */
body, button, input, td, th, li, p, textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
/*
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 vertical-align: top;
 */
}
a { 
 color: #000000;
 text-decoration: none;
}
a:link, a:visited {
 color: #000000;
}
a:hover { 
 color: #800080;
}



.masthead TR.topRow {
 height: 45px; 
 background-image: URL("../img/images_global/masthead_top.jpg");
 background-repeat: repeat-x;
}
TD.prodtitle_right { 
 text-align: right;
 vertical-align: bottom;
 font: bold 65% Verdana, Arial, Helvetica, sans-serif;
 color: #c5ced5;
 padding-right: 14px;
 padding-top: 3px;
 padding-bottom: 1px;
 white-space: nowrap;
}
.logo_right { 
 padding-left: 15px;
 padding-right: 10px;
}
.apptitle_right {
 text-align: right;
 vertical-align: top; 
 font: normal 65% Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 padding-right: 14px;
 white-space: nowrap;
}

.login_body {
margin:0;
padding:0;
}

