﻿BODY
{
	font-family: century gothic;
	font-size: 8pt;
	color: #333333;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.messageLabelError
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

.messageLabelSuccess
{
	font-size: 10pt;
	color: Green;
	font-weight: bold;
}

.controlLabel
{
	font-weight: bold;
	text-align:right;
	width: 150px;
}

.label
{
	text-align: left;
	width: 150px;
}

.validatorSummary, validatorLabel

{
	font-size: 8pt;
	color: Red;
}

.validatorBold
{
	font-size: 8pt;
	color: Red;
	font-weight: bold;
}

.textbox
{
	font-size: 8pt;
	width: 140px;
}

.textboxDate
{
	font-size: 8pt;
	width: 80px;
}

.textboxNotSoShort
{
	font-size: 8pt;
	width: 80px;
}


.combobox
{
	font-family: Arial;
	font-size: 8pt;
}

.dropdownlistNotSoLong
{
	font-family: Arial;
	font-size: 8pt;
	width: 250px;
}

.dropdownlistVeryLong
{
	font-family: Arial;
	font-size: 8pt;
	width: 450px;
}

.panelArea
{
	width: 100%;
	background-color: #eeeeee;
}

.solicitudDemo
{
	width: 100%;
	background-color: #eeeeee;
}

