﻿/*For COL Tool Here*/

.sal_col_section_title
{
	font-size: 13px;
	color:Black;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.sal_col_content_blod
{
	font-size: 11px;
	color:#2D9606;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.sal_col_verticalline
{
	width:1px;
	height:220px;
	background-color:#cccccc;
}

.sal_col_horizontalline
{
	background-color:#CCCCCC; 
	height:1px; 
	width:500px;
}

.sal_col_subtitle
{
	font-weight:bold;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
}

.sal_col_content_error
{
	color:red;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.sal_col_barchats
{
	width:350px; 
	height:300px;
}

.sal_col_displaynone
{
	display:none;
}

/*For COL Tool End*/

/****************************************/
.sal_button
{
	vertical-align:text-bottom;
	text-align:center;
	background-color: Transparent;
	border: none;
	background-image: url(/CostOfLivingWizard/Graphics/empty_button.gif); 
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-weight: bold;
	color:#2D9606;
	height:20px;
	display:block;
	width:100px;/*FF*/
	width:100px\9;/*IE8,IE7,IE6*/
	[;width:100px;]/*Safari*/
}

.sal_button_update
{
	vertical-align:text-bottom;
	text-align:center;
	background-color: Transparent;
	border: none;
	background-image: url(/CostOfLivingWizard/Graphics/empty_button_cr.gif); 
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-weight: bold;
	color:#2D9606;
	height:20px;
	display: block;
	width:130px;/*FF*/
	width:130px\9;/*IE8,IE7,IE6*/
	[;width:130px;]/*Safari*/
}

.sal_col_current{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #a5cf94;
	border:1px solid #aaaaaa;
}

.sal_col_living{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #299600;
	border:1px solid #aaaaaa;	
}