﻿/* Reset */  
ul,ol {margin:0; padding:0; list-style:none; border:none; list-style-type: none;}  
/* End Reset */  
ul li {
       /*giving UL's LIs generated disc markers*/
       list-style-type: none;
}


/* Columns section */
#columns {padding: 5px;display: inline-block;clear: both;width:100%;}
#columns .column {
    float: left;
    width: 50%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important;
		height: 400px;
}
#columns .thirds {
    width: 33%;
}
/* Column dividers (background-images) : */
#columns #column1 .widget { margin: 0px 5px 15px 5px; }
#columns #column2 .widget { margin: 0px 5px 15px 5px; }
#columns #column3 .widget { margin: 0px 5px 15px 5px; }
#columns .widget {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    overflow: hidden;
    width: 97%;
/*    height: 30px;*/
/*    line-height: 30px;*/
}
#columns .widget .widget-head span {
    padding: 0 5px;
    float: left;
    color: #fff;
}
#columns .widget .widget-content {
    padding: 5px;
    line-height: 1.2em;
    /*overflow: hidden;*/
    border: 2px solid #cdcdcd; border-top: none;
    -webkit-border-radius:0px 6px 6px 6px;
	-moz-border-radius:0px 6px 6px 6px;
	border-radius: 0px 0px 6px 6px;

	background-color:#FFFFFF;
}
/* End Columns section */

#HeatMapDiv {
    padding: 5px;
    line-height: 1.2em;
    overflow: hidden;
    border: 2px solid #cdcdcd; border-top: none;
    -webkit-border-radius:0px 6px 6px 6px;
	-moz-border-radius:0px 6px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}