﻿@charset "utf-8";

/**************************************************
프로그램ID : local_etc.css
프로그램명 : Lecture Cascading Style Sheets
작  성  자 : 김도현
최초작성일 : 2009/12/11
최종작성일 : 
참고  사항 : 로컬 개발에 필요한 스타일
****************************************************/

/*모달팝업용*/
.modalBackground {
	background-color:gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:0px;
}


/*자동완성용 */
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}
.autocomplete_highlightedListItem
{
	background-color: #eeeeee;
	color: black;
	padding: 1px;
}
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}



