﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
	font-family: 'Verdana';
	background-color: white;
}

.bodyText
{
	font-size: 10px;
	padding-bottom: 0px;
	color: black;
	font-family: 'Verdana';
    /*width: 577px; jv*/
}

.bodyLittleText
{
	font-size: 9px;
	padding-bottom: 0px;
	color: black;
	font-family: 'Verdana';
}

.bodyTextTitle
{
	font-size: 12px;
	padding-bottom: 0px;
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	background-color: gainsboro;
}

.bodyTextSubTitle
{
	font-size: 10px;
	padding-bottom: 0px;
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	background-color: gainsboro;
}

.bodyTextGridHeader
{
	background-image: url(../../images/grid_header_bar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.bodyTextTitleRed2
{
	background-image: url(../../images/cust_header.gif);
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	color: red;
	font-family: Verdana;
	background-color: mistyrose;
}

.bodyTextTitleRed
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	color: red;
	font-family: Verdana;
	background-color: mistyrose;
}

.bodyTextTitleBlue2
{
	background-image: url(../../images/ben_header.gif);
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	color: Navy;
	font-family: Verdana;
	background-color: #d6e1ff;
}

.bodyTextTitleBlue
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	color: navy;
	font-family: Verdana;
	background-color: #d6e1ff;
}

.bodyTextNavigationTable
{
	font-size: 11px;
	padding-bottom: 0px;
	color: tomato;
	font-family: 'Verdana';
}

.masterHeader
{
	font-size: 10px;
	padding-bottom: 0px;
	color: black;
	font-family: 'Verdana';
	background-image: url(../../images/head_mid.jpg);
	background-repeat: repeat-x;
}

.tdHeader
{
	font-size: 12px;
	padding-top: 10px;
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	height: 23px;
	background-image: url(../../images/header_back.jpg);
}

.frameTitle
{
	font-size: 10px;
	padding-bottom: 0px;
	color: #333333;
	font-family: Verdana;
	height: 28px;
	background-image: url(../../images/header_back.jpg);
	vertical-align: middle;
}

.tdLink
{
	font-size: 10px;
	padding-bottom: 0px;
	color: black;
	font-family: 'Verdana';
	background-color: #ffffff;
	cursor: hand;
}

.tdLink:hover
{
	background-color: #f5f5f5;
}

a:link, a:visited
{
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	font-family: 'Verdana';
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
	font-size: 10px;
	font-family: 'Verdana';
	text-decoration: underline;
}


INPUT.fontTextBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	width: 200px;
	color: black;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: white;
}

TEXTAREA.fontTextArea
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	width: 200px;
	color: black;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: white;
}

INPUT.fontTextBoxRgt
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	width: 200px;
	color: black;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: white;
	text-align: right;
}

INPUT.fontTextBoxDisabled
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	width: 200px;
	color: dimgray;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: lightgrey;
}

SELECT.fontSelectBox
{
	border: 1px solid lightgrey;
	font-size: 11px;
		color: black;
		font-family: 'Verdana';
		background-color: ghostwhite;
	height: 17px;
}

.subMenu
{
	margin: 3px;
	text-align: left;
}

/* -------- BUTONS ------------ */
INPUT.fontButtonText
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 110px;
	border-bottom: 1px solid;
	font-family: 'Trebuchet MS';
	background-color: buttonface;
}

.fontButtonTextModal
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 110px;
	height: 24px;
	border-bottom: 1px solid;
	font-family: 'Trebuchet MS';
	background-color: buttonface;
}

.fontButtonTextModalClose
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 110px;
	border-bottom: 1px solid;
	font-family: 'Trebuchet MS';
	background-color: buttonface;
}

#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#divLoading
{
	position: fixed;
	top: 30%;
	left: 40%;
	padding: 10px;
	z-index: 1001;
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 300px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	background-position-x: center;
	background-attachment: scroll;
	background-image: url(../../images/please_wait.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
}

.msg_head
{
	font-family: Verdana;
	background-color: #D3D3D3;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	margin: 1px;
}
.msg_body
{
	padding: 5px 0px 15px 0px;
	background-color: #F4F4F8;
}


/***********
 *Error*
 ***********/
.myError
{
	text-align: center;
}

.myErrorTitle
{
	font-size: 200%;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	text-align: center;
}

.errorText
{
	color: #FF0000;
}




/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 60%;
	margin-left: -300px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

.jqmOverlay
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: fixed;
	left: 50%;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#divHelp
{
	display: none;
	font-size: 8pt;
	width: 500px;
	height: 70px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: left;
}

.tdRoles
{
	vertical-align: top;
	text-align: left;
	height: 350px;
}

/*****************************AJAX Calendar********************************/
.MyCalendar .ajax__calendar_container
{
	background-position: #99FFCC;
	border: thick solid #ecf5e2;
	color: #000000;
	padding: 5px;
	background: #C0C0C0;
	z-index: 5000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: #FF0000;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: #00316b;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}
.MyCalendar .ajax__calendar_container TABLE
{
	padding: 0px;
	border: #fff 1px solid;
	font-size: 11px;
	background: #ecf5e2;
}

/*************************Silverlight*******************************************/
#silverlightControlHost
{
	height: 100%;
	text-align: center;
}



/**************Nuevo**************/
.MiniMenu_Out
{
	border-right: 0px solid;
	border-top: 0px solid;
	font-size: 11px;
	border-left: 0px solid;
	width: 110px;
	border-bottom: 0px solid;
	font-family: 'Trebuchet MS';
	background-color: buttonface;
	color:Black;
	font-weight:normal;
}
.MiniMenu_In
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 13px;
	border-left: 1px solid;
	width: 110px;
	border-bottom: 1px solid;
	font-family: 'Trebuchet MS';
	background-color: buttonface;
	color:Maroon;
	font-weight:bold;
	
}
.mouseON 
{
   background-color:#CCCCCC;
   cursor:pointer;
   font-family:Arial;
   font-size :12px; 
   color:#666666
}
.mouseOUT
{
	background-color:White;
	cursor:pointer;	
	font-family:Arial;
	font-size:12px;
	color:#AAAAAA
}
.table
{
	 background-color:White;
	 border: solid 1px #CCCCCC;
	 font-family:Arial;
	 font-size:12px;
	 color:#AAAAAA;
	 text-align:left;
}
