﻿/*Modal Popup*/
.modalHeaderBackground
{
	background-image: url(Images/HeaderBackground.jpg);
	background-repeat: repeat-x;
	border-top: #a9a9a9 1px solid;
	
}
.modalBody
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: #ffffff;
}
.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.HoverTarget
{
	font-size: 8pt;
	font-family: tahoma;
	text-decoration: underline;
}
.modalCloseButton
{
	background-image: url(Images/PopUpWindow/button-close-focus.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
	background-position: center center;
}
.HoverPopUp
{
	background-color: #fffff0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: #778899 1px solid;
	border-top: #778899 1px solid;
	border-left: #778899 1px solid;
	border-bottom: #778899 1px solid;
}
.modalPopup
{
	background-color: #ffffff;
}
.modalPopupGridHeader
{
	background-color: #dcdcdc;
}
.modalPopupGridRows
{
	border-bottom: #dcdcdc 1px solid;
}
.Watermark
{
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	color: #a9a9a9;
	font-family: tahoma;
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #fafad2;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: #708090;
	padding: 1px;
}
.validatorCalloutHighlight
{
	background-color: #fafad2;
}

.PnlTopLeft
{
	
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperHeaderLeft.gif') repeat-x;
	width: 6px;
	height: 30px;
}
.PnlTopMiddle
{
	height: 30px;
	text-align: left;
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperHeaderCenter.gif' ) repeat-x bottom;
	
	
}

.PnlTopRight
{
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperHeaderRight.gif') repeat-x;
	width: 6px;
	height: 30px;
}

.PnlMiddleLeft
{
	border-left: solid 1px #3b5a82;
	width: 3px;
	font-size: 1px;
	background: white;
}

.PnlMiddleRight
{
	border-right: solid 1px #3b5a82;
	width: 3px;
	font-size: 1px;
	background: white;
}

.PnlBottomLeft
{
	width: 6px;
	height: 23px;
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperFooterLeft.gif') no-repeat;
	position: relative;
	top: -1px;
}

.PnlBottomMiddle
{
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperFooterCenter.gif') repeat-x;	
	position: relative;
	top: -1px;
	font: bold 10px Verdana, Arial, Sans-Serif;
	color: #3b5a82;
	vertical-align: top;
	padding-left: 4px;
}

.PnlBottomRight
{
	width: 6px;
	height: 23px;
	background: transparent url('Images/PopUpWindow/CssImg/RadWWrapperFooterRight.gif') no-repeat;
	position: relative;
	top: -1px ;
}

/*.PnlTopLeft
{
	background-image: url(Images/Images/PopUpWindow/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 9px;
	
}
.PnlTopMiddle
{
	background-image: url(Images/Images/PopUpWindow/top_mid.gif);
	height: 23px;
	
}
.PnlTopRight
{
	background-image: url(Images/Images/PopUpWindow/top_right.gif);
	height: 23px;
	width: 9px;
	background-repeat: no-repeat;
	background-position: right top;
}
.PnlMiddleLeft
{
	background-image: url(Images/Images/PopUpWindow/center_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 9px;
	background-color: #ffffff;
}
.PnlMiddleRight
{
	background-image: url(Images/Images/PopUpWindow/center_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 9px;
	background-color: #ffffff;
}
.PnlBottomLeft {
	background-image: url(Images/Images/PopUpWindow/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 9px;
}
.PnlBottomMiddle {
	background-image: url(Images/Images/PopUpWindow/bottom_mid.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
}
.PnlBottomRight {
	background-image: url(Images/Images/PopUpWindow/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 9px;
} */
.PnlBottomRightResize {
	background-image: url(Images/Images/PopUpWindow/bottom_right_resize.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 9px;
}
.PopUpDragHandler
{
	cursor: move;
	font: bold 10px Verdana, Arial, Sans-Serif;
	color: #3b5a82;
	vertical-align: top;
	padding-left: 4px;
}
.HoverWindow
{
	font-size: 10px;
	color: black;
	font-family: verdana;
	background-color: #b0c4de;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
.CloseButton
{
	cursor: hand;
}
