﻿html
{
	overflow: auto;
}

body
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0px; /*line-height: 16px;*/	
}

.asterisk
{
	color:Red;
	font-size:12px;
}

a, a:visited, a:hover
{
	color: #333333;
}

/* Razon: compatible con IE 6.0 */
a.login_link, a.login_link:visited, a.login_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #92309d; 
    text-decoration: underline
}

.login_label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-right:15px;
}

.login_button
{
	margin-right:5px; 	
}



.buttonClosePanel
{
	cursor: pointer;
	width: 25px;
	height: 15px;
}

.pathNode
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.pathCurrentNode
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.pathSeparator
{
	color: Black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
}

.panel_header
{
	font-family: verdana,arial,helvetica,sans-serif;
	background: transparent url(../js/yui/assets/skins/sam/sprite.png) repeat-x scroll 0 -200px;
	height: 20px;
	color: Black;
	text-align: left;
	font-size: 93%;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 6px;
}

.loading_box
{
	height: 18px; 
	width: 150px; 
	text-align: center; 
	margin-top:0px;
	margin-bottom:0px;	
	margin-right: auto;	
	margin-left: -75px;
	position: absolute; 
	z-index: 100; 
	top: 62px; 
	left:50%;
	font-weight:bold;	
}

.action_title
{
	font-size: 110%;
	margin-bottom: 10px;
}
/* PANEL DE ACCIONES */
.action_item
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 14px;
}

