/*
Theme Name: SNS2
Theme URI: http://www.dynamicintegrations.com/
Description: <a href="http://www.dynint.pro/" target="_blank">Dynamic Integrations</a> starter theme.  Do not use/modify this theme.  Please copy it for individual projects.
Version: 1.0
Author: Dynamic Integrations
Author URI: http://www.dynamicintegrations.com/
Tags: 
*/



/* Begin Typography & Colors */


body {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 62.5%;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-image: url('images/background.png');
  background-repeat: repeat;
  color: #333;
  background-color: #fff;
  text-align: center;
}

a{
  color:#444;
}

h1{
  font-size: 16px;
  line-height: 18px;
}

h2{
  margin:0;
  margin-bottom:10px;
  color: #3A506B;
  line-height: 26px;
  font-size:22px;
  /*text-align: center;
  width: 640px;*/
}

h3{
  margin:0;
  margin-bottom:10px;
  margin-top: 10px;
  color: #3A506B;
  line-height: 22px;
  font-size: 18px;
  font-style: italic;
  /*text-align: center;
  width: 640px;*/
}

h4{
  margin: 8px 0 8px 0;
  color: #000;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold; 
  text-align: center;
}

h5{
  margin: 8px 0 8px 0;
  color: #000;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold; 
  text-align: center;
  text-decoration: underline;
}

p{
  margin:10px;
}

#page {
  border:none;
  margin: 0 auto;
  width: 850px;
  text-align: left;
}

#header,
#frontPageHeader {
  background-color: #fff;
  background-image: url('images/banner.png');
  background-repeat:no-repeat;
  margin: 0;
  padding: 0;
  height: 182px;
  width: 850px;
}

#frontPageHeader {
  background-image: url('images/homeBanner.png');
}

.clear{
  /*background-color: #333;*/
  clear: both;
  margin-bottom:1px;
/*  padding:0;*/
}

#headerMenu{
  width: 850px;
  margin:0 auto;
  padding:0;
  position: relative;
  top: 40px;
  height:30px;
  background-image: url('images/menuBg.png');
  background-position: center;
}

.dwtAjaxDialog .dataForm{
    width: 350px;
}
/*

#headerMenu ul{
  list-style: none;
  padding:0;
  margin:0;
  height:30px;
}

#headerMenu li{
  float:left;
  padding:0;
  margin:0;
  height:30px;
  background-image: url('images/tabBg.png');
  background-repeat: repeat-x;
}
*/

#headerMenu ul{
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#headerMenu li{
  display: inline;
  padding:0;
  margin:0;
  position: relative;
}

#headerMenu li a{
  padding: 0;
  margin:0;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:18px;
  padding-right: 15px;
  position: relative;
  top: 5px;
  color: #354B65;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

#headerMenu li a:hover{
  /*background-color: #A9A9A9; #354B65;*/
  color: #222;
}


#headerMenu ul.subMenu{
  position: absolute;
  width: 180px;
  top: 26px;
  left:10px;
  background-color: #fff;
  z-index: 800;
}

#headerMenu ul.subMenu li{
  display: none;
  text-align: left;
  height: 24px;
}

#headerMenu ul.subMenu li a{

  width: 180px;
}

#headerMenu li.subMaster:hover li{
  display: block;
}


#frontPageContainer{
  background-image: url('images/frontPage.png');
  padding: 0;
  margin: 0;
  width: 850px;
  height: 600px;
  background-color: #222;
  position: relative;
}

#container{
  background-image: url('images/page.png');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  width: 850px;
  min-height: 600px;
  background-color: #fff;
  position: relative;
}

#resourceContainer{
  width: 180px;
  min-height: 300px;
  background-image: url('images/resourceBg.png');
  background-repeat: repeat-x;
/*  background-color: #bfbebd;*/
  float: right;
  margin: 0px;
  padding:3px;
  padding-right:15px;
  padding-left: 15px;
  padding-top:10px;
  margin-left:35px;
  margin-bottom:30px;
  border-right-color:#ddd;
  border-right-style:dotted;
  border-right-width: 1px;
  border-left-color:#ddd;
  border-left-style:dotted;
  border-left-width: 1px;  z-index:0;
}

