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

h2
{
    color: #1A64AF;
}

h3
{
    color: #1A64AF;
}

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

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

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

/**
 *MENU
 **/
#menu #currentMenu
{
    background-color:#267AD0;
    background-image: url(im/_else/bg_currentmenu.gif);
    border-color:#1A64AF;
    border-right: 5px solid #1A64AF;
}

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

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

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