/* These are for the modal popup window */
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.vert {
	position:absolute;
	left:1px;
	top:50px;
	width:1px;
	writing-mode: tb-rl; 
}

/* These are the original styles for ETB */
INPUT.Button
{
    BORDER-RIGHT: #002659 2px solid;
    BORDER-TOP: #2086b9 2px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #2086b9 2px solid;
    COLOR: white;
    BORDER-BOTTOM: #002659 2px solid;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #006699
}

td.button input
{
    BORDER-RIGHT: #002659 2px solid;
    BORDER-TOP: #2086b9 2px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #2086b9 2px solid;
    COLOR: white;
    BORDER-BOTTOM: #002659 2px solid;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #006699
}

.ExaminerToolBox
{
	font-family:		Verdana,Arial;
	font-size:			9pt;
}
.ExaminerToolBoxDef
{
	font-family:		Verdana,Arial;
	font-size:			6pt;
}
.ExaminerToolBox .BillTypes
{
	font-family:		Verdana,Arial;
	font-size:			6pt;
}

.ExaminerToolBox .Categories
{
	font-family:		Verdana,Arial;
	font-size:			6pt;
}

.H1
{
	font-family:Verdana,Arial;
	font-size:12pt;
	color:Black;
	font-weight:bold;
}	

INPUT.ExaminerToolBox
{    
	BORDER-RIGHT: #002659 2px solid;
    BORDER-TOP: #2086b9 2px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #2086b9 2px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #002659 2px solid;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #FFFFFF;
}

SELECT.ExaminerToolBox
{    
	BORDER-RIGHT: #002659 2px solid;
    BORDER-TOP: #2086b9 2px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #2086b9 2px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #002659 2px solid;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #FFFFFF;
}
INPUT.ExaminerToolBox2
{    
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #FFFFFF;
}

SELECT.ExaminerToolBox2
{    
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #FFFFFF;
}
.Error
{
	font-family:Verdana,Arial;
	font-size:9pt;
	color:Red;
	font-weight:bold;
}

.ReserveError
{
	font-family:Verdana,Arial;
	font-size:15px;
	color:Red;
	font-weight:bold;
}

TABLE.title
{
    BORDER-RIGHT: 3px ridge;
    BORDER-TOP: 3px ridge;
    BORDER-LEFT: 3px ridge;
    BORDER-BOTTOM: 3px ridge;
    BACKGROUND-COLOR: #5a86b5
}

/* styles added for the Claim Review calendar screen */
/* style for the calendar title bar */
.TitleStyle
{
	background-color:	#069;
	color:				White;
	FONT-SIZE:			.8em;
}

/* Overall styles for a calendar */
.ExaminerToolBoxCal
{
	font-family:		Verdana,Arial;
	font-size:			9pt;
	height:				100%;
	width:				75%;
	border-color:		White;
}

/* Calendar day header style */
.DayHeaderStyle
{	
	text-align:			left;
	background-color:	#fff;
	FONT-SIZE:			.8em;
}

/* Calendar day style */
.DayStyle
{
	text-align:			left;
	vertical-align:		top;
	FONT-SIZE:			.8em;
}

/* Style for cells that hold dates fro other months*/
.OtherMonthDay
{
	background-color:	#fff;
}
/* Styles for on page links */
A:link	{	
	text-decoration:	underline;
	color:				#33c;
	FONT-SIZE:			.9em
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:				#339;
	FONT-SIZE:			.9em
	}	
		
A:active	{	
	text-decoration:	underline;
	color:				#339;
	FONT-SIZE:			.9em
	}	
		
A:hover	{	
	text-decoration:	none;
	color:				#33c;
	FONT-SIZE:			.9em
	}
/*Styles for Bill types */
.Serious
{
	font-size:1.1em;
	color:Red;
	font-weight:bold;
}
.Medium
{
	font-size:1.1em;
	color:Blue;
	font-weight:bold;
}
.Minor	
{
	font-size:1.1em;
	color:Green;
	font-weight:bold;
}
.Unknown	
{
	font-size:1.1em;
	color:black;
	font-weight:bold;
}
/* styles for code categories */
.EM
{
	font-size:1em;
	color:Blue;
	font-weight:bold;
}
.AN
{
	font-size:1em;
	color:DarkRed;
	font-weight:bold;
}
.SU	
{
	font-size:1em;
	color:Red;
	font-weight:bold;
}
.RAD	
{
	font-size:1em;
	color:SaddleBrown;
	font-weight:bold;
}
.MD	
{
	font-size:1em;
	color:Olive;
	font-weight:bold;
}
.PT
{
	font-size:1em;
	color:ForestGreen;
	font-weight:bold;
}
.CHR
{
	font-size:1em;
	color:OliveDrab;
	font-weight:bold;
}
.Other	
{
	font-size:1em;
	color:Black;
	font-weight:bold;
}
.ORT	
{
	font-size:1em;
	color:DodgerBlue;
	font-weight:bold;
}
.LAB	
{
	font-size:1em;
	color:DarkOrange;
	font-weight:bold;
}