﻿body
{
	font: normal 12px Arial;
	color: #000000;
	height:100%;
    margin:0; padding:0;
    text-align: left;
}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}

#content {position:relative; z-index:1;
	top: 0px;
	left: 0px;
	height: 568px;
}
.login
{
	color: #001e76;
	font-size: 12px;
	font-weight: bold;
}
.text
{
	font: normal 12px/23px Arial, sans-serif;
	color: #000000;
    height: 25px;
}
.leftback
{
    background-image: images/bg42.jpg;
}
.text10
{
	font: normal 10px/20px Arial, sans-serif;
	color: #000000;
}
.buttons
{
}
.title
{
	font: normal 16px/23px Arial, sans-serif;
	color: #333333;
}
.link
{
	font: normal 12px/23px Arial, sans-serif;
	color: #333333;
	font-weight: bold;
}
.dragMe {
	width:100%;
	background-color:#EeEeEe;
	text-align:center;
	cursor:move;
	font-weight:bold;
}
.title1
{
	font: normal 12px/23px 'Segoe UI' , Arial, sans-serif;
	color: #333333;
	font-weight: bold;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color :silver;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
	font-family:Tahoma;
	font-size:small;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color:orange;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color :silver;
	color : windowtext;
	padding : 1px;
}
