/* version 5.100 */

/* 
h1 { }
h2 { }
h3 { }
h4 { }
*/
h5 { margin-bottom: 0px; font-size: 12px; font-weight: bold;  }


/* Lists */
ul { margin-top:6px; }

/* Styles for tables of data */
.dataTable { }

.dataTable td, .dataTable caption { border-bottom: 1px solid #ccc; }

.dataTable td, .dataTable th { padding: 3px; }

#mdcContainer .dataTable th,#mdcContainer .dataTable th a { color: #fff; }

.dataTableBottom td { border-bottom: 0px;}

/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */

.dataTable .total td {
  font-weight: bold;
}

/* table dividers */

.dataTable .divider {
  background: url('../images/div.gif') right no-repeat ; 

}

.dataTable .special td { color: #CC9900; }

.menuselect { padding-bottom:7px; }

/* Apply to all tables */
#mdcContainer th, #mdcContainer caption, .wsh_blueHead { 
  background-color: #37568e !important;
  color: #fff !important;
  font-weight: bold;
  text-align: left;
  padding: 3px; 
} 

#mdcContainer .highlight {
  background-color: #999;
  color: #fff !important;
  font-weight: bold;
  text-align: left;
  padding: 3px; 
  
}

.primary, .primary td, .primarybold, .primarybold td {
  vertical-align: top;
}
.primarybold, .primarybold td {
  font-weight: bold;
}
.dataTable .alternate, .dataTable .alternate td, .alternate, .alternate td {
  background-color: #efefef;
  vertical-align: top;
}

/* Used on Dividends for the Calculator Block */
.focus {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

/* Generic styles */
.highlighted { font-weight: bold; }

.nostyle,.nostyle td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

/* Stock quote/chart on IR home page */
#miniquote { width:175px; border: 1px solid #000; }
#miniquote th { background-color: #000; }
#miniquote .subhead { background-color: #ddd; }
#miniquote .disc { font-size:10px; color:#999; }
#miniquote td { padding: 4px; }

/* Email this Page */
.emailText {
  font-family: Arial,Helvetica,sans-sarif;
  font-size: 12px;
}

/* How to display file sizes */
.filesize {
  font-size: 11px;
  color: #666;
}

/* FAQ */
dl {
  margin: 0px;
  border-top: 2px solid #fff;
}
dt {
  padding: 3px;
  background-color: #f0f0f0;
  border-collapse: collapse;
  border-bottom: 2px solid #fff;
  cursor: pointer; }
dt a {
  text-decoration:none;
}
dd {
  margin: 0px;
  padding: 5px;
  border-bottom: 2px solid #fff;
}

/* "Shareholder Tools" in footer */
#toolbar {
	border:#98b0c3 1px solid;
	margin: 0px 0px 20px 0px;
	padding: 0px;
  font-size: 11px;
}
#toolbar .ToolbarContent {
  padding: 0;
  text-align: left;
  margin: 0px;
}
#toolbar .ToolbarTitle {
	border-bottom:#98b0c3 1px solid;
	border-top:#98b0c3 1px solid;
	background-color: #98b0c3;
	margin: 7px 0px;
  padding: 2px 7px;
  text-align: left;
  	color:#fff;
    font-weight:bold;
    font-size:11px;
}
#toolbar ul {
  margin: 0;
  padding: 0;
}
#toolbar ul li {
  padding:3px 3px 3px 7px;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  font-size:11px;
}
#toolbar a {
  vertical-align: middle;
  text-decoration: none;
  font-weight:normal;
  font-size:11px;
}
#toolbar img {
	border: none;
  padding-right: 5px;
  border: 0px;
  vertical-align: middle;
}

/* used for print/email links in header and "Shareholder Tools" in footer */
.toolbar { text-decoration: none; }
.toolbar:hover { text-decoration: underline; }


/* Disclaimer Text */
#mdcContainer .disclaimer {
  font-size: 10px;
  color: #999;
}
.briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
.error, .required { color: #f00 !important; }
.warn { color: #f60 !important; }

/* Valuation Changes up or down (Calculator, Stock quote, etc.) */
.pricedown { color: #900 !important; }
.priceup{ color: #090 !important; }

.required {
	float: right;
	margin-left: 15px;
	color: #f00 !important;
	vertical-align: text-top !important;
}
.red {color: #f00 !important;}

/* Form Buttons */
.submit {
  font-family: Arial;
  color: #666;
  background-color: #eee;
  font-size:12px;
  padding:3px 12px;  
  border: 1px solid #999999;  
  font-weight: bold !important;
}

.searchBtn {
  font-family: Arial;
  color: #777;
  background-color: #eee;
  border: 1px solid #999 !important;
  font-size:11px;
  font-weight: bold !important;
  padding:1px;
}


#secForm {
	}
#secForm label {
	font-size:12px;
	font-weight: bold;
	vertical-align:middle;
  }
#secForm select {  
	padding:2px;
	width:175px;
	margin-bottom:5px;
   border: 1px solid #999;
   font-family: arial;
   font-size:12px;}
  
#secForm option {
	margin: 3px;}

#CompareSelector {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* Show "Loading" image as charts load */
img.chart {
  background: transparent url('/common/images/ani-LoadingChart.gif') center center no-repeat;
}

select, textarea, input {
   border:1px solid #999999;
	padding:2px;
	font-family:arial,sans-serif;
	font-size:12px;
	}
   
input[type=checkbox] { 
  border: none !important;
}   
checkbox {
    border:none;}
   
#mdcContainer .indexHeading {
    font-size:17px;
    color:#1257C6;
    font-weight:bold;
    border-bottom:1px #ccc solid;
    padding-bottom:5px;
    margin-bottom:5px;}
	 
#SECAlerts, #NewsAlerts, #StockAlerts, #WebcastAlerts, #StandardAlerts, #NewsAlert{
	margin-bottom: 20px;
}

h3 span a{		
   float: right;
	font-size:12px;
	font-weight:normal;	
	margin:0px;}
	
h3.wsh_upper, h2.wsh_upper  {text-transform: uppercase;}	

.wsh_clear {
	clear: both;
}

.pt15 {
	padding-top: 15px;
}

.pt5 {
	padding-top: 5px;
}

.pr20 {
	padding-right: 20px;
}

.pr35 {
	padding-right: 35px;
}


.pb10 {
	padding-bottom: 10px;
}

.wsh_valignM {
	vertical-align: middle;
}

.wsh_valignBL {
	vertical-align: baseline;
}

.wsh_font13 {
	font-size: 13px;
}

/* remove border from radio buttons */
.wsh_radio {
	border: 0;
}

#earningsInfo {
	height: 110px;
}

#earningsInfo .earningsItem {
	float: left;
	clear:left;
	padding:2px 0 5px 0;
	line-height:12px;
	/*height: 25px;*/
}

/* used on event detail page */
.wsh_label {
	float: left;
	width: 132px;
	padding:7px 10px 5px 0;
	margin:0px;
	font-weight: bold;}
	
.wsh_label_long {
	float: left;
	width: 215px;
	padding:7px 10px 5px 0;
	margin:0px;
	font-weight: bold;}	
	
.wsh_label_short {
	float: left;
	width: 75px;
	padding:7px 10px 5px 0;
	margin:0px;
	font-weight: bold;}		

.wsh_data {
	float: left;
	width: 530px;
	padding:5px 10px 5px 0;
	margin:0px;}	
	

.wsh_data_short {
	float: left;
	width: 420px;
	padding:5px 10px 5px 0;
	margin:0px;}		


