@import "ui.all.css";
@import "Skins.css";
@import "Sopra.css";
@import "dhtmlx.css";
@import "checkbox.css";
@import "LoadingLayer.css";
@import "tableModeliser.css";
@import "layer.css";
@import "jquery.qtip.css";

.DefaultLoginPageBody {
 background-image : url(../graphics/loginscreen.jpg);
 min-width: 1920px;
 width : 100%;
 height : auto;
 background-position : center;
 background-repeat : no-repeat;
 background-color: #FFFFFF;
 background-size: cover;
 font-family: 'Arial';
 font-size: 8pt;
 scrollbar-face-color: #F0F7FF;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #6681AE;
 scrollbar-3dlight-color: #CEDDED;
 scrollbar-arrow-color:  #1A4371;
 scrollbar-track-color: #EBF3F9;
}

.ButtonLoginButton {
 font-family : Arial;
 font-size : 8pt;
 font-weight : bold;
 text-decoration : none;
 color : #777777;
 background: url(../graphics/btnlogin.gif);
 border-style: none;
 height : 30px;
 width: 28px;
 padding-bottom : 2px;
 white-space : nowrap;
}

.LogoPleiades{
background:url(../graphics/LogoPleiades.png) no-repeat scroll 10px 10px transparent;
}

.display-none {
	display: none;
}

#iframePTAPortlet
{
	border: 0;
}

.ui-datepicker-trigger
{
	vertical-align: middle;
	cursor : pointer;
}

/* Auto-complétion */
.AutoComplete
{
	padding-top: 2px;
	padding-bottom: 2px;
	*padding-top: 0px;
	*padding-bottom: 0px;
}
.AutoComplete .AutoCompleteIcon
{
	display: inline-block;
	*display: inline;
	vertical-align: middle;
}
.AutoComplete .AutoCompleteInput
{
	display: inline-block;
	*display: inline;
	width: 150px;
	line-height: 14px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 18px;
	vertical-align: middle;
	white-space: normal;
	cursor: text;
	background-repeat: no-repeat;
	background-position: right center;
}
.AutoComplete .AutoCompleteSearchCaption
{
	position: relative;	
	pointer-events: none;
	padding-top: 3px;
	padding-left: 4px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.AutoComplete .AutoCompleteLayer
{
	position: absolute;
	z-index: 100;
}
.AutoComplete .AutoCompleteLayer *
{
	box-sizing: border-box;
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody
{
	width: 100%;
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Elements
{
	width: 100%;
	height: auto;
	overflow-y: auto;
	max-height: 125px;
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Elements .Element
{
	display: block;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Elements .Element:hover,
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Elements .Focus
{
	/*
	text-decoration: underline;
	*/
	background-color: #D1E3F5;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Empty
{
	padding: 5px;
}
.AutoComplete .AutoCompleteLayer .AutoCompleteLayerBody .Error
{
	padding: 5px;
}

.ui-menu .ui-menu-item a {
	padding: 2px .4em;
    text-decoration: none;
    line-height: 1.5;
    zoom: 1;
    display: block;
}
