﻿body
{
	clear:both;
	background-image: url(../graphics/SkyBlue_gradient_bg.jpg);
	background-repeat:repeat;
	background-color:White;
	width:100%;
	overflow:auto;
}

#master_header
{
	position:absolute;
    left: 50%;
    margin: 10px 0px 0px -384px;
 	top:0;
	width: 768px;
}

#master_header_spaceTop
{
	position:absolute;
    left: 50%;
    margin: 5px 0px 0px -384px;
 	top:0;
	width: 768px;
	height:10px;
	background-color:white;
}

#master_header_spaceBottom
{
    left: 50%;
	width: 768px;
	height: 5px;
	background-color:white;
}

#content
{
	background-color:#D8D8BF;  /*wheat color*/
	border: solid 1px #49493D;
	height:480px;
}

#content2
{
	margin: 5px 10px 0px 10px;
}

a {
text-decoration: none;
}

.pnlHeader
{
	border:none;
}
.pnlBody
{
	background-color:White;
	border: solid 1px black;
}

.lblVBrands
{
	font-family: Times New Roman, Arial, Sans-Serif;
	font-size:16pt;
	font-weight:bold;
	color:#49493D;
	text-align:right;
}

.lblIntranet
{
	font-family:Arial, Sans-Serif;
	font-size:14pt;
	font-weight:bold;
	color:#49493D;
	text-align:right;
}

.lblInactive
{
  font-family:Arial, Sans-Serif;
  font-size:small;
  font-weight:bold;
  color:black;
  border:solid 2px red;
  text-align:center;
}

.lblLarge1
{
	font-family:Arial, Sans-Serif;
	font-size:16pt;
	font-weight:bold;
	color:white;
}

.lblMedium1
{
  font-family:Arial, Sans-Serif;
  font-size:12pt;
  font-weight:bold;
  color:white;
}
.lblMedium2
{
  FONT-WEIGHT:bold;
  FONT-SIZE:22px;
  COLOR:white;
  FONT-STYLE:normal;
  FONT-FAMILY:Arial, Sans-Serif;
  FONT-VARIANT:normal;
}
.lblMedium3
{
  FONT-WEIGHT:bold;
  FONT-SIZE:22px;
  COLOR:Black;
  FONT-STYLE:normal;
  FONT-FAMILY:Arial, Sans-Serif;
  FONT-VARIANT:normal ;
}
.lblSmall1
{
  FONT-WEIGHT:Normal;
  FONT-SIZE:12px;
  COLOR:White;
  FONT-STYLE:normal;
  FONT-FAMILY:Arial;
  TEXT-ALIGN: left;
  FONT-VARIANT:normal;
}
.lblSmall2
{
  font-family :Arial, Sans-Serif;
  font-size:10pt;
  font-weight:bold;
  color:black;
  background-color:#d8d8bf;
  text-align:center;
}
.lblSmall3
{
  font-family :Arial, Sans-Serif;
  font-size:8pt;
  font-weight:bold;
  color:black;
  background-color:#d8d8bf;
  text-align:right;
}
.lblSmall4
{
  font-family :Arial, Sans-Serif;
  font-size:10pt;
  font-weight:bold;
  color:black;
  background-color:#d8d8bf;
  text-align:left;
}

/*
used in Marketing Info Menus */
a.lnkMenu:link {
    color: #000000;
    text-decoration: none;
}
a.lnkMenu:visited {
    color: #000000;
    text-decoration: none;
}	
a.lnkMenu:hover {
    color: #000000;
    text-decoration:underline;
}
a.lnkMenu:active {
    color: #000000;
    text-decoration: none;
}
.trMenu{
	height:30px;
}


/* css for displaying 'Processing ...' message */
/* Transparent background that covers the whole screen - used with Ajax Update Progress */
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.3;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index:9998;  /*force to always be on top*/
}
/* Ajax Update Progress */
.AjaxUpdateProgress
{
	background-color:#000000;
	color:#ffffff;
	width: 150px;
	height:50px;
	text-align: center;
	position: fixed;
	bottom: 40%;
	left: 45%;
	font-size: 16px;
	font-weight: bold;
	z-index:9998;  /*force to always be on top*/
}

/*
css for content displayed wthin an html table */
.tblContent
{
	margin-left:5px;
	margin-right:0px;
	text-align:left;
}
.tdContentHeader
{
	width:673px;
	font-size: 18px;
	font-weight: Bold;
	text-align:left;
	color: #625744;
}

/*
css for Content displayed as Text (eg: hyperlink) */
/* Content List links */
.tdList {
    text-align: left;
  	line-height: 1em;
}
A.contentLink:hover {
    text-decoration:underline;
    color: #4D4435;
}
A.contentLink:link {
    color: #4D4435;
}
A.Image2:link img, A.Image2:visited img {border-color: #ffffff;}
A.Image2:hover img {border-color: #ffffff;}
