﻿body
{
    font-size: 10pt;
    color: black;
    font-family: sans-serif;
    margin-top: 0;
    vertical-align: top;
}

.Button
{
    font-size: 10pt;
    font-family: Arial;
    text-align:center;
	color: White;
	background-color:#66432F;
}



A {text-decoration: none;}
A:link {color:Blue;}
A:visited {color: Brown;}
A:hover {text-decoration: none; color: #ff9900;
font-weight:bold;}


.PrintableGridBreak
{
    font-family: Helvetica;
    font-size:x-small;
    page-break-after:always;
}


.PrintableGridNoBreak
{
    font-family: Helvetica;
    font-size:x-small;

}

.ListBoxBorder
{
    border-bottom: none;
}
    

.CenteredText
{
    text-align:center;
}



.Heading
{
    font-size: 14pt;
    color: black;
    font-family: Arial;
}


.Hyperlink
{
    text-decoration:none;

    
    
}

.SubHeading
{
    font-size: 12pt;
    color: black;
    font-family: Arial;
}

.FieldLabel 
{
    font-size: 10pt;
    color: black;
    font-family: Helvetica;
     
}

td.FieldLabel1
{
	font-size: 10pt;
	color: White;
	font-family: Helvetica;
	font-weight: bold;
	background-color:#000066;
}

td.FieldLabel2
{
	font-size: 10pt;
	color: Black;
	font-family: Helvetica;
	background-color:#F4EAE1;
}

td.TableCell
{
	font-size: 10pt;
	font-family: Helvetica;

}

.FieldLabel3
{
    font-size: 10pt;
    color: black;
    font-family: Helvetica;
 
}


.Tabs
{
	font-size: 10pt;
	color: White;
	font-family: Helvetica;
	background-color:#F4EAE1;
}

.Footing
{
    font-size: 7pt;
    color: black;
    font-family: Arial;
    text-align:center
}


.HorizontalRules
{
    color: #66432F;
}



.GridPosition
{

	z-index: 101;
	left: 113px; 
	position: absolute;
    top: 333px
}

.HeaderStyle
{
	background-color:#000066;
}

.rowStyle
{
	background-color:#F4EAE1;
}

TABLE.FilterBox
{
    BORDER-RIGHT: #dedec4 1px solid;
    BORDER-TOP: #dedec4 1px solid;
    BORDER-LEFT: #dedec4 1px solid;
    BORDER-BOTTOM: #dedec4 1px solid;
    BACKGROUND-COLOR: #ffffff
}

TABLE.PanelBox
{
    BORDER-RIGHT: #dedec4 1px solid;
    BORDER-TOP: #dedec4 1px solid;
    BORDER-LEFT: #dedec4 1px solid;
    BORDER-BOTTOM: #dedec4 1px solid;
    BACKGROUND-COLOR: #eeeeee
}

.SmallButton
{
   color: #000050;
   font-family: helvetica;
   font-size:84%;
   font-weight:bold;
   background-color:OldLace;
   border:1px solid;
   border-color: #000696;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
 }
 
 .validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.Watermarked
{
	background-color:Silver;
    filter:alpha(opacity=50); 
    opacity:0.5;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}




.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background-color:#EEEEEE;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}


.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

Div.FilterBox
{
    BORDER-RIGHT: #dedec4 1px solid;
    BORDER-TOP: #dedec4 1px solid;
    BORDER-LEFT: #dedec4 1px solid;
    BORDER-BOTTOM: #dedec4 1px solid;
    BACKGROUND-COLOR: #ffffff
}


.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}