table
{ 
    display: inline-table;
}
body
{
	width: 775px;
    height: 96%;
    font-family: Verdana;
	font-weight: normal;
	font-size: x-small;
}
	
.label_x_small
{
	font-family: Verdana;
	font-weight: bold;
	font-size: x-small;
}
.label_Text
{
	font-family: Verdana;
	font-weight: normal;
	font-size: x-small;
}
.label_underline
{
	font-family: Verdana;
	font-weight: bold;
	color: Navy;
	font-size: x-small;
}
.label_validator
{
	font-family: Verdana;
	font-weight: normal;
	font-size: xx-small;
	height: 16px;
}
.label_dropdownlist
{
	color: navy;
	font-family: Verdana;
	font-weight: bold;
	font-size: x-small;
	table-layout: fixed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.watermark
{
	color:Gray;
	text-align:center;
	padding:0px;
	margin:0px;
}
.ellipsis
{
	table-layout: fixed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*Calednar*/ html .RadCalendar,
/*MonthYearPicker, RadDatePicker FastNavigation Popup*/ html .RadCalendarMonthView,
/*TimeView Popup*/ html .RadCalendarTimeView,
html .RadPicker {
    font-size: 1.3em;
}
.RadMultiPage
{
    border: 1px solid #cdcdcd;
}
.RadCalendarPopup div
{
	overflow-x : hidden  !important;
}
div.RadListBox .rlbText
{
    white-space: nowrap;
}
.RadButton
{
	table-layout: fixed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@keyframes blinker {
    50% { opacity: 0.0; }
}
@-webkit-keyframes blinker {
    50% { opacity: 0.0; }
}
@-moz-keyframes blinker {
    50% { opacity: 0.0; }	
}
.alert, .validator {
    font-size: 0.8em;
    font-weight: bold;
    animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
}