﻿label
{
    font-size: 100% !important;
    font-weight: normal;
}

div#main
{
    padding: 0px;
    margin: 0;
}

fieldset#edit-budget div label
{
    width: 200px;
    display: block;
    clear: right;
    float: left;
}

fieldset#add-budget div label
{
    width: 200px;
    display: block;
    clear: right;
    float: left;
}

div.checkboxes div label
{
    display: inline !important;
    clear: none  !important;
    float: none !important;
}


input
{
    margin: 0;
    margin-bottom: 5px;
}

h1
{
    padding-bottom: 20px;
}

h2
{
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

h3
{
    border-bottom: 1px solid #555;
    margin-bottom: 5px;
    color: #555;
}

div.actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

table#budgetTable {
    margin-bottom: 10px;
}

.budget_all_fields {
	width:100%;
	float:left;
	margin: 1px 0 10px 0;
 }

.budget_fields {
	width:20%;
	float:left;
	margin: 1px 0 10px 0;
	min-width: 230px;
  }

.budget_label {
	width:100%;
	float:left;	
	font-weight: bold;
}

.text_bold 
{
    font-weight : bold;
}

.budget_data_wrapper {    
	width:100%;
	float:left;
}

.budget_data {
   background-color: #66FF33;	
	width:220px;
	float:left;
	font-weight: bold;
}

.budget_alert_data {
    background-color: #e80c4d;	
	width:70%;
	float:left;
	font-weight: bold;
}

.budget_alert_data input
{
    background-color: #e80c4d;		
    width : 180px;
    border-width:0px;
    font-weight: bold;
}

.budget_data input
{
    background-color: #66FF33;	
    width : 180px;
    border-width:0px;
    font-weight: bold;
}

.budget_annual_data 
{
    background-color: #66FF33;	
    width : 180px;
    border-width:0px;
    float:left;
    font-weight: bold;
}


.budget_data_left 
{
    background-color: #CCCCCC;
	width:220px;
	float:left;
	font-weight: bold;
}

.budget_data_left input
{
    background-color: #CCCCCC;
    width : 180px;
    border-width:0px;
    font-weight: bold;
}

.budget_td_data_left 
{
  border: none;
  outline: none;
}
.messagte-alert 
{
    color: #e80c4d;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

#budgetSplitTable input 
{
    width : 200px;
}

#budgetSplitTable tr {
    border: 2px solid #000;
}

#budgetSplitTable .disableColumn input 
{
    border-width:0px;
}
