@charset "utf-8";
/* CSS Document */

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.85em;
	padding:0px 0px 10px 0px;
	
}
h2,h3{
	padding:10px 0px;
    color: #333333;
	font-weight: normal;
}

h3
{
    font-size: 14pt;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8E0E2;
    padding-bottom: 7px;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00000;
}

h4{
	padding:5px 0px;
}
p{
	padding-bottom:15px;
}
h1.PressHeader{
	line-height:1.5em;	
}
table.contentTbl{
	/*font-size:12pt;*/
	width:95%;
	border:0px;
}
td.contentTblTitleRow{
	border-bottom: 1px solid #D7D7D7;
}
.contentLinkBtn{
	text-align:right;
	vertical-align:middle;
	width:181px;
	height:38px;
	margin-top:5px;
	background-color:#EDEDED !important;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #DFDFDF));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #DFDFDF 100%);
	color:#333 !important;
}
.contentLinkBtn:HOVER { 
	color:#fff !important;
	cursor:pointer;
	background-color:#272727 !important;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}
.contentLinkBtn div{ 
	font-weight:bold;
	font-size:12px;
	padding-top:14px;
	padding-right:15px;
}
.contentLinkBtn a{
	text-align:right;
	vertical-align:middle;
	width:181px;
	height:38px;
	margin-top:5px;
	background-color:#EDEDED !important;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #DFDFDF));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #DFDFDF 100%);
	color:#333 !important;
}

.contentLinkBtn a:HOVER { 
	color:#fff !important;
	cursor:pointer;
	background-color:#272727 !important;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}

div.greenContentHeader{
	text-align:center;
	width:100%;
	height:28px;
	margin:1.2em 0;
	background-color:#2a310e;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -moz-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -o-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #667235), color-stop(1, #2a310e));
	background-image: -webkit-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: linear-gradient(to bottom, #667235 0%, #2a310e 100%);
	color:white;
	font-size:1.3em;
	padding-top:7px;

}
.noCurve{
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
}
div.subContentGreenHdr{
	text-align:center;
	width:100%;
	height:auto;
	margin-top:5px;
	background-color:#2a310e;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -moz-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -o-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #667235), color-stop(1, #2a310e));
	background-image: -webkit-linear-gradient(top, #667235 0%, #2a310e 100%);
	background-image: linear-gradient(to bottom, #667235 0%, #2a310e 100%);
	color:white;
	font-size:1em;
	padding: 5px 0px;
}
div.subContentGreenHdr:hover{
	pointer:cursor;
	background-color:#272727;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}
div.subContentGreenHdr a{
	color:white !important;
	text-decoration:none;
	padding:5px 0px;
}

div.subContentGreenHdr:VISITED{
	color:white;
	text-decoration:none;
}
div.subContentPurpleHdr{
	text-align:center;
	width:100%;
	height:auto;
	margin-top:5px;
	background-color:#290a52;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -moz-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -o-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e3076), color-stop(1, #290a52));
	background-image: -webkit-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: linear-gradient(to bottom, #4e3076 0%, #290a52 100%);
	color:white;
	font-size:1em;
	padding: 5px 0px;
}
div.subContentPurpleHdr:hover{
	pointer:cursor;
	background-color:#272727;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}
div.subContentPurpleHdr a{
	color:white !important;
	text-decoration:none;
	padding:5px 0px;
}
div.subContentPurpleHdr a:HOVER{
	color:white !important;
	text-decoration:none;
	padding:5px 0px;
}

div.subContentPurpleHdr:VISITED{
	color:white;
	text-decoration:none;
}

div.subContentPurpleNoLink{
	text-align:center;
	width:100%;
	height:auto;
	margin-bottom:1.3em;
	background-color:#290a52;
	box-shadow: 1px 2px 1px #D3D3D3;	
	background-image: -ms-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -moz-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -o-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e3076), color-stop(1, #290a52));
	background-image: -webkit-linear-gradient(top, #4e3076 0%, #290a52 100%);
	background-image: linear-gradient(to bottom, #4e3076 0%, #290a52 100%);
	color:white;
	font-size:1em;
	padding: 5px 0px;
}

.greyBox{
	border: 1px solid #999;
	padding:10px;
	text-align:center;	
}
.greyBox2{
	border: 1px solid #999;
	padding:10px;
}

.secondaryPageContent h2, .secondaryPageContent h2 a, .secondaryPageContent h2 a:visited {
	color: #f14700 !important;
}
.secondaryPageContent hr {
	margin-bottom: 10px;
}
.secondaryPageContent ul {
	padding-left: 5px;
    margin-bottom: 15px;
	list-style: none;
}
.secondaryPageContent li {
   	padding-left: 15px;
	margin: 10px 0;
	background: url(../../appImages/PSEGLI/menuArrow_Orange.png) no-repeat 0 3px;
}
.secondaryPageContent .headerBlock {
	display: block;
	padding: 5px;
	margin-bottom:15px;
	color: #f14700;
	background: #ddd;
}
.mainContentTextSingle {
	padding-bottom: 15px;
	margin-top:15px;
}
.subContentBlockPic {
	padding-top: 30px;
}
.subContentBlockSpace {
	width: 20px;
}
.processBlock, .procBlock {
	padding: 0 10px;
	margin: 10px;
	border: 1px #666 solid;
}
.emphText {
	color: #f14700;
}

.contentBlock700{ width: 700px; }

a.inContentLink{
	color: #4C5272;
	text-decoration: none;
}

A.inContentLink:HOVER{
	color:#F14700 !important;
	text-decoration: underline !important;
}

A.inContentLink:VISITED{
	color: #4C5272;
	font-weight: bold;
}
a.HeaderLink{
	font-size:1em;
	text-decoration: none;
	color: #F14700;	
}
a.HeaderLink:HOVER{
	color:#4C5272 !important;
	text-decoration: underline !important;
}
a.HeaderLink img{ border: 0px;
}
td.sectionBorder{border-top:1px solid #cccccc;border-bottom:1px solid #cccccc; }

.tdHover {
	border: 1px solid #ddd;
	padding-left: 5px;
	margin: 5px;
}
.tdHover:hover {
	background: #ddd;
}

.release
{
	 margin: 0;
	 padding: 0;
}
.release dt
{
	 font-weight: bold;   
}
.release dd
{
	 margin: 0;
	 padding-bottom: 12px;
}
.release dd a
{
	 margin: 0;
	 padding-bottom: 5px;
}
.release dd p
{
	 margin: 0;
	 padding: 0;
}
.pdft {
	font-size: .9em;
	color:#666;
}

.loginButton{
	height:28px;
	width:90px;
	margin-top:7px;
	margin-right:15px;
	background-color:#f37121;
	box-shadow: 1px 2px 1px #D3D3D3;	
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background-image: -ms-linear-gradient(top, #f37121 0%, #c44c02 100%);
	background-image: -moz-linear-gradient(top, #f37121 0%, #c44c02 100%);
	background-image: -o-linear-gradient(top, #f37121 0%, #c44c02 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f37121), color-stop(1, #c44c02));
	background-image: -webkit-linear-gradient(top, #f37121 0%, #c44c02 100%);
	background-image: linear-gradient(to bottom, #f37121 0%, #c44c02 100%);
	color:white;
	text-align:center;
}
.loginButton:HOVER { 
	color:#fff;
	cursor:pointer;
	background-color:#272727;
	background-image: -ms-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(1, #272727));
	background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #272727 100%);
}
.loginButton div{
	padding:5px;
	font-weight:bold;
}
.highlight {
	background-color: #FCF0E9;
	padding: 15px;
	border: thin solid #f8dbc9;
	color: #f14700;
	margin-bottom: 25px;
}
.top {
	font-size: 8pt;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}
/*added for accordion content feature*/
.accordContainer {border:1px solid #D8D8D8; padding:5px 10px; margin-top:8px;}
.accordImg { float:left;margin-right:5px;}
.accordTitle {
    padding-bottom: 0px !important;
	border:0px !important;
	cursor:pointer;
}

