﻿/********** CSS Reset **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/********** DONG specifics **********/
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000;
}
.container {
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

a{
	cursor: pointer;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #0C98AC;
}
a:active {
	color: #0C98AC;
}

ul
{
	margin: 10px;
	padding-left:20px;
}

.jslink:hover 
{
	color: #0C98AC;
}
.jslink 
{
	font-weight: bold;cursor:pointer;
}

#MSOTlPn_MainTD
{
	vertical-align:top;
}

/* MS-Body */
.ms-WPBody a:link,
.ms-WPBody a:hover,
.ms-WPBody a:active,
.ms-WPBody a:visited {
	color: #000;
	text-decoration: none;
}
.ms-WPBody a:hover {
	color: #009eba;
}

.ms-WPBody
{
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

.ms-WPBody th{
	font-weight:bold;
}

.jslink:hover {
	color: #0C98AC;
}
.fl_lt {
	float: left;
	margin-right: 10px;
}
.fl_rt {
	float: right;
	margin-left: 10px;
}

h1 {
	margin: 0;
	padding: 0px 0px 4px 0px;
	font-size: 20px;
	line-height: 1em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
}
img {
	border: none;
}

:focus
{
	-moz-outline-style: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
}

input.styled_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	border: 1px solid #B6BBAF;
	background-color: #D4D7D0;
	height: 13px;
	width: 173px;
	padding: 2px;
	margin: 0;
}

/**
PAGE BUILD styles
*/
#canvas {
	position: relative;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
.spacer {
	display: block;
	height: 20px;
	width: 100%;
}
.hidden {
	display: none;
}
.shown {
	display: block;
}
.clearthis {
	clear: both;
	height: 1px;
	max-height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#gototop {
	display: block;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-weight: bold;
}
.tl {
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #FFFFFF;
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.bl {
	position: absolute;
	left: -1px;
	bottom: -1px;
	background-color: #FFFFFF;
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.tr {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #FFFFFF;
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
.br {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background-color: #FFFFFF;
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
	z-index: 3000;
}
.coverBlue {
	position: absolute;

	background-color: #009EBA;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

/**
PRINT/OPEN WIN : Misc. print and open win styles (win class js)
*/
#id22 {
	position: relative;
	top: 0px;
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 1px 7px 1px 7px;
	color: #CFD1CB;
	border: 1px solid #CFD1CB;
}
#id22 a {
	color: #009EBA;
	display: block;
	float: left;
}
#id22 span {
	display: block;
	float: left;
	margin: 0px 7px 0px 7px;
}


.overlay_dialog {
	background-color: #666666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 10000;
	position: absolute;
	padding: 0;
	margin: 0;

}
.overlay___invisible__ {
	background-color: #666666;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 10001;
	position: absolute;
	padding: 0;
	margin: 0;

}
.dialog {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
}

.dialog table.table_window  { 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding:0px;
}
.dialog table.table_window td,
.dialog table.table_window th { 
	padding: 0;
	margin: 0;
}
.dialog .title_window {
	-moz-user-select:none;
	float:left;
}
.arrowBlue {
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow.blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
}
a.arrowBlue{
    color: #009EBA !important;
}
a.arrowBlue:link{
    color: #009EBA !important;
}
a.arrowBlue:active{
    color: #009EBA !important;
}
a.arrowBlue:visited {
    color: #009EBA !important;
}
a.arrowBlue:hover {
    color: #000000 !important;
}

.arrowBlue {
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow.blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
}

.arrowBlue a{
    color: #009EBA !important;
}
.arrowBlue a:link{
    color: #009EBA !important;
}
.arrowBlue a:active{
    color: #009EBA !important;
}
.arrowBlue a:visited {
    color: #009EBA !important;
}
.arrowBlue a:hover {
    color: #000000 !important;
}


.arrowBlack {
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow.black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
}

#print_logo {
	display: none;
	float: left;
	padding: 28px 0px 54px 0px;
}
#print_url {
	display: none;
	float: right;
	margin: 54px 83px 0 0;
}
#print_content {
	clear: both;
}

#content .menu {
	float: left;
	width: 168px;
	max-width: 168px;
}
#content .column_left,
#content .column_middle,
#content .column_right {
	background-color: #FFFFFF;
}

/**
DISCLAIMER styles
*/
#disclaimer {
	display: none;
	position: absolute;
	top: 50px;
	left: 78px;
	background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/disclaimer.png);
	background-repeat: no-repeat;
	height: 475px;
	width: 870px;
	z-index: 10000;
}
#disclaimer .iframe {
	position: absolute;
	top: 62px;
	left: 56px;
}
#disclaimer .close {
	position: absolute;
	top: 33px;
	right: 37px;
	z-index: 700000;
}
#disclaimer .close a {
	cursor: pointer;
}
* html #disclaimer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Style%20Library/DONGEnergy.GIT.Corp/Images/disclaimer.png", sizingMethod="crop");
}

