﻿*
{
	font-family:  Verdana, Arial, Helvetica; 
	text-decoration:none;
}

body
{
	background: #e3e5ef;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.divisor
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	height:10px;
	background-repeat: repeat;
	background-image: url('./Images/divisor.jpg');
}

.darkBackGround
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background:#000000;
}

.background
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	height:10px;
	background-repeat: repeat;
	background-color:Black;
}

.SiteMap
{
	background-color:Black;	
}

.MenuStyle
{	
	border-color:#990000;
	border-width:1px;
	font-family:Arial;
	font-size:x-small;
	text-align:center;	
}

.tdRedSytle
{
	border: thin groove #770000;
	background-color:#2a2a2a;
}

.txtRed
{
	background-color:#e9e7e8;	
    border-color:#CA0000;
    border-bottom-style:Solid;
    border-width:1px;
    Font-Size:9;
}

.CalendarExtender .ajax__calendar_container
{	
	border-width:1px;
	font-family:Arial;
	font-size:x-small;
	text-align:center;
	color:Black;
	background-color:#990000;
	format:'dd/MM/yyyy';
}

.fieldSetStile
{
	color:white;
	font-size:xx-small;	
	text-align:justify;
}
.legendStyle
{
	color:#CA0000;
}


/*Modal Popup*/
.modalBackground 
	{
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	}
.modalPopup img 
	{
	border:solid 5px #fff;
	}
.modalPopup-text 
	{
		display:block;
		color:#000;
		background-color:#fff;
		text-align:center;
		border:solid 2px #000;
		padding:10px;
	}
.modalPopup-text input 
	{
		width:75px;
	}    