﻿.MPTdBackgroundTop
{
	background-image:url(../../Imagenes/Border_2.jpg);
	background-repeat:no-repeat;
	font-style:italic;
	font-family:Arial;
	font-weight:bold;
	font-size: 18pt;
	color:White;
}
.HeaderBckGround
{
	background-image:url(../../Imagenes/HeaderWeb.jpg);
	background-repeat:no-repeat;
}
.TdBackGround
{
	background-image:url(../../Imagenes/Fondo_S.jpg);
	background-repeat:repeat-x;
}

.MPTdBackgroundBottom
{
	background-image:url(../../Imagenes/Border_2.jpg);
	font-style:italic;
	font-family:Arial;
	font-weight:bold;
	font-size: 12pt;
	color:White;
}
	
/*GridView*/
.RowBackcolor
{
	background-color:#C4D5EE; /*#EFF3FB;*/
}
.FooterStyle
{
	background-color:#507CD1;
	font-weight:bold;
	color:White;	
}
.HeaderStyle
{
	background-color:#507CD1;
	font-weight:bold;
	color:White;
}
.AlternatingRowStyle
{
	background-color:white;	
}
/*GridView*/

/*Encabezados*/
.Header1
{
	background-image:url(../../Imagenes/Border_Header.jpg);
	background-repeat:repeat-x;
	font-size: 18pt;
	font-family: Impact;
	font-style:italic;
	color: White;	
}

.Header2
{
	font-size: 18pt;
	font-family: Impact;
	font-style:italic;
	color: Black;	
}

/*Labels*/
.LabelStyle
{
	font-family:Arial;
	font-style:normal;	
	font-size:12px;
	
}
.LabelStyleHeader
{
	font-family:Arial;
	font-style:normal;	
	font-size:12px;
	color:White;
	font-weight:bold;
}
.LabelStyleOrders
{
	font-family:Arial;
	font-style:normal;	
	font-weight:bold;
	font-size:10px;
}
/*Buttons*/
.ButtonStyle
{
	background-color:White;
	border-color:#507CD1;
	border-style:solid;
	border-width:1px;
	font-family:Arial;
	font-size:12px;
	color:#284E98;
	
}
/*MOdalPupop*/
.PanelStyle
{
	display:block;
	background-color:White;
	border-color:Black;
	border-width:2px;
}
.WaterMark
{
	background-color:#99ccff;
	font-family:Arial;
	font-size:12;
	color:White;	
}
.tbxStyle
{
	font-family:Arial;
	font-style:normal;	
	font-size:12px;	
}
.tbxStyleOrder
{
	font-family:Arial;
	font-style:normal;	
	font-size:10px;	
}
.AlterRow { background-color:White; /*#EFF3FB;*/}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.validatorCalloutHighlight 
{
    background-color:Lime; 
}