/**
MAP styles
*/
#map {
	display: none;
	position: absolute;
	top: 50px;
	left: 31px;
	background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/map.png);
	background-repeat: no-repeat;
	height: 434px;
	width: 957px;
	z-index: 10000;
}
#map .iframe {
	position: absolute;
	top: 18px;
	left: 18px;
}
#map .close {
	position: absolute;
	top: 33px;
	right: 37px;
	z-index: 700000;
}
#map .close a {
	cursor: pointer;
}
* html #map {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Style%20Library/DONGEnergy.GIT.Corp/Images/map.png", sizingMethod="crop");
}

/**
Google MAP styles
*/
#googlemap {
	position: absolute;
	top: 80px;
	left: 31px;
	display: none;
	background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/map.png);
	background-repeat: no-repeat;
	height: 434px;
	width: 957px;
	z-index: 10000;
}
#googlemap #map_canvas {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 921px;
	height: 400px;
}
#googlemap .close {
	position: absolute;
	top: 27px;
	right: 27px;
	z-index: 700000;
}
#googlemap .close a {
	cursor: pointer;
}
* html #googlemap {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Style%20Library/DONGEnergy.GIT.Corp/Images/map.png", sizingMethod="crop");
}

/**
MENU STYLES
*/
/**
ID 2.1 styles
*/
.id21 {
	margin: 0;
	padding: 0;
	width: 100%;
}
.id21 a {
	color: #000000;
}
.id21 a:hover,
.id21 a.active {
	color: #009EBA;
}
.id21 .level_1 a.active {
	font-weight: bold;
}
.id21 .level_2 a.active,
.id21 .level_3 a.active {
	font-weight: normal;
}

.id21 .level_1 {
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	margin: 0px 0px 3px 0px;
}
.id21 .level_2 {
	position: relative;
	left: 9px;
	margin: 4px 0px 0px 0px;
}
.id21 .level_3 {
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/shape.l.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	position: relative;
	left: -2px;
	padding: 0px 0px 0px 11px;
	margin: 3px 0px 0px 0px;
}

.id21 .wrapper_1 {
	position: relative;
	top: 0px;
	left: 0px;
	border-left: 2px solid #B6BBAF;
	margin: 3px 0px 1px 0px;
}
.id21 .wrapper_2 {
	position: relative;
	top: 0px;
	left: 0px;
	border-left: 2px solid #B6BBAF;
	margin: 3px 0px 0px 0px;
}
.id21 .coverTop {
	position: absolute;
	top: 0;
	left: -2px;
	background-color: #FFFFFF;
	width: 5px;
	z-index: 99;
	height: 3px;
	overflow: hidden;
}
.id21 .wrapper_1 .coverBottom {
	position: relative;
	right: 0;
	bottom: 4px;
	left: -9px;
	background-color: #FFFFFF;
	width: 3px;
	z-index: 100;
	height: 4px;
	overflow: hidden;
	float: left;
}
.id21 .wrapper_2 .coverBottom {
	position: relative;
	right: 0;
	bottom: 4px;
	left: -2px;
	background-color: #FFFFFF;
	width: 5px;
	z-index: 100;
	height: 4px;
	overflow: hidden;
	float: left;
}


/**
ID 2.3.1.1 styles
*/
.id2311 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 420px;
	max-width: 420px;
	line-height: 13px;
	overflow: hidden;
}
.id2311 a {
	font-weight: bold;
}
.id2311 .tabs {
	position: relative;
	height: 22px;
	max-height: 22px;
	overflow: hidden;
	z-index: 20;
}
.id2311 .tabs .tab {
	position: relative;
	float: left;
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/bg.tab.2311.gif);
	background-repeat: repeat-x;
	margin: 0px 3px 0px 0px;
	padding: 4px 7px 0px 6px;
	height: 16px;
	max-height: 16px;
	border-top: 1px solid #dadcd6;
	border-left: 1px solid #dadcd6;
	border-right: 1px solid #dadcd6;
	z-index: 3;
	color: #666666;
}
.id2311 .tabs .tab .tr,
.id2311 .tabs .tab .br {
	width: 2px;
	right: -2px;
}
.id2311 .tabs .tab .tl,
.id2311 .tabs .tab .bl {
	width: 1px;
	right: -2px;
}
.id2311 .tabs .tab .bl,
.id2311 .tabs .tab .br {
	bottom: 0;
}

.id2311 .tabs .active .bl,
.id2311 .tabs .active .br {
	background-color: #c8cbc4;
	right: -1px;
	width: 1px;
	height: 2px;
	bottom: -1px;
}

