html {
	background-color:#B8B8B7;
}

/* Main content */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* global styles */

textarea, input[type="text"], input[type="password"], select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
	margin: 1px;
	padding: 2px;
	line-height: 1em;
}

a:link {
	color: #7e7575; 
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #7e7575; 
	text-decoration: none;
}

#waterMark {
	
}

#container {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-color: #fff;
	text-align: left;
}

#pageHeader {
	position: relative;
	background: url(../images/header_bg.gif) top left repeat-x;
	top: 0px;
	height: 90px;
}

#pageHeader .defaultBanner {
	background:url("../images/banners/default/sm_public.png") no-repeat left top;
	height:70px;
	width: 500px;
}

#pageHeader .customGifBanner {
	background:url("../images/banners/custom/custom_public.gif") no-repeat left top;
	height:70px;
	width: 500px;
}

#pageHeader .customJpgBanner {
	background:url("../images/banners/custom/custom_public.jpg") no-repeat left top;
	height:70px;
	width: 500px;
}

#pageHeader .customPngBanner {
	background:url("../images/banners/custom/custom_public.png") no-repeat left top;
	height:70px;
	width: 500px;
}

#pageContent {
	position: relative;
	background-color: #fff;
	text-align: left;
}

#mainRegion {
	float: left;
	width: 825px;
	text-align: left;
	margin-left:0px;
	padding: 5px;
	word-wrap:break-word;
}

#rightRegion {
	float: right;
	width: 150px;
	text-align: left;
	padding: 5px;
	word-wrap:break-word;
}

#pageFooter {
	position: relative;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align:left;
	vertical-align: middle;
}

#pageFooter a:link {
	color: #999999;
	text-decoration: none;
}

#pageFooter a:visited {
	color: #999999;
	text-decoration: none;
}

#pageFooter a:hover {
	color: #999999;
	text-decoration: underline;
}

#pageFooter a:active {
	color: #999999; 
	text-decoration: none;
}

#breadcrumbs {
	font-size: 10px;
	padding-bottom: 5px;
}

/* Window elements */

.greyWindow150 {
	border: 0;
	margin: 0 0 6px 0;
	padding: 0 0 10px 0;
	background: url(../images/greyboxbottom.gif) no-repeat bottom center;
}

.greyWindow150 h2 {
	background: url(../images/greyboxtop.gif) no-repeat top center;
	border: 0;
	margin: 0;
	padding: 6px 8px 4px 8px;
	color: #000;
	font-size: 11px;
}

.greyWindow150 .inside, .greyWindow150 .menu {
	background: url(../images/greyboxbody.gif) repeat-y top center;
	padding: 8px 10px 0px 10px;
	margin: 0;
	border: 0;
}

.greyWindow150 .inside .buttons {
	text-align: right;
}

