﻿.WidthHeigth
{
	 width: 1010px;
     height: 100%;
}

.OnlyWidth
{
	width: 1200px;
	text-align :center ;
}

.body 
{
	background-image:Url("App_themes/Imagenes/FondoGeneral.png");
	background-repeat :repeat ;
	text-align :center ;
}

.BgdColor
{
	background-color :White;
}

.Header
{
	  background-image :Url("App_themes/Imagenes/Header.png");
	  background-repeat :no-repeat ;
}

.HeaderLeft
{
	background-image :Url("App_themes/Imagenes/LftHeader.png");
	background-repeat :no-repeat ;	
}
	
.HeaderMiddle
{
	background-image :Url("App_themes/Imagenes/MdHeader.png");
	background-repeat :repeat;
	width :75%;
}

.HeaderRight
{
	background-image :Url("App_themes/Imagenes/RgtHeader.png");
	background-repeat :no-repeat ;
}

.CampoNormal
{
	 font-family :Tahoma;
	 font-size : 11px;
	}
	
.CampoNegritas
{
	font-family :Tahoma;
	font-size : 11px;
	font-weight : bold;
	color: #000000;
}
.MarcaAgua
{
	background-color: silver;
	font-family :Tahoma;
	font-size :11px;
    color:Gray ;
}

.Menu
{
	 background-color:Gray;
	 font-family :Tahoma;
	 font-size:12;
	 color:White;
	 width :100%;
	 text-align: center;
}

.AccordionPane
{
	 background-image :Url("App_themes/Imagenes/FondoMdAccordion.png");
	 background-repeat: no-repeat;
	 height :100%;
	 width:95%;
	 font-family:Tahoma;
	 font-size:10px;
	 text-align:left;	 
}

.AccordionSelected
{
	background-image :Url("App_themes/Imagenes/Mdheader.png");
	width:95%;
	font-family:Tahoma;
	font-weight:bold ;
	height:30px;
	vertical-align:middle;
}

.AccordionHeader
{
	background-image :Url("App_themes/Imagenes/Mdheader.png");
	background-repeat :  repeat-x;
	font-family :Tahoma;
	font-size: 12px;
    width:95%;
    height:20px;
    vertical-align:middle;
}

.Modal
{
	background-color:black;
	filter:alpha(opacity=80);
	opacity:0.80;
}

.GridGeneral
{
 width :800px;
 background-image:URL("App_themes/Imagenes/FondoMdAccordion.png");
 font-family:Tahoma;
}
	
.GridGeneral
{
 width :800px;
 background-image:URL("App_themes/Imagenes/FondoMdAccordion.png");
 font-family:Tahoma;
}
	
.GridHeader
{
	background-image:URL("App_themes/Imagenes/HeaderGrid.png");
	height:25px;
	font-weight:bold;
}

.GridRows
{
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}