﻿.ListSearchExtenderPrompt {
    font-style:italic;
    color:Gray;
    background-color:white;
    padding:1px;
    font-size:small;
}
/*Textbox Watermark*/
.unwatermarked {
    height:20px;
    width:200px;
}
.watermarked {
    width:300px;
    background-color:#F0F8FF;
    color:gray;
}
.watermarkedshort {
    width:146px;
    background-color:#F0F8FF;
    color:gray;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
	color: black;
	padding: 1px;   
    line-height:10px;
    height:10px;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color : window;
    color : windowtext;
    padding : 1px;   
    line-height:10px;
    height:10px;
}
/*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;
    line-height:10px;
}
.orangebox{
	background-color:#FFFBEC;
	color:#FFCC00;
	border-width:0px;
	text-align:left;
	width:500px;
}
/* Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	width:250px; 
}

/* updated 19/01/2009 HN */
.table_center
{
	margin-left: auto;
	margin-right: auto;
}

a.talk_hyperlink:visited
{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.talk_hyperlink:link
{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
