@CHARSET "UTF-8";
/**
 *GENERAL
**/

h2
{
	color: #678141;
}

h3
{
	color: #678141;
}

/**
 *BUTTONS
**/
#buttonrow
{
	background-color: #2770BB;
	background-image:url(/theme/green/im/_else/bg_buttons.gif);
	border-top: 1px solid #839E69;
	border-bottom: 1px solid #839E69;
}

#buttons a
{
	border-left:1px solid #839E69;
}

#buttons-right a
{
	border-right:1px solid #267AD0;
}

/**
 *MENU
 **/
#menu #currentMenu
{
    background-color:#839E69;
    background-image: url(theme/green/im/_else/bg_currentmenu.gif);
    border-color:#678141;
    border-right: 5px solid #678141;
}

#menu a:hover
{
	color:#678141;
	border-bottom-color:#678141;
	border-left: 5px solid #678141;
}

/**
 * TABLE
 */
.tableheader th
{
	background-color: #678141;
    border-bottom:1px solid #678141;
}

/**
 * TextField
 */
.textfield:focus
{
	border-color: #678141;
}
