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: 100%;
/* 	margin-left: -500px; */
	background-color: #fff;
	text-align: left;
}

#header {
  height: 60px; /*Modified header height to 72px from 110px */
  text-align:right;
  /* Replacing image with the CSS color */
  /*  background: url(../images/customer/header.gif); */
  background: #009ddc;
  color: #333;
  margin-bottom:0px;/* Modified it to 0px from 25px */
}


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

/* New CSS */
	  height: 60px; /*Modified header height to 72px from 110px */
  text-align:right;
  /* Replacing image with the CSS color */
  /*  background: url(../images/customer/header.gif); */
  background: #009ddc;
  color: #333;
  margin-bottom:0px;/* Modified it to 0px from 25px */
}

#pageHeader .defaultBanner {
/* 	background:url("../images/banners/default/sm_public.png") no-repeat left top; */
		background:url("../images/banners/default/service_desk_header.png") no-repeat scroll 13px 13px;
	
	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: 78%;
	text-align: left;
	margin-left:2%;
	padding: 5px;
	word-wrap:break-word;
}

#rightRegion {
	float: right;
	width: 14%;
	text-align: left;
	padding: 5px;
	word-wrap:break-word;
	margin-right:2%;
	margin-top:1%;
}

#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;
	background: #009ddc none repeat scroll 0 0;
	color: #ffffff;
}

.breadcrumbs a{
	padding-left: 2%;
	color:#ffffff;
	font-weight: bold;
}
/* Window elements */

