﻿html {
	margin: 0px;
	padding: 0px;
	background: url(/images/greyfading.jpg) repeat-x;	
	/*border: 1px solid tomato;*/

	
}
.entry
{
text-align:left;

}
body {

	
}
a:hover {
	text-decoration: none;
}
a:visited {
color:blue;
}

a:active{
color:blue;
}

/*Tool tip CSS*/
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	color:blue;

   }

a.info:hover{z-index:25;
}

a.info span{display: none;
            font-size:14px;
           }

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid;
    background-color:white; color:blue;
    text-align: center}
	

/*END Tool tip CSS*/


#Container
{


	width: 900px;  	
	margin: 0px auto 6px auto;		
	border: solid 1px #A5A5A5;	
	background-color: white;
	position:relative;
	overflow: auto;
	overflow:hidden;
	
	
}

#subtotal
{
font-size:14px;
font-weight:bold;
background-color:#D3CFC0;

text-align:left;
padding:5px;
color:#0E4396;

	border-bottom:solid;
	border-bottom-width:thick;
	border-bottom-color:#ffffff;	


}
#BudgetMain
{
width:49%;
float:left;
padding-left:5px;


}
#SpecificData
{
width:49%;
float:right;
padding-right:5px;

	/*border: 1px solid tomato;*/


}
#BudgetInput
{
	
width:100%;
padding-left:5px;
padding-right:5px;
}
#BudgetAbstract
{
	padding:5px;
		width: 100%;
		color:#0E4396;
		
		font-size:12px;
	
}
#Chart
{
	/*border: 1px solid tomato;*/

}

#Header
{
	
		
	height:60px;
	background-color:#E0E9D6;
	border-bottom:solid;
	border-bottom-color:#D3CFC0;	
	font-weight:bold;
	font-size:12px;
}


#footer
{
	
	width:100%;
	font-size:12px;
	float:left;
	background-color:#D3CFC0;
	margin-top:10px;

}



/********** Create Budget **********************/
#BudgetList
{
padding:5px;
}
#BudgetList2
{

padding:5px;
}
#CreateBudget
{


padding:5px;
}
/******************* Register ***************************/
#Register
{
margin:0px auto 6px auto;
text-align:center;
}

/***************** Manifesto *****************************/
#Manifesto
{
padding-left:10px;
}
/***************CreateCategory *******************************/

#CatList
{
padding:5px;
}

#CreateCat
{


padding:5px;
}
