﻿/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,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; }
:focus { outline:0; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* Clear fix
------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body { 
	font:normal 100%/1.13em Arial, Helvetica, Verdana, sans-serif; 
	color:#333; 
	background:#f7f7f7; 
	padding:20px; 
	}

#aspnetForm { 
	background:#fff; 
	border:1px solid #e3e3e3;
	min-width: 840px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:840px;
	margin:0 auto;
	}

#header { height:144px; margin-bottom:20px; position:relative; }

.logo { margin:20px 0 10px 20px; display:block; height:85px; width:170px; float:left; }

#header h2 { float:right; margin:6px 15px 0 0; }

#footer {
	padding:20px;
	margin-top:10px;
	clear:both;
	border-top:1px solid #e3e3e3;
	font-size:.69em;
}

#footer a {
	color:#999;
}

#footer .validate {
	float:right;
}


#content table.gridview {
	background-color:#f7f7f7;
	position:relative;
	border:solid 1px #e3e3e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px;
	width:100%;
}

#content table.gridview { 
	font-size:.81em;
	padding:10px 0;
	margin-top:10px;
}

#content table.gridview tr { 
	padding:20px;
}

#content label {
	font-size:0.81em;
}

#content table.spaced td {
	padding:8px 6px;
}

#sticky {
	font-size:0.81em;
	padding:8px 0;
}

#content table.gridview tr.even { 
		background-color:#E3E3E3;
	}

#content table.gridview td {
	padding:8px 6px;
}

#content table table label { 
	margin-right:15px;
	font-size:1.14em;
	}

input[type="text"] {
	font:normal 100%/1.13em Arial, Helvetica, Verdana, sans-serif;
	margin:0.56em 0;
}

select { 
	margin:0.56em 0;
	display:block;}
	
#content table table input[type="text"],#content table table input[type="password"] {
	font:normal 100%/1.13em Arial, Helvetica, Verdana, sans-serif; 
	float:left;
	}

#content table table td { 
	vertical-align:middle; 
	padding-bottom:.56em;
	font-size:0.88em;
	}

th {
	border-bottom:1px solid #EEEEEE;
	font-size:0.75em;
	padding:2px 6px;
	vertical-align:bottom;
	white-space:nowrap;
}


#container {
	width:95%;
	margin:0 auto;
}

#content ul {
	margin:15px 0 15px 25px;
}

#content ul li {
	border-bottom:1px solid #eee;
	padding:10px;
	color:#444;
}

#content img {
	background:#fff;
	padding:0px;
}



#sidebar ul {
	list-style:none;
}

#sidebar ul a {
	color:#444;
	font:80% Verdana;
	text-decoration:none;
}

#sidebar ul a span {
	color:#ccc;
}

#sidebar ul a:hover span {
	color:#333;
}

#sidebar p {
	font:80% Verdana;
	line-height:24px;
	margin:10px 0 20px 0;
}

#sidebar ul li {
	background:#fafafa;
	margin:1px 0 0 0;
	padding:5px;
}

#sidebar h3 {
	font:120% Arial;
	margin:5px 0;
	color:#222;
}

#content {
	width:100%;
	float:left;
	margin:27px 0 18px;
}

#sidebar {
	margin-left:75%;
	border-left:1px solid #eee;
	padding-left:30px;
}

.articleinfo {
	font:80% Verdana;
	border-top:1px solid #eee;
	color:#999;
	padding:20px 0;
}

.articleinfo a {
	color:#6CCC26;
}

.articleinfo a:hover {
	text-decoration:none;
}

#content h3 {
	margin:20px 0;
}

blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100%;
}

#content p {
	line-height:15px;
	margin:10px 0;
}

#content p a {
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#content p a:hover {
	border-bottom:1px solid #aaa;
}

#content h2 {
	font:190%;
	margin-top:15px;
}

#content h3 {
	font:120%;
	margin-top:8px;
}

#content h2 a {
	color:#333;
	text-decoration:none;
}
/*

#header {
	width:100%;
	margin:0 auto;
	padding:5px 0;
}

#header .right {
	float:right;
}

#header h1 {
	font:290%;
	letter-spacing:-2px;
	margin-bottom:5px;
	margin-left:35px;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header h1 a span {
	color:#ccc;
}

#header h1 a:hover span {
	color:#A3E800;
}

#header h2 {
	font:130%;
	color:#999;
	display:inline;
	margin-left:35px;
}

#header h3 {
	font:100%;
	color:#999;
	display:inline;
	margin-left:35px;
}
*/

