
/* ============================================================
						 ANAX
============================================================== */


.aucTitleBarTable
{ 
	width:100%;
	border:1 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:6;
}

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:white;
}

.DataGridSelRow 
{
	color:White;
	background-color:Navy;
}

.DataGridAltRow
{
	color:black;
	background-color:MistyRose;
}

.DataGridItemRow 
{
	color:black;
	background-color:white;
}

.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:black;
	background-color:silver;
	border:1 solid outset;
}

.DataGridHeaderCellNoTitle
{
	font-size:8pt;
	text-decoration:none;
	font-family:Verdana;
	color:white;
	background-color:#000066;
	border:1 solid outset;
}

.DataGridTitleBar
{
	font-size:8pt;
	text-decoration:none;
	font-family:Verdana;
	color:white;
	background-color:#000066;
	border: 1 solid outset;
	padding:2;
	text-align:center;
}

.TabFrame
{
	background:gainsboro;
	border-top:1 solid silver;
	border-bottom:1 solid black;
	border-right:1 solid black;
	border-left:1 solid gainsboro;
/*    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000066', Direction=150, Strength=5);  */
}

.TabPage
{
	padding:5;
	width:100%;
	height:100%;
}

fieldset
{
	padding:5;
}

.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:5;
}

.Calendar
{
	background-color:white;
	border-color:Black;
	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:white;
	font-size:10pt;
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
}

.CalendarToday
{
	font-weight:bold;
}

.CalendarOtherMonthDay
{
	background-color:silver;
	font-size:10pt;
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
}

.DataReport
{
	background-color:gray;
}

.DataReportAltRow
{
	color:black;
	background-color:MistyRose;
}

.DataReportItemRow 
{
	color:black;
	background-color:white;
}

.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:gainsboro; 
	border:1 solid outset;
	padding-top:5;
	padding-bottom:5;
	padding-left:5;
	padding-right:5;
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');  */
}

/* ================================
    CSS STYLES FOR ASPnetMenu 
   ================================
*/   


.TopMenuGroup
{
  background-color:silver;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right: 1px solid black;
  border-bottom:1px solid black;
}

.MenuGroup
{
  background-color:silver;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right: 1px solid black;
  border-bottom:1px solid black;
  /* filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);  */
}

.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 silver;
}

.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 gray;
  border-bottom:1px solid gray;
}

.DisabledMenuItem
{
  color:Gray; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  padding:3px;
  padding-left:15px;
  padding-right:10px;
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  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 silver;
  border-left:1px solid silver;
  border-right: 1px solid black;
  border-bottom:1px solid black;
  background-color:white;
  /* filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);  */
}

.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:1 solid outset;
  border-top:1 solid outset;
  border-bottom:1 solid outset;
}

.TabMenuSel
{
  color:black; 
  background-color:silver; 
  border-left:1 solid outset;
  border-top:1 solid outset;
  border-bottom:1 solid outset;
  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: silver; height:21px; width:100%;}
.PageMenu_MenuBar {cursor: pointer; height:21; background-color:silver; color:black; width:100%;}
.PageMenu_MenuItem {cursor: hand; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 8pt; font-weight: normal; font-style: normal; border-left: DarkGray 0px solid; border-bottom: Silver 0px solid; border-top: Silver 0px solid; border-right: Silver 0px solid; height:21; filter:null;}
.PageMenu_MenuIcon {cursor: hand; background-color: silver; border-left: #000066 0px solid; border-bottom: #000066 0px solid;	border-top: #000066 0px solid; text-align: center; width: 15; height: 21;}
.PageMenu_SubMenu {z-index: 1000; cursor: hand; background-color:silver; color:black; border-bottom: black 1px solid; border-left: white 1px solid; border-top: white 1px solid; border-right: black 1px solid; filter:null;}
.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; filter:null;}
.PageMenu_MenuArrow {font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;	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; cursor: hand;}
.PageMenu_DisabledMenuItem {cursor: pointer; color: gray; font-family: Tahoma, Arial, Helvetica; font-size: 8pt; font-weight: normal; font-style: normal; border-left: DarkGray 0px solid; border-bottom: Silver 0px solid; border-top: Silver 0px solid; border-right: Silver 0px solid; height:21; filter:null;}
.PageMenu_DisabledItemSel {background-color: #000066; cursor: pointer; color: silver; font-family: Tahoma, Arial, Helvetica; font-size: 8pt; font-weight: normal; font-style: normal; filter:null;}

.TabMenu_MenuContainer {border-top:1 solid white;}
.TabMenu_MenuBar {cursor: default;}
.TabMenu_MenuItem {background-color: #000066; cursor: hand; color: white; font-family: Tahoma, Arial, Helvetica; font-size: 8pt; font-weight: bold; font-style: normal; height:21;}
.TabMenu_MenuItemSel {border-top:1 solid white; border-left:1 solid white;border-bottom:1 solid black;background-color: silver; cursor: hand; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 8pt; font-weight: bold; font-style: normal; height:21;}

/* 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:5;
}

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:gainsboro;
	border-left:0 solid silver;
	border-top:0 solid silver;
	border-right:1 solid black;
	border-bottom:1 solid black;
	height:300px;
}

.NavigationHeader
{
	padding:5;
	background-color:#000066;
	border-top:1 solid white;
	border-left: 1 solid white;
	border-right: 1 solid black;
	border-bottom: 1 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:5;
	border-top:1 solid black;
	border-left:1 solid balck;
	border-bottom:1 solid black;
	border-right:1 solid black;
}

.UserControlPanel
{
	background-color:gainsboro;
	width:100%;
	padding:5;
	border-top:0 solid silver;
	border-left:1 solid silver;
	border-bottom:1 solid black;
	border-right:1 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: 1 solid silver;
	border-left: 1 solid silver;
	border-right: 0 solid silver;
	border-bottom: 1 solid black;
	padding:0;
}

.TabItem
{
	padding: 3 3 3 3;
	color: white;
	background-color: #000066;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	width: 100%;
	border: 0 solid outset;
}

.TabItemSel
{
	padding: 3 3 3 3;
	color: Black;
	background-color: gainsboro;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	width: 100%;
	border: 0 solid outset;
}

/*=========================================================================
			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 outset; 
} 

.over { 
   font-family: Verdana; 
   font-size: 8pt; 
   font-weight: bold; 
   color:White;  
   text-decoration:none;    
   background-color: #4169e1; 
   border: 0 solid outset; 
} 

/* 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;
}


