@charset "utf-8";
/* ************************************************************ */
/* € Common - CSS - Blue theme */
/* ************************************************************ */

:root{
	--color0: #1E3464;
	--color1: #164B9B;
	--color2: #5078B4;
	--color3: #8AA5CD;
	--color4: #C5D2E6;
	--color5: #DCE4F0;
	--color6: #E7EDF5;
	--color7: #F3F6FA;
}

a.prev{
	background:url(../images/arrow_prev_blue.png) no-repeat center left;
}
a.next{
	background:url(../images/arrow_next_blue.png) no-repeat center right;
}

div#header td#icons{
	background:url(../images/icons_bg_blue.png) bottom right repeat-x;
}

div#index a, td.menu_tab_right a, table.list td a, table.edit td a{
	padding-left:10px;
	background:url(../images/arrow_right_blue.png) no-repeat center left;
}