.id2311 .tabs .active {
	position: relative;
	background: none;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 0px;
	height: 16px;
	border-top: 1px solid #c8cbc4;
	border-left: 1px solid #c8cbc4;
	border-right: 1px solid #c8cbc4;
	border-bottom: 1px solid #FFFFFF;
	z-index: 4;
}
.id2311 .tabs .tab a {
	display: block;
	color: #666666;
}
.id2311 .tabs div a:hover,
.id2311 .tabs div.active a {
	color: #009EBA;
}
.id2311 .border {
	position: relative;
	top: -1px;
	z-index: 0;
	border: 1px solid #c8cbc4;
}
.id2311 .content {
	position: relative;
	border: 0px solid #c8cbc4;
	margin: 0;
	padding: 12px 11px 26px 11px;
	width: 394px;
	max-width: 394px;
	z-index: 0;
}
.id2311 .abstract {
	margin: 17px 0px 0px 0px;
	font-weight: bold;
}
.id2311 .block {
	margin: 14px 0px 0px 0px;
}
.id2311 .image {
	margin: 14px 0px 0px 0px;
	width: 395px;
	max-width: 395px;
	overflow: hidden;
}


/**
ID 2.6 styles
*/
.id264 {
	margin: 0;
	padding: 0;
	width: 295px;
	max-width: 295px;
	overflow: hidden;
	line-height: 13px;
}
.id264 a {
	font-weight: bold;
}
.id264 .content {
	border-left: 3px solid #B6BBAF;
	border-top: 1px solid #C8CBC4;
	border-right: 1px solid #C8CBC4;
	border-bottom: 1px solid #C8CBC4;
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/bg.264.gif);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	margin: 0;
	padding: 12px 11px 16px 11px;
	width: 269px;
	max-width: 269px;
}
.id264 .shadow
{
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/border.264.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.id264 table {
	margin: 7px 0px 0px 0px;
	padding: 0;
}

.id264 table td 
{
	padding-bottom: 1px;
}

/**
ID 2.9 styles
*/
.id29 {
	margin: 0;
	padding: 0;
	width: 420px;
}
.id29 .bottom {
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/bg.29.bottom.gif);
	background-repeat: no-repeat;
/*	border:1px solid #c8cbc4; */
	width: 100%;
	height: 6px;
}
.id29 .list {
	margin: 0;
	padding: 0;
}
.id29 .list .element {
	position: relative;
	float: left;
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/bg.id29.list.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 147px;
	overflow: hidden;
	list-style: none;
}
.id29 .list .closed { /* Also an element*/
	background: none;
	height: 29px;
	border-top: 1px solid #c8cbc4;
}
.id29 .list .element h2 {
	margin: 9px 0px 1px 15px;
	padding: 0;
	font-size: 14px;
	line-height: 13px;
}
.id29 .list .closed h2 {
	margin: 8px 0px 1px 15px;
}
.id29 .list .element .toggle {
	position: absolute;
	top: 9px;
	right: 8px;
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/minus.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	padding: 0px 18px 0px 0px;
	height: 14px;
	color: #009eba;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
.safari .id29 .list .element .toggle {
	padding-top: 1px;
}
.id29 .list .closed .toggle {
	top: 8px;
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/plus.gif);
}
.id29 .list .element .image {
	float: left;
	margin: 15px 0px 0px 16px;
	width: 184px;
	height: 95px;
	overflow: hidden;
}
.id29 .list .element .text {
	float: left;
	margin: 14px 0px 0px 16px;
	width: 195px;
	overflow: hidden;
	line-height: 14px;
}


/**
ID 404_side styles
*/
.id404_side
{
	width: 100%;
	line-height: 16px;
}

.id404_side h1
{
	font-size: 32px;
	color: #b6bbaf;
	font-weight: bold;
}

.id404_side .url
{
	padding: 5px 0px 17px 0px;
	font-weight: bold;
}

.id404_side a
{
	font-weight: bold;
	line-height: 16px;
}

.col720 {
	float: left;
	width: 720px;
	overflow: hidden;
}
.col448 {
	float: left;
	width: 448px;
	overflow: hidden;
}
.col280 {
	float: left;
	width: 280px;
}
.col215 {
	float: left;
	width: 215px;
	overflow: hidden;
}
.col170 {
	float: left;
	width: 170px;
}
.col120 {
	float: left;
	width: 120px;
}
.col80 {
	float: left;
	width: 80px;
}
.col100 {
	float: left;
	width: 100px;
}
.col-margin {
	margin-right: 10px;
}
.col-margin-18 {
	margin-right: 18px;
}
.col-double-margin {
	margin-right: 19px;
}
.row {
	margin-bottom: 10px;
}

.calendar_date {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/calendar_item_bg.png) no-repeat;
	width: 34px;
	height: 33px;
	padding: 3px 0 0 0;
}
.calendar_date .month {
	width: 34px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}
.calendar_date .day {
	width: 34px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	margin-top: 4px;
}

