.linkMenu
{
 font-size: 11px;
 color: #000000;
 font-family: Arial;
 text-align: left;
 text-decoration: none;
 cursor: hand;
}
 
.linkMenu:link {
  color: #000000;
}
 
.linkMenu:visited {
  color: #000000;
}
 
.linkMenu:hover {
  color: #C00000;
}

.linkTabMenu
{
 font-size: 11px;
 color: #000000;
 font-weight:bold;
 font-family: Arial;
 text-align: left;
 padding-left: 7px;
 text-decoration: none;
 cursor: hand;
}
 
.linkTabMenu:link {
  color: #000000;
}
 
.linkTabMenu:visited {
  color: #000000;
}
 
.linkTabMenu:hover {
  color: #C00000;
}

.linkOptMenu
{
 font-size: 11px;
 color: #333333;
 font-family: Arial;
 text-align: left;
 padding-left: 7px;
 text-decoration: none;
 cursor: hand;
}
 
.linkOptMenu:link {
  color: #333333;
}
 
.linkOptMenu:visited {
  color: #333333;
}
 
.linkOptMenu:hover {
  color: #C00000;
}

.textC
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	font-weight: normal;
    text-align: center;
}

.textL
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: left;
	padding-left: 10px;
}

.textR
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: right;
	padding-right: 10px;
}

.textJ
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: justify;
}

.tit1
{
	font-size: 14px;
	color: #C00000;
    font-weight: bold;
	font-family: Arial;
    text-align: center;
}

.tit2
{
	font-size: 11px;
	color: #000000;
    font-weight: bold;
	font-family: Arial;
    text-align: left;
	padding-left: 7px;
}

.tit3
{
	font-size: 11px;
	color: #C00000;
    font-weight: bold;
	font-family: Arial;
    text-align: left;
	padding-left: 7px;
}

.tit4
{
	font-size: 11px;
	color: #33517D;
    font-weight: bold;
	font-family: Arial;
    text-align: left;
	padding-left: 7px;
}


.fieldEdit
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #666666 1px solid;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font:Arial;
	color: #00000;
	font-size:11px;
}

.fieldEdit1
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #666666 1px solid;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font:Arial;
	color: #999999;
	font-size:12px;
}

.fieldEditRequired
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #FF0000 3px solid;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font:Arial;
	color: #000000;
	font-size:12px;
}


.noEdit1
{
    BORDER-RIGHT: #6482B1 1px solid;
    BORDER-TOP: #6482B1 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #6482B1 1px solid;
    BORDER-BOTTOM: #6482B1 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font:Arial;
	color: #6482B1;
	font-size:12px;
}

.Button1
{    
    background-image:url(../../Library/Images/bot_1.GIF);
	font-style: normal;
	font:Arial;
	color: #333333;
	font-size:11px;
	cursor:hand;
}

/* Controls Html Styles */

.TableStyle
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
}

.TDText
{
	background-color: #CCCCCC;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-left: 10px;
    text-align: Left;       
}

.TDInfo
{
	background-color: #E8E8E8;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: Left;       
}

.TDControl
{
	background-color: #E8E8E8;
	padding-left: 10px;
}

.TDControl2
{
	background-color: #E8E8E8;
	padding-left: 5px;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: Left;   
    font-weight: bold;
}

.Validator
{
	font-size: 14px;
	color: Red;
	font-family: Arial;
    text-align: Left;           
}

.ValidatorSummary
{
	font-size: 11px;
	color: Red;
	font-family: Arial;
    text-align: Left;           
}

.Message
{
	font-size: 13px;
	color: Red;
	font-family: Arial;
    text-align: Left;           
}

.Validator2
{
	font-size: 11px;
	color: Red;
	font-family: Arial;
    text-align: center;           
}

/* End Controls Html Styles */

/*Grid Styles */

/*Item Style*/
.GridItemStyle
{
	background-color: #F1F1F1; /* Change the background color of the Items*/
	font-size: 11px; /* Change the size of the font*/
	color: #333333; /* Change the color of the font  */ 
	font-family: Arial; /* Change the font family */
	text-align: left; /* Change the align of the text [center, left, right, justify]*/
	font-weight: normal; /* Change the weight of the font [bold,...]*/
}

.GridAlternateItemStyle
{
	background-color: #FFFFFF; 
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	font-weight: normal;
    text-align: left;
}

.GridHeaderStyle
{
	background-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	font-weight: normal;
    text-align: center;
}

.GridItemPadding
{
	padding-left: 4px;
	padding-right: 4px;
}


.GridLabelStyle
{
	font-size: 11px; /* Change the size of the font*/
	color: dimgray; /* Change the color of the font  */ 
	font-family: Arial; /* Change the font family */
	text-align: left; /* Change the align of the text [center, left, right, justify]*/
	font-weight: normal; /* Change the weight of the font [bold,...]*/	
	padding-left: 6px;
}

.GridTextBoxStyle
{
	BORDER-RIGHT: Gray 1px solid;
    BORDER-TOP: Gray 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: Gray 1px solid;
    BORDER-BOTTOM: Gray 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font:Arial;
	color: DimGray;
	font-size:11px;
}

.GridValidator
{
	font-size: 11px; /* Change the size of the font*/
	color: red; /* Change the color of the font  */ 
	font-family: Arial; /* Change the font family */
	text-align: left; /* Change the align of the text [center, left, right, justify]*/
	font-weight: normal; /* Change the weight of the font [bold,...]*/	
}


/*End Grid Styles */

.signinButton { 
    font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-color:#FB9D00;
	font-size: 0.85em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	border: 1px solid;
	border-bottom-color:#F07C00;
	border-top-color: #FFCC00;
	border-right-color:#F07C00;
	border-left-color:#FFCC00;
    padding-right: 5px; 
    padding-left: 5px;
    margin-bottom: 15px; 
    margin-right: 10px;  
}

.signinLabel {
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	color: #333333;
}

.signinNewUser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 3px;
}

/* Calendar Events Viewer Styles */
.EventDay
{
	background-color: lemonchiffon;
}

.TitleStyle
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight:bold;
	padding-right: 3px;
    text-align: center;
    background-color:#ECE9D8;
    border-color:#FFFFFF;   
}

.DayHeaderStyle
{
	background-color: #E1EAF4;
	font-size: 11px;
	color: #33517D;
	font-family: Arial;
    text-align: Center;	
}

.DayStyle
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: Center;
    background-color:#F7F8EC;
    text-decoration: none;
}

.WeekendDayStyle
{
	background-color: #CCCC98;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
    text-align: Center;	
}

/* Menu styles */
.BankRatesTable
{
	border-right: #6482b1 1px solid;
	border-top: #6482b1 1px solid;
	border-left: #6482b1 1px solid;
	border-bottom: #6482b1 1px solid;
}


/* TreeView Styles */
.TreeViewFirstLevel
{
	background-image: url(../../Library/Images/imgBackTabMenu2.jpg);
	
	width: 235px;
	height: 22px;
	font-weight:bold;
}

.TreeViewParentStyle
{
	 font-size: 11px;
	 color: #33517D;
	 font-family: Arial;
	 font-weight:bold;
	 text-align: left;
	 padding-left: 7px;
	 text-decoration: none;
	 background-image: none;
	 cursor: hand;	
}


/* Atlas Control Toolkit */
/* Hover Popup */
.modalPopup {
	background-color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.hoverPopup{
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.modalControl
{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

a
{
color: #33517D;
font-family: Arial;
font-size: 8pt;
cursor: hand;
}

a:hover /* Defines the mouseover effect for hyperlinks */

{
color: #666666;
font-family: Arial;
font-size: 8pt;
}

.NomUser {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B62020;
	font-weight: bold;		
	vertical-align: bottom;
	text-align: right;
	height: 10px;

}

.DatosLogin {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-bottom: 4px;
}
.DatosLogin2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #33517D;
    text-align: right;
    padding-bottom: 2px;
    padding-right: 2px;
}
.Contenidos01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 4px;
	padding-right: 100px;
	padding-left: 14px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: super;
	height: 10px;
}
.FondoTabla01 {
	background-image: url(http://www.e-oes.com/imgportal/img/portal/FondoTabla01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.Titulos01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BF292E;
	font-weight: bold;
	padding-right: 100px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 0px;
	vertical-align: sub;
	text-align: left;
	height: 20px;
}
.Titulos02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: sub;
	text-align: left;
	height: 20px;
}
.Titulos03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: sub;
	text-align: left;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B62020;
	padding-left: 14px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.FondoSwf {
	background-image: url(http://www.e-oes.com/imgportal/img/portal/FondoTabla02.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.BordeTabla01 {
	border: 1px solid #CCCCCC;
}
.LinksHomeDos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8D9BB0;
	background-image: url(http://www.e-oes.com/imgportal/img/portal/BckBtnImg2.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 25px;
}
.LinksHomeDos a:link {
	color: #71839D;
	text-decoration: none;
}
.LinksHomeDos a:visited {
	color: #71839D;
	text-decoration: none;
}
.LinksHomeDos a:hover {
	color: #0066CC;
	text-decoration: none;
}
.LinksHomeDos a:active {
	color: #71839D;
	text-decoration: none;}
	
.NomUser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B62020;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 6px;
	padding-top: 12px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: right;
	height: 45px;
}
.Slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: sub;
	text-align: left;
	height: 18px;
	background-color: #b62020;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(http://www.e-oes.com/imgportal/img/portal/CuadrosSlogan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}