/* Colores de Estados*/
.Incident_Status_Closed
{
	color: blue;
}

.Incident_Status_Open
{
	color: teal;
}
/*---------------------------------*/

/*---------------------Labels-------------------------*/
.Label {
	font-size: small;
	font-family: arial;
	color: #7b3742;
}

.LabelBold {
	font-family: arial;
	color: #7b3742;
	font-size: small;
	font-weight: bold;
}

.LabelWelcome {
	font-family: arial;
	font-size: small;
	color: #7b3742;
}

.TituloLogin {
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: tahoma;
	background-image: url('../Images/HeaderTableRed.jpg');
}

.WebTitle {
	font-size: small;
	font-weight: bold;
	color: #7b3742;
	font-family: arial;
}

.BigWebTitle {
	font-family: arial;
	color: #7b3742;
	font-weight: bold;
	font-size: large;
}

.WebComment
{
	font-size: 8pt;
	color: #7b3742;
	font-family: arial;
}
/*------------------------------------------------*/

/*----------------------Links---------------------*/
.HyperLink
{
	color: #7b3742;
	font-size: small;
	font-style: italic;
	font-family: 'Times New Roman';
}

.HyperLink:link
{
	color: #7b3742;
	font-size: small;
	font-style: italic;
	font-family: 'Times New Roman';
}

.HyperLink:visited 
{
	color: #7b3742;
	font-size: small;
	font-style: italic;
	font-family: 'Times New Roman';
}

.LinkButton
{
	font-size: small;
	font-style: italic;
	font-family: 'Times New Roman';
}

.LinkButton:link
{
	font-size: small;	
	font-style: italic;
	font-family: 'Times New Roman';
}

.LinkButton:visited 
{
	color: darkslateblue;
	font-size: small;
	font-style: italic;
	font-family: 'Times New Roman';
}

A:link {
	color: #7b3742;	
	font-family: 'Times New Roman';
	font-size: small;
}

A:visited {
	font-family: 'Times New Roman';
	font-size: small;
	color: #7b3742;
}
/*------------------------------------------*/

/*----------------Seleccion-----------------*/
.RadioButtonList {
	font-family: tahoma;
	font-size: small;
	color: #7b3742;
}

.DropDownList {
	font-family: tahoma;
	font-size: small;
}


.CheckBox {
	color: #7b3742;
	font-style: italic;
	font-size: small;
}

.ListBox {
	font-size: small;
}

.WebTree {
	background-color: #fff5ee;
	font-family: 'Microsoft Sans Serif';
	border-right-color: #7b3742;
	border-right-width: 2px;
	border-left-color: #7b3742;
	border-bottom-color: #7b3742;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	font-size: 9pt;
	font-family :Arial ;
	border-left-style: solid;
	border-top-color: #7b3742;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
}
/*-----------------------------------------*/

/*-------------DataGrid -- DataList--------*/
.DataGridHeaderStyle {
	color: white;
	background-image: url('../Images/HeaderGridRed.jpg');
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
}

A.DataGridHeaderStyle:link
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: verdana;	
	text-decoration: none;	
}

A.DataGridHeaderStyle:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: verdana;	
	text-decoration: none;	
}


.DataGridItemStyle {
	background-color: #fff5ee;
	color: #7b3742;
	font-size: 8pt;
    font-family: verdana;
}

.DataGridPagerStyle {
	background-color: #fff5ee;
	color: #CD0000;
	text-align: center;
}

.DataListHeaderStyle {
	background-image: url('../Images/HeaderGridRed.jpg');
	color: white;
	font-weight: bold;
	font-size: 11pt;
	font-family: verdana;
}

.DataListItemStyle1 {
	background-color: beige;
	font-size: small;
	color: #7b3742;
}
/*------------------------------------------*/

/*----------------Menu----------------------*/
.MenuDexonHeader {
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
	background-color: #CD2626;
	color: white;
}

.MenuDexon {
	background-color: whitesmoke;
}

.MenuDexonBar {
	background-color: #CD2626;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: tahoma;
}

A.MenuDexon:link {
	background-color: transparent;
	text-decoration: none;
	font-family: verdana;
	color: black;
	font-size: 10px;
	font-weight: normal;
}