.greyWindow150 .line {
	background: url(../images/greyboxline.gif) no-repeat top center;
	border: 0;
	margin: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.greyWindow150 h3 {
	font-size: 12px;
	margin-bottom: .5em;
}

.greyWindow150 .menu a {
	display:block;
	border: 0;
	padding: 3px 6px;
	margin: 5px 0px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.greyWindow150 .menu a:link, .greyWindow150 .menu a:visited {
	text-decoration: none;
	color: #333;
}

.greyWindow150 .menu a:hover {
	background: #aaa;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
}

.greyWindow150 .menu .menuitem {
	display:table-cell;
	vertical-align: middle;
	height: 20px;
	padding-left: 20px;
	margin: 8px 0px;
}

.greyWindow150 .menu .menuitem.request {
	background:url("../images/menu/request_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.rss {
	background:url("../images/menu/rss_feed_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.survey {
	background:url("../images/menu/survey_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.chat {
	background:url("../images/menu/chat_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.profile {
	background:url("../images/menu/profile_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.portal {
	background:url("../images/menu/portal_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.admin {
	background:url("../images/menu/admin_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.forums {
	background:url("../images/menu/forums_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.knowledge {
	background:url("../images/menu/knowledge_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.outage {
	background:url("../images/menu/outage_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.planned {
	background:url("../images/menu/planned_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.contracts {
	background:url("../images/menu/contracts_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.services {
	background:url("../images/menu/services_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.catalog {
	background:url("../images/menu/catalog_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.login {
	background:url("../images/menu/login_bw.png") no-repeat left center;
}

.greyWindow150 .menu .menuitem.alerts {
	background:url("../images/menu/alerts_bw.png") no-repeat left center;
}

.fieldrequired {
	border-right: 3px solid #cc0000;
}

.searchResults {
	padding: 4px;
	margin: 0 auto 8px auto;
}

.searchResults .head {
	font-weight: bold;
	font-size: 12px;
}

.searchResults .title {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

.searchResults .summary {
	font-size: 10px;
}

.searchResults .stats {
	font-size: 10px;
	color: #888888;
}

.searchResults .page {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.recent {
	background: #FFFFFF;
	border: 1px solid #B2B8BD;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.alertheader {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

.forumheader {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

.outageheader {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

.rssoutage {
	padding-left: 20px;
	margin-bottom: 8px;
	background:url("../images/menu/inline_rss_16.png") no-repeat left center;
	height: 16px;
	line-height: 16px;
	float: right;
}

table {
	table-layout: fixed;
}

table.introduction td {
	padding-top:0;
	padding:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	text-align: top;
}

table.introduction td.knowledge {
	height:120px;
	width: 200px;
	background: url(../images/knowledge.gif) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.outages {
	height:120px;
	width: 200px;
	background: url(../images/outages.gif) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.planned {
	height:120px;
	width: 200px;
	background: url(../images/planned.gif) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.forums {
	height:120px;
	width: 200px;
	background: url(../images/forums.gif) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.surveys {
	height:120px;
	width: 200px;
	background: url(../images/surveys.jpg) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.alerts {
	height:120px;
	width: 200px;
	background: url(../images/alerts.gif) no-repeat right;
	text-align:left;
	vertical-align:middle;
}

table.alertdetail tr th {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

table.alertdetail td.label {
	background:#EBEBEB;
	padding-top:0;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

table.alertdetail td.data {
	padding-top:0;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

table.outagedetail tr th {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

table.outagedetail td.label {
	background:#EBEBEB;
	width: 125px;
	padding-top:0;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

table.outagedetail td.data {
	padding-top:0;
	width: 187px;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

table.documentation tr th {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

table.documentation td.pdficon {
	background: url(../images/small_pdf.gif) no-repeat center;
	border-left:1px solid #EBEBEB;
	text-align:left;
	vertical-align:middle;
}

table.documentation td.webicon {
	background: url(../images/small_web.png) no-repeat center;
	border-left:1px solid #EBEBEB;
	text-align:left;
	vertical-align:middle;
}

table.documentation td.lticon {
	background: url(../images/small_lt.png) no-repeat center;
	border-left:1px solid #EBEBEB;
	text-align:left;
	vertical-align:middle;
}

table.documentation td {
	padding-top:0;
	padding:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

table.downloads tr th {
	background:#CFCFCF;
	text-align:left;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
}

table.downloads td.graphic {
	border-left:1px solid #EBEBEB;
	text-align:center;
	vertical-align:middle;
}

table.downloads td {
	padding-top:0;
	padding:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

/* Forum formatting */

table.thread {
	margin-bottom: 8px;
}

table.thread tr th {
	background:#CFCFCF;
	padding:5px;
	border-top:3px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
	font-weight: bold;
}

table.thread tr th.left {
	text-align: left;
}

table.thread tr th.right {
	text-align: right;
}

table.thread td {
	padding-top:0;
	padding:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	vertical-align:top;
}

table.thread td.user {
	padding-top:0;
	padding:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	width: 150px;
	vertical-align:top;
}

/* KBA Article formatting */

.knowledge {
	font-size: 12px;
	border: none;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.knowledge h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0px;
}

.knowledge h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px;
}

.knowledge .summary {
	padding: 4px 0px;
	margin-bottom: 15px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.knowledge .attach {
	padding: 5px 5px;
	margin: 10px 0;
	text-align: left;
	border-top: 3px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.knowledge .related {
	padding: 5px 5px;
	margin: 8px 0;
	text-align: left;
}

.knowledge .identity {
	background: #F7F7F7;
	padding:4px;
	border-top: 1px solid #B2B8BD;
	border-bottom: 1px solid #B2B8BD;
	text-align: left;
	font-size: 10px;
	margin-top: 10px;
}

.knowledge .identity .label {
	text-align: left;
	font-weight: bold;
}

.knowledge .identity .text {
	text-align: left;
}

.knowledge .ratingwindow {
	padding:4px;
}

/* Field based input */

.inputfield {
	font-size: 11px;
	width: 120px;
}

/* List Styles */

.liststyle {
	display: table;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 1;
	empty-cells: show;
	table-layout: auto;
	margin-bottom: 3px;
	border: 1px solid #dfdfdf;
}

.liststyle .listcolumnbackg {
	padding: 5px 3px;
	background: url("../images/listcol-n.gif");
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}

.liststyle .listcolumnbackn {
	padding: 5px 3px;
	background: #e9e9e9;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}

.liststyle .listheadercheckg {
	padding: 5px 3px;
	background: url("../images/listcol-n.gif");
	text-align: center;
	width: 20px;
}

.liststyle .listheadercheckn {
	padding: 5px 3px;
	background: #e9e9e9;
	text-align: center;
	width: 20px;
}

.liststyle .listtext { 
	font-size: 11px;
	padding: 3px;
}

.liststyle .odd { 
	background: #ffffff;
}

.liststyle .even { 
	background: #f0f0f0;
}

.liststyle .listbrowser {
	text-align: center;
	padding: 3px;
	background: #ffffff;
}

.liststyle .listRollOverEffect{
	background-color:#6699ff;
	color:#fff;
}

.liststyle .sort {
	float: right;
	border: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	display:inline;
}

/* Survey Responses */

.surveySummary {
	font-size: 11px;
	text-align: left;
}

table.survey { 
	border-spacing: 1px;
	table-layout: auto;
	empty-cells: show;
}

table.survey tr td .popupField {
	font-size: 11px;
	width: 120px;
}

table.survey tr td.question {
	text-align: left;
	background:#e9e9e9;
	font-size: 11px;
	padding: 3px;
}

table.survey tr td.response {
	text-align: left;
	font-size: 11px;
}

table.survey tr td.response .textResponse {
	overflow: auto;
	width: 300px;
	height: 70px;
	border: 1px solid #B2B8BD;
	border-left: 4px solid #B2B8BD;
	font-size: 11px;
}

/* Forums */
/* format of table used in CategoryList and TopicList */

#forums {
	border: 1px solid #B2B8BD;
	width: 820px;
}

#forumButtons {
	border: 0px;
	width: 820px;
}

/* first row of tables in CategoryList and TopicList */
#forums .header {
	font-size: 11px;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background:#cfcfcf;
	border-top:3px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
}

/* format of all rows after the first in CategoryList and TopicList */
#forums .image {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #B2B8BD;
	width: 40px;
}

#forums .cell {
	font-size: 11px;
	border-top: 1px solid #B2B8BD;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:5px;
}

#forums .browse {
	padding: 3px;
	text-align: center;
}

/* Title used in each row for CategoryList and TopicList */
#forums .cell .categoryname {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
}	

/* description used in each row for CategoryList and TopicList */
#forums .cell .categorydescription {
	font-size: 11px;
	text-align: left;
}		

#forums .cell .categorymoderator {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

#posts {
	width: 820px;
}

#posts .header {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background: #eaeaea;
}

#posts .topicheader {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background: #eaeaea;
}

#posts .content {
	font-size: 11px;
	padding: 3px;
}

#posts .topiccontent {
	font-size: 11px;
	padding: 3px;
}

#posts .nonedit {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	font-style: italic;
	background: #eaeaea;
}

#posts .browse {
	padding: 3px;
}



/* ------------------------------ 
            list browser        
   ------------------------------*/  

.listBrowser {
	text-align: center;
}

.listBrowser table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 11px;
}

.listBrowser .navLeft {
	width: 40px;
	text-align: left;
}

.listBrowser .navRight {
	width: 40px;
	text-align: right;
}

.listBrowser .roundLeft {
	background: url(../images/status/endcap_left_dark.gif) no-repeat center right;
}

.listBrowser .roundRight {
	background: url(../images/status/endcap_right_dark.gif) no-repeat center left;
}

.listBrowser .results {
	background: url(../images/status/midcap_dark.gif) repeat-x center;
	text-align: center;
}

/**
Widget styles
**/

html.widget {
	background-color:#ddd;
}

.widgetHeader{
  padding:12px 15px;
  background:#3a3e40 url(../images/widget/widget-logo.png) no-repeat 15px center;
}

.widgetHeader h1{
  margin:0;
  padding-left: 40px;
  font-size:16px;
  font-weight:bold;
  color:#fff;
}

.widgetFooter {
  padding:6px 15px;
  font-size:11px;
  color:#666;
  background:#f1f1f1;
  border-top:1px solid #ddd;
  line-height: 20px;
}

.widgetFooter p {
  margin:0;
}

.widgetFooter a.login {
  float: right;
  margin:0;
  color:#666;
  text-decoration:none;
  padding-left: 20px;
  background:url("../images/menu/login_bw.png") no-repeat left center;
  display:table-cell;
  vertical-align: middle;
}

.widgetFooter a {
	color:#666;
	text-decoration:none;
}
.widgetFooter a:hover {
	color:#000;
}

.widgetContent {
  clear:both;
  position:relative;
  padding:0px 15px;
  height:487px;
  overflow:hidden;
}

ul.tabs{
  margin:0;
  padding:10px 15px 0 15px;
  height:41px;
  border-bottom:2px solid #e5e5e5;
}

ul.tabs li{
  list-style-type:none;
  margin:0 10px 0 0;
  float:left;
  font-size:14px;
  font-weight:bold;
}

ul.tabs li a{
  display:block;
  padding:10px 15px;
  color:#999;
  border:1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

ul.tabs li a.selected{
  color:#000;
  background:#fff;
  z-index:20;
}

div.widgetContent form.widget-form {
	margin: 0;
	padding: 20px 23px;
	position: relative;
}

div.widgetContent form.widget-form label {
	margin-top: 5px;
	display: block;
	color: #333;
}

div.widgetContent form.widget-form .button {
	padding: 5px;
}

div.widgetContent form.widget-form span.field-required {
	border-right: 3px solid #cc0000;
	margin-left: -2px;
	margin-right: 3px;
}

div.widgetContent .success {
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	font-size: 16px;
	padding: 100px 40px;
	text-align: center;
}

div.widgetContent .requestPopup {
	font-size: 11px;
	width: 300px;
}

div.widgetContent .knowledgeList {
	height:487px;
	margin-left:-15px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0 15px;
	width:100%;
	background: #ffffff;
}

div.widgetContent .knowledgeList .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

div.widgetContent .knowledgeList .summary {
	font-size: 12px;
}

div.widgetContent .knowledgeList .applies {
	font-size: 11px;
	margin-bottom: 10px;
}

div.widgetContent .knowledgeList .applies span {
	padding: 0px;
	padding-left: 5px;
	font-weight: none;
	color: #0E774A;
}

.knowledgeContent {
  clear:both;
  position:relative;
  padding:0px 15px;
  overflow:hidden;
}

div.knowledgeContent .knowledgeList {
	margin-left:-15px;
	overflow-x:hidden;
	padding:0 15px;
	width:100%;
	background: #ffffff;
}

div.knowledgeContent .knowledgeList .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

div.knowledgeContent .knowledgeList .summary {
	font-size: 12px;
}

div.knowledgeContent .knowledgeList .applies {
	font-size: 11px;
	margin-bottom: 10px;
}

div.knowledgeContent .knowledgeList .applies span {
	padding: 0px;
	padding-left: 5px;
	font-weight: none;
	color: #0E774A;
}

a:link.modalDialog, a:visited.modalDialog, a:link:hover.modalDialog, a:visited:hover.modalDialog {
	text-decoration:none;
}

