﻿/* Css styl pro ValidatorCallout */

.ValidatorCallout 
{
	position: absolute;	
	width: 230px;
	display: none;
}

.ValidatorCallout h6 
{
	font-size: 100%;
	font-weight:bold;
	margin: 0px 0 4px 0;
	padding: 0;
	text-indent: 0;	
}

.ValidatorCallout_Arrow 
{
	position: absolute;
	top: 1ex;
	width: 15px;
	left: 0px;	
	height: 15px;
	background-image: url( ../images/ajax/callout-arrow.gif );
	background-repeat: no-repeat;
}

.ValidatorCallout_Close 
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 6px;
	height: 6px;
	background-image: url( ../images/ajax/callout-close.gif );
	background-repeat: no-repeat;
}

.ValidatorCallout_Text 
{
	border: 1px solid black;
	margin-left: 14px;
	background-image: url( ../images/ajax/callout-alert-large.gif );
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #fffacd;	
	color: Black;	
	font-weight: normal;
}

.Invalid 
{
	background-color:  #fffacd;		
}

.ValidatorCallout_Inner 
{
	margin:6px 14px 6px 44px;
}

.hidden 
{
	display: none;
}

.EventPopup 
{
	border: 1px solid black;
	padding: 1em;
	background-color: White;
	font-size: 110%;
	display: none;
	width: 700px;
}
.EventPopup div
{
	font-family: Sans-Serif;	
}

.PopupLink 
{
	color:#0B1CBE;
	cursor: pointer;
}