A.MenuDexon:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
	background-color: transparent;
	font-size: 10px;
	font-family: verdana;
}
/*---------------------------------------------------*/
/*-----------Tablas-----------------*/
.Table
{
	border-right: #7b3742 2px solid;
	border-top: #7b3742 2px solid;
	border-left: #7b3742 2px solid;
	color: black;
	border-bottom: #7b3742 2px solid;
	border-collapse: collapse;
	background-color: #fff5ee;
}
.TableBigExternalBorders
{
	border-color :#7b3742 ;
	border-collapse: collapse;
	background-color: #fff5ee;
}
.TableSmallExternalBorders
{
	border-color :#7b3742 ;
	border-collapse: collapse;
	background-color: #fff5ee;
}
.TableAllBorders
{
	border-color: #7b3742;
	border-collapse: separate;
	background-color: #fff5ee;
}
.TableNoBorders
{	
	background-color: #fff5ee;
}
/*------------------------------------*/
.Button {
	background-image: url('../Images/DxnButtonRed.jpg');
	border-left-color: #cd0000;
	font-weight: bold;
	border-left-style: groove;
	border-right-color: #cd0000;
	border-top-color: #cd0000;
	border-bottom-color: #cd0000;
	border-right-style: groove;
	font-family: tahoma;
	border-top-style: groove;
	font-size: small;
	border-bottom-style: groove;
}

.TextBox {
	font-family: tahoma;
	font-size: small;
}




.FileInput {
	font-family: tahoma;
	font-size: small;
	border-bottom-color: #7b3742;
}
/*---------------------Menu--------------*/
.MenuStyle
{	
	background-image: url('../Images/HooverMenuRed.jpg');	
	width : 150px
}

.MenuItem
{
	font-size: 14px;
	height: 35px;
	width : 150px
}

A.MenuItem:link
{
	font-weight: bold;
	color: white;	
	font-family: tahoma;
}

.MenuSelected
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-image: url('../Images/HeaderGridRed.jpg');	
	font-family: tahoma;
	height: 35px;
	width : 130px
}

.MenuItemHover
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-image: url('../Images/HeaderGridRed.jpg');	
	font-family: tahoma;
	height: 35px;
	width : 150px	
}

A.MenuItemHover:visited
{
	font-weight: bold;
	font-size: 14px;
	color: white;	
	font-family: tahoma;	
}


.MenuSubItem
{	
	font-size: 9px;
	background-color: gainsboro;
	font-family: tahoma;
	height: 25px;
	width : 105px
}

A.MenuSubItem:link
{
	color: black;
	font-family: tahoma;	
}

.MenuSubItemHover
{
	background-image: url('../Images/HooverMenuItemRed.jpg');
	font-weight: bold;
	font-size: 9px;
	color: white;	
	font-family: tahoma;
	height: 25px;
	width : 105px
}

A.MenuSubItemHover:link
{
	font-weight: bold;
	font-size: 9px;
	color: white;	
	font-family: tahoma;	
}


A.MenuSubItemHover:visited
{
	font-size: 8px;
	color: white;	
	font-family: tahoma;	
}

/*---------------------------------------*/
/*---------------- NEW MENU -------------*/
A.StaticMenuItemStyle:link
{	
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: tahoma;	
}

A.StaticMenuItemStyle:visited
{	
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: tahoma;	
}

.StaticMenuStyle
{
	background-image: url('../Images/HeaderGridRed.jpg');		
	font-size: 12px;
	font-weight: bold;	
	font-family: tahoma;	
}

.DynamicMenu
{	
	border-right: #7b3742 1px solid;
	border-top: #7b3742 1px solid;
	border-left: #7b3742 1px solid;
	border-bottom: #7b3742 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 11px;
	background-color: #fff5ee;
}

A.DynamicMenuItem:link
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #fff5ee;
	border-bottom: tan 2px solid;
	padding-left: 2px;
}

A.DynamicMenuItem:visited
{
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	background-color: #fff5ee;
	border-bottom: tan 2px solid;
	padding-left: 2px;
}

.DynamicMenuItem
{
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	background-color: #fff5ee;
	border-bottom: tan 2px solid;
	padding-left: 2px;
}

.DynamicMenuItemHover
{
	background-image: url('../Images/HeaderGridRed.jpg' );		
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-right: 1px;
	padding-left: 2px;
}

A.DynamicMenuItemHover:link
{
	color: white;
	font-family: tahoma;
	padding-right: 1px;
	padding-left: 2px;
}

A.DynamicMenuItemHover:visited
{
	color: white;		
	font-family: tahoma;
	padding-right: 1px;
	padding-left: 2px;	
}
/*----------------Fin Nuevo Menu ------------*/
.ContextMenu
{
	border-right: #cd0000 2px solid;
	border-top: #cd0000 2px solid;
	font-size: 9pt;
	font-family :Arial ;
	border-left: #cd0000 2px solid;
	border-bottom: #cd0000 2px solid;
	font-family: 'Microsoft Sans Serif';
	background-color: #fff5ee;
}

.HidePopUp
{
 visibility :hidden ;
}


div { z-index: 9999; }