ul{
  list-style-type: none;
  margin:0;
  padding:3px;
}

li{
      list-style-type: none;
}


li{
  margin: 0;
  line-height: 14px;
  padding-left: 20px;
  padding-bottom:12px;
  font-size: 12px;

  background-position: left top;
  background-repeat: no-repeat;
}

li.doc{
  background-image: url("images/pageIcon.png");
}

li.video{
  background-image: url("images/vidIcon.png");
}

#resourceContainer li a:hover{
  color:#004A8B;
}

#contentContainer{
  margin: 0;
  padding:0;
  padding-top: 30px;
  padding-left: 80px;
  width:550px;
/*  float:right;*/
  z-index:0;
  /*position: absolute;*/
}


#content {
  width:510px;
  margin:0;
  margin-left:10px;
  margin-right:10px;
  padding:10px;
  padding-top:60px;
  padding-bottom:1px;
  /*background-color: #fff;*/
}

#content.narrowcolumn {
  width: 495px;
}

#content.widecolumn {
  width: 680px;
  margin: 0 auto;
}

#commentform textarea{
  width:505px;
}

#vidBlockContainer{
 /* position: relative;
  top: -670px;*/
 margin-top: -740px;
  left: 0px;
  height: 0px;
}

#cToA{
  margin-top:88px;
  margin-left: 4px;
  cursor: pointer;
  width: 100px;
}

#cToABody{
  /*background-color: #CCC;*/
  /*background-image: url('images/sidebarBottom.png');
  background-repeat: repeat;*/

}

#cToACloser{
  display:block;
  background-color: #ddd;
  height: 30px;
  width: 80px;
  border-color:#666;
  border-style: dotted;
  border-width: 1px;
  /*float:left;*/
  margin-bottom: 15px;
  margin-top:8px;
  
}

#cToAContainer .button{
  display:block;
  background-color: #ddd;
  height: 30px;
  width: 80px;
  border-color:#666;
  border-style: dotted;
  border-width: 1px;
  font-size: 12px;
  /*float:left;*/
}

#cToAContainer{
  background-color: #ccc;
  width: 250px;
  position: absolute;
  top: 2px;
  left: 10px;
  z-index: 1;
  display: none;
  margin:0;
  padding:0;
  padding-right: 15px;
}
/*
#cToAContainer .gform_heading{
  margin:0;
  padding:0;
}

.cToAForm input,
.gform_wrapper select
{
  width: 140px !important;
}*/

.validation_error,
.validation_message{
  color: yellow;
  padding-bottom:10px;
}

#cToABody{
  padding-left: 20px;
}

#cToABody .gform_heading{
  padding-bottom:10px;
}

#cToABody label{
  padding-left: 5px;
}

#cToABody ul{
  padding:0;
  margin:0;
  list-style-type: none;
}

#cToABody li,
#cToABody .gfield_label{
  margin:0 !important;
  padding:0;
  padding-bottom: 5px;
}
/*
.cToAForm input.button{
  width: 140px !important;
  margin:0 !important;
  padding:0 !important;
}
*/
#cToAFooter{
  width:250px;
  height: 15px;
  background-image: url('images/sidebarBottom.png');
  background-repeat: no-repeat;
  margin:0;
  padding:0;
}


/*
#sidebarRepeat{
  background-image: url('images/sidebarBottom.png');
  background-repeat: repeat;
}

#sidebarBottom{
  width:250px;
  height: 15px;
  background-image: url('images/sidebarBottom.png');
  background-repeat: no-repeat;
}*/
.vidBlock{
  width: 150px;
  height: 150px;
  /*cursor: pointer;*/
  
}

.vidBlock a{
  display:block;
  width:100%;
  height:100%;
/*  background-color: orange;*/
/*  margin-left:35px;
  margin-top:60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;*/

}
#block0{
  width: 300px;
  position: relative;
  top: -20px;
  left: 280px;
}

#block1{
/*  background-color: blue;*/
  position: relative;
  top: -110px;
  left: 20px;
}

#block2{
/*  background-color: pink;*/
  position: relative;
  top: -260px;
  left: 680px;
}

#block3{
/*  background-color: red;*/
  position: relative;
  top: -200px;
  left: 20px;
}