a.button:link,a.button:visited { 
	color:#004E76;
	font-size:0.75em;
	margin-right:6px;
	text-decoration:none;
	}
a.button:hover,a.button:active { 
	color:#004E76;
	font-size:0.75em;
	margin-right:6px;
	text-decoration:underline;
	}

	

#currentuser { 
	float:right;
	padding:5px 8px; color:#fff;
	font-size:0.88em;
	text-decoration:none;
	display:block;
	}

ul#nav {
	background:#005f8b;
	padding:0 0 0 20px;
	clear:both;
	border-bottom:1px solid #004E76;
	border-top:1px solid #004E76;
}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:5px;
}

ul#nav li a {
	padding:5px 8px;
	color:#fff;
	font-size:0.88em;
	text-decoration:none;
	display:block;
	float:left;
}

ul#nav li a:hover,ul#nav li a.current {
	background:#59bed4;
	color:#fff;
	border-bottom:1px solid #49b2cc;
	border-top:1px solid #49b2cc;
	margin:-1px 0;
}
ul#nav li span.logout {


}
ul#nav li span.logout a:link,ul#nav li span.logout a:visited { 
	display:inline;
	padding:0;
	float:none;
	border-bottom:none;
	font-size:0.75em;
	line-height:1;
	margin:0 2px;
	padding:0;
	}
ul#nav li span.logout a:hover,ul#nav li span.logout a:active {
	background:none;
	border-top:0;
	border-bottom:1px dotted #FFFFFF;
}

p.about {
	border-top:3px solid #6CCC26;
	border-bottom:3px solid #6CCC26;
	color:#fff;
	background:#8EDF53;
	padding:10px;
}

p.about a {
	color:#fff;
}
	



/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

#modalheader
{
	background:#00457C;
	padding:5px;
	font-size:150%;
	color: #fff;
	border-top:3px solid #979797;
	border-bottom:3px solid #979797;
	font-weight:bold;
	margin:5px 0;
}


/*
#status
{
	background: Yellow;
	width: 100%;
	padding: 6px;
	margin: 5px 0px;
	text-align: center;
}*/


#infocard
{
	width: 300px;
	border: solid 1px #000;
}

#infocard img
{
	float: left;
	padding: 5px;
}

#infocard p
{
	width: 100px;
	vertical-align:top;
}

/* Forms */

.formbutton
{
	font-size: 125%;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../../Images/admin/buttonbackground.gif) repeat-x left top;
}

.small
{
	font-size: 90%;
}




#epform p{
width: 700px;
clear: left;
margin: 0;
padding: 5px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
}

#epform.shortform p{
width: 400px;
clear: left;
margin-left: 5px;
padding: 5px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
}


#epform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#epform span label{
font-weight: normal;
float: none;
margin-left: 0px;
margin-right: 5px;
width: auto; 
}



#epform .longtextbox
{
	width: 400px;
}

#epform .shorttextbox
{
	width: 100px;
}

#epform .summarytextbox
{
	width: 550px;
	height: 150px;
}

#epform .smalltextbox
{
	width: 550px;
	height: 100px;
}


/*#epform textarea{
	width: 550px;
	height: 200px;
}*/

#epform .buttonlink
{
	font-size: 90%;
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.longtextbox
{
	width: 550px;
}



.smalltextbox
{
	width: 400px;
	height: 200px;
}







body .ErrorList ul
{
	display: block;
	width: 374px;
	padding: 1px 5px;
	margin: 0 0 0;
	background: beige;
	color: black;
	font-size: .9em;
	font-weight: bold;
	list-style: none;
	float: none;
}
.ErrorList ul li {
	line-height: 1.2;
	margin: 10px 0;
}
.ErrorList li em {
	font-weight: normal;
	font-style: normal;
}
.ErrorList li strong
{
	color: #004f6e;
}
.requiredicon {
   color: #B90000;
   margin: 3px;
   font-size: 120%;
}


#endtime em, #starttime em
{
	font-size: 9px;
}

#casestudyquotes
{
	width: 500px;
}





.modalBackground {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#date
{
	z-index: 1002;
}

#popupdetail
{
	background-color: #FFF;
}

#presenterList
{
	width: 800px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}


#presenters
{
	height: 300px;
	width: 850px;
	overflow: scroll;
}

.ajaxOrderedList li
{
  list-style-type: none;
}

#content .tools { 
	border-bottom:1px solid #E7E7E7;
	margin:0 0 10px;
	padding-bottom:10px;
	}

#content .tools h2 {
	margin-top:0;
	float:left;
}

