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


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

/* Placeholder for color: should find a better way */
.sidebar .content #bu-placeholder {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Sidebar Groups */
.sidebar .content .group {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 2px;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 5px;
 border-color: #CCCCCC;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
}

.corp-aside-tabs {
  margin: 5px 5px 10px 0;
  border-style: none;
}

/* Sidebar Images */
.sidebar .content img {
  text-align: center;
}

/* Header */
.sidebar .content h2,
.sidebar .content h3 {
  font-size: 1em;
    padding-bottom: 5px;
}
.sidebar .content h2 {
  font-weight: normal;
  font-size: 1.1em;
  margin: 0;
}
.sidebar .content .group h2 {
/*  background-color: #656565; */
  font-weight: bold;
  color: #f27d00;
}

.corp-aside-tabs h2 {
  margin: 5px !important;
  padding-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold !important;
  color: #f27d00;
}
.sidebar .content .group h3 {
  font-weight: bold;
  color: #023f72;
  font-size: 1em;
}

.sidebar .content h3 {
  font-weight: normal;
  margin: 0;
}

/* Paragraph in List Item */
.sidebar .content li p {
  font-weight: normal;
  margin: 0;
}

/* Paragraph */
.sidebar .content p {
  margin: 0;
  margin-bottom: 0.75em;
  margin-right: 5px;
}


/* Unordered List */
.sidebar .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.75em;
}

/* List Item */
.sidebar .content li {
  background: url("/library/style/image/bullet.sidebar.gif") top left no-repeat;
  margin-left: 3px;
  padding: 2px 10px;
  display: block;
}

.corp-aside-tabs li {
  background: none !important;
}
.corp-aside-tabs table a {
	color: #067ab4 !important;
}
.corp-aside-tabs li.ui-state-active {
  padding: 3px !important;
}
.corp-aside-tabs li.ui-state-default {
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
}

/* \*/
* html .sidebar .content li { height: 1%; }
/* */

/* Stock Quote */
.sidebar .content table.stock {
  border: 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
/* \*/
* html .sidebar .content table.stock { height: 1%; }
/* */
.sidebar .content table.stock tfoot .date {
  font-weight: normal;
}

/* Alert */
.sidebar .content .alert h2 {
  padding-left: 31px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: bold;
    font-size: 1.1em;
  background-position: 4px 4px;
}
.sidebar .content .alert form {
  padding-left: 5px;
  padding-bottom: 5px; 
}

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

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

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

/* Business Unit Specifics */

.sidebar .content .businessunit {
  background: url("ent/image/sidebar.bg.gif") bottom no-repeat;
  background-color: #436e94; 
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sidebar .content .businessunit ul {
  margin: 0 0 0 10px;
}

.sidebar .content .businessunit a:link {
  color: #fff;
}

.sidebar .content .businessunit h2 {
  background-color: #436e94;
  color: #fff;
}
.sidebar .content .businessunit h3 {
  border-top: 0px; 
}

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

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

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

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

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

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

/* Some items for promotions */

.sidebar .content .promotion img {
  padding-top: 3px;
}
.sidebar .content .promotion p {
  padding-bottom: 0;
}

#contact,  {
	background: url(/images/welcome_gradient_new_1x105.png) repeat-x left bottom;	
	overflow: hidden;
	margin-bottom: 10px;
}

.sidebar .content sup {
  font-size: .7em;
}


