﻿body {
}

.Menu
{
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	color: #FF8000;
}
.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;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.RadTextArea
{
 background-color: White;	
}
.RadEContent, .RadEContentBordered
{
	padding:3px;
	background-image: none;
 	background-color: #FFFFFF;	
	margin: 0px;	
	text-align: left;	
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
	word-wrap: break-word;
}
.GridView
{
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

.ReportView
{
	font-family: Arial;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	
}

.SearchView
{
	font-family: Arial;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	background-color: lightgrey;
	
}

.GridViewFooter
{
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}
.GridViewHeader
{
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

.controlLabels
{
	font-family: Arial;
	font-size:12px;
	padding: 5px;
	font-weight:bold;
}
.Labels
{
	font-family: Arial;
	font-size:14px;
	padding: 5px;
	
}

.Questions
{
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
}

.Answers
{
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
}

.Timer
{
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
	color: Navy;
	background-color: Orange;
	border: 1px;
	border-style: outset;
	width: 250px;
}
.Message
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	padding: 5px;
}
.Instructions
{
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
}

.LinkButtons
{
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
}
.SearchButtons
{
	font-family: Arial;
	font-size: 10px;
}