#content .tools a.add:link,#content .tools a.add:visited {
	color:#005F8B;
	float:right;
	font-size:0.88em;
	font-weight:bold;
	text-decoration:none;
}

#content .tools a.add:hover,#content .tools a.add:active {
	text-decoration:underline;
}

#overviewinformation div label { display:block; font-weight:bold; font-size:.88em; margin:9px 0; }

.submit { margin-top:9px; }


h1 { font-size:1.75em; color: #006595; line-height:1.2; letter-spacing:-.25px; margin-bottom:10px; }
h2 { font-size:1.25em; color: #006595; letter-spacing:-.25px; }
h3 { font-size:1em; color: #006595; line-height:1; letter-spacing:0.25px; margin-bottom:.56em; }
h4 { font-size:1em; color: #333; line-height:1; letter-spacing:0.25px; margin-bottom:.56em; }
h5 { font-size:0.81em; }

.box { background-color:#f7f7f7; position:relative; border:solid 1px #e3e3e3; margin:.56em 0; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:10px;  }

#incentiveaudience div { 
	border-bottom:1px solid #E3E3E3;
	margin-bottom:9px;
	padding-bottom:9px;
	}
	
#incentiveaudience div.last {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

#incentiveinformation { margin-bottom:18px; }

hr { border:0; width:100%; color:#e6e7e8; background-color:#e6e7e8; height:1px; margin:1em 0; }

.styled-form { background-color:#f7f7f7; font-size:.88em; position:relative; border:solid 1px #e3e3e3; overflow:hidden; padding:20px; }
.styled-form td { padding:4px 6px; }
.styled-form label { font-size:.81em; width:130px; float:left; margin:7px 4px 0 0; clear:both; }
.styled-form input.text { width:230px; font:normal 100%/1.13em Arial, Helvetica, Verdana, sans-serif; }
.styled-form input,.styled-form textarea { float:left; margin-bottom:.56em; }
.styled-form select { margin:4px 0 9px; padding:2px 0; float:left; }
.styled-form input#submit { clear:both; width:auto; float:left; font-size:.81em; margin:1.13em 0 0 130px; }
.styled-form p.required { color:#900000; clear:both; }
.styled-form p.required.bottom {padding-top:18px;}
.styled-form span.required { color:#900000; }
.styled-form img.calendar,.styled-form span.kwh { float:left; margin:2px 0 0 6px; }
.styled-form #btnClear { margin-left:12px; }
.styled-form .set h3 { float:left; width:100%; margin:1.13em 0 .56em; }

a:link,a:visited  { color: #006595; }
a:hover,a:active { color: #2ca4bf; }

.admin-form-panel {border:dotted 1px #000000; margin-bottom:15px;}
.bsugTable { font-family:Verdana; font-size:11px; border-top:solid 1px #999999; border-left:solid 1px #999999; }
.bsugTable th { font-family:Verdana; font-size:12px; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:3px 3px 3px 3px; }
.bsugTable td { border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:3px 3px 3px 3px; }
.bsugTable .highlightRow { border-bottom:solid 1px #999999; background-color:#eeeeee; }
.box p { font-family:Verdana; font-size:11px; }
p a  { font-family:Verdana; font-size:11px; }

.change-password,.newUserPopup { display:block; margin:0; padding:6px 5px 9px 9px; clear:both; margin:9px 0; background:#FFFBDF; border:1px solid #FAF1B8; }
.change-password table tr td,.newUserPopup table tr td { padding:0 0 9px; }
.change-password table tr td label,.newUserPopup table tr td label { margin-right:8px; }
.modalBackground { background:#000; opacity: 0.5; filter: alpha(opacity = 50); }
#modalheader { display:none; }
