/*
 * AT&T Web Standards Initiative <wsi at att dot com>
 * Joe D'Andrea, Vincent Murphy, John Crowley
 *
 * $Id: main.css,v 2.0  $
 *
 * Main Region
 */

.main .content {
  margin-top: 0px;
  margin-left: 20px;
  _margin-left: 0px; 
  margin-right: 0;
  font-size: .95em;
  line-height: 11pt;
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-index .content { margin-left: -0px; }

.main-index-sidebar .content {margin-left: -0px;}

a:visited { 
  color: #067ab4;
}

a:hover {
  text-decoration: underline;
}

.main-sidebar .content,
.main-index-sidebar .content {
   margin-right: 5px;
}

.main .content sup {
  font-size: .5em;
}

/* Headers */
/* NOTE: h1 through h5 */

.main .content h1 {
  font-size: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-weight: normal;
  line-height: 1em;
  color: #444444;
}

.main .content h2, 
.main .content h3, 
.main .content h4,
.main .content h5 {
  margin-top: 0;
  margin-bottom: 0.4em;
  clear: both; /* Added for image lists */
}

.main .content h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #ff7200;
}

.main .content h2 a {
  color: #ff7200;
}

.main .content h2 a:visited {
  color: #ff7200;
}

.main .content h3 {
  color: #444444;
  font-weight: bold; 
  font-size: 1.2em;
}

.main .content h3 a {
  color: #444444;
}

.main .content h3 a:visited {
  color: #444444;
}

.main .content h4,
.main .content h5 { 
  font-weight: bold;
}

.main .content h4 {
  font-size: 1.1em;
  color: #023f72;
}

.main .content h4 a {
  color: #023f72;
}

.main .content h4 a:visited {
  color: #023f72;
}

.main .content h5 {
  font-size: 1.0em;
  color: #444444;
}

.main .content h5 a {
  color: #444444;
}

.main .content h5 a:visited {
  color: #444444;
}


/* Paragraph */
.main .content p {
  margin-top: 0;
  margin-bottom: 0.75em;
  padding: 0;
}

/* Lists */
.main .content ul,
.main .content ol,
.main .content dl {
  margin-top: 0; margin-bottom: 1em; position: relative;
}
.main .content ul ul,
.main .content ol ol {
  margin-top: .2em; margin-bottom: .4em;
}

/* List Items */
.main .content ul li,
.main .content ol li {
  margin-top: 0; margin-bottom: 0;
}

