﻿
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #99cccc;
}

/* background color for the content part of the pages background-color: #003366;*/
Body
{
}

.BackGround
{
}

.Content
{
	background-color: #FFD500;
}

.CellRightBorder
{
	border-right: #006699 1px solid;
}

.CellTopRightBorder
{
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
}

.BannerTable
{
	border-right: #006699 0px solid;
	border-top: #006699 0px solid;
	border-bottom: #006699 1px solid;
	border-collapse: collapse;
	table-layout: auto;
	height: 82px;
}

.TitleTable
{
	border-top-width: 1px; 
	table-layout: auto; 
	border-left-width: 1px;
    border-left-color: #006699; 
    border-top-color: #006699; 
    border-bottom: #006699 1px solid;
    
    border-collapse: inherit; 
    border-right-width: 1px; 
    border-right-color: #006699;
	
}

.DetailColumnTitle
{
	border-top: #006699 1px solid;
	width: 20%;
	text-align: left;
}

.DetailColumn
{
	text-align: left;
	background-color: #CCCCCC;
	border-top-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
}

.DetailColumnTitleBottom
{
	border-top: #006699 1px solid;
	border-bottom: #006699 1px solid;
	width: 20%;
	text-align: left;
}

.DetailColumnBottom
{
	text-align: left;
	background-color: #CCCCCC;
	border-top-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.MenuTable
{
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
	border-right: #006699 1px solid;
	border-collapse: collapse;
	background: #CCCCFF;
	table-layout: auto;
}

.MenuTitleCell
{
	background: #006699;
	border-bottom: #006699 1px solid;
	border-top: #006699 1px solid;
}

.MenuCell
{
	background: white;
}

.ContentTable
{
	border-right: inactivecaptiontext 0px solid;
	table-layout: auto;
	border-top: inactivecaptiontext 0px solid;
	border-left: inactivecaptiontext 0px solid;
	border-bottom: inactivecaptiontext 0px solid;
	border-collapse: collapse;
}

.ContentCell
{
	border-right: inactivecaptiontext 0px solid;
	table-layout: auto;
	border-top: inactivecaptiontext 0px solid;
	border-left: inactivecaptiontext 0px solid;
	border-bottom: inactivecaptiontext 0px solid;
	border-collapse: collapse;
}

.TitleCell
{
	text-align: left;
	width: 20%;
}

.TextCell
{
	text-align: left;
	width: 80%;
}

.SelectedTab
{
	background: #0099CC;
	border-left: white 3px solid;
	border-right: white 3px solid;
	border-top: white 3px solid;
}

.Tab
{
	background: #006699;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-bottom: white 3px solid;
}

.TabContent
{
	background: #0099CC;
	border-left: white 3px solid;
	border-bottom: white 3px solid;
	border-right: white 3px solid;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: White;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: black;
	border-color: black;
}

/* text style for the selected tab
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:red;
    font-weight: bold
} */

.InvoiceDescription
{
	font-family: Arial CYR;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-decoration: none;
	font-weight: bold;
}


/* 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: white;
}

/* 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: #006699;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: #006699;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #006699;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #006699;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: #006699;
}

/* 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: red;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #006699;
}

.ElementHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

/* 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: #003366;
}

.MenuTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.SubSubSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

/* 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: #003366;
}

.NormalBlack
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: black;
}


.NormalInBlue
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: white;
}

.NormalSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #003366;
}


.SubHeadUnderline
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

/* text style used for most text rendered by modules */
.Small
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.SmallRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.SmallBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	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;
}

.SelectedCommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #009966;
	border-color: Black;
}

.tableHeight20
{
	height: 20px;
}

.tableHeight30
{
	height: 30px;
}

.height100x100
{
	height: 100%;
	width: 100%;
}

.width100percent
{
	width: 100%;
}


.divCenter
{
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}

.Estilo1
{
	font-size: 14px;
	color: #003a5a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Estilo10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}

.Fondo
{
	
}

.SubHeadBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

.modalBackground
{
	background-color: #e6e6e6;
	filter:alpha(opacity=60);
    opacity:0.60;
}
