@import url(TabsSubTabs.css);
@import url(MenuHWLeft.css);
@import url(TabControl.css);
@import url(grids.css);
@import url(schedule.css);
@import url(packages.css);
@import url(announcements-events.css);
@import url(calendar.css);
@import url(css-online.css);
@import url(air-notifications.css);

/* CSS Control Adapters */
@import url(aspMenu.css);

.rb_AlternateLayoutDiv{
	border-width: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width:100%
}

.rb_AlternateLayoutTable{
	border-width: 0;
	border-spacing: 0;
	padding: 0;	
	margin: 0;
	width:100%
}

.rb_AlternatePortalHeader{
	width:100%
}

/**/
.PeugeotLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  border-color:#000066;
  color:#000066
}
A.PeugeotLink:link {color:#000066}
A.PeugeotLink:visited {color:#000066}
A.PeugeotLink:active {color:#000066}
A.PeugeotLink:selected {color:#000066}


.Error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* background color for the header at the top of the page  */
.HeadBg {
    background-color: White;
}

.HeadLinesBg {
    background-color: #3D55A9;
}

.HeadLinksBg {
    background-color: #E9EDF3;
}
/* background color for the content part of the pages */
Body{
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	
	/*margin: 0px;
	padding: 0px;*/
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
			
	padding-left: 4px;	
	padding-top: 4px;
	padding-right: 4px;
	
}

.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #cccc99
}


/* background/border colors for the selected tab */
.TabBg {
    border-color: black;
    text-align: center;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #b0d010;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link
{
	color: #333333;
	text-decoration: none;
}

A.SelectedTab:visited {
    text-decoration:    none;
	color: #333333;
}

A.SelectedTab:active
{
	color: black;
	text-decoration: none;
}

A.SelectedTab:hover   {
    text-decoration: underline;
    color: Black;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color: #333333;
	text-decoration: underline;
}

A.OtherTabs:visited {
	color: #333333;
	text-decoration: underline;
}

A.OtherTabs:active
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

A.OtherTabs:hover   {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    color: #666666;
}

A.SiteLink:visited  {
    color: #666666;
}

A.SiteLink:active   {
    color: #666666;
}

A.SiteLink:hover    {
    color: #666666;
}

/* style for separator between site links */
.Accent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight:    bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}  


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #BBD32F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;	
    color: #000000;
}

.TitleHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal  
}

.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalItalic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.LinkBanner {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://www.abtour.com.uy/Portals/_Abtour/images/Home/flecha-az-home.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
A.LinkBanner:link {color:#98AEBE}
A.LinkBanner:hover {
	color:#003366;
	text-decoration: none;
	background-image: url(http://www.abtour.com.uy/Portals/_Abtour/images/Home/flecha-az-home2.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;	
}
A.LinkBanner:visited {color:#98AEBE}
A.LinkBanner:visited:hover {color:#003366}
A.LinkBanner:active {color:#003366; text-decoration: none;}
A.LinkBanner:selected {color:#003366; text-decoration: none;}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
    
A.CommandButton:link
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
A.CommandButton:visited
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
A.CommandButton:active
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
A.CommandButton:hover
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #333333;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #333333;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #ECF3BB;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;   
}

td, input, select
{
	font-family: Arial;
	font-size: 11px;
}

/*  */
img 
{
	border: 0;
}


A:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

A:visited   {
	text-decoration: none;
	color: #333333;
}

A:active    {
	text-decoration: none;
	color: #333333;
}

A:hover {
	text-decoration: underline;
	color: #333333;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: black;
    height:1pt;
    text-align:left
}
.ArticleHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #0066ff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.module
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    BACKGROUND-COLOR: #000000
}

.LeftPane
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;	
	border-left-width: 0;	
	background-color: white
}

.LeftPaneWithBackground
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;	
	background-image: url(bg-left.gif);
	background-repeat: repeat-y;
}

.RightPane
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;	
	background-color: white;
}

.ContentPane
{
	height: 300px; 
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1px;
	border-left-color: #c3c3c3;
	border-left-style: solid;
	border-right-width: 0px;
	border-right-color: #c8c8c8;
	border-right-style: solid;
	padding: 0;	
	background-color: white
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

.SafariBackDiv
{
	background-image:url(bg-consultar-htls.gif);
	padding:2px 5px 2px 5px ;
	margin-right:10px;
}

.bordeimgs1 
{
	border: 1px solid #DEE8BF; 
}
.titulos2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #666666; 
} 

.tdBorder
{
    border-top: 1pt solid rgb(230, 240, 168);
    border-bottom: 1pt solid rgb(230, 240, 168);
}

.printTitle
{
    font-weight: bold;
    font-size: 14pt;
    color: rgb(196, 222, 65);
    font-style: italic;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.alertMessage
{
     background-color:#F7F9DD;
}
.GDSQueryItem
{
    font-size:11px;
}

.GDSQueryPrinter
{
    font-size:medium;
}
.MailListTemplate
{
    border: solid 1px #F1EDED; 
    background-color: #F1EDED;
}

.MailListAlternativeTemplate
{
    border: solid 1px silver; 
    background-color: #E8F2B6;
}

.MailListTemplate:hover,.MailListAlternativeTemplate:hover
{
    background-color:#CEE763;
}
tr.MailListTemplate:hover{
    background-color:#CEE763;
}
tr.MailListAlternativeTemplate:hover
{
    background-color:#CEE763;
}

/*botones de envio, consulta e impresion de paquetes*/
#Btn-Print-Pgk {
	width: 84px;
	height: 23px;
	float: right;
	padding-right: 13px;
}
#Btn-Send-Pgk {
	width: 104px;
	height: 23px;
	float: right;
	padding-right: 13px;
}
#Btn-Consult-Pgk {
	width: 87px;
	height: 23px;
	float: right;
	padding-right: 13px;
}

.Print-Pkg {
	background-image:url(print-package.gif);
	background-repeat:no-repeat;
	width: 84px;
	height: 23px;
	float:left;
}
.Print-Pkg a {
	background-image:url(print-package.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width: 84px;
	height: 23px;
}
.Print-Pkg a:hover {
	background-image:url(print-package.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
}
.Send-Pkg {
	background-image:url(email-package.gif);
	background-repeat:no-repeat;
	width: 114px;
	height: 23px;
		float:left;
}
.Send-Pkg a {
	background-image:url(email-package.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width: 104px;
	height: 23px;
}
.Send-Pkg a:hover {
	background-image:url(email-package.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
}

.Consult-Pkg {
	background-image:url(consultar.gif);
	background-repeat:no-repeat;
	width: 97px;
	height: 23px;
		float:left;
}
.Consult-Pkg a {
	background-image:url(consultar.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width: 87px;
	height: 23px;
}
.Consult-Pkg a:hover {
	background-image:url(consultar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
}

.packageDaysStyle
{
    align:top;
    text-align:right;
}