/* -----------------------------------------------------------------------------------

+ NH Energy Code Workshops -  Style Sheet - By Jayme Woogerd

----------------------------------------------------------------------------------- */
              
/*  General Styles
----------------------------------------------------------------------------------- */

html {
    background: #005030 url(../img/bg/bg_all.jpg) repeat-x;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}


body {
    font: 1em "Trebuchet MS", Helvetica, Ariel, sans-serif;
    color: #333;
    padding: 0px;
    margin: 0px;
}

img {
    display: block;
    border: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}


input {
    padding: 4px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #888;
    font-size: 1.2em;
}   

textarea {
    padding: 4px;
    margin: 0px 0 10px 0;
    background-color: #fff;
    border: 1px solid #888;
    font-size: 1.2em;
}    

select {
    padding: 4px;
    margin: 0px 0 10px 0;
    background-color: #fff;
    border: 1px solid #888;
}    




/*  Site Structure
----------------------------------------------------------------------------------- */


#header {

	height: 175px;
	width: 920px;
	padding: 0px 0 0 25px;
	background: #fff url(../img/bg/bg_header.png) no-repeat right;
	margin: 0 auto;
	margin-bottom: 14px;
}

#footer {
	width: 895px;
	background-color: #005030;
	text-align: left;
	display:block;
	padding: 12px 25px 14px 25px;
	color: #B4DBB1;
	font: normal .9em/1em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 0px;
}

#footer a{
	color: #93bbbb;
}


#navigation{
	float: right;
	height: 35px;
	display:block;
	width: 550px;
	margin: 85px 0 0 0;
	padding: 0;
	border: 1.5px solid #99CCFF;
	background: #fff url(../img/bg/bg_nav.jpg) repeat-y; 
}


#navigation  a {
	width: 94px;
	height:10px;
	display:block;
	float:left;
	padding: 8px 0px 17px 0px;
	text-align: center;
	font: bold 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	text-transform: uppercase;
	color:#000033;
}

#navigation a:hover {
	color: #005030;
}

#logo {
	float: left;
	top: -10px;
}
 
 
#searchnav {
	display:block;
	height:32px;
	width: 420px;
	float:right;
	margin-top: 10px;
	text-align: left;
	background: #fff url(../img/bg/bg_search.jpg) repeat-y;
	border: solid 1px #66CC99;
}

#searchnav p {
	display: block;
	float: left;
	margin: 8px 15px 0 23px;
	font:1.1em "Helvetica Condensed Light", Helvetica, Ariel, sans-serif;
	color: #698F69;
}


#searchbutton {
	margin-top:3px;
	background: inherit;
	border: none;
	font:1.1em "Helvetica Condensed Light", Helvetica, Ariel, sans-serif;
	color: #698F69;
}

#searchbutton:hover {
	color: #000055;
}

#socialmed {
	display:block;
	height:25px;
	width: 300px;
	float:left;
	margin: 15px 15px 0 -90px;
	text-align: right;
	font: bold .9em/1em Verdana, Arial, Helvetica, sans-serif;
}


#content_body {
	width: 915px;
	padding: 8px 15px 40px 15px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 12px;
}

	
#quicklinks {
	float:right;
	width: 300px;
	background: grey url(../img/bg/bg_quicklinks.jpg) repeat-y;
}

#quicklinks p {
	margin: 10px 0 0 6px;
	font: bold 1.4em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	letter-spacing: .75px;
	color: #fff;	
}

#quicklinks ul {
	list-style: none;
	line-height: 2em;
}


#leftcol ul {
	padding: 0 0 10px 6px;
}

#rightcol ul {
	padding: 0 6px 10px 0;
}

#quicklinks a {
	font: 1em "Trebuchet MS", Helvetica, Ariel, sans serif;
	color: #fff;	
}

#quicklinks a:hover {
	font: 1em "Trebuchet MS", Helvetica, Ariel, sans serif;
	color: #66CC99;	
}

#news {
	display:block;
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	float:right;
	width: 296px;
	height:214px;
	border: 2px solid #CC3333;
}


.newsupdates p {
	margin: 10px 0 0 6px;
	font: bold 1.4em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	letter-spacing: .75px;
	color: #AD5C5C;	
}

#newsbody p {
	margin: 10px 3px 3px 6px;
	font: 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	line-height: 150%;
	color: black;	
}

#newsbody a {
	text-decoration: underline;
	color:#AD5C5C;
}

#hero {
	display:block;
	float: left;
	width:605px;
}

.carousel {
	margin: 5px 15px 0 0;
	padding-left: 30px;
	float: left;
	width: 882px;
}

