BODY
{
	margin: 10px;
	background: #FFFFFF;
}

TD, DIV
{
	font-family: verdana, arial, tahoma;
	font-size: 0.7em;
	color: #000000;
}

TD.top
{
	background: url('images/top_background.gif');
}

TD.topleft
{
	background: url('images/top_background_left.gif');
}

TD.bottom
{
	background: url('images/bottom_background.gif');
}

TD.bottomleft
{
	background: url('images/bottom_background_left.gif');
}

TD.white
{
	background: #FFFFFF;
}

TD.black
{
	background: #000000;
}

/**********************************/
/************* LINKS **************/
/**********************************/

A
{
	font-family: verdana, arial, tahoma;
	font-size: 0.7em;
    color: #3366CC;
    text-decoration: none;
    font-weight: bold;
}

A:visited, A:active
{
    color: #3366CC;
}

A:hover
{
    color: #3366CC;
    text-decoration: underline;
}

/**********************************/
/************* INPUT **************/
/**********************************/

INPUT
{
	font-family: verdana, arial;
	font-size: 0.7em;

	width: 100%;
	height: 18px;
	border: 1px #000000 solid;
	background: #EEEEEE;
}

INPUT.tickbox
{
	width: 18px;
	height: 16px;
	border: 0px #000000 solid;
	background: #FFFFFF;
}

SELECT
{
	font-family: verdana, arial;
	font-size: 0.7em;
	width: 100%;
}

/**********************************/
/*********** TEXTAREA *************/
/**********************************/

TEXTAREA
{
	font-family: verdana, arial;
	font-size: 0.7em;
	width: 100%;
	height: 101px;
	overflow: auto;
	border: 1px #000000 solid;
	background: #EEEEEE;
}

.large
{
	width: 100%;
	height: 105px;
}

/**********************************/
/*********** EVENTS ***************/
/**********************************/

IMG.events
{
	border: 2px #3366CC solid;
	margin-right: 5px;
}

TD.events
{
}

.cash-image
{	
	padding-left: 50px;
}

.cash-text
{	
	padding-right: 25px;	
}


.grey-block
{	
	background-color:red;
	height:100%;
}