﻿/* ================================
    Hoja de estilos para DWPortal
   ================================
*/


/* PAGE BACKGROUND */

/* background color for the content part of the pages */
Body
{
	background-color: #ffffff;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-style: italic;
	font-family: 'Bookman Old Style' , 'Verdana Bold' , Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #ADADAD;
	border-right-color: white;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: #eeeeee;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:black;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: black;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: black;
}

A.SiteLink:active
{
	text-decoration: none;
	color: black;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: #000000;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color:black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #FF8040;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #ff8040;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #ff8040;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: red;
}




/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

A:link
{
	text-decoration: underline;
	color: #FF8040;
}

A:visited
{
	text-decoration: underline;
	color: #FF8040;
}

A:active
{
	text-decoration: underline;
	color: #FF8040;
}

A:hover
{
	text-decoration: underline;
	color: red;
}

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: #696969;
	height: 1pt;
	text-align: left;
}

H7
{
	font-weight: normal;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}
.info
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
.frase
{
	font-size: 11px;
	color: black;
	font-style: italic;
	font-family: 'Bookman Old Style' , 'Verdana Bold' , Helvetica, sans-serif;
}

.subTabs
{
	border-left-color: maroon;
	border-bottom-color: maroon;
	color: black;
	border-top-color: maroon;
	background-color: white;
	border-right-color: maroon;
}

.subTabbg
{
	border-color: maroon;
	background-color: #EDECD1;
}

.OtherSubTabs 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

/* Borde de los submenus */
.OtherSubTabsBg
{
	background-color: white;
	border-color: maroon;
}

.FondoHeader
{
/*	background-image: url(images/axxecol/top_bg.gif); */
	background-color: transparent;
	text-align: left;
}

.SelectedSubTab
{
	font-weight: bold;
	font-size: 10px;
	color: maroon;
	font-family: Verdana, Helvetica, sans-serif;
}

.Normal8
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	line-height: 9px;
}
.Reloj
{
	color: black;
	background-color: white;
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	FONT-SIZE: 9px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	TEXT-ALIGN: left; 
	BORDER-RIGHT-WIDTH: 0px
}
.FondoMenu
{
	background-color: #000000;
	 /*text-align: right;*/
}
.FooterLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.BodyLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.FondoFooter
{
	background-image: url(images/DwBarra.gif);
}
.FondoFrase
{
	background-color: white;
}

.FranjaSuperior
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: lightgrey;
}
.Normal9
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.EstiloHeader
{
	padding-right: 1px;
	padding-left: 1px;
	border-left-color: #006666;
	border-bottom-color: #006666;
	padding-bottom: 1px;
	color: white;
	border-top-style: double;
	border-top-color: #006666;
	padding-top: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: double;
	border-left-style: double;
	background-color: #006666;
	border-right-color: #006666;
	border-bottom-style: double;
}
.EstiloBody
{
	border-right: #006666 thin inset;
	padding-right: 1px;
	border-top: #006666 thin inset;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #006666 thin inset;
	color: black;
	padding-top: 1px;
	border-bottom: #006666 thin inset;
	font-family: Verdana, Helvetica, sans-serif;
}
.EstiloWeekly
{
	padding-right: 1px;
	padding-left: 1px;
	border-left-color: orange;
	border-bottom-color: orange;
	padding-bottom: 1px;
	color: white;
	border-top-style: double;
	border-top-color: orange;
	padding-top: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: double;
	border-left-style: double;
	background-color: orange;
	border-right-color: orange;
	border-bottom-style: double;
}
