﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/	
	border-width0px;
	border-style:solid;
	/*border-color:Gray;*/
	padding:0px;
	width:620px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


/********************/


.close_header {
	width:552px;
	height:34px;
	background-image:url('../../GuestBook/Imgs/msg_close_bg.jpg');
	margin:0px 0px 5px 0px;
	cursor:hand;
	cursor:pointer;
}

.open_header {
	width:552px;
	height:34px;
	background-image:url('../../GuestBook/Imgs/msg_open_bg.jpg');
	cursor:hand;
	cursor:pointer;
}

.msg_body {
	margin:10px 0px 10px 0px;
}

.content_pane {
	padding:5px 5px 5px 5px;
}

.info_bar {
	text-align:right;
	width:550px;
	font-size:8pt;
	margin:0px 0px 5px 0px;
}


/*AutoComplete flyout */

.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: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}



/*Modal Popup2*/
.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup2 {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:620px;
}