.ms-WPBody .blue_button {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/blue_btn_left.png) top left no-repeat;
	height: 22px;
	padding: 0;
	float: left;
	margin-right: 5px;
	
}
.ms-WPBody .blue_button a {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/blue_btn_right.png) top right no-repeat;
	font-weight:bold;
	color: #ffffff;
	height: 14px; /*22px;*/
	display: block;
	float: left;
	margin-right: -5px;
	padding: 4px 8px 6px 8px! important;
	
}
.ms-WPBody .blue_button:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_left.png) top left no-repeat;
}
.ms-WPBody .blue_button a:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_right.png) top right no-repeat;
}
.ms-WPBody .white_button {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/white_btn_left.png) top left no-repeat;
	height: 22px;
	padding: 0;
	float: left;
	margin-right: 5px;
}
.ms-WPBody .white_button a {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/white_btn_right.png) top right no-repeat;
	font-weight:bold;
	color: #000000;
	height: 14px; /*22px;*/
	display: block;
	float: left;
	margin-right: -5px;
	padding: 4px 8px 4px 8px;
}
.ms-WPBody .white_button:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_left.png) top left no-repeat;
}
.ms-WPBody .white_button a:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_right.png) top right no-repeat;
}

/* header */
#header {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/header_bg.png) repeat-x;
	height: 105px;
}
#header .container {
	width: 916px;
	padding: 20px 32px 0;
	position: relative;
	height: 85px;
	z-index: 50; // to fix IE7 z-index bug
}
#header .logo {
	float: left;
}
#header .top_navigation li, #sub_navigation li {
	list-style: none; 
	display: inline;
}
#header .topnav_search {
	position: absolute;
	top: 20px;
	right: 32px;
	text-align: right;
}
#header .top_navigation {
	margin-bottom: 5px;
}
#header .top_navigation a {	
	font-size: 11px;
}
#header .top_navigation a:link, #header .top_navigation a:visited {
	color: #666666;
}
#header .top_navigation a:hover, #header .top_navigation a:active, #sub_navigation li.selected a {
	color: #0C98AC;
}
#header .top_navigation ul 
{
	margin: 0;
	padding-left:0;
}
#header .top_navigation li {
	margin-left: 15px;
}
#header .search {
	float: right;
}
#header .search input.text {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/search_bg.png) no-repeat;
	border: none;
	width: 135px;
	height: 18px;	
	padding:2px 4px;
	float: left;
	margin-top: 1px;
	font-size:13px;
}
#header .search .search_button {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/search_btn_bg.png);
	width: 62px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 4px;	
	cursor: pointer;
}
#header .search .search_button:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/search_btn_over_bg.png);
}
#header .search .search_button a:hover {
	color: #000000;
}
#header .main_navigation {
	position: absolute;
	bottom: 0;
	height: 50px
}
#header .main_navigation a {
	font-weight: bold;
}
#header .main_navigation .mainnav_item {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	float: left;
}
#header .main_navigation .mainnav_item:first-child {
	margin-left: 0;
}
#header .main_navigation .current {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/main_nav_selected_bg.png) top left no-repeat;
	height: 40px;
	padding: 0;
	margin: 0 5px 0 0;
}
#header .main_navigation .current a {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/main_nav_selected_bg_right.png) top right no-repeat;
	color: #0C98AC;
	margin-right: -5px;
	height: 15px;
	display: block;
	float: left;
	padding: 10px 10px 15px 10px;
}
#header .country_picker_toggle {
	position: absolute;
	bottom: 16px;
	right: 35px;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_down.png) no-repeat;
	background-position: right center;
	padding: 0 14px 0 0;
	
}
#header .country_picker_toggle:hover, #header .country_picker_toggle_open {
	/*background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_down_blue.png) no-repeat;
	background-position: right center;
*/
}
#header .country_picker_toggle_open span {
	color: #0C98AC;
}
#header .country_picker {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/country_picker_bg.png) no-repeat;
	width: 571px;
	height: 182px;
	padding: 15px 15px 15px 25px;
	position: absolute;
	right: -12px;
	top: 24px;
	z-index: 20;
	color: #131313;
	display:none;
}
#header .country_picker h1 {
	font-weight: normal;
	font-size: 18px;
	color: #0D98AD;
	margin-bottom: 8px;
}
#header .country_picker h2 {
	font-weight: bold;
	font-size: 12px;
}
#header .country_picker .box {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/country_picker_box_bg.png) no-repeat;
	width: 251px;
	height: 90px;
	padding: 10px 12px;
	line-height: 15px;
}
#header .country_picker .blue_button {
	clear: both;
	float: right;
	margin: 10px 10px 0 0;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/blue_btn_left.png) top left no-repeat;
	height: 22px;
	padding: 0;	
}
#header .country_picker .blue_button a {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/blue_btn_right.png) top right no-repeat;
	color: #ffffff;
	height: 14px; /*22px;*/
	display: block;
	float: left;
	margin-right: -5px;
	padding: 4px 8px 6px 8px! important;
	
}
#header .country_picker .blue_button:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_left.png) top left no-repeat;
}
#header .country_picker .blue_button a:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/gray_btn_right.png) top right no-repeat;
}

#header .country_picker .col280 .row {
	margin-top: 18px;
}

