﻿/*Estilo azul corporativo predeterminado aplicado al cuerpo de la pagina*/
/*color azul #EFF3FB*/
body
{
	font-family : verdana;
	font-size  : 8pt;
	/*margin-top:3%;#9999CC el moradito*/
	background-color:white;
}
/*Estilo aplicado a la tabla plantilla principal contenida en la master page*/
#template
{
	font-family: verdana;
	font-size  : 8pt;
	width:950px;
	/*border:2px;
	border-color:whitesmoke;
	border-style:solid;*/
}
/*Estilo aplicado unicamente a la seccion de encabezado de la plantilla principal*/
#header
{
	font-family: verdana;
	font-size  : 8pt;
	width  : 950px;
	height:60px;
	background-color:white;
	border-color:#EEEEEE;
}
/*Estilo aplicado a la seccion de control de status de usuario en una pagina, logueado o no logueado por ejemplo*/
#status
{
	font-family: verdana;
	font-size  : 8pt;
	width  : 120px;
	height:20px;
	text-align: center;
	background-color: lightsteelblue;
	vertical-align:middle;
	border-style:outset;
	border-width:1px;
	border-color:#EEEEEE;
}
/*Estilo aplicado a la seccion de la plantilla donde va situado el menu*/
#menu
{
	font-family: verdana;
	font-size  : 8pt;
	width  : 830px;
	height:20px;
	text-align: left;
	vertical-align:bottom;
	padding-left:5px;
	border-style:outset;
	border-width:2px;
	border-color:#EEEEEE;
	background-color:whitesmoke;
}
/*Estilo aplicado a la seccion donde deberia ir ubicado el sitemappath*/
#navegacion
{
	font-family: verdana;
	font-size  : 7pt;
	width:950px;
	background-color: whitesmoke;
	padding-left:5px;
	border-style:solid;
	border-width:1px;
	border-color:#EEEEEE;
}
/*Estilo aplicado a la seccion de la plantilla donde va ubicado el treeview*/
#treeview
{
	font-family: verdana;
	font-size  : 8pt;
	width  : 120px;
	vertical-align: top;
	background-color: WhiteSmoke;
	padding-top:5px;
}
/*Estilo aplicado a la seccion donde esta ubicado el contenido dinamico del sitio web*/
#contenido
{
	font-family: verdana;
	font-size  : 8pt;
	width:950px;
    height:300px;
    padding:8px;
    vertical-align: top;
    background-color: White;
}
/*Estilo aplicado a la seccion de informacion de la plantilla normalmente ubicado debajo del contenido*/
#info
{
	font-family: verdana;
	font-size  : 7pt;
	width:950px;
	text-align: left;
	background-color: WhiteSmoke;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;
}
/*Estilo aplicado a la barra de iconos y enlaces dentro de la plantilla normalmente ubicado arriba del footer*/
#links
{
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
	background-color:lightsteelblue;
	padding-bottom:5px;
	padding-top:5px;
	border-style:outset;
	border-width:2px;
	width:950px;
	height:40px;
	border-color:#EEEEEE;
}
/*Estilo aplicado al pie de la pagina*/
#footer
{
	font-family: verdana;
	font-size: 7pt;
	width:950px;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
/*Estilo clase que puede ser aplicado al encabezado de un gridview*/
.gridview_header
{
	background-image: url(imagenes/degradado_top.png);
	background-repeat: repeat-x;
    background-position :top left;
    background-attachment:inherit;
}
/*Estilo clase que puede ser aplicado al pie de un gridview*/
.gridview_footer
{
	background-image: url(imagenes/degradado_bottom.png);
	background-repeat: repeat-x;
    background-position :bottom left;
    background-attachment:inherit;
}
/*Clases Css exclusiva de flan.controls*/
.tdHighlight
{
	background-color: White;
	padding: 8px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dialogHeader
{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	font-family: Verdana;
	background-color: #7C6F57;
}

.closeIcon
{
	background-position: right top;
	background-image: url(../Images/close_icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}
/*Clases Css exclusiva de flan.controls*/