/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2012. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

.progressTable.done{
	background: -moz-linear-gradient(top, #8BC53E, #72A231);
	background: -webkit-gradient(linear, left top, left bottom, from(#8BC53E), to(#72A231));
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8BC53E, endColorstr=#72A231)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8BC53E, endColorstr=#72A231);
}

.progressTable .progressLeft{
	height:100%;
}

.progressTable .progressRight{
	background: -moz-linear-gradient(top, #252525, #4F4F4F);
	background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#4F4F4F));
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#252525, endColorstr=#4F4F4F)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#252525, endColorstr=#4F4F4F);
	height:100%;
}

.progressTable{
	background: -moz-linear-gradient(top, #008ABF, #00668C);
	background: -webkit-gradient(linear, left top, left bottom, from(#008ABF), to(#00668C));
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#008ABF, endColorstr=#00668C)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#008ABF, endColorstr=#00668C);
    border-collapse:collapse;
    border:1px solid #333333;
    width:100%;
    height:100%
}

.progressTable tr{
	height: 100%;
}

.wea_progress_bar{
	border-collapse:collapse;
}

.wea_progress_bar td{
	padding:0px;
}

.wea_progress_bar .hide {
    display: none;
    margin:0px;
    padding:0px
}

.wea_progress_bar .label {
    color: #555555;
   	font-weight: bold;
}

.wea_progress_bar .northRow td{
  	padding-bottom:5px;
}

.wea_progress_bar .southRow td{
  	padding-top:5px;
}

.wea_progress_bar .label.eastLabel {
  	padding-left:5px; 
}

.wea_progress_bar .label.westLabel {
  	padding-right:5px;
}