/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  
{
	background:#000;
	border:solid 1px #b0b0b0;
	opacity: 1; /* Firefox, Safari(WebKit), Opera)*/
	-moz-opacity:1;
    -khtml-opacity: 1;
	filter:alpha(opacity=100);/* IE 4-7 */
	/*filter: "alpha(opacity=64)";  IE 8 */   
   
}

.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */

/* Columns section */
#columns .column {
    float: left;
    width: 33.3%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;

}
/* Column dividers (background-images) : */
	#columns #column1 { width:235px; }
	#columns #column2 { width:338px; margin:0 18px; }
	#columns #column3 { width:350px; }
	
#columns #column1 .widget { margin: 20px 0px 0 0px; }
#columns #column3 .widget { margin: 20px 0px 0 0px; }
#columns .widget {
    margin-top: 20px;
    /*padding: 2px;
    background-color:#000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}
/*#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}*/
/*#columns .widget .widget-content {*/
    /*background: #333 url(../images/widget-content-bg.png) repeat-x;*/
   /* padding: 0 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
.color-green h3
{
	height:24px;background:#000;
	color:#fff;
}*/
/*#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}*/
/* End Columns section */

.headerPanel
{
    background-image: url("/App_Themes/Default/IntelliBase/bg_title.png");
    border-bottom: solid 1px #a4b26d;
    color: blue;
    font-weight: bold;
    height: 20px;
    padding-left: 6px;
    padding-top: 6px;
}

.headerPanelText
{
    font-size: 14px !important;
    font-size: 14px;
}