.ai_enabled
{
	background-image: url('../images/action_enabled.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.ai_enabled2left
{
	background-image: url('../images/action_enabled_2left.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.ai_disabled
{
	background-image: url('../images/action_disabled.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.ai_enabled a
{
	text-decoration: none;
	color: Black;
}

.ai_disabled a
{
	color: #C7C7C7;
}

.ai_enabled a:hover
{
	text-decoration: underline;
	color: Black;
}

/* FIN PANEL DE ACCIONES */

/* div#ID_DIV => Estilo de elemento */
/* .CLASS_NAME => Estilo de clase */

input[disabled]
{
	cursor: text;
}

input[type=button], input[type=submit]
{
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
}

input[type=text], input[type=password]
{
	padding: 1px 1px 2px 1px;
	font: 11px Verdana, Arial,Helvetica,Sans-serif;
	height: 14px;
}

select
{ *height:20px;/* IE */
padding:0px;
margin:0px;
font:11pxVerdana,helvetica,sans-serif;
}

.title_page
{
	background-color: #C2C4C5;
	color: #6B1874;
	font-size: larger;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.default_footer
{
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.login_footer
{
	color: Gray;
	padding: 10px 0px 10px 0px;
	width: 100%; /*	bottom:0px; 	position:absolute; */
}

a.footer_link
{
	color: #333333;
}

.POIs_Grid_HeaderStyle
{
    font-weight: bold;
    color: White;
    background-image: url('../images/background_pois_header.gif');    
    line-height: 16px;
}

 .POIs_Grid_PagerStyle
 {
 }

.POIs_Grid_RowStyle
{
    color: Black;
    background: #FFFFFF;
}

.POIs_Grid_AlternatingRowStyle
{
    color: Black;
    background-color: #FDF1DE;
}


.RESULTs_Grid_HeaderStyle
{
    font-weight: bold;
    color: White;
    background-image: url('../images/background_results_header.gif');    
    line-height: 16px;
}

 .RESULTs_Grid_PagerStyle
 {
 }

.RESULTs_Grid_RowStyle
{
    color: Black;
    background: #FFFFFF;
}

.RESULTs_Grid_AlternatingRowStyle
{
    color: Black;
    background-color: #FEF2FE;
}



.STUDIES_Grid_HeaderStyle
{
    font-weight: bold;
    color: White;
    background-image: url('../images/background_studies_header.gif');    
    line-height: 16px;
}

.STUDIES_Grid_PagerStyle
{
}

.STUDIES_Grid_RowStyle
{
    color: Black;
    background: #FFFFFF;
}

.STUDIES_Grid_AlternatingRowStyle
{
    color: Black;
    background-color: #FFFDEC;
}

.COMMON_Grid_BorderStyle td, th
{
    border: solid 1px #FFFDEC;
    
}

.COMMON_Grid_HeaderStyle
{
    font-weight: bold;
    color: White;
    background-image: url('../images/background_common_header.gif');    
    line-height: 19px;
}

.COMMON_Grid_HeaderStyle_double
{
    font-weight: bold;
    color: White;
    background-image: url('../images/background_common_header_double.gif');    
    line-height: 19px; 
}

.COMMON_Grid_PagerStyle
{    
}

.COMMON_Grid_PagerStyle td
{    
    border-style: none;
}

.COMMON_Grid_RowStyle
{
    color: Black;
    background: #FFFFFF;
}

.COMMON_Grid_AlternatingRowStyle
{
    color: Black;
    background-color: #EBEBEB;
}



.round_tl
{
	background-image: url('../images/rounded/tl.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}

.round_tc
{
	background-image: url('../images/rounded/tc.png');
	background-repeat: repeat;
	width: auto;
	height: 20px;
}

.round_tr
{
	background-image: url('../images/rounded/tr.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}

.round_bl
{
	background-image: url('../images/rounded/bl.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}

.round_bc
{
	background-image: url('../images/rounded/bc.png');
	background-repeat: repeat-x;
	width: auto;
	height: 20px;
}

.round_br
{
	background-image: url('../images/rounded/br.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}

.round_tb_left
{
	background-image: url('../images/rounded/bar_left.png');
	background-repeat: no-repeat;
	height: 31px;
	width: 15px;
}

.round_tb_right
{
	background-image: url('../images/rounded/bar_right.png');
	background-repeat: no-repeat;
	height: 31px;
	width: 15px;
}

.round_tb_button
{
	background-color: White;
	padding-left: 3px;
	padding-right: 3px;
}

.xirioTabs .ajax__tab_header
{   
    
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: url('../images/tabs/tab-line.gif') repeat-x bottom;
	
}
.xirioTabs .ajax__tab_outer
{
	
	background: url('../images/tabs/tab-right.gif') no-repeat right;
	height: 21px;
    
}
.xirioTabs .ajax__tab_inner
{
    
	padding-left: 3px;
	background: url('../images/tabs/tab-left.gif') no-repeat;
    
}
.xirioTabs .ajax__tab_tab
{
    
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url('../images/tabs/tab.gif') repeat-x;
    
}
.xirioTabs .ajax__tab_hover .ajax__tab_outer
{
	background: url('../images/tabs/tab-hover-right.gif') no-repeat right;
}
.xirioTabs .ajax__tab_hover .ajax__tab_inner
{
	background: url('../images/tabs/tab-hover-left.gif') no-repeat;
}
.xirioTabs .ajax__tab_hover .ajax__tab_tab
{
	background: url('../images/tabs/tab-hover.gif') repeat-x;
}
.xirioTabs .ajax__tab_active .ajax__tab_outer
{
	background: url('../images/tabs/tab-active-right.gif') no-repeat right;
}
.xirioTabs .ajax__tab_active .ajax__tab_inner
{
	background: url('../images/tabs/tab-active-left.gif') no-repeat;
}
.xirioTabs .ajax__tab_active .ajax__tab_tab
{
	background: url('../images/tabs/tab-active.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6B1874;    
}
.xirioTabs .ajax__tab_body
{
	padding: 8px 3px 8px 3px;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	border-top: 0px;
}
table.report_table 
{
    width: 90%;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	border-collapse: collapse;
}
th.report_th
{
	text-align: left;
	border-bottom: 2px solid #999999;
	border-top: 2px solid #999999;
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.report_td
{
	color: #000000;
	border: 1px solid #ccc;
	padding-left: 5px;
}
tr.odd 
{
	background-color: #E9E9E9;
}
td.message_td
{
	color: #000000;
	border: none;
	padding-left: 5px;
}
td.thick 
{
	font-weight:bold;
}

