﻿body
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
}

.MenuPrincipal a:hover
{
	text-decoration:none;
	color:white;
}

a
{
	text-decoration:underline;
	color:#003399;
}
a:hover
{
	text-decoration:underline;
	color:#F60
}

#ContentPlaceHolder1_txtExame_list
{
	background-color:White;
	width:200px;
}

#ContentPlaceHolder1_txtExame_list div.item 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:White;
	cursor:hand;
	padding-left:2px;
	height:16px;
}
#ContentPlaceHolder1_txtExame_list div.selected
{
	background-color:Gray;
	color:White
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;	
    text-align : left; 
    list-style-type : none;
    width: 400px!important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.SublinhadoToolTip
{
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #FF6600;
    cursor: help;
}