﻿body
{
    background-image:none !important;
}


.container_wuc 
{
	background-color:#F2F1F1;
	font-family:Arial;
	font-size:12px;
}

.container_wuc table.h3
{
 font-family:Arial,Verdana;
 font-weight:bold;
}

.container_wuc table.h4
{
 font-family:Arial,Verdana;
 font-weight:bold;
}


.LabelTitle
{
font-family:Arial,Verdana;
font-size:10px;
font-weight:bold;
}

.Button
{
font-family:Arial,Verdana;
font-size:8pt;
font-weight:bold;
color:White;
background-color:#006BB3;
width:190px;
height:25px;
}

.ButtonSign
{
font-family:Arial,Verdana;
font-size:8pt;
font-weight:bold;
color:White;
background-color:#006BB3;
width:100px;
height:25px;
}

div.insDesc ul {
	margin:0px 0px 0px 35px;
}

.spanTitleTool 
{
	/* Comentado por Correcion de Color
    color:#006BB3;*/
	color:#004982;
	font-weight:bold;
	font-size:16px;
	/*modificacion realizada por Jakob 11-01-2010*/
	display:block;
}


div.insDesc ul li 
{
font-family:Arial,Verdana;
font-size:12px;
line-height:1.5em;
list-style-image:url(../Images/bullet_blue.gif);
list-style-position:outside;
list-style-type:disc;
margin:13px 0;
padding:0;

}

div.insDesc, div.insIcon 
{
	float:left;
	 /*modificacion realizada por Jakob 11-01-2010*/
	margin: 20px 20px 0px 0px;
}


div.insDesc 
{
	 /*modificacion realizada por Jakob 11-01-2010*/
	width:252px;
}

div.insDesc  img
{
	 /*creacion realizada por Jakob 11-01-2010*/
	width:25px; 
	height:25px;
	margin-right:8px;
	float:left;
}

div .panelError
{
font-family:Arial,Verdana !important;
font-size:12px !important;
background:#FDD341 url('/_layouts/1033/myr/Images/warning_icon.gif') no-repeat 12px center; 
padding:15px 70px;
margin:10px 0 !important;
border: none 0 #FDD341;
min-height:40px;
}

div .panelError h2
{
	color:#000000 !important;
	float:none !important;
	height:auto !important;
	margin:10px 0 !important;
	overflow:auto !important;
	text-indent:0 !important;
	width:auto !important;
}

.noLoggedUserTable{ background-color:#F2F1F1; padding:5px;}
.noLoggedUserTable .col1{border-right:solid 1px #CCCACB}

.SearchPanel
{
	background:#F2F1F1;
}



.Header 
{
	/*background:#006BB3;*/
    background:transparent url('/_layouts/1033/myr/Images/copa_travel_info_hdr1.gif') no-repeat ;
	height:20px;
	padding-top:10px;
    padding-right:10px;
    padding-left:10px;
}

.Footer
{
    background:transparent url('/_layouts/1033/myr/Images/copa_travel_info_ftr.gif') no-repeat ;
    height:10px;
}

.Header span
{
    font-family:Arial,Verdana;
	font-size:12px;
	color:#004982;
	font-weight:bold;

}

.table 
{
   border-collapse:collapse;
}

   
.table .td 
{
	  color:#678197 !important;
	  border-bottom:1px solid #ECEBEB;
	  padding:.3em 1em;
	  text-align:left;
}

.table .td a
{
	  /*modificacion realizada por Julio Obispo 14-04-2009*/
	  color:#678197 !important;
	  /*se documento para que no creara la línea que acompaña al texto*/
	  /*border-bottom:1px solid #ECEBEB;*/
	  padding:.3em 1em;
	  text-align:left;
	  text-decoration:none;
	  /*para mostrar los enlaces a lo largo del div y la activacion del texto*/
	  display:block;
}

.table .td:hover
{
	  color:white !important;
	  font-weight:bold !important;
	  background:#004982 !important;
}

.table .td a:hover
{
	  color:white !important;
	  font-weight:bold !important;
	  background:#004982 !important;
	  text-decoration:none;
}


.highlightTextMessage
{
	color:red;
    font-family:Arial;
    font-size:12px;
    display:block;
}


/**********************************************************************************
                            CSS User Control LateralSubMenu
**********************************************************************************/

 #subPageMenuHeader
   {
	    height:20px;
	    padding-top:10px;
        padding-right:10px;
        padding-left:10px;
	    background:transparent url('/_layouts/1033/myr/Images/copa_travel_info_hdr1.gif') no-repeat 0 0 ;
   } 
   
   #subPageMenuHeader span
   {
        font-family:Arial,Verdana;
	    font-size:12px;
	    color:#004982;
	    font-weight:bold;
   }
   
   #subPageMenu
   {
	    float: left;
	    width: 262px; 
		font-family:Arial,Verdana;
	    font-size:12px;
   }

   #subPageMenu ul, #subPageMenu ul li
   {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
   }

    #subPageMenu ul li a
    {
	    display: block;
	    margin: 0;	   
	    padding: 4px 0 3px 15px;
		text-align:left;
	    text-decoration: none;
	    border-top: 1px solid #ecebeb;
	    height: 15px;
	    color:#678197 !important;
    }

	#subPageMenu ul li a:hover {background-color:#004982; color:white !important; font-weight:bold; }

    #subPageMenu ul li.on a
    {
	    border-top: 1px solid #ffffff;
	    background-color: #004982;
	    color: #ffffff;
	    font-weight: bold;
    }

    #subPageMenu ul li a.selected
    {
	    background-color: #f2f1f1;
	    font-weight: bold;
	    padding-left: 28px;
	    background-image: url('/_layouts/1033/myr/Images/arrow_blue.gif');
	    background-position: 15px 5px;
	    background-repeat: no-repeat;
    }

    #subPageMenu ul li.on a.selected
    {
	    padding-left: 28px;
	    font-weight: bold;
	    background-image: url('/_layouts/1033/myr/Images/arrow_white.gif');
	    color: #ffffff;
	    background-color: #004982;
    }

    #subPageMenu ul li a.withSubItem
    {
	    padding-bottom: 0px;
    }

    #subPageMenu ul li a.subItem
    {
	    border-top: none;
	    padding: 1px 0 0 36px;
	    background-color: #f2f1f1;
    }

    #subPageMenu ul li.on a.subItem
    {
	    background-color: #004982;
	    border-top: none;
	    padding: 1px 0 0 36px;
	    color: #ffffff;
	    font-weight: normal;
    }

    #subPageMenu ul li.on a.subItem:hover
    {
	    text-decoration: underline;
    }

    #subPageMenu ul li a.subItemSelected
    {
	    border-top: none;
	    background-color: #f2f1f1;
	    padding: 0 0 0 48px;
	    background-image: url('/_layouts/1033/myr/Images/blue_triangle.gif');
	    background-position: 37px 4px;
	    background-repeat: no-repeat;
    }

    #subPageMenu ul li.on a.subItemSelected
    {
	    background-image: url('/_layouts/1033/myr/Images/white_triangle.gif');
	    padding: 0 0 0 48px;
	    background-color: #004982;
	    color: #ffffff;
	    font-weight: bold;
	    text-decoration: none;
    }

    #subPageMenu ul li a.lastSubItem, #subPageMenu ul li.on a.lastSubItem
    {
	    padding-bottom: 3px;
    }

    #subPageMenuFooter
    {
        background:transparent url('/_layouts/1033/myr/Images/copa_travel_info_ftr.gif') no-repeat;
        height:10px;
    }


/********************************************************************************/
