
/* ============================================================
						 ANAX
============================================================== */


.aucTitleBarTable
{
    width: 100%;
    border: 1px solid black;
    padding: 0;
    background-color: #999999;
}

.aucTitleBarRow
{
}

.aucTitleBarLeft
{
}

.aucTitleBarCenter
{
}

.aucTitleBarRight
{
}

a.aucTitle
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    color: Black;
    text-decoration: none;
}
a.aucTitleSmall
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-decoration: none;
}

.aucShadowBottom
{
    width: 100%;
    height: 6px;
}

a.aucText
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-decoration: none;
}
/* ============================================================
						 PAGE BACKGROUND
============================================================== */

/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

report
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:active
{
}

A.OtherTabs:hover
{
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma;
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
a.Normal, a.Normal:link, a.Normal:Visited, a.Normal:hover, a.Normal:active
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: black;
    text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
}

A:active
{
}

A:hover
{
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}

HR
{
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
}

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}

/*
   =====================================================================
				CSS STYLES FOR AmTrust Claims Manager
   =====================================================================
*/

.FieldLabelTableCell
{
    text-align: right;
}

.TextFieldTableCell
{
    text-align: left;
}

.DropDownListTableCell
{
    text-align: left;
}

.FieldLabelCtrl
{
    font-size: 10pt;
    font-family: Verdana;
    font-weight: bold;
}

.LinkButtonCtrl
{
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: underline;
    color: Black;
}

.TextFieldLabel
{
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    color: black;
}

.ReqFieldLabelCtrl
{
    font-size: 8pt;
    text-decoration: underline;
    font-family: Verdana;
}
.TextFieldCtrl
{
    font-size: 8pt;
    font-family: Verdana;
}

.DropDownListCtrl
{
    font-size: 8pt;
    font-family: Verdana;
}

.ButtonCtrl
{
    font-size: 8pt;
    font-family: Verdana;
    height: 20px;
}

.NumericTextButtonCtrl
{
    font-size: 8pt;
    font-family: Verdana;
    height: 20px;
    text-align: right;
}

.HtmlTableNoSpace
{
}

.DataGrid
{
    background-color: #fff;
}

.DataGridSelRow
{
    color: #fff;
    background-color: Navy;
}

.DataGridAltRow
{
    color: black;
    background-color: #FFE4E1;
}

.DataGridItemRow
{
    color: black;
    background-color: #fff;
}

.DataGridItemCell
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    padding: 2px;
}

.DataGridCommandCell
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
}

.DataGridHeaderCell
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    color: #000;
    background-color: #C0C0C0;
    border: 1px solid #000;
}

.DataGridHeaderCellNoTitle
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    color: white;
    background-color: #000066;
    border: 1px solid #000;
}

.DataGridTitleBar
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    color: white;
    background-color: #000066;
    border: 1px solid #000;
    padding: 2px;
    text-align: center;
}

.TabFrame
{
    background: #DCDCDC;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #DCDCDC;
}

.TabPage
{
    padding: 5px;
    width: 100%;
    height: 100%;
}

fieldset
{
    padding: 5px;
}

.FieldsetLegend
{
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
}

.Instruction
{
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
}

.ToolbarPanel
{
    padding: 5px;
}

.Calendar
{
    background-color: #fff;
    border-color: #000;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
}

.CalendarTitle
{
    background-color: #000066;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
}

.CalendarHeader
{
    background-color: #000066;
    color: #fff;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
}

.CalendarToday
{
    font-weight: bold;
}

.CalendarOtherMonthDay
{
    background-color: #C0C0C0;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
}

.DataReport
{
    background-color: #808080;
}

.DataReportAltRow
{
    color: black;
    background-color: #FFE4E1;
}

.DataReportItemRow
{
    color: #000;
    background-color: #fff;
}

.DataReportItemCell
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    padding: 2px;
}

.DataReportHeaderCell
{
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    color: white;
    background-color: #000066;
    text-align: center;
}

