/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
}

h1
{
	font-size: larger;
	margin: 12px 0px 3px 0px;
}

h2
{
	font-size: larger;
	margin: 12px 0px 3px 0px;
}

img
{
	border: none;
}	

.EntryForm
{
	background-color: #F6F6F6;
	border: solid 1px #CCCCCC;
	border-top: solid 2px #FF0000;
	padding: 3px;
	margin-bottom: 16px;
}
.EntryForm .Labels
{
	width: 125px;
	text-align: right;
}
.EntryForm .Input
{
	color: #000000;
}
.Buttons
{
	text-align: center;
	padding: 6px 0px 9px 0px;
}
.Labels
{
	color: #666666;
	font-size: smaller;
}

/*H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/
/* New Styles */

/* End Left Menu */

/* Data Grids */
.DiscussionEdit
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif
}

.Grid
{
	border-collapse: collapse;
	border: none;
}

.Grid .Header TD,
.Grid .Header TH
{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 3px;
	border: solid 1px #CCCCCC;
}

.Grid .Header A,
.Grid .Header A:visited,
.Grid .Header A:active
{
	color: #FFFFFF;
	font-weight: bold;
}

.Grid .Header A:hover
{
	color: #CC0000;
	font-weight: bold;
}

.Grid TD
{
	font-size: 11px;
	padding: 3px;
	border: solid 1px #CCCCCC;
}
.Grid .Alt
{
	background-color: #F6F6F6;
}
.Grid .Edit
{
	background-color: #FFFFAA;
}

.Grid .Footer
{
	background-color: #EEEEEE;
	padding: 0px;
}
.Grid .Footer TD
{
	color: #666666;
	font-weight: bold;
/*	border: none;
	padding: 1px 0px 1px 0px; */
	padding: 2px 3px;
	border: solid 1px #CCCCCC;

}
.Grid .Pager
{
	background-color: #F2F2F2;
	color: #CC0000;
	font-weight:bold;	
}
.Grid .Pager A
{
	color: #000000;
}
	

.Disabled
{
	color: #999999;
}
H3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #FF0000;
	padding: 3px;
	margin-bottom: 6px;
}

#ClaimHeader .Label
{
	font-size: 10px;
	color: #B9D0EC;
	padding-left: 15px;
}
#ClaimHeader .Field
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
}

.FormInput TD
{
	padding: 5px;
	font-size: 13px;
}

.FormInput .Input
{
	color: #333333;
	border: solid 1px #999999;
	background-color: #F6F6F6;
}

.FormInput .Input TD
{
	font-size: 11px;
	color: #333333;
}

.FormInput .Title
{
	font-size: 11px;
	font-weight: bold;
}

.FormInput .Buttons
{
	padding: 7px 0px 7px 0px;
}

/* Right Menu Styles */
.RightMenu TD
{
	font-size: 8pt;
}

.RightMenu .Content
{
	padding: 0px 5px 0px 5px;
}

.RightMenu .Content P
{
	margin: 5px 0px 5px 0px;
}

.RightMenu .Content A, .RightMenu .Content .A:visited, .RightMenu .Content .A:active
{
	color: #0000FF;
	text-decoration: none;
}

.RightMenu .Content A:hover
{
	color: #FF0000;
	text-decoration: underline;
}
/* End Right Menu */

/* Top Banner Styles */
.Header TD
{
	padding: 0px;
}
/* End Top banner */

/* Form Items */
.FormItem TH
{
	font-size: 12pt;
	text-align: left;
	height: 20px;
	border-bottom: 2px solid #FF0000;
	padding-top: 6px;
}

.FormItem TD
{
	font-size: 11px;
}
.FormItem .Main
{
	border: 1px solid #CCCCCC;
	border-top: 1px none #FF0000;
	background-color: #F6F6F6;
}
.FormItem .Buttons
{
	height: 45px;
	vertical-align: middle;
}

.FormFields TD
{
	font-size: 11px;
	color: #666666;
	padding: 3px;
}

.CodeWarning
{
	border-collapse: collapse;
	border: 1px solid #FF0000;
	background-color: #F6F6F6;
}

.CodeWarning TD
{
	border: none;
	padding: 2px;
}

.CodeWarning TH
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}

.CodeWarningItem
{
	padding: 10px;
	text-align: center;
}

.Discussion
{
/*	font-size: 11px; */
	color: #000000;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	border-top: 1px none #FF0000;
}
/* Form Items */

/* Sub Menu */
.SubMenu TD
{
	background: #FFAAAA;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}

.SubMenu .Selected
{
	background: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.SubMenu TD A, .SubMenu TD A:visited, .SubMenu TD A:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.SubMenu TD A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.ValSummary
{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	margin: 5px
}

.InjuryLink
{
	text-align: right;
}

.InjuryLink A
{
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-align: right;
}

/* Form Items */
.FormButton {
	width: 65px;
}

.Checklist TD 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	padding: 2px 0px 2px 0px;
}

.NoRecords
{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	vertical-align: bottom;
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
}

/* Left Navigation menus */
.LeftNav
{
	border: solid 1px #999999;
	border-left: none;
	border-top: none;
	background-color: #EEEEEE;
	padding:2px;
}

.LeftNav A, .LeftNav A:active, .LeftNav A:visted
{
	color: #444444;
	text-decoration: none;
}
.LeftNav A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.LeftNavItem
{
	padding: 2px
}

.LeftNavItemDiv
{
	padding: 2px 3px 2px 3px;
	font-size: 12px;	
}

.LeftNavSubItemDiv
{
	padding: 3px 3px 3px 10px;
	font-size: 10px;	
}

.LeftNavSubItemDivSelected
{
	padding: 3px 3px 3px 10px;
	font-size: 10px;
	color: #CC0000;	
}

.LeftNavItemSelected
{
	background-color: #FFFFFF;
	color: #CC0000;
	border: solid 1px #999999;
}

/* Left Menu Styles */
.LM TD
{
	font-size: 11px;
}
.LM .NS
{
	padding: 4px;
	border-top: 1px solid #2F67A9;
	border-bottom: 1px solid #2F67A9;
}
.LM .SEL 
{
	padding: 4px;
	border-top: 1px solid #2F67A9;
	border-bottom: 1px solid #2F67A9;
	color: #FF0000;
}
.LM A, .LM A:active, .LM A:visted
{
	color: #000000;
	text-decoration: none;
}
.LM A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.LeftMenu TD
{
	font-size: 11px;
	padding: 3px;
	background-color: #eeeeee;
	height:20px;
	border-right: 1px solid #2F67A9;
}
.LeftMenuSelected
{
	color: #FF0000;
	background-color: #FFFFFF;
	border-top: 1px solid #2F67A9;
	border-bottom: 1px solid #2F67A9;
	border-right: 1px solid #FF0000;
	height: 18px
}

.LeftMenu A, .LeftMenu A:active, .LeftMenu A:visted
{
	color: #0000FF;
	text-decoration: none;
}

.LeftMenu A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.LeftSubMenu
{
	padding-left: 15px;
}

.LeftSubMenuSelected
{
	padding-left: 15px;
}

/*.ExhibitDisplay
{
	background-color: #F6F6F6;
	border-width: 0px;
	color: #666666;
} */

.ExhibitDisplay
{
	background-color: #F6F6F6;
	border: solid 1px #F6F6F6;
	font-size: 12px;
	color: #666666;
}

.ExhibitEdit
{
	font-size: 12px;
}

.MenuList,
.MenuList LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}