// $Id: base_properties.js.dtml 73 2010-02-25 17:01:40Z silber $
// $URL: http://svn.luxia.fr/svn/transactive/trunk/zope/Products/Plinn/skins/ajax_scripts/base_properties.js.dtml $

var base_properties = [];
base_properties["title"] = 'Color, font, logo and border defaults';
base_properties["backgroundColor"] = '#fff';
base_properties["fontColor"] = '#000';
base_properties["fontFamily"] = 'Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif';
base_properties["fontBaseSize"] = '90%';
base_properties["headingFontFamily"] = 'Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif';
base_properties["linkColor"] = '#369';
base_properties["linkHoverColor"] = '#fdc400';
base_properties["fontSmallSize"] = '90%';
base_properties["topbarBackgroundColor"] = '#fff';
base_properties["breadcrumbsBackground"] = '#fff';
base_properties["tabsBorderColor"] = '#ccc';
base_properties["tabsBorderWidth"] = '0';
base_properties["tabsBottomBorderSelectedWidth"] = '1px';
base_properties["tabsFontColor"] = '#fff';
base_properties["tabsBackgroundColor"] = '#ccc';
base_properties["selectedTabBackgroundColor"] = '#1A171B';
base_properties["descriptionColor"] = '#333';
base_properties["inputFontColor"] = '#000';
base_properties["evenRowBackgroundColor"] = '#ececed';
base_properties["oddRowBackgroundColor"] = '#fff';
base_properties["highLightColor"] = '#f7fd5c';
base_properties["messageBackgroundColor"] = '#fff';
base_properties["messageBorderColor"] = '#fff';
base_properties["weekTableFontHeight"] = '10';
base_properties["weekTableGridStep"] = '10';
base_properties["todayBackgroundColor"] = '#f0f0f0';
base_properties["calGridBorderColor"] = '#ccc';
base_properties["calHalfGridBorderColor"] = '#e5e5e5';
base_properties["contentBackgroundColor"] = '#fff';
base_properties["configFontColor"] = '#fff';
base_properties["configBackgroundColor"] = '#1a171b';
base_properties["portfolioSlideBackgroundColor"] = '#f2f2f2';
base_properties["memberActionsBoxBackground"] = '#f6f6f6';
base_properties["footerBackgroundColor"] = '#f6f6f6';
base_properties["outlineColor"] = '#fc3';
base_properties["bylineBackgroundColor"] = '#fff';
base_properties["messageFontColor"] = '#000';
base_properties["listingHeaderBackgroundColor"] = '#1a171b';
base_properties["listingHeaderFontColor"] = '#ddd';
base_properties["listingBarBorderColor"] = '#ddd';
base_properties["newsTitleBorderColor"] = '#ddd';
base_properties["boxesBorderColor"] = '#ddd';
base_properties["specialLinkColor"] = '#369';
base_properties["specialLinkHoverColor"] = '#fdc400';
base_properties["bulletColor"] = '#369';
base_properties["boxeHeaderBackgroundColor"] = '#fff';
base_properties["twoColumnFormFontColor"] = '#fff';
base_properties["twoColumnFormBackground"] = '#433c46';

