
.cursor {
	cursor: hand;
}
.alphabetWidgetCursor {
	cursor: pointer;
}
.newSearchBox {
	font-size: 1em;
	margin-top: 6px;
	margin-left: 10px;
	width: 90%;
	clear: both;
}

#twoColsA_2 {
	float: left;
	position: relative;
	display: inline;
	width: 78%;
	height: auto;
	padding-bottom: 20px;
	vertical-align: top;
}

#popup {
	text-align: left;
	z-index: 200;
	border: 3px solid #999;
	display: block;
	background-color: #dadada;
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 600px;
	width: 500px;
	height: 500px;
	padding-bottom: 20px;
}

#handle {
	background: #777792 url(../images/popup_window_bar.gif) top left
		repeat-x;
	text-align: right;
	margin: 0px;
	padding: 5px 4px 0px 0px;
	width: 99%;
	height: 20px;
}

#contactUsConfirmationTop {
	background: #fff url(../images/contactUs_top_bg.png) top center
		no-repeat;
	color: #666;
	vertical-align: top;
}

#docDetailsErrorTop {
	background: #fff url(../images/doc_top_bg.png) top center no-repeat;
	color: #666;
	vertical-align: top;
}

#commentConfirmTop {
	background: #fff url(../images/comments_top_bg.png) top center no-repeat
		;
	color: #666;
	vertical-align: top;
}

#sitemapTop {
	background: #fff url(../images/about_top_bg.png) top center no-repeat;
	color: #666;
	vertical-align: top;
}

.centerPopup {
	margin-left: -250px;
}

.alert {
	background: #fff6bf;
	/*url(../images/dialog-warning.png) center no-repeat;*/
	/*background-position: 300px 50%;*/ /*50%;  x-pos y-pos */
	text-align: left;
	align: left;
	/*padding: 5px 20px 5px 45px;*/
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	float: left;
	display: inline;
	margin-top: 8px;
	position: relative;
}

.information {
	background: #eeeeee;
	/*url(../images/dialog-information.png) center no-repeat;*/
	/*background-position: 300px 50%;*/ /*50%;  x-pos y-pos */
	text-align: left;
	align: left;
	/*padding: 5px 20px 5px 45px;*/
	border-top: 2px solid #9FBCC5;
	border-bottom: 2px solid #9FBCC5;
	float: left;
	display: inline;
	margin-top: 8px;
	position: relative;
}

.x-grid-group-hd div {
	-x-system-font: none;
	background-position: 3px 3px;
	background: url(../images/gray/grid/group-expand-sprite.gif) no-repeat
		scroll 3px -77px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 4px 4px 4px 17px;
}

.x-grid-group-collapsed .x-grid-group-hd div {
	background-position: 3px 3px;
	background: url(../images/gray/grid/group-expand-sprite.gif) no-repeat
		scroll 3px 8px;
}

.searchResults5 {
	color: #FF6600;
	font-size: 145%;
}

#outagePopup {
	text-align: left;
	z-index: 200;
	border: 3px solid #999;
	display: block;
	background-color: #dadada;
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 600px;
	width: 500px;
	height: 500px;
	padding-bottom: 20px;
}

#outageHandle {
	background: #777792 url(../images/popup_window_bar.gif) top left
		repeat-x;
	text-align: right;
	margin: 0px;
	padding: 5px 4px 0px 0px;
	width: 99%;
	height: 20px;
}

.outagePopup img {
	padding: 0px;
	vertical-align: middle;
}

h1.outagePopup {
	font-size: 180%;
	color: #FF6600;
	font-family: "Trebuchet MS", sans-serif;
	margin: 5px 0px 0px 10px;
}

#outageLogoSm {
	margin: 0px 20px;
	width: 100% auto;
	height: 50px;
}

#outagePopupWrapper {
	margin: 0px 20px 20px 20px;
	background: #fff url(../images/popup_bg.gif) top repeat-x;
	border: 1px solid #ccc;
	width: 100% auto;
}

