/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Author : Dennis Styles <dennis.styles@mailfwdr.com>
Version: 1.1
Date   : 2007/08/01
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: arial, verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
}
body.sgl {
    background-color: #BBBBBB;
    text-align: center;
    background-image: url(../images/grey_bgnd.gif);
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #339BD3;
    text-decoration: none;
}
a:hover {
    color: #246C94;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    clear: both;
    width: 900px;
    margin: 10px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
	float: left; clear: none;    /* float: left;  */
    background: #FFFFFF;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
#middleCol .inner {
    padding: 5px 10px;
}
#layout-3Cols #middleCol {
    width: 80%; /* echo ($mainWrapperWidth - $leftColWidth - $rightColWidth - 6) . 'px' //changed to 17% to get tables to work in IE */
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 884px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;	
    width: 17%; /* echo $leftColWidth . 'px' //changed to 17% to get tables to work in IE */
    /*background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
	float: right;    /* float: right; */
    width: 1%; /* echo $rightColWidth . 'px' //changed to 1% to get tables to work in IE */
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
/*    border-bottom: 2px solid #FFFFFF;	*/
    position: relative;
    background: #8fc663;
    border: 2px solid #FFFFFF;
	padding-left: 5px;
}
/*
#header .wrapLeft {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
    background: #339BD3 url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/header_tm.gif') left top repeat-x;
}
*/
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/column_tm.gif') left top repeat-x;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: tahoma, serif;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #246C94;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/bullet.gif');
}
li {
    padding-left: 0.5em;
}
/*
===============Main Block=====================================*/
#actions {
    position: relative;
    float: left;
    width: 100%;
    height: 32px;
    padding: 1px 0;
    background: #efefef;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #afafaf;
}
html>body #actions {
    padding: 1px 0 0;
}
#actions span {
    float: left;
    text-indent: 2em;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
}
#actions a {
    float: left;
    display: block;
    margin-right: 0.5em;
    padding: 0 4px 0 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #efefef;
    color: #666666;
    text-decoration: none;
    /* -- See below for each action backgroud image
    -----------------------------------------------*/
}
#actions a:hover {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}
#actions a:active {
    background-color: #ffffff;
    border: none;
}
#actions a:focus {
    background-color: #ffffff;
    border: none;
}

#actions select {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

/*
=======================Actions images=====================*/
/*-- Each action link (<a> tag) has a standard "action" class name
  -- plus a specific <action-type> class name e.g. "add", "edit",...
  -- to define which image to use. This allows to change assigned
  -- images in a single location : here. ---------------------*/
a.action {
    background-position: 3px 50%;
    background-repeat: no-repeat;
}
a.add {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_add.gif');
}
a.edit {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_edit.gif');
}
a.delete {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_delete.gif');
}
a.cart {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_cart.gif');
}
a.shop {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_shop.gif');
}
a.save {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_save.gif');
}
a.validate {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_validate.gif');
}
a.cancel {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_cancel.gif');
}
a.undo {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_undo.gif');
}
a.download {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_download.gif');
}
a.upload {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_upload.gif');
}
a.reorder {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_reorder.gif');
}
a.search {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_search.gif');
}
a.addcat {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_addcat.gif');
}
a.addrootcat {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_addrootcat.gif');
}
a.adduser {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_adduser.gif');
}
a.scannew {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_scannew.gif');
}
a.delorphaned {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_delorphaned.gif');
}
a.print {
    background-image: url('http://www.newenergycoming.com/seagull/themes/custom/images/22/action_print.gif');
}


/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #9EDDFF;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: arial, verdana, helvetica, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
	float: right;
	clear: right;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
