﻿/* --------------------------------------------------------------
	/jQuery plugin
-------------------------------------------------------------- */ 
.updnValidatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
    z-index: 5200;
}
.updnValidatorCalloutPointer
{
    position: absolute;
    z-index: 5200;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
}
.updnValidationErrorInput
{
    background-color: #fcc;
}
.updnValidationErrorLabel
{
    color: #900;
}
/* --------------------------------------------------------------
	/jQuery plugin
-------------------------------------------------------------- */ 



/* --------------------------------------------------------------
	SpiderTextBox
-------------------------------------------------------------- */ 
.SpiderTextBox_watermarked 
{
	background-color: #F0F8FF;	
	color:gray;
	z-index: 1003;
}

.SpiderTextBox_Autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.SpiderTextBox_Autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.SpiderTextBox_Autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	padding: 0px;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}
/* --------------------------------------------------------------
	/SpiderTextBox
-------------------------------------------------------------- */ 

/* --------------------------------------------------------------
	SpiderGrid
-------------------------------------------------------------- */ 
.GrayHeader
{
    border: solid 1px gray;
}

.GrayHeader_Header
{
    background-color: Gray;
    height: 28px;
}

.GrayHeader_Header th, .GrayHeader_RowSelected td, .GrayHeader_Row td
{
    font-size: 8pt;
}

.GrayHeader_Header th
{
    background-color: #CCCCCC;
    height: 24px;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

.GrayHeader_Header th a, .GrayHeader_Header th a:visited
{
    color: Black;
    font-weight: bold;    
}

.GrayHeader_Header th a:hover
{
    text-decoration: underline;
}

.GrayHeader_Row
{
    background: white;
    height: 30px;
}

.GrayHeader_RowSelected
{
    background: yellow;
    height: 30px;
}

.GrayHeader_RowSelected td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: dotted 1px gray;
    text-align: left;
}

.GrayHeader_Row td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: dotted 1px gray;
    text-align: left;
}
/* --------------------------------------------------------------
	/SpiderGrid
-------------------------------------------------------------- */ 