.leftlinkscontainer {
	display:block;
	float:left;
	width: 250px;
	background: #fff;
}


.leftlinks {
	float:left;
	width: 175px;
	background: #fff url(../img/bg/bg_leftlinks.jpg) repeat-y;
	margin-top: 7px;
	border: 2px solid #D04242;
	border-left: 0.1px solid #D04242;
}

.leftlinks p {
	margin: 4px 0 -5px 5px;
	text-transform: uppercase;
	font: bold 1.3em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: #B62329;
}

.leftlinks ul, .rightlinks ul {
	display:block;
	list-style: none;
	margin-left: -25px;
	margin-bottom:10px;
}

.leftlinks li {
	margin-bottom:7px;
}

.leftlinks a {
	font: 1em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	line-height: 125%;
	color: #003333;
}

.leftlinks a:hover, .tool a:hover {
	color: #B62329;
}
	

.rightlinks {
	display:blcok;
	float:right;
	width: 125px;
	background: blue url(../img/bg/bg_quicklinks.jpg) repeat-y;
	margin-top: 7px;
	padding-right: 10px;
}

.rightlinks p {
	margin: 7px 0 -2px 6px;
	text-transform: uppercase;
	font: bold 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: #fff;
}

.rightlinks ul {
	line-height: 90%;
	margin-bottom:20px;
}

.rightlinks li {
	margin-bottom: 9px;
}


.rightlinks a {
	font: 0.9em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: #fff;
}

.rightlinks a:hover {
	color: #66CC99;
}

.aboutmain {
	margin: -5px 3px 2px 190px;
	width:590px;
	border-bottom: 2px solid #66CC99; 
}

.aboutmain a {
	color: #0092AE;
}

.aboutmain p {
	font: 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: #333;
	margin-right: 2px;
}

.main {
	margin: -5px 3px 2px 190px;
	width:590px;
	border-bottom: 2px solid #66CC99;
	font: 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif #333;
}

.main p {
	font: 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: #333;
}

.toolkit {
	float:left;
	width: 585px;
}

.toolkit b {
	text-transform: uppercase;
	font: bold 1.5em "Trajan Bold", "Times New Roman", serif;
	color: #0092AE;
}



.tool {
	float:left;
	width:286px;
	text-align: center;
}

.tool p {
	margin-right: 3px;
	text-transform: none;
	font:bold 1.1em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color: black;
	text-align: center;
}

.tool img {
	margin: auto;
}



.content_right {
	float: right;
	width: 652px;
}


#fglist p {
	text-align: left;
}

#fglist img {
	display: inline;
}	


.contact_ara {
	width: 204px;
	float: right;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
}

.table_nonadmin {
	width: 410px;
	border: 0px;
}

.subsection_highlight_nonadmin {
	width: 130px;
	height: 110px;
	margin: 0 10px 12px 0;
	padding: 0 0 0 75px;
	display: block;
}

.subsection_highlight {
	float: left;
	width: 130px;
	height: 110px;
	margin: 0 10px 12px 0;
	padding: 0 0 0 75px;
	display: inline;
}

.subsection_highlight a, .subsection_highlight_nonadmin a{
	width: auto;
	display: block;
	font-weight: bold;
	color: #608cad;
}

.subsection_highlight h2, .subsection_highlight_nonadmin h2{
	font: normal 1.3em/1em Arial, Helvetica, sans-serif;
	color: #ba9c87;
	margin: 5px 0 7px 0;
	padding: 0px;
}

.subsection_highlight_nonadmin h2 a, 
.subsection_highlight_nonadmin h2 a:visited, 
.subsection_highlight_nonadmin h2 a:hover, 
.subsection_highlight_nonadmin h2 a:active {
	color: #ba9c87;
	margin: 5px 0 7px 0;
	padding: 0px;
	font-weight: normal;
	text-decoration:none;
}


.subsection_highlight h2 a, 
.subsection_highlight h2 a:visited, 
.subsection_highlight h2 a:hover, 
.subsection_highlight h2 a:active {
	color: #ba9c87;
	margin: 5px 0 7px 0;
	padding: 0px;
	font-weight: normal;
	text-decoration:none;
}