/* sub navigation */
#sub_navigation {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/subnav_bg.png) repeat-x;
	height: 30px;
}
#sub_navigation .container {
	width: 916px;
	padding: 4px 32px 0 32px;
}

#sub_navigation ul
{
	margin: 0;
	padding-left:0;
}

#sub_navigation li {
	margin-right: 10px;
}

/* flash banner */
.flash {
	margin: -20px 0 0 0;
}

#banner_area {
	position: relative;
	width: 948px;
	height: 322px;	
}
.flash .shade {
	position: absolute; 
	z-index: 10;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/shade.png) repeat-x top;
	width:948px;
	height: 5px;
}
.flash .headlines {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/headlines_bg.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	width: 185px;
	height: 270px;
	padding: 10px;
	color: #ffffff;
	overflow:hidden;
}
.flash .headlines h2 {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 8px;
	color: #ffffff;
}
.flash .headlines a {
	color: #ffffff;
}
.flash .headlines .headline {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/headline_sep.png) bottom left no-repeat;
	padding-bottom: 10px;
	margin-top: 8px;
}
.flash .headlines .headline .date {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}
.flash .headlines .headline .title {
	height:28px;
	overflow: hidden;
}
.flash .headlines .viewall {
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
}
.flash .headlines .calendar_item {
	background: #ebf0eb;
	margin-top: 8px;
	padding: 4px;
}
.flash .headlines .calendar_item .calendar_date {
	float: left;
	margin-right: 6px;
}
.flash .headlines .calendar_item .description {
	padding-top: 4px;
	font-size: 11px;
}
.flash .headlines .calendar_item .description a {
	color: #323232;
}
#banner_flash {
	position: absolute;
}

/* content */

#content {
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#contentMain 
{
	position: relative;
	float:left;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 32px;
	margin-right: 32px;
	width: 916px;
}

