
/* HTML5 ELEMENTS */  

header, section, footer,  
aside, nav, article, figure 
{  
    display: block;  
}

/* BODY and FONT ELEMENTS */

body 
{
	font: 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
pre, code, kbd, samp, tt 
{
	font-family: monospace;
	line-height: 100%;
}
p 
{
	margin: 0 0 1em 0;
}
p:last-child
{
    margin-bottom: 0;   
}

/* LINK ELEMENTS */

a 
{
	color: #00f;
	text-decoration: underline;
}
a:hover 
{
	color: #f00;
}
a img 
{
	border: none;
	background-color: transparent;
}
a.lnkDisabled, a.lnkDisabled:hover 
{
	color: #999;
	text-decoration: none;
	cursor: default;
}

/* HEADER ELEMENTS */

h1 {
	font-size: 125%;   
} 
h2 { 
	font-size: 110%;  
} 
h3 { 
	font-size: 105%;   
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}
h1.hdrUnderlined {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/* FORM ELEMENTS */

fieldset
{
    border: 1px solid #ccc;
    padding: 15px;
}
fieldset legend
{
    font-size: 110%;
    margin-left: 5px;
    padding: 5px;
	/* width is needed to resolve IE rendering text outside fieldset */
	width:inherit;
}
select, 
input, 
textarea 
{
	font: 99% Verdana, Arial, Helvetica, sans-serif !important;
}
select,
input[type="text"],
input[type="password"],
textarea
{
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 110%;
}
input[type="text"]:hover,
input[type="password"]:hover
{
	border: 1px solid #bbb;
}
select
{
	font-size: 100%;
}
textarea 
{
	width: 90%;
}

.tbRequired
{
	border-color: #f00;
}
.tbWatermark
{
    color: #999;
}
.tbFullWidth
{
    width: 95%;
}
.txtFormFieldHint
{
    display: block;
    font-size: 85%;
    color: #666;
}
.ddlSmaller
{
    padding: 2px;
    font-size: 80%;
}
.cbDefault input,
.cblDefault input,
.rbDefault input,
.rblDefault input
{
    float: left;
    margin-right: 5px;
}
.cbDefault label,
.cblDefault label,
.rbDefault label,
.rblDefault label
{
    float: left;
    margin-bottom: 5px;
}
.cbDefault br,
.cblDefault br,
.rbDefault br,
.rblDefault br
{
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}
.cntrlReadOnly 
{
	color: #666;
	background: #f5f5f5;
}
.txtRequired
{
	color: red;
	font-size: 80%;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img 
{
	padding: 0px 4px;
	vertical-align: middle;
}
.txtPassword
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 18px;
    font-weight: bold;
    color: Red;
}

/* TABLE ELEMENTS */

table 
{
	font-size: inherit;
	font: 100%;
}
td 
{
	vertical-align: top;
}

/* COLUMNS */

div.column
{
    margin: 0;
    padding: 0;
}
div.col5050 div.column
{
    width: 49.1%;
    float: right;
}
div.col5050 div.first
{
    float: left;
    margin-left: 0;
}
div.col33x3 div.column
{
    width: 32%;
    margin-left: 1.99%;
    float: left;
}
div.col33x3 div.first
{
    margin-left: 0;
}
div.col3366 div.column
{
    width: 66%;
    float: left;
    margin-left: 1.99%;
}
div.col3366 div.first
{
    width: 32%;
    margin-left: 0;
}
div.col6633 div.column
{
    width: 32%;
    margin-left: 1.99%;
    float: right;   
}
div.col6633 div.first
{
    width: 66%;
    margin-left: 0;
    float: left;
}
div.col2575 div.column
{
    width: 74.2%;
    margin-left: 0;
    float: right;
}
div.col2575 div.first
{
    width: 24%;
    margin-left: 0;
    float: left;
}
div.col7525 div.column
{
    width: 24%;
    float: right;
}
div.col7525 div.first
{
    width: 74.2%;
    margin-left: 0;
    float: left;
}

/* MISC ELEMENT CLASSES */

br.clearer 
{
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}
a.disabled,
span[disabled="disabled"] 
{
	color: #666;
}
.lnkList
{
    margin: 0 0 1em 0;
    text-align: right;
}
.lnkList a
{
    padding-left: 5px;
}
.lnkListCentered
{
    margin: 0 0 1em 0;
    text-align: center;
}
.lnkListCentered a
{
    margin: 0 10px;
}
.floatLeft
{
    float: left;
    margin: 0 10px 10px 0;
}
.floatRight
{
    float: right;
    margin: 0 0 10px 10px;
}
.txtPending
{
    color: #f60;
    font-style: italic;
}
.txtNoRecords
{
    text-align: center;
    color: #f60;
    font-style: italic;
}

/* LINK CLASSES - Icons */

a.lnkIcon, .lnkList a.lnkIcon
{
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding-left: 18px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-image: url(../../assets/icons/16x16/document.gif);
}
a.doc, a.docx{
    background-image: url(../../assets/icons/16x16/doc.gif);
}
a.xls, a.xlsx{
    background-image: url(../../assets/icons/16x16/xls.gif);
}
a.ppt, a.pptx{
    background-image: url(../../assets/icons/16x16/ppt.gif);
}
a.mdb, a.accdb{
    background-image: url(../../assets/icons/16x16/mdb.gif);
}
a.jpg,a.jpeg{
    background-image: url(../../assets/icons/16x16/jpg.gif);
}
a.gif{
    background-image: url(../../assets/icons/16x16/gif.gif);
}
a.png{
    background-image: url(../../assets/icons/16x16/png.gif);
}
a.pdf{
    background-image: url(../../assets/icons/16x16/pdf.gif);
}
a.txt{
    background-image: url(../../assets/icons/16x16/txt.gif);
}
a.web{
    background-image: url(../../assets/icons/16x16/arrow_right_green.gif);
}    
a.xml{
    background-image: url(../../assets/icons/16x16/branch.png);
}    
a.lnkIconAdd {
	background-image: url(../../assets/icons/16x16/add2.gif);
}
a.lnkIconEdit {
	background-image: url(../../assets/icons/16x16/edit.gif);
}
a.lnkIconClose {
	background-image: url(../../assets/icons/16x16/close.gif);
}
a.lnkIconDelete {
	background-image: url(../../assets/icons/16x16/delete2.gif);
}
a.lnkIconPrint {
	background-image: url(../../assets/icons/16x16/printer.gif);
}
a.lnkIconCopy {
	background-image: url(../../assets/icons/16x16/copy.gif);
}
a.lnkIconEarthSearch {
	background-image: url(../../assets/icons/16x16/earth_view.gif);
}
a.lnkArrowLeftBlue {
	background-image: url(../../assets/icons/16x16/arrow_left_blue.gif);
}
a.lnkIconFlagGreen {
	background-image: url(../../assets/icons/16x16/flag_green.gif);
}
a.lnkIconSearch {
	background-image: url(../../assets/icons/16x16/view2.gif);
}

/* LINK CLASSES - Buttons */

a.imgLinkButton,
a.imgLinkButton span,
a.imgLinkButton:hover,
a.imgLinkButton:hover span
{
	cursor: pointer; 
	cursor: hand; 
	line-height: 27px;
	height: 27px;
	color: #fff;
	text-decoration: none;
}

a.imgLinkButton 
{
	background: url(../../assets/buttons/modern/006600.gif) no-repeat right top; 
	margin: 2px;
	padding-right: 30px; 
	vertical-align: middle;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box;  /*ff*/
	font: bold 13px "Lucida Sans", arial, sans-serif;
}

a.imgLinkButton span
{ 
	background: url(../../assets/buttons/modern/006600.gif) no-repeat left top; 
	/*height: 27px;*/
	display: block;
	display: inline-block;
	padding-left: 30px; 
}

a.imgLinkButton:hover
{
	background-position: right -100px;
}
a.imgLinkButton:hover span
{
	background-position: left -100px;
}
a.imgLinkButtonDisabled
{
    /*filter: alpha(opacity=50);*/
    -moz-opacity: 0.50; 
    opacity: 0.50;
}
a.imgLinkButtonDisabled:hover
{
	background-position: right 0px;
}
a.imgLinkButtonDisabled:hover span
{
	background-position: left 0px;
}

/* CONTAINER and TABLE CLASSES */

div.divAutoSized {
	display: table;
	width: 0;
}
div.divBordered {
	padding: 20px 10px 10px 10px;
}
div.divBordered table {
	margin: 0 auto;
}
div.divBordered table td {
	padding: 8px;
}
div.divBordered,
table.tblDefault,
table.tblBordered
{
    margin: 0px auto;
}
div.divBordered,
table.tblBordered 
{
	background: #f9f9f9 url(../../assets/backgrounds/grey_gradient.jpg) repeat-x;
	border: 1px solid #ddd;
}
table.tblDefault th,
table.tblDefault td,
table.tblGrid th,
table.tblGrid td,
table.tblBordered th,
table.tblBordered td,
table.tblMinimal th,
table.tblMinimal td {
	padding: 8px;
}
table.tblBordered tr.first td,
table.tblBordered tr:first-child td {
	padding-top: 24px;
}
table.tblBordered tr:first-child td {
	padding-top: 24px;
}
table.tblBordered tr td:first-child {
	padding-left: 24px;
}
table.tblBordered tr td:last-child {
	padding-right: 24px;
}
table.tblBordered table td,
table.tblBordered table tr:first-child td,
table.tblBordered table tr td:first-child,
table.tblBordered table tr td:last-child {
	padding: 8px;
}
table.tblGrid,
table.tblGridSmall {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblGrid th,
table.tblGrid td,
table.tblMinimal th,
table.tblMinimal td {
	border: 1px solid #fff;
}
table.tblGridSmall th,
table.tblGridSmall td {
    padding: 4px !important;
    font-size: 85%;
}
table.tblGridSmall th:first-child,
table.tblGridSmall td:first-child {
    padding-left: 8px !important;
}
table.tblGridSmall th:last-child,
table.tblGridSmall td:last-child {
    padding-right: 8px !important;
}
table.tblFullWidth 
{
    width: 100%;   
}
table.tblNarrow {
	width: auto;
}
tr.tblHdrCol th,
tr.tblHdrCol td {
	font-weight: bold;
	text-align: left;
}
tr.tblHdrCol td a {
	color: #000;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
}
.tblData td {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblDataOver, .tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 90%;
}
.tdStatePostalCode select,
.tdStatePostalCode label,
.tdStatePostalCode input
{
	float: left;
	margin-right: 10px;
}
.tdStatePostalCode label 
{
    font-weight: bold;
}

/* GENERAL TEXT */

.txtCentered 
{
    text-align: center;
}
.txtGreen
{
	color: #090;
}
.txtRed
{
	color: #f00;
}
.txtOrange
{
	color: #f90;
}
.txtSmall
{
    font-size: 85%;
}
.txtLarge
{
    font-size: 110%;
}
.txtGrey
{
    color: #666;
}
.txtPending
{
    color: #f90;
    font-style: italic;
}

/* STATUS MESSAGE CLASSES */

div.divStatusContainer {
	margin: 10px auto;
	padding: 15px;
	width: 80%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.divStatusSuccess {
	background: #D3EDD3 url(../../assets/backgrounds/green_lined.jpg) repeat-x;
}
div.divStatusWarning {
	background: #FFD3D3 url(../../assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusError {
	background: #FFD3D3 url(../../assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusInformation {
	background: #D3EDD3 url(../../assets/backgrounds/grey_lined.jpg) repeat-x;
}
div.divStatusMessage {
	min-height: 32px;
	height: auto !important;
    height: 32px;
}
div.divStatusSuccess div.divStatusMessage {
	background: url(../../assets/icons/32x32/check.gif) no-repeat;
}
div.divStatusWarning div.divStatusMessage {
	background: url(../../assets/icons/32x32/warning.gif) no-repeat;
}
div.divStatusError div.divStatusMessage {
	background: url(../../assets/icons/32x32/error.gif) no-repeat;
}
div.divStatusInformation div.divStatusMessage {
	background: url(../../assets/icons/32x32/information.png) no-repeat;
}
div.divStatusFormatBoldCenter,
div.divStatusFormatNormalBlock,
div.divStatusFormatNormalCenter {
	padding: 0 42px;
}
div.divStatusFormatBoldCenter {
	font-weight: bold;
	text-align: center;
}
div.divStatusFormatNormalBlock {
	font-weight: normal;
	text-align: left;
}
div.divStatusFormatNormalCenter {
	font-weight: normal;
	text-align: center;
}

/* MVC VALIDATION */

.validation-summary-errors
{
    color: Red;
}

/* Hover Help */

.hoverHelp
{
    position: relative;
    display: inline-block;
    padding: 0px 5px;
}
.hoverHelp > a
{
    z-index:98;
    display: block;
    width: 16px;
    height: 16px;
    padding-left: 18px;
    background: url('https://global.ene.com/assets/icons/16x16/help2.png') no-repeat;
    color: #666;
    font-size: 0.8em;
    white-space: nowrap;
}
.hoverHelp > a.hover
{
    background-image: url('https://global.ene.com/assets/icons/16x16/help.png');
    padding-left: 28px;
}
.hoverHelp > div
{
    display: none;
    position: absolute;
    top: 2px;
    padding: 0 0 0 16px;
    width: 194px;
    background: url('https://global.ene.com/assets/hoverhelp/hover-top.gif') no-repeat right top;
    z-index: 9999;
}
.hoverHelp > div p
{
    margin: 10px 0;
    padding: 0 10px 10px 25px;          
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    background: url('https://global.ene.com/assets/hoverhelp/hover-bottom.gif') no-repeat right bottom;
}
.exportSection
{
    position:relative;
}
.exportSection .importPanel,
.exportSection .exportLinks
{
    position: absolute;
    *position: static;
    right: 0;
    padding: 5px 10px 15px 10px;
    background: #ccc;
    width: 325px;
    margin-top: 5px;
    text-align:center;
            
    -moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
    -moz-border-radius-bottomleft:7px;
    -moz-border-radius-bottomright:7px;
            
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
            
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
            
    border-color:#666;
    border-style:solid;
    border-width: 1px;
    z-index:999;
}