.subsection_highlight#companies, .subsection_highlight_nonadmin#companies {
    background: url(../img/bg/bg_companies.jpg) top left no-repeat;
}
.subsection_highlight#users, .subsection_highlight_nonadmin#users {
    background: url(../img/bg/bg_users.jpg) top left no-repeat;
}
.subsection_highlight#profile, .subsection_highlight_nonadmin#profile {
    background: url(../img/bg/bg_profile.jpg) top left no-repeat;
}
.subsection_highlight#settings, .subsection_highlight_nonadmin#settings {
    background: url(../img/bg/bg_settings.jpg) top left no-repeat;
}
.subsection_highlight#messages, .subsection_highlight_nonadmin#messages {
    background: url(../img/bg/bg_messages.jpg) top left no-repeat;
}
.subsection_highlight#logout, .subsection_highlight_nonadmin#logout {
    background: url(../img/bg/bg_logout.jpg) top left no-repeat;
}

p.privacy {
	color: #888;
	text-align:justify;
	font: normal .9em/1.6em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: -10px 0 0 0;
}


.clear {
	clear:both;
}

input.button {
    padding: 1px 3px 2px 3px;
    margin: 0px;
    color: #fff;
	background-color: #9cadba;
    border: 1px solid #5E7587;
	font: normal 1em/1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

.textarea_styles {
	padding: 2px; 
	background-color: #f8f8f8; 
	border: 1px solid #444444; 
	font: normal 1em Arial, Helvetica, sans-serif;
}

.button {
font-size: .95em;
}


.submit_login {
    padding: 2px;
    margin: 0px;
    border: 1px solid #444444;
    font-size: 1.2em;
}

/*  General Link Styles
----------------------------------------------------------------------------------- */

a {	color: #003333;
	text-decoration: none;
}

a:hover { color: #B62329}


/*  Typography
----------------------------------------------------------------------------------- */


h1 {
    font: bold 1.9em Helvetica, arial, sans-serif;
    color: #000;
    margin: 5px 0px 9px 0px;

}


h2 {
    font: normal 1.6em Helvetica, arial, sans-serif;
    color: #444;
    margin: 0 0 20px 0;
	border-bottom: 1px solid #ECF2F0;
	padding-bottom: 4px;
}


h3 {
	background: green url(../img/bg/bg_title.jpg) repeat-x;
    font: bold 1.4em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	text-transform:uppercase;
    color: #fff;
    margin: 0 0 5px 0;
	padding: 3px 0 4px 5px;
}

        
h4 {
    font: bold 1.5em "Trajan Bold", "Times New Roman", serif;
	color: #0092AE;
    margin: 3px 0px 7px 0px;

}


h5 {
  font: normal 1.4em Georgia, "Times New Roman", Times, serif;
  color: #606f7d;
  margin: 0 0 8px 0;
}

h6 {
  font: bold 1.0em Helvetica, "Times New Roman", Times, serif;
  color: #606f7d;
  text-transform:uppercase;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

p {
font: 1.2em Helvetica, "Times New Roman", Times, serif;

}

.dev_comment {
    padding: 10px;
    border: 1px solid #f2d99d;
    background-color: #fff8da;
    color: #9C8D65;
}

.special_comment {
    padding: 10px;
	margin-bottom:10px;
	margin-top:0px;
    border: 1px solid #c3d0d0;
    background-color: #f3f8f7;
    color: #77847c;
	font-size: 11px;
	line-height: 16px;
}


/*  Notices & Comments
----------------------------------------------------------------------------------- */

.comment_notice {
    margin-top: 5px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid;
    border-color: #444444;
    color: #000;
    background-color: #ffffff;
    text-align: center;
	font-family: arial;
	font-size: .85em;   
	display: none;
}


.application_notice {
	width: auto;
	padding: 5px 0 0 0;
	height: 29px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    background: url(../img/common/bg_note_success.jpg) repeat-x;
	display: none;
}

.application_notice img {
	display: inline;
	vertical-align: -3px;
	margin: 0 5px 0 0;
}

.application_error {
	width: auto;
	padding: 5px 0 0 0;
	height: 29px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    background: url(../img/common/bg_note_error.jpg) repeat-x;
	display: none;
}

.application_error img {
	display: inline;
	vertical-align: -3px;
	margin: 0 5px 0 0;
}



.comment_notice_wide {
	margin: 10px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid;
    border-color: #b37c05;
    color: #000;
    background-color: #f8d17c;
    text-align: center;
	font-family: arial;
	font-size: .85em;   
	display: none;
}

.comment_notice_wide_strong {
	margin: 10px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid;
    border-color: #b37c05;
    color: #000;
    background-color: #FFF;
	background-image: url("../img/error_bg.gif"); 
    text-align: center;
	font-family: arial;
	font-size: .85em;   
	display: none;
}

.close_box {
	float: right;
}

/*  Wrappers & Section Styles
----------------------------------------------------------------------------------- */

.vp_banner {
width: 90%; 
background-color: #fff; 
height: 45px; 
border: 1px solid #ccc; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
margin-top: 15px;
padding: 10px; 
}

.vp_nav {
width: 90%; 
background-color: #fff;
padding: 10px; 
border: 1px solid #ccc; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
margin-top: 15px;
word-spacing: 20px;
}


.vp_user_bar {
width: 90%; 
background-color: #fff;
padding: 10px; 
border: 1px solid #ccc; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
margin-top: 15px;
}

.vp_workspace_title {
width: 99%; 
background-color: #FDFDFD;
padding: 5px; 
border: 1px solid #DFDFDF; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
margin-top: 3px;
}

.ara_vp_display_logins {
width: 100%;; 
padding: 5px; 
margin-top: 10px;
}

.ara_vp_company_add_box {
display:none; 
padding: 5px; 
margin-left: 2px; 
margin-right: 2px; 
margin-top: 5px; 
margin-bottom: 5px;
}

.note {
	margin: 0 0 20px 0;
	font: normal .9em/1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #999;
}

.small_note {
	margin: 10px 0 0 0;
	font: italic .9em/1.2em Arial, Helvetica, sans-serif;
	color: #999;
}


.ara_vp_company_list_box {
background-color:#FFF; 
padding: 5px; 
margin-left: 2px; 
margin-right: 2px; 
margin-top: 5px; 
margin-bottom: 5px;
}




/*  Tooltip Formatting
----------------------------------------------------------------------------------- */
#DHTMLgoodies_formTooltipDiv{
	font-family:arial;
	font-weight:normal;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#444;
	font-weight:normal;
	font-size:0.85em;
}

/*  Bullets Styles
----------------------------------------------------------------------------------- */
.about_bullets_main { margin-left: 0px; padding: 0px; font-size:  12px; list-style-type: square; margin-top: 5px;}
.about_bullets_sub { margin-left: 40px; padding: 0px; font-size: 11.5px; list-style-type: disc; }
.about_bullets_sub2 { margin-left: 65px; padding: 0px; font-size: 11.5px; list-style-type: circle; }

/*  Form Validation
----------------------------------------------------------------------------------- */

.error {
    color: #7D0000;
}
.controlerror {
    border: 1px solid #7D0000;
}


.message_upload_loading {
position: relative; 
float: right; 
top: 50px; 
left: -250px;
display:none;
}

.form_error {

border-top: 1px solid #ECF2F0;
margin-top: 10px;

}



/*  Registration Workshop Listing - Styles
----------------------------------------------------------------------------------- */

	.checklist {
			border-bottom: 1px solid #ccc;
			list-style: none;
			list-style-type:none;
			overflow: auto;
			width: 100%;
			height: 125px;
			font-family: arial;
			font-size: 12px;
}
		.checklist, .checklist li { margin-top: 5px; padding: 0px; }
		.checklist label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
		.checklist label:hover, .checklist label.hover { background: #60905D; color: #fff; }
		* html .checklist label { height: 1%; }


		.checklist_full, .checklist_full li { margin-top: 5px; padding: 0px; }
		.checklist_full label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
		.checklist_full label:hover, .checklist_full label.hover { background: #ffffff; }
		* html .checklist_full label { height: 1%; }


.resources_groupings_box {
background-color: #FDFFFD;
border: 1px solid #E2E2E2;
padding: 10px
}

/* Styles for Dropdown Menu */


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: inherit;
color: #005030;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
margin-left: -1px;
font: bold 1.2em "Trebuchet MS", Helvetica, Ariel, sans-serif;
color:#000033;
line-height: 18px;
z-index: 200; /* zIndex should be greater than that of shadow's below */
background: #fff url(../img/bg/bg_nav.jpg) repeat-y;;
width: 300px; /* default width for menu */
}

.anylinkshadow {
   height: 0 !important;
}



.anylinkcss ul{
	border: 1.5px solid #6699FF;
	border-top: none;
	margin: 0;
	padding: 3px;
	list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 5px 0;
	font: bold 1em "Trebuchet MS", Helvetica, Ariel, sans-serif;
	color:#000033;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #005030;
}


.dropcontainer {
	border-right: 1px solid #6699FF;
	display:block;
	float: left;
	background: inherit;
}



/* ######### Home Page Step Carousel ######### */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 846px; /*Width of Carousel Viewer itself*/
	height: 180px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 7px; /*margin around each panel*/
	width: 273px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/*Collapse Videos*/

.handcursor {
	cursor:hand;
	cursor:pointer;
}

p.handcursor:hover {
	color: #B62329;
}
	



/* ######### Google Search Bar Styles ######### */


/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}


.imgactors {

display:inline;
width: 217px;
margin: 4px;
}