#content .container{
	padding-left: 0px;
	padding-right: 32px;
	width: 948px;
	position:relative;
}
#content h1 {
	font-size: 18px;
	color: #0C98AC;
}
#content .box_news h1, #content .box_banner h1, #content .box_ba h1, #content .box_ca h1, #content .box_text h1, #content .box_contact h1 {
	margin-bottom: 6px;
}
#content .box_news .inner {
	background: #ebf0ea;
	padding: 10px 10px 10px 15px;
	color: #323232;
}
#content .box_news .news_list {
	width: 219px;
	float: left;
	/*margin-right: 10px;*/
	padding-top: 5px;
}
#content .box_news .news_list_item {
	margin-bottom: 15px;
	padding-right: 15px; 
}
#content .box_news .news_list_item .date {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
#content .box_news .news_list_item a {
	font-weight: bold;
}
#content .box_news .news_list_item a:link, #content .box_news .news_list_item a:visited {
	color: #323232;
}
#content .box_news .news_list_item a:hover, #content .box_news .news_list_item a:active {
	color: #0C98AC;
}
#content .box_news .news_list .selected {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/news_item_bg.png) center right no-repeat;
	padding: 5px 15px 5px 5px;
	margin: -5px 0 10px -5px;
}
#content .box_news .news_list .selected a:link, #content .box_news .news_list .selected a:visited {
	color: #0C98AC;
}
#content .box_news .news_list .selected .date {
	color: #0C98AC;
}
#content .box_news .news_list .news_viewall {
	border-top: #d6d6d6 solid 1px;
	padding-top: 4px;
	margin-right: 12px;
}
#content .box_news .news_list .news_viewall .rss {
	float: right;
}
#content .box_news .news_list a {
	color: #0C98AC;
	font-weight: bold;
}
#content .box_news .news_content {
	width: 204px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	position: relative;
}
#content .box_news .news_content_item {
	position: absolute;
}
#content .box_news .news_content h2 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
#content .box_news .news_content .date {
	margin-bottom: 4px;
	color: #666666;
}
#content .box_list h1 {
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
#content .box_list p {
	margin-bottom: 6px;
}
#content .box_list li {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/list_item.png) no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	margin-bottom: 3px;
	font-weight: bold;
}
#content .box_banner {
	margin-bottom: 20px;
}
#content .box_banner .inner {
	background: #ebf0ea;
}
#content .box_banner .text {
	padding: 4px 10px 10px 10px;
}
#content .box_banner .text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 4px;
}
#content .box_banner .text p {
	line-height: 15px;
}
#content .box_banner .text a {
	color: #0C98AC;
	font-weight: bold;
}
#content .box_ba .inner {
	background: #ebefeb;
	border-top: 1px solid #cacdca;
	height: 299px;
}
#content .box_ba .ba_content {
	padding: 10px 0 10px 10px;
	float: left;
	width: 212px;
}
#content .box_ba .ba_content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
#content .box_ba .ba_content p {
	line-height: 15px;
}
#content .box_ba .ba_list {
	background: #ffffff url(/Style%20Library/DONGEnergy.GIT.Corp/Images/ba_list_bg.png) no-repeat;
	width: 225px;
	height: 298px;
	float: left;
	overflow:hidden;
}
#content .box_ba .ba_list_item {
	padding: 4px 4px 4px 20px;
	cursor: pointer;
}
#content .box_ba .ba_list_item.selected {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/ba_arrow_left.png) left center no-repeat;
}
#content .box_ba .ba_list_item h3 {
	font-weight: bold;
	margin: 0 0 2px -3px;
	padding: 7px 0 0 3px;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/ba_sep.png) no-repeat;
	color: #666666;
}
#content .box_ba .ba_list_item p {
	color: #666666;
}
#content .box_ba .ba_list_item:first-child h3 {
	background: none;
}
#content .box_ba .ba_list_item.selected h3 {
	color: #131313;
}
#content .box_ba .ba_list_item.selected p {
	color: #131313;
}
#content .box_ca .inner {
	background: #ebf0ea;
	padding: 10px;
}
#content .box_ca h2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}
#content .box_ca div.date {
	font-size: 11px;
	color: #666666;
	margin-bottom: 4px;
}
#content .box_ca div.description {
	height:40px;
	overflow:hidden;
	
}
#content .box_ca .ca_item {
	margin-bottom: 15px;
}
#content .box_ca .ca_viewall {
	border-top: #d6d6d6 solid 1px;
	padding-top: 4px;
}
#content .box_ca .ca_viewall a {
	color: #0C98AC;
	font-weight: bold;
}
#content .box_ca .ca_viewall .rss {
	float: right;
}
#content .box_text .inner {
	background: #ebf0ea;
	padding: 10px;
}
#content .box_text p {
	margin-bottom: 4px;
}
#content .box_text li {
	font-weight: bold;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/list_item.png) no-repeat 0 4px;
	padding-left: 8px;
	margin-bottom: 4px;
}
#content .box_text .calendar_item .calendar_date {
	float: left;
	margin-right: 10px;
}
#content .box_text .calendar_item .description {
	float: left;
	width: 140px;
	margin-top: 2px;
}
#content .box_text .calendar_item .description a {
	color: #0C98AC;
}
#content .box_contact .inner {
	background: #2f2f2f url(/Style%20Library/DONGEnergy.GIT.Corp/Images/contact_bg.png) no-repeat;
	padding: 10px;
	color: #ffffff;
}
#content .box_contact .inner h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 6px;
}
#content .box_contact h2 {
	font-size: 16px;
	color: #d3d3d3;
	font-weight: normal;
	margin-bottom: 8px;
}
#content .box_contact .contact {
	margin-bottom: 4px;
}
#content .box_contact .contact .image {
	float: left;
	margin-right: 10px;
}
#content .box_contact .contact .title {
	color: #999999;
	font-size: 11px;
	margin-bottom: 2px;
}
#content .box_contact .contact .name {
	font-weight: bold;
	margin-bottom: 2px;
}
#content .box_contact .contact_icn {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/contact_icn.png) no-repeat;
	padding-left: 20px;
}
#content .box_contact .contact_icn.divider {
	padding-bottom: 8px;
	border-bottom: 1px solid #6c6c6c;
	margin-bottom: 8px;
}
#content .box_contact .contact_icn a {
	color: #ffffff;
}
#content .fixed_height_300 {
	height: 300px;
}
#content .fixed_height_170 {
	height: 170px;
}
#content .fixed_height_156 {
	height: 156px;
}
#content .margin_25 {
	margin-bottom: 25px;
}
#content .margin_20 {
	margin-bottom: 20px;
}

