/*
Login
*/
select
{
font-family: sans-serif;
font-size:11px;
}

body
{
background: #ffffff;
font-family: sans-serif;
color: #0d3962;
padding: 0em;
margin: 0em;
}

a
{
color: #0d3962;
text-decoration: underline;
}

img
{
border: 0em;
margin: 0em;
}

table
{
border-collapse: collapse;
border: 0em;
}

td, form
{
padding: 0em;
margin: 0em;
}

button, submit, clear
{
font-family: sans-serif;
margin: 0px;
}

.login
{
width: 418px;
height: 362px;
background: url('../images/login_ground_418x362.png') 0 0 no-repeat;
margin-bottom: 2em;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	padding: 0px;
	background-color : White; /*inherit;*/
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;	
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #0000ff;
	color: white;
	padding: 1px;
	font-size: 11px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-size: 11px;
}

#tdVersion
{
	padding: 0px 110px 30px 0px;
	text-align:right;
	font-size:12px;
	color:#0a71ae;
}

.signin_button 
{
	background: #18a4d7 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 12px;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.icon_login
{
	background-image: url('../../images/Icons/icons_50p.png'); 
	display: block; 
	height: 32px; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 32px;
}

.company_name
{
	padding: 5px 0px 10px 30px; 
	color: #004D6C; 
	font-size: 12px; 
	display: inline-block; 
	text-align: left; 
	width: 223px;
}