﻿@font-face
{
    font-family: AvenirNextLTW01-Regular;
    src: url('../Fonts/eot/AvenirNextLTW01-Regular.eot');
    src: url('../Fonts/eot/AvenirNextLTW01-Regular.eot?#iefix')format("embedded-opentype"), url('../Fonts/woff/AvenirNextLTW01-Regular.woff'), url('../Fonts/ttf/AvenirNextLTW01-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: AvenirNextLTW01Demi;
    src: url('../Fonts/eot/AvenirNextLTW01Demi.eot');
    src: url('../Fonts/eot/AvenirNextLTW01Demi.eot?#iefix')format("embedded-opentype"), url('../Fonts/woff/AvenirNextLTW01Demi.woff'), url('../Fonts/ttf/AvenirNextLTW01Demi.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: 'Avenir Next for ABG';
    src: url('../Fonts/eot/Avenir Next for ABG.eot');
    src: url('../Fonts/eot/Avenir Next for ABG.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff/Avenir Next for ABG.woff') format('woff'), url('../Fonts/ttf/Avenir Next for ABG.ttf') format('truetype'), url('../Fonts/svg/Avenir Next for ABG.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Avenir Next for ABG Cnd';
    src: url('../Fonts/eot/Avenir Next for ABG Cnd.eot');
    src: url('../Fonts/eot/Avenir Next for ABG Cnd.eot?#iefix') format('embedded-opentype'), url('../Fonts/woff/Avenir Next for ABG Cnd.woff') format('woff'), url('../Fonts/ttf/Avenir Next for ABG Cnd.ttf') format('truetype'), url('../Fonts/svg/Avenir Next for ABG Cnd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Avenir Next for ABG Demi';
    src: url('../Fonts/eot/Avenir Next for ABG Demi.eot');
    src: url('../Fonts/eot/Avenir Next for ABG Demi.eot?#iefix') format('embedded-opentype'), url('../Fonts/ttf/Avenir Next for ABG Demi.ttf') format('truetype'), url('../Fonts/woff/Avenir Next for ABG Demi.woff') format('woff'), url('../Fonts/svg/Avenir Next for ABG Demi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-weight: bolder
}	

.unwatermarkedTraccs {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarkedTraccs
{
	height: 20px;
	width: 150px;
	padding: 1px 0 0 1px;
	border: 1px solid #BEBEBE;
	background-color: lightcyan;
	color: gray;
	font-weight: bolder;
}	
/*Hover Menu opacity:.9;*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;	
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
/* Accordion */
.accordionHeader
{
	color: white;
	background-color: #b80431;
	font-family: AvenirNextLTW01-Regular,Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-right: #b80431 1px solid;
	border-top: #b80431 1px solid;
	border-left: #b80431 1px solid;
	border-bottom: #b80431 1px solid;
}

#master_content .accordionHeader a
{
	color: white;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: white;
	border: 1px solid #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.accordionLink
{
	color:White;
	background: none;
	text-decoration:none;
}
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}
.hidden
{
	visibility:hidden   
}
body
{
	font-family: AvenirNextLTW01-Regular,Arial,Sans-Serif;
	font-size: 14px;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);width:100px; height:100px;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
}
.updateProgress
{
	background-color:White; 
	position:absolute; 
	width:130px; 
	height:50px;    
}
.updateProgressMessage
{
margin:3px; 
font-family:Trebuchet MS; 
font-size:small; 
vertical-align: middle;
}
a.underlineLinkButton
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}

a.underlineLinkButton:hover
{
	text-decoration:underline;
	color:Black;
	font-weight:bold;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.collapsePanel {
	
	background-color:White;
	overflow:hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	background-color: #b80431;
}
.demoarea {
	padding:5px;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:5px;
	color:#5377A9;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:5px;
}
/* header cell style */
.gridView-theme th
{
	background: #B70431 repeat-x;
	color: #FFFFFF;	
}  
/* the sort header link */
.gridView-theme th a 
{
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}
/* common cell styles */
.gridView-theme th, .gridView-theme td
{
	border: 1px solid #FFFFFF;
	padding: 0.5em;
	text-align: left;
	font-size: 9.7pt;	
}

/* mouseover row style */
.gridView-theme .row-over
{
	background-color: #CCCCCC;
	color:Black;
}
.gridView.theme .row-data
{
	border: 1px solid #FFFFFF;
}
/* mouseover row style */
.gridView-theme .row-select
{
	background: #B70431;
	color: #FFFFFF;
}
.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.header
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: AvenirNextLTW01-Regular,Arial, Sans-Serif;
}
.progressBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

.mainmenu tbody tr td table tbody tr td {
    text-align: center;
}