/* featured */
#featured {
	margin-top: 30px;
}
#featured .title {
	width: 916px;
	margin: 0 auto;
	padding: 0 32px 0 32px;
}
#featured .inner {
	 background-color: #373737;
	 color: #ffffff;
}
#featured .shade {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/featured_shade.png) repeat-x;
	height: 10px;
}
#featured .container {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/featured_bg.png) bottom center no-repeat;
	width: 916px;
	min-height: 247px;
	margin: -10px auto 0 auto;
	padding: 0 32px 0 32px;
}
#featured h1 {
	font-size: 18px;
	color: #0C98AC;
	margin-bottom: 10px;
}
#featured .article_detail {
	height: 530px;
	border-bottom: 1px solid #666666;
}
#featured .article_detail_inner {
	position: relative;
	padding: 35px 80px 15px 80px;
}
#featured .article_detail_inner .close {
	position: absolute;
	top: 20px;
	right: 70px;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/close_btn.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#featured .article_detail_inner .close:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/close_over_btn.png) no-repeat;
}
#featured .article_detail .text {
	padding: 0 8px;
}
#featured .article_detail h2 {
	font-weight: bold;
}
#featured .article_detail p.date {
	font-style: italic;
}
#featured .article_scroller_wrapper {
	padding: 10px 0;
}
#featured .article_scroller {
	margin: 0 15px 0 0;
	width: 850px;
	height: 236px;
	float: left;
	overflow: hidden;
	position: relative;
}
#featured .articles {
	width: 2000px;
	height: 236px;
	position: absolute;
}
#featured .article {
	width: 156px;
	height: 226px;
	float: left;
	margin-right: 5px;
	padding: 5px;	
	cursor: pointer;
	background-color: transparent;
}
#featured .article h2 {
	font-weight: bold;
	margin-bottom: 4px;
}
#featured .article p {
	font-size: 11px;
	line-height: 13px;
}
#featured .article.selected {
	background-color: #ffffff;
	color: #131313;
}
#featured .left_arrow {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_left_btn.png) no-repeat;
	width: 17px;
	height: 42px;
	float: left;
	margin: 83px 15px 0 0;
	cursor: pointer;
}
#featured .left_arrow:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_left_over_btn.png) no-repeat;
}
#featured .left_arrow.disabled, #featured .left_arrow.disabled:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_left_disabled_btn.png) no-repeat;
	cursor: auto;
}
#featured .right_arrow {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_right_btn.png) no-repeat;
	width: 17px;
	height: 42px;
	float: left;	
	margin: 83px 0 0 0;
	cursor: pointer;
}
#featured .right_arrow:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_right_over_btn.png) no-repeat;
}
#featured .right_arrow.disabled, #featured .right_arrow.disabled:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_right_disabled_btn.png) no-repeat;
	cursor: auto;
}
#featured .image {
	margin-bottom: 4px;
}
#featured .icon {
	padding-left: 18px;
	color: #CCCCCC;
	font-size: 10px;
	margin-bottom: 4px;
}
#featured .article.selected .icon {
	color: #9CA098;
}
#featured .icn_movie {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/movie_icn.png) no-repeat;
}
#featured .icn_article {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/article_icn.png) no-repeat 0 2px;
}
#featured .icn_slideshow {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/slideshow_icn.png) no-repeat;
}
#featured .gallery {
	position: relative;
}
#featured .gallery_item {
	position: absolute;
	width: 756px;
	height: 806px;
}
#featured .gallery_item_center {
	margin-left: auto;
 	margin-right: auto;
 	display: table;
}
#featured .gallery_item_inner {
	position: relative;
}
#featured .gallery_item .close {
	top: -24px;
	right: -24px;
}
#featured .gallery_item .previous {
	position: absolute;
	top: 188px;
	left: -12px;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/left_btn.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#featured .gallery_item .previous:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/left_over_btn.png) no-repeat;
}
#featured .gallery_item .next {
	position: absolute;
	top: 188px;
	right: -12px;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/right_btn.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#featured .gallery_item .next:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/right_over_btn.png) no-repeat;
}
#featured .gallery_item .shadow {
	-moz-box-shadow: 0px 0px 7px #222;
	-webkit-box-shadow: 0px 0px 7px #222;
	box-shadow: 0px 0px 7px #222;
}
#featured .gallery_item .gallery_item_text {
	position: absolute;
	top: 410px;
	left: 0;
	right: 0;
	text-align:left;
}
#featured .gallery_item .gallery_item_text .counter, #featured .gallery_item .gallery_item_text h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
#featured .gallery_item .gallery_item_text p {
	font-size: 11px;
}

/* footer */
#footer {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/footer_bg.png) repeat-x;
	height: 209px;
	width: 100%;	
	float:left;
}
#footer .container {
	width: 916px;
	padding: 20px 32px 0 32px;
}
#footer .shade {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/footer_shade.png) repeat-x;
	height: 5px;
}
#footer .description {
	width: 370px;
	margin: 15px 0 25px 0;
	font-size: 13px;
	color: #666666;
}
#footer .disclaimer_address {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/horizontal_line.png) repeat-x;
	padding: 8px 2px 0 2px;
	font-size: 10px;
}
#footer .disclaimer {
	float: left;
}
#footer .address {
	float: right;
}
#footer .address ul 
{
	margin: 0;
	padding-left:0;
}
#footer .address li {
float:left;
list-style:none outside none;
margin:0;
padding:0;
}
#footer .address li.seperator {
margin:0 6px;
max-width:1px;
overflow:hidden;
width:1px;
}

#content .sidenav ul li a {
	color: #0C98AC;
	font-weight: bold;
}