#block4{
/*  background-color: fuchsia;*/
  position: relative;
  top: -350px;
  left: 680px;
}

#block5{
/*  background-color: green;*/
  position: relative;
  top: -300px;
  left: 20px;
}

#block6{
/*  background-color: yellow;*/
  position: relative;
  top: -450px;
  left: 680px;
}

#systemSelect{
  position: relative;
  top:-740px;
  left:285px;
  width:300px;
  height:250px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  line-height: 25px;
}

#systemSelect a{
  color:#32455F;
  text-decoration: none;
}

#systemSelect a:hover{
  color:#333;
}

#systemSelect h1{
  text-transform: uppercase;
/*  text-decoration: underline;*/
  font-size: 22px;
}


.navigation {
  display: block;
  text-align: center;


  
  margin-top: 10px;
  margin-bottom: 30px;
}

.post {
  margin-top:5px;
  margin-bottom:5px;
}

.postmetadata {
  padding-top: 5px;
  text-align: center;
  padding-bottom:5px;;
}

.entry{
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

#sidebarRepeat{
 /* z-index:2;
  background-color: pink;
  display:block;*/
}

/*
#sidebarContainer{
  width:250px;
}
*/
/*

#sidebarTop{
  width:250px;
  height:15px;
  background-image:url(images/sidebarTop.png);
  background-repeat:no-repeat;
  margin:0;
  padding:0;
}

#sidebarRepeat{
  width:250px;
  min-height:10px;
  background-image:url(images/sidebarRepeat.png);
  background-repeat:repeat-y;
  margin:0;
  padding:0;
}
#sidebarBottom{
  width:250px;
  height:15px;
  background-image:url(images/sidebarBottom.png);
  background-repeat:no-repeat;
  margin:0;
  padding:0;
}
*/
/*
#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width:180px;
  margin:0;
  margin-left:10px;
  margin-right:10px;
  padding:10px;
  padding-top: 1px;
  padding-bottom:1px;
}
*/
/*
#sidebar h2{
  font-size:12px;
}
*/


#searchform {
  width:150px;
  text-align: left;
}

#searchform input{
  width:100px;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}


#footer,
#frontPageFooter{
  padding:0;
  margin:0;
  margin-top: -1px;
  width: 850px;
  height: 149px;
  background-image: url(images/footer.png);
  color:#bbb;
  text-align:center;
  clear:both;
}

#topFooter{
  position:relative;
  top: 30px;
  color: #666;
  font-size:12px;
}


#subFooter{
  font-size: 12px;
  position:relative;
  top: 40px;
}

#frontPageFooter{
  background-image: url(images/homeFooter.png);
}

#footer a{
  color:#fff;
}

#topFooter a{
  color: #354B65;
}

img{
  border:none;
}

p img {
  padding: 0;
  max-width: 100%;
}

.centered{
  text-align: center;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  display: inline;
  clear:both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
    clear:both;
}

.clear {
	clear: both;
}

.clear img.alignleft{
  padding-bottom:0;
  margin-bottom:0;
}

li.page-item-24,
li.page-item-24 li{
  display:none;
}

.pad{
  display:none;
}

pre{
  font-size:10px;
  color:#333;
  background-color:#ddd;
  border-style:dotted;
  border-width:1px;
  border-color:#111;
  padding:5px;
  overflow:scroll;
}
h2.widgettitle{
 padding-top:15px;
}

.headerHover{
  background-image: url('images/headerHover.png');
}


ol li {
	list-style: decimal outside;
	}

ol li p{
  padding:0;
  margin:0;
  margin-top: 10px;
}

/*






a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        color: #86B440;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
        color: #86B440;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h2 a:hover {
	text-decoration: none;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}





h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}



h3, h3 a, h3 a:visited {
	color: #333;
	}



 h3, h3 a, h3 a:visited, h3 a:hover {
	text-decoration: none;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


 cite {
	text-decoration: none;
	}




.widecolumn .entry p {
	font-size: 1.05em;
	}






.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}





.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}





small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}











.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}







#header h2.widgettitle{
	display:none;
}

#header ul {
margin: 0;
	padding: 0;
	width: 150px;

}

#header li {
	position: relative;
	list-style: none;
}

#header li ul li ul{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#header ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

#header li:hover ul { 
	display: block; 
}







#header li a{
	color:#456;
}






#headerimg .description {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 830px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
















html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}





.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}





#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 630px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}




#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}





acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}





.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/



.dataForm{
    margin-left:auto;
    margin-right:auto;
    width:680px;
    color:#333;
    /*margin-top:100px;*/
    /*background-color:#ddd;*/

    /*margin:10px;*/
}