/* A list of links */
.main .content ul.link {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* News-related items */
.main .content ul.news {
  list-style: disc outside;
  margin-left: 18px; /* Distance to bring the disc back inside the margin */
  padding-left: 0;
}
.main .content ul.news li {
  padding: 0;
  margin-bottom: 0.5em;
}

/* A "skip list" */
.main .content ul.skip {
  list-style: none;
  margin-left: 12px;
  padding-left: 0;
}
.main .content ul.skip li a {
  background-image: url("image/arrow-down.10x10.main.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  left: -12px; padding-left: 12px;
  position: relative;
  font-size: 1em; display: block; /* Keep arrow and item from colliding */
}

/* Hides from IE-Mac \*/
* html .main .content ul.skip li a { height: 1%; }
/* End hide from IE-Mac */


/* Definition List */
.main .content dl dt {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
}
/* NOTE: These are different! */
.main .content dl dt:first,
.main .content dl dt.first {
  margin-top: 0;
}
.main .content dl dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

/* Table Defaults */
.main .content table {
  font-size: 1em; /* For IE 5.5 - Tables don't inherit this */
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.main .content table td,
.main .content table th {
  padding: 3px 8px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
.main .content table th {
  text-align: left;
  vertical-align: middle;
  background-color: #656565;
  color: #fff;
}
.main .content table td {
  vertical-align: top;
}
.main .content table tr td:first-child,
.main .content table tr th:first-child {
  border-left: 0;
}

/* Forms are the only construct that allow borderless tables */
.main .content form table,
.main .content form table td,
.main .content form table th {
  border: 0;
}

/* "The Ever Popular (Heath?) Ledger Effect" */
.main .content table.ledger {
  border-collapse: separate;
  border-spacing: 0;
}
/* Hides from IE-Mac \*/
* html .main .content table.ledger { border-collapse: collapse; }
/* End hide from IE-Mac */
.main .content table.ledger tr td {
  border-left: 1px solid #d9d9d9;
  border-bottom: 0;
}
.main .content table.ledger tr th {
  border-left: 1px solid #d9d9d9;
}
.main .content table.ledger tr td:first-child,
.main .content table.ledger tr th:first-child {
  border-left: 0;
}
.main .content table.ledger tr td.odd { background-color: #cdd8df; }
.main .content table.ledger tr td.even { background-color: #fff; }

/* Highlight */
.main .content table.highlight tr.sfhover,
.main .content table.highlight tr.sfhover td {
  background-color: #8cbbd8;
/*  background-color: #b5dff3; */
  color: #000;
}

/* Selected */
/* This always takes precedence over highlight color! */
/* TODO: Use asterisk vs explicit table classes? */
.main .content table.ledger tr.selected td,
.main .content table tr.selected td {
  background-color: #4775d1;
  color: #fff;
  border-left: 1px solid #346dbe;
  border-bottom: 1px solid #7daaea;
}

/*
 * Main Region Groups and Alerts
 */

/* Main Groups */
.main .content .group {
  border: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding: 5px;
  padding-left: 4px;
}

.main .content .group h2,
.main .content .group h3,
.main .content .group h4,
.main .content .group h5 {
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold; 
}

.main .content .group h2 a {
  background-image: none;
}

.main .content .group h3,
.main .content .group h4 {
  color: #000;
  background-color: transparent;
}

.main .content .group li {
  border: 0;
}

/* Alert */
.main .content .alert h2 {
  padding-left: 31px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: white;
  background-position: 4px 4px;
}
.mainr .content .alert form {
  padding-left: 5px;
  padding-bottom: 5px; 
}

/* Alert: Information */
.main .content .information {
  background-color: #e6f0f6;
  border-color: #ccc;
  border-top: 5px solid #0a68a5;
}
.main .content .information h2 {
  background-color: #e6f0f6;
  background-image: url("image/icon.information.gif"); 
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6f0f6;
  color: #0a68a5;
}
.main .content .information li {
  border-top: 1px solid #e6f0f6;
}

/* Alert: Warning */
.main .content .warning {
  background-color: #fef8e9;
  border-color: #ccc;
  border-top: 5px solid #f9b62a;
}
.main .content .warning h2 {
  background-color: #fef8e9;
  background-image: url("image/icon.warning.gif"); 
  background-repeat: no-repeat;
  border-bottom: 1px solid #fef8e9;
  color: #f9b62a;
}
.main .content .warning li {
  border-top: 1px solid #fef8e9;
}

/* Alert: Critical */
.main .content .critical {
  background-color: #f7eae9;
  border-color: #ccc;
  border-top: 5px solid #b52e24;
}
.main .content .critical h2 {
  background-color: #f7eae9;
  background-image: url("image/icon.critical.gif"); 
  background-repeat: no-repeat;
  border-bottom: 1px solid #f7eae9;
  color: #b52e24;
}
.main .content .critical li {
  border-top: 1px solid #f7eae9;
}

/* Main navigation (psuedo-breadcrumb) */

.main .navigation {
  background-color: #a1b5c7;
  color: #555;
  margin: 0;
  padding: 4px;
  font-size: 85%;
}

.main .navigation ul {
  display: inline;
  border: none;
  margin: 0 0 0 8px;
  padding: 0;
}
.main .navigation ul li {
  border: none;
  list-style: none;
  display: inline;
}
.main .navigation ul li a:link,
.main .navigation ul li a:visited {
  color: #067ab4;
}
 .main .content p.rss {

font-size: 1.25em;
margin-top: 0;
margin-bottom: 0.5em;
clear: both;
color: #000; 
}

.main .content p.button_link {
  list-style: none;
  left: -20px; padding-left: 20px; padding-top: 4px;
 background-image: url("/library/style/image/class_arrow.gif");
   background-position: 0 4px;
  background-repeat: no-repeat;
}

/* A "button link" */
.main .content ul.button_link  {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
.main .content ul.button_link  li {
  background-image: url("/library/style/image/class_arrow.gif");
  background-position: 0 4px;
  padding-top: 4px;
  background-repeat: no-repeat;
  left: -20px; padding-left: 20px;
  position: relative;
  font-size: 1em; display: block; /* Keep arrow and item from colliding */
}

/* Hides from IE-Mac \*/
* html .main .content ul.button_link  li a { height: 1%; }
/* End hide from IE-Mac */


.main .promotion {
	position: relative;
	background-repeat: no-repeat;
	height: 75px;
	max-height: 75px !important;
	min-height: 75px !important;
	overflow: hidden;
}

/* hide from mac \*/
.main .content .promotion {height: 1%;}
/* end hide */ 

.main .promotion a.graphic {
	position: absolute;
	bottom: 1%;
	right: 1%;
}

.main .promotion > a.graphic {
	bottom: 1%;
}

.main .promotion img {
	position: absolute;
	bottom: 1%;
	right: 1%;	
}

.main .promotion a.graphic img {
	position: absolute;
	bottom: 0%;
	right: 0%;
}

.hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden\;
}

/* IE6 Hacks \*/

.main-index .chunk1 .content, .main-index .chunk2 .content, .main-index-sidebar .chunk2 .content,  .main-index .chunk1 .content, .main-index .split-12 .content, .main-index .chunk12 .content {margin-left: 0px; _margin-left: 0px; }

.main-index-sidebar .chunk2 .content img {margin-top: 5px; _margin-top: 0px; margin-bottom: 1px;}
/* Fix Alignment issue between chunk3 top and sidebar top */
.main-index-sidebar .chunk2 .media_player {margin-top: 5px; _margin-top: 0px; margin-bottom: 1px;}
.main-sidebar .chunk2 .content img {margin-top: 5px; _margin-top: 0px; margin-bottom: 1px;}
