﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(/images/bg-body.jpg.jpg);
	background-repeat: no-repeat;
	margin:0;
	background-position:top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
image 
{
	display:block;
}
.launchdate {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
body p {
	font-size: 16px;
	font-weight: bold;
}
.home {
	font-weight: normal;
}
.verification {
	font-size: 14px;
}
.ajax__validatorcallout_error_message_cell
{
	color: black;
}

/*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;

/*font-family: courier new;*/ 
font-size: 7pt; 

}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem

{

background-color: #ffff99; 
color: black;

padding: 1px; 
}

/* AutoComplete item */

.autocomplete_listItem 
{

background-color : window; 
color : windowtext;

padding : 1px; 
}