.bigHeader{
    height:100px;
}

.dataFormTitle{
    /*padding-left:10px;
    padding-right:10px;
    font-weight:bold;
    line-height:30px;
    font-size:16px;*/
    /*background-color:#fff;*/
    font-size: 14px;
}
.hiddenDataFormField{
    display:none;
}

.dataFormField{
    display:block;
    text-align:left;
    line-height:22px;
    overflow:visible;
}

.fieldsetClass,
.dataFormFieldset
{
    border:none;
    clear:both;
    margin-left:10px;
    margin-right:10px;
}

.dataFormField textarea,
.dataFormField select{
    width:155px;
}


.fieldLeft{
    /*display:none;*/
}

.rightLabel{
    width:200px;
}


#ajaxBody{
    background-color:#f2f5f7;
    text-align:left;
}

#ajaxContent .dataForm{
    width:475px;
    margin:0;
    background-color:#eee;
    font-size:14px;
}

#ajaxResult{
    color:red;
}

#formContainer{
    display:block;
}

#errorMessage,
.errorMessage{
    color:red;
    text-align:center;
}

#loginContainer{
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.ajaxDelete img{
  width:20px;
}

.tableImage{
  display:block;
  width:120px;
  height: 120px;
}

#sdrs1{
  background-image: url(images/doubleLayerScrewDown.png);
  background-repeat: no-repeat;
  background-position: center;
}

#sdrs2{
  background-image: url(images/fullCavityScrewDown.png);
  background-repeat: no-repeat;
  background-position: center;
}

#sdrs3{
  background-image: url(images/suspendedFullCavity.png);
}

#sdws1{
  background-image: url(images/singleLayer.png);

}

#sdws2{
  background-image: url(images/doubleLayerWall.png);

}

#sdws3{
  background-image: url(images/suspendedFullCavity.png);
}

#ssrs1{
  background-image: url(images/ssDoubleLayer.png);
}

#ssrs2{
  background-image: url(images/fullCavity.png);
}

#ssrs3{
  background-image: url(images/ssSuspended.png);
}

.verticalSpacer{
  display:block;
  height: 20px;
}

.wp-table-reloaded td{
  font-weight: normal !important;
}

.wp-table-reloaded td b{
  font-weight: bold;
}

#comparisonContentContainer{
    /*background-color: #000;*/
    margin-left: 25px;
    margin-right: 25px;
    /*padding: 0 25px 0 25px;*/
    padding: 0;
    width: 800px;
    z-index:0;
}

#energyContainer{
    /*margin-right: 75px;*/
    float: right;
}

.chartContainer{
    /*background-color: #BBB;*/
    padding:10px; 
    border: #aaa 1px solid;
    width: 375px;
}

.infoChartContainer{
    width: 180px;
    height: 120px;
    float: right;
    padding: 10px;
}

.infoChartContainer table{
    width: 100%;
    border: 1px #777 solid;
    border-collapse: collapse;
    text-align: center;
}

.infoChartContainer table th{
    background-color: #777;
    color: #fff;
}
.infoChartContainer table td{
    border: 1px #777 solid;
    background-color: #ccc;    
}

.infoContainer{
    width: 180px;
    height: 270px;
    float: right;
    padding: 10px;
}

.infoContainer ul{
    height: 80px;
}

.infoContainer li{
    list-style-type: square;
    margin: 0 0 0 15px;    
    padding: 0;
}

#info1, #info5{
    background-color: #ccc;
}

#info2, #info6{
    background-color: #afb997;
}

#info3, #info7{
    background-color:cornflowerblue;
}

#info4, #info8{
    background-color: indianred;
}

.indexTable img.icon{
    width: 14px;
}