/* calendar specifics */
#calendar h1 {
	font-weight: bold;
	font-size: 22px;
	color: #000000;
}
#calendar .calendar {
	margin-top: 30px;
	position: relative;
}
#calendar .calendar .year {
	float: left;
	margin-right: 2px;
	padding-top: 8px;
	width: 70px;
	height: 22px;
	text-align: center;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/calendar_tab_bg.png) no-repeat;
}
#calendar .calendar .year a {
	font-weight: bold;
	font-size: 14px;
}
#calendar .calendar .year.selected {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/calendar_tab_sel_bg.png) no-repeat;
}
#calendar .calendar .year.selected a {
	color: #ffffff;
}
#calendar .calendar .types {
	background: #ebf0eb;
	border-top: 1px solid #0097ad;
	padding: 8px;
}
#calendar .calendar .types p {
	margin: 4px 8px 0 0;
	float: left;
}
#calendar .calendar .types .type {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
#calendar .calendar .calendar_item {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 8px;
}
#calendar .calendar .calendar_item .calendar_date {
	float: left;
	margin: 0 10px 0 0;
}
#calendar .calendar .calendar_item .type {
	float: left;
	width: 50px;
	margin: 4px 10px 0 0;
	font-style: italic;
}
#calendar .calendar .calendar_item .description {
	float: left;
	width: 510px;
	margin: 4px 0 0 10px;
}
#calendar .calendar .calendar_item .description h2 {
	font-weight: bold;
	margin-bottom: 2px;
}
#calendar .calendar .calendar_item .actions {
	margin-top: 10px;
	float: left;
}
#calendar .calendar .calendar_item .remindme {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_down.png) right 4px no-repeat;
	padding-right: 14px;
	white-space: nowrap;
}
#calendar .calendar .calendar_item .remindme:hover {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_down_blue.pn) right 4px no-repeat;
}
#calendar .calendar .calendar_item .remindme.selected {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/arrow_down_blue.png) right 4px no-repeat;
}
#calendar .calendar .calendar_item .remindme.selected a {
	color: #0C98AC;
}
#calendar .calendar_popup {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/calendar_popup_bg.png) no-repeat;
	width: 334px;
	height: 110px;
	padding: 15px 0 0 20px;
	position: absolute;
	right: -5px;
}
#calendar .calendar_popup h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0C98AC;
	margin-bottom: 10px;
}
#calendar .calendar_popup .row {
	margin-bottom: 5px;
}
#calendar .calendar_popup label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	clear: left;
	margin: 4px 4px 0 0;
}
#calendar .calendar_popup select {
	float: left;
}
#calendar .calendar_popup input {
	float: left;
	margin: 0 8px 0 0;
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/textinput_bg.png) no-repeat;
	padding: 2px 4px 0 4px;
	border: none;
	width: 155px;
	height: 20px;	
}
#calendar .calendar_popup .blue_button {
	float: left;
	font-weight: bold;
}
#calendar .subscribe {
	margin: 30px 0;
}
#calendar .subscribe h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 4px;
}
#calendar .subscribe p {
	margin-bottom: 10px;
}
#calendar .subscribe label {
	float: left;
	margin: 4px 6px 0 0;
}
#calendar .subscribe input {
	background: url(/Style%20Library/DONGEnergy.GIT.Corp/Images/textinput_bg.png) no-repeat;
	float: left;
	margin: 0px 6px 0 0;
	padding: 2px 4px 0 4px;
	border: none;
	width: 155px;
	height: 20px;	
}
#calendar .subscribe select {
	float: left;
	margin-right: 10px;
}
#calendar .subscribe .blue_button {
	margin-right: 10px;
	font-weight: bold;

}
#calendar .subscribe .unsubscribe {
	float: left;
	margin: 4px 0 0 0;
}
#calendar .subscribe .unsubscribe a {
	color: #0C98AC;
}

.UsersContainerControl
{
	float:left;
	width:100%;
}

.stripedtable td 
{
	border-bottom:1px solid #CECBC6;
	padding:2px;
}
.stripedtable tr+tr td+td 
{
	border-left:1px solid #CECBC6;
}


.FillType01									
{
	padding-left:5px;background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/images/forms_type01.gif);background-repeat:no-repeat;background-position:0px 0px;
}
.FillType02									
{
	padding-left:5px;background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/1x1.gif);background-repeat:no-repeat;background-position:0px 0px;
}
.FillType03									
{
	padding-left:5px;background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/forms_type01.gif);background-repeat:repeat-y;background-position:0px 0px;
}
.FillType04
{
	padding-left:5px;background-image:url(/Style%20Library/DONGEnergy.GIT.Corp/Images/forms_type01.gif);background-repeat:repeat-y;background-position:0px 0px;
}

/* Hacks (IE6 + IE7 */
* html .FillType01							
{
	background-position:0px 1px;
}
* html .FillType02							
{
	background-position:0px 1px;
}
*+html .FillType01							
{
	background-position:0px 1px;
}
*+html .FillType02							
{
	background-position:0px 1px;
}

.radiobuttonlist .radio 
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 18px;
	height: 11px;
	max-height: 11px;
	overflow: hidden;
}
.radiobuttonlist .radio span 
{
	cursor: pointer;
}
.radiobuttonlist .checked 
{
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/images/form.radio.checked.gif);
	background-repeat: no-repeat;
}
.radiobuttonlist .unchecked 
{
	background-image: url(/Style%20Library/DONGEnergy.GIT.Corp/images/form.radio.gif);
	background-repeat: no-repeat;
}