.greyWindow152 {
	border: 0;
	margin: 0 0 6px 0;
	padding: 0 0 10px 0;
/* 	background: url(../images/greyboxbottom.gif) no-repeat bottom center; */
/* 	border: 1px solid grey; */
	border-radius: 2px;
	background: rgba(246, 246, 246, 1) none repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.greyWindow152 .menu a {
	display:block;
	border: 0;
	padding: 3px 6px;
/* 	border-bottom: 1px solid #ddd; */
	vertical-align: middle;
	width: 64px;
	height: 64px;
	margin: auto;
}

.greyWindow152 .menu a:link, .greyWindow152 .menu a:visited {
	text-decoration: none;
	color: #333;
	width: 64px;
	height: 64px;
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.greyWindow152 .menu .menuitem.login {
	background:url("../images/menu/login_bw.png") no-repeat left center;
	display:inline-block;
	
}
.greyWindow152 .menu .menuitem.survey {
	background:url("../images/menu/survey_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.forums {
	background:url("../images/menu/forum_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.knowledgeitem {
	background:url("../images/menu/selfservice_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.outage {
	background:url("../images/menu/outages_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.planned {
	background:url("../images/menu/planned_outages_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.alerts {
	background:url("../images/menu/Alert_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.survey:hover {
	background:url("../images/menu/overlay_survey_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.forums:hover {
	background:url("../images/menu/overlay_forum_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.knowledgeitem:hover {
	background:url("../images/menu/overlay_selfservice_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.outage:hover {
	background:url("../images/menu/overlay_outages_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.planned:hover {
	background:url("../images/menu/overlay_planned_outages_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.greyWindow152 .menu .menuitem.alerts:hover {
	background:url("../images/menu/overlay_Alert_48.png") no-repeat center center;
	display:inline-block;
	width: 50px;
	
}

.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; */
	background: #eae9ea none repeat scroll 0 0;
}

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

.outageheader {
  	background: #eae9ea none repeat scroll 0 0;	
  	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;
	padding-left: 20px;
}


table.introduction tr{
	height: 100px;
	background: rgba(246, 246, 246, 1) none repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

table.introduction td.knowledge {
	height:100px;
	width: 200px;
	background: url(../images/64_selfservice.png) no-repeat scroll right 30px center;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.outages {
	height:100px;
	width: 200px;
	background: url(../images/64_outages.png) no-repeat scroll right 30px center;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.planned {
	height:100px;
	width: 200px;
	background: url(../images/64_planned.png) no-repeat scroll right 30px center;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.forums {
	height:100px;
	width: 200px;
	background: url(../images/64_forum.png) no-repeat scroll right 30px center;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.surveys {
	height:100px;
	width: 200px;
	background: url(../images/64_survey.png) no-repeat scroll right 30px center;
	text-align:left;
	vertical-align:middle;
}

table.introduction td.alerts {
	height:100px;
	width: 200px;
	background: url(../images/64_Alert.png) no-repeat scroll right 30px center;
	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:5px;
	border-bottom:1px solid #ffffff;
}

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

table.outagedetail tr th {
	text-align:left;
	padding:5px;
	background: #eae9ea none repeat scroll 0 0;
}

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

table.outagedetail td.data {
	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: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: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:10px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	vertical-align:top;
}

table.thread td.user {
	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: 0px;
/* 	border: 1px solid #dfdfdf; */
	width: 100%;
}

.liststyle .listcolumnbackg {
	padding: 5px 3px;
/* 	background: url("../images/listcol-n.gif"); */
  	background: #eae9ea none repeat scroll 0 0;	
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
	color: #58585a;
	font-weight: bold;
}

.liststyle .listcolumnbackn {
	background: rgba(230, 230, 230, 1) none repeat scroll 0 0;
    color: #58585a;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 3px;
    text-align: left;
    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 tbody tr td { 
	font-size: 11px;
	padding: 3px;
}

.liststyle .normalRow { 
	background: #ffffff;
}

.liststyle .alternateRow { 
	background: #f0f0f0;
}

.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: 100%;
}

#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: #eae9ea none repeat scroll 0 0;
/* 	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: 100%;
}

#posts .topicheader, #posts .header {
	padding: 3px;
	background: #eaeaea;
	height: 32px;
}

#posts .topicheader h4, #posts .header h4 {
	font-size: 1.1em;
	margin: 0 0 0.1em 0;
	color: #444;
}

#posts .topicheader span, #posts .header span {
	font-size: 100%;
	color: #666;
}

#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;
	font-size: 0;
	background: #ffffff;
	padding: 3px;
}

.listBrowser .navLeft {
	display:inline-block;
	width: 50px;
	text-align: left;
}

.listBrowser .navRight {
	display:inline-block;
	width: 50px;
	text-align: right;
}

.listBrowser .navLeft input, .listBrowser .navRight input {
	vertical-align: middle;
	padding: 0 3px;
}

.listBrowser .roundLeft {
	display:inline-block;
	background: url(../images/status/endcap_left_dark.gif) no-repeat;
	vertical-align: middle;
	width: 4px;
	height: 18px;
}

.listBrowser .results {
	display:inline-block;
	background: url(../images/status/midcap_dark.gif) repeat-x center;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
}

.listBrowser .roundRight {
	display:inline-block;
	background: url(../images/status/endcap_right_dark.gif) no-repeat;
	vertical-align: middle;
	width: 4px;
	height: 18px;
}

/**
Widget styles
**/

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

.widgetHeader{
  padding:12px 15px;
  background:#009DDC 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;
  /* Changing height to min-height as Attachment part is added */
  min-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;
}

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

#control { position:absolute; right:0; top:5px;}
#control a.login { background:url("../images/login.png") no-repeat right bottom; padding:1px 20px 3px 20px; font-weight:bold; color:#fff; margin-right: 5px;}


.horizontal_line{
	width: 100%;
	color: #eae9ea;	
	opacity: 0.5;
}

.windowStyleNormal .windowContent table {
    margin: auto;
    position: relative;
    width: 100%;
    margin-top: 10px;
}


.windowNotice {
/* 	-moz-border-radius: 12px; */
/* 	-webkit-border-radius: 12px; */
/* 	-khtml-border-radius: 12px; */
/* 	border-radius: 12px; */
/* 	-moz-box-shadow: rgb(200,200,200) 0 4px 18px; */
/* 	-webkit-box-shadow: rgb(200,200,200) 0 4px 18px; */
/* 	-khtml-box-shadow: rgb(200,200,200) 0 4px 18px; */
/* 	box-shadow: rgb(200,200,200) 0 4px 18px; */
	margin-bottom: 12px;
	border: 1px solid #ffbd09;
	min-height:75px;
  	height:auto !important;
  	height:75px;
  	padding: 10px;
/*   	background: url(../images/alert/notice_75.png) no-repeat scroll left top #ffffff; */
		background: url(../images/alert/notice_75.png) no-repeat scroll left top rgba(246, 246, 246, 1);
		
}

.windowNotice.info {
	background: url(../images/alert/info_75.png) no-repeat scroll left top rgba(246, 246, 246, 1);
	border: 1px solid #0033FF;
}

.windowNotice.warn {
	background: url(../images/alert/warn_75.png) no-repeat scroll left top rgba(246, 246, 246, 1);
	border: 1px solid #ffbd09;
}

.windowNotice.stop {
	background: url(../images/alert/stop_75.png) no-repeat scroll left top rgba(246, 246, 246, 1);
	border: 1px solid #CC0000;
}

.windowNotice .windowContent {
	color:black;
	position:relative;
	text-align: left;
	margin-left: 80px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x:hidden;
}

.windowNotice .windowTitle {
	border-bottom: 1px solid #aaa;
	font-size: 150%;
	color:black;
	position:relative;
	text-align: left;
	margin-left: 80px;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

.windowNotice .windowContent table {
	position: relative;
}


.windowStyleNormal .windowTitleBar {
    background: #eae9ea none repeat scroll 0 0;
    line-height: 10px;
    margin-top: 1px;
    padding: 3px;
    position: relative;
}



.headingstyle {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 5px 1%;
    text-align: left;
}