.ModuleContainer
{
    background-color: #DCDCDC;
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/* ================================
    CSS STYLES FOR ASPnetMenu 
   ================================
*/


.TopMenuGroup
{
    background-color: #C0C0C0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.MenuGroup
{
    background-color: #C0C0C0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.MenuItem
{
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
    border: 1px solid #C0C0C0;
}

.MenuItemOver
{
    color: black;
    background-color: #000066;
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.DisabledMenuItem
{
    color: Gray;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.DisabledMenuItemOver
{
    color: #808080;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.MenuBreak
{
    padding: 0px;
}

.VTopMenuGroup
{
    background-color: transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.VMenuGroup
{
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
}

.VMenuItem
{
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.VMenuItemOver
{
    color: black;
    background-color: #000066;
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.VDisabledMenuItem
{
    color: Gray;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.VDisabledMenuItemOver
{
    color: Gray;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.VMenuBreak
{
    padding: 0px;
}

.VMenuItemSelected
{
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.VMenuItemSelectedOver
{
    color: black;
    background-color: #000066;
    color: black;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

.TabMenu
{
    color: white;
    background: #000066;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.TabMenuSel
{
    color: black;
    background-color: #C0C0C0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: MS Sans Serif, Verdana;
    font-size: 10px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: default;
}

/* ================================
    CSS STYLES FOR SolPart Menu 
   ================================
*/
.PageMenu_MenuContainer
{
    border-bottom: Gray 1px solid;
    border-left: White 1px solid;
    border-top: White 1px solid;
    border-right: Gray 1px solid;
    background-color: #C0C0C0;
    height: 21px;
    width: 100%;
}
.PageMenu_MenuBar
{
    cursor: pointer;
    height: 21px;
    background-color: #C0C0C0;
    color: black;
    width: 100%;
}
.PageMenu_MenuItem
{
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    border-left: #A9A9A9 0px solid;
    border-bottom: #C0C0C0 0px solid;
    border-top: #C0C0C0 0px solid;
    border-right: #C0C0C0 0px solid;
    height: 21px;
}
.PageMenu_MenuIcon
{
    background-color: #C0C0C0;
    border-left: #000066 0px solid;
    border-bottom: #000066 0px solid;
    border-top: #000066 0px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.PageMenu_SubMenu
{
    z-index: 1000;
    background-color: #C0C0C0;
    color: black;
    border-bottom: black 1px solid;
    border-left: white 1px solid;
    border-top: white 1px solid;
    border-right: black 1px solid;
}
.PageMenu_MenuBreak
{
    border-bottom: #404040 1px solid;
    border-left: #FF8080 0px solid;
    border-top: #FF8080 1px solid;
    border-right: #404040 0px solid;
    background-color: White;
    height: 1px;
}
.PageMenu_MenuItemSel
{
    background-color: #000066;
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
}
.PageMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #000066 0px solid;
    border-bottom: #000066 0px solid;
    border-top: #000066 0px solid;
}
.PageMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}
.PageMenu_DisabledMenuItem
{
    cursor: pointer;
    color: #808080;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    border-left: #A9A9A9 0px solid;
    border-bottom: #C0C0C0 0px solid;
    border-top: #C0C0C0 0px solid;
    border-right: #C0C0C0 0px solid;
    height: 21px;
}
.PageMenu_DisabledItemSel
{
    background-color: #000066;
    cursor: pointer;
    color: #C0C0C0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
}

.TabMenu_MenuContainer
{
    border-top: 1px solid white;
}
.TabMenu_MenuBar
{
    cursor: default;
}
.TabMenu_MenuItem
{
    background-color: #000066;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
}
.TabMenu_MenuItemSel
{
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    background-color: #C0C0C0;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
}

/* Default CSS Stylesheet for a new Web Application project */

.ModuleBar
{
    background-color: #000066;
    width: 100%;
}

a.Module, a.Module:link, a.Module:Visited, a.Module:hover, a.Module:active
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.SubHeaderBar
{
    background-color: black;
    color: White;
    width: 100%;
    padding: 5px;
}

a.SubHeaderTitle, a.SubHeaderTitle:link, a.SubHeaderTitle:Visited, a.SubHeaderTitle:hover, a.SubHeaderTitle:active
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.NavigationBar
{
    background-color: #DCDCDC;
    border-left: 0 solid #C0C0C0;
    border-top: 0 solid #C0C0C0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 300px;
}

.NavigationHeader
{
    padding: 5px;
    background-color: #000066;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
}

a.NavigationTitle
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.copyright
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.UserControlTitleBar
{
    background-color: #000066;
    width: 100%;
    padding: 5px;
    border: 1px solid black;
}

.UserControlPanel
{
    background-color: #DCDCDC;
    width: 100%;
    padding: 5px;
    border-top: 0 solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

a.UserControlTitle
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.TabPanel
{
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 0 solid #C0C0C0;
    border-bottom: 1px solid black;
    padding: 0;
}

.TabItem
{
    padding: 3px 3px 3px 3px;
    color: white;
    background-color: #000066;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: Tahoma, Verdana;
    width: 100%;
    border: 0 solid #000;
}

.TabItemSel
{
    padding: 3px 3px 3px 3px;
    color: Black;
    background-color: #DCDCDC;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: Tahoma, Verdana;
    width: 100%;
    border: 0 solid #000;
}

/*=========================================================================
			Close Window Menu, Mouse over code 
=============================================================================*/


.out
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #d3d3d3;
    border: 0 solid #000;
}

.over
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    text-decoration: none;
    background-color: #4169e1;
    border: 0 solid #000;
}

/* Calander.js */
.ds_box
{
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    z-index: 32767;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    position: absolute;
    background-color: #fff;
}
.ds_tbl
{
    background-color: #fff;
}
.ds_head
{
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    background-color: #666666;
    text-align: center;
}
.ds_subhead
{
    font-weight: bold;
    font-size: 10px;
    width: 22px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ccccff;
    text-align: center;
}
.ds_cell
{
    padding-right: 3px;
    padding-left: 3px;
    font-size: 10px;
    padding-bottom: 5px;
    color: #000;
    padding-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eee;
    text-align: center;
}
.ds_cell:hover
{
    background-color: #f3f3f3;
}