html>body #container table {
    border-collapse: separate;
    border-spacing: 0px;
}
#container table.noBorder {
    border: none;
}
#container table.transparent {
    background-color: transparent;
    border: none;
}
#container tr {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
thead tr.infos, tfoot tr.infos {
    background: #ebe7d4;
    font-size: 10px;
    color: #339BD3;
}
thead td {
    padding: 0 12px;
}
thead tr a:hover {
    color: #246C94;
}
tr.backLight {
    background: #ffffff;
    border-bottom: 1px solid #9EDDFF;
}
tr.backDark {
    background: #f7f7f7;
    border-bottom: 1px solid #9EDDFF;
}
tr.backHighlight {
    background: #CFEEFF;
}

tr img, tr input {
    vertical-align: middle;
}
tr th, tr td {
    text-align: center;
    border: none;
}
tr th {
    color: #afafaf;
    font-weight: bold;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #246C94 !important;
}
th.sortedDesc a {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #246C94 !important;
}
th a:hover {
    text-decoration: none;
    color: #246C94 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td, tr:hover td {
  background: #F0FFD9; /*E0EFB8*/
}

/**** dataTable ***/
.dataTable {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonhighlight;
	width: 100%;
}
.dataTable th{
	background: #9EDDFF;
	border: 1px outset white;
	cursor: default; padding-top: 0; padding-bottom: 0;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	height: 10px;
	color: #FFFFFF;
	font-weight: 600;
        font-family: Tahoma, sans-serif;
        font-size: 11px;
}
.dataTable a{
	color: #FFFFFF;

}
.datatable-tbody tbody {
	color: windowtext;
	font: menu;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.dataTable-tr-footer {
	color: windowtext;
	font: menu;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: buttonface;
	height: 2em;
	vertical-align: middle;
}


/*
=========================Footer===============================*/
#footer {
    position: relative;
    background: #8fc663;
    border: 2px solid #FFFFFF;
	padding-left: 5px;
	padding-top: 10px;
	height: 25px;
	text-align: center;
}
/*
#footer .wrapLeft {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/footer_bl.gif') left bottom no-repeat;  

}
#footer .wrapRight {
    background: url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #339BD3 url('http://www.newenergycoming.com/seagull/themes/custom/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
} */
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.9em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
/*    -moz-border-radius: 0.3em;	*/
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #246C94;
    color: #339BD3;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
/*    -moz-border-radius: 0.3em;	*/
    font-family: tahoma, serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
    float: right;
    clear: right;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #f7f4ef;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


#debug {
    color: #333333;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    border: 1px black solid;
    margin: 10px;
    padding: 5px 20px;
    width: 120px;
    height: 300px;
    background-color: grey;
    opacity:0.9;
    text-align: left;
    overflow: auto;
}
#debug a, #debug a:visited {
    color: #CCCCCC;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #99CC00;
    color: #99CC00;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: tahoma, serif;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #9EDDFF;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #246C94;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #339BD3;
    color: #FFFFFF;
    text-decoration: none;
}
/* first level list */
div .nav ul {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0px;
}

/* first level list item */
div .nav li {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    color: #339BD3; /* #006699 */
    text-align: left;
}

/* second level list */
div .nav ul ul {
    list-style: disc inside;
    position: relative;
    padding: 0px 0 0 0;
    margin: 0px 0 0px 0;
}

/* second level list item */
 .nav li li {
    text-transform: none;
    margin: 0 0 0px 0;
    padding: 0px 0 3px 5px;
    border-left-width: 0px;
}

/* menu item link */
div .nav a:link,
div .nav a:visited,
div .nav a:hover,
div .nav a:active,
div .nav li.nav li a:link,
div .nav li.nav li a:visited,
div .nav li.nav li a:active {
    color: #339BD3; /* #006699 */
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 3px 0 5px;
}
div .nav li a:hover {
    color: #246C94;	/* #ffffff */
    text-decoration: underline;

}
div .nav a:active,
div .nav li.nav li a:active {
}

/* current menu item link */
div .nav li.nav a:link,
div .nav li.nav a:visited,
div .nav li.nav a:active {
    color: #339BD3; /* #006699 */
    font-weight: bold;
}
div .nav li.nav a:active {
}#options {
    float: right;
    width: 180px;
    background: #9EDDFF;
    border: 1px solid #666666;
}