#outagePopupContent {
	margin: 20px;
	width: 100% auto;
	text-align: left;
	color: #333;
}

.outageGraphicContent {
	background: #d7d7d7 url(../images/graphicContent_bg.png) top repeat-x;
	padding: 10px;
	width: 96%;
	text-align: center;
	margin-top: 5px;
}
.topicTitle
  {
   	font-family: "Trebuchet MS", sans-serif;
	font-size: 200%;
	font-weight: 25;
	color: #FF6600;
  }
  .gwt-Frame{
  	border:2px solid #0099CC;
  }

  
/* -------------------------------------------------------------- */
/* ------------- MOVED FROM html-elements.css ------------------- */
/* -------------------------------------------------------------- */


.alignMiddle {
	vertical-align: middle;
}

.dataTable {
	width: 97%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px auto;
	font-size: 1em;
}

.dataTable TH {
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 100%;
}

.dataTable TD {
	padding: 5px;
	font-size: 100%;
	border-right: none;
	border-left: none;
	vertical-align: top;
}

.dataTable a,a:visited {
	color: #333;
}

.dataTable a:hover {
	color: #0099CC;
	border-bottom: none;
}

.dataTable2 a,a:visited {
	color: #0099CC;
}

.dataTable2 a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #AADDEE;
}

.dataTableRowOdd {
	border-bottom: 1px solid #E0E0E0;
}

.dataTableRowEven {
	border-bottom: 1px solid #E0E0E0;
}

.dataTable tr.odd {
	background-color: #E9E9E9;
}

.dataTable tr.odd td {
	border-bottom: 1px solid #E0E0E0;
}

.dataTable tr.even { /* background-color: #F5F5F5; */
	
}

.dataTable tr.even td {
	border-bottom: 1px solid #E0E0E0;
}

.dataTable tr.over {
	background-color: #E5F8FE;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}  /* HomeTabPanel only */
.alignTop {
	vertical-align: top;
}  /* DocumentDetailView, HomeTabPanel */
.allCaps {
	text-transform: uppercase;
}  /* HomeTabPanel only */
.fontLrg {
	font-size: 110%;
}  /* HomeTabPanel only */ /** images **/

  
  
  
  
.marginfix textarea {
	margin-left: 0px;
}

.radio {
	margin-right: 5px;
	border: none;
}

/** list **/
.arrowList {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.95em;
}

.arrowList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.arrowList li {
	background: url(../images/icon_arrow.gif) no-repeat top left;
	padding: 2px 0px 2px 16px;
	line-height: 130%;
}

.arrowList2 {
	list-style: none;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0.8em;
}

.arrowList2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.arrowList2 li {
	background: url(../images/icon_arrow.gif) no-repeat left bottom;
	padding: 5px 0px 0px 16px;;
	line-height: 130%;
}

.arrowList3 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.arrowList3 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.arrowList3 li {
	background: url(../images/icon_arrow.gif) no-repeat top left;
	padding: 0px 0px 12px 16px;
	margin-left: 0px;
	line-height: 130%;
}

.rssList {
	list-style: none;
	padding: 0;
	margin: 0;
}  /* RSSView.java */
.rssList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}  /* RSSView.java */
.rssList li {
	background: url(../images/icon_rss.png) no-repeat top left;
	padding: 0px 0px 6px 16px;
	margin-left: 0px;
	line-height: 150%;
}  /* RSSView.java */ 




h1.popup {
	font-size: 180%;
	color: #FF6600;
	font-family: "Trebuchet MS", sans-serif;
	margin: 5px 0px 0px 10px;
}

.popup img {
	padding: 0px;
	vertical-align: middle;
}


#wrapper a:visited {
	color: #0099cc;
	text-decoration: none;
}


.image a,a:visited,a:hover {
	border-bottom: none;
}

.imageBorder {
	border: #ccc 1px solid;
	background-color: #fff;
	padding: 3px;
}  /* only used in Help___Widget classes */ /** forms **/
  
  
  
  
  
  
  
