<?xml version="1.0" encoding="UTF-8"?>
<Module>

    <ModulePrefs
        title="Money Mize"
        title_url="http://www.moneymize.com"
        category="finance"
        category2="tools"
        directory_title="Money Mize"
        description="Get the Money Tracker gadget from Xorstudio and take the first step towards keeping your expense and income under control. Managing your cash is a breeze with this handy money management tool. This free accounting software gadget is also suitable for small business use. Household budgeting is seen by many as an onerous task, but a job that if left undone can lead to severe financial problems. By using MoneyMize, you have a continually updated balance sheet to help you stay on top of your personal finances. Keeping a constant track of your finances will help you plan your next vacation, your child’s college education or the purchase of that new Porsche you’ve been promising yourself for years. Money Tracker is so simple to use! Enter an opening income balance and you’re ready to go. To make it really easy the gadget has drop down menus so you can categorise your income and expenditure, and select the transaction date from the in-built calendar. The only thing you need to enter is the transaction amount! Dispel the myth that budgeting is a nightmare. If you’re looking for a personal finance manager at zero cost, MoneyMize should be your first choice!"
        author="xorstudio.com"
        author_location="Switzerland"
        author_email="office@xorstudio.com"
        author_affiliation="xorstudio.com"
        author_photo="http://www.xorstudio.com/public/images/logo.png"
        screenshot="http://www.xorstudio.com/public/images/money_tracker_280x280.png"
        thumbnail="http://www.xorstudio.com/public/images/money_tracker_120x60.png"
        scaling="true"
        width="280"
        height="300"
        scrolling="false"
        singleton="true">
    <Locale lang="en"/>
    <Require feature="dynamic-height"/>
    <Require feature="setprefs"/>
    <Require feature="tabs"/>
    <Require feature="minimessage"/>
    <Require feature="analytics"/>
    <Require feature="views"/>
    </ModulePrefs>
    
    <UserPref name="authToken" datatype="hidden" />
    <UserPref name="username" datatype="hidden" />
    
    <Content type="html"><![CDATA[
    
    <style type="text/css">
    a, a:visited {
        color: #0068ca;
    	text-decoration: none;
    }
    a:hover { 
    	color: #C1001F; 
    	text-decoration: underline; 
    }
    
    a.xorUrl, a.xorUrl:visited {
        color: #444444;
    	text-decoration: none; 
    }
    a.xorUrl:hover {
        color: #C1001F;
    	text-decoration: none; 
    }
    
    .mtSmallFont {
        font-size: 8pt;
    }
    
    div {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    span {
        font-family: Arial, Verdana, Helvetica;
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    td {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    div.container {
        width: 280px;
    }
    /* Form elements */
    select {  
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px; 
        color: #484848;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    
    td.infoTd {  
        background: #ffffff;
    }
    
    td.infoTdColored {  
        background: #f1f1f1;
    }
    
    td.infoTdTotal {  
        border: #B8B8B8; 
        border-style: solid; 
        border-top-width: 1px; 
        border-left-width: 0px; 
        border-right-width: 0px; 
        border-bottom-width: 0px; 
    }
    
    input.text {
        font-family: Arial, Verdana, Helvetica;
        font-size: 8pt;
        padding: 2px;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px;
        height: 20px;
        color: #484848;
    }
    
    input.button {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt; 
        padding-left: 1px;
        padding-right: 1px;
        font-weight: normal;
    }
    
    table.messageBox {
        background: #f1f1f1;
        margin-top: 7px;
    }
    
    div.messageBox {
        background: #f1f1f1;
    }
    
    .mmlib_table__MODULE_ID__ {
        color: #444444;
        font-weight: normal;
    }
    
     .mteDetails {
        
     }
     .mteDetailsOverflow {
        height: 220px;
        overflow-y: auto;
        overflow-x: hidden;
     }
    
    
    /* calendar style */
    
    #calendarDiv {
    	display: block;
    	display: none;
    	position: relative;
    }
    #calendarDiv a {
    	cursor: pointer;
        text-decoration: none;
    }
    #calendar {
    	background: #B8B8B8;
    	clear: both;
    	text-align: center;
    	font-size: 105%;
    }
    
    #calendarHeader2 {
    	width: 180px;
    	font-size: 8pt;
    	color: #484848;
    	background: #eee;
    	border-top: 1px solid #B8B8B8;
    	border-left: 1px solid #B8B8B8;
    	border-right: 1px solid #B8B8B8;
    }
    #calendarHeader2 a {
    	display: block;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 a:hover {
    	background: #fff;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 td {
        line-height: 100%;
    }
    
    #calendar {
    	width: 180px;
    	font-size: 8pt;
    }
    #calendar td {
    	line-height: 100%;
    }
    #calendar .weekDaysTitleRow {
    	background: #C0C0C0;
    	color: #484848;
    }
    #calendar .weekDaysRow {
    	background: #eee;
    	color: #484848;
    }
    #calendar .weekDaysCell {
    	color: #484848;
    }
    #calendar .weekDaysCellOver {
    	background: #fff;
    }
    
    #today {
    	background: #ddd;
    }
    </style>
    
    <script type="text/javascript">
        var mtModuleId = __MODULE_ID__;
    </script>
    
    <script type="text/javascript" src="http://www.xorstudio.com/moneyt/mt.php?v=1_00&view=home"></script>
    
    <script type="text/javascript">
        _IG_RegisterOnloadHandler(mtInit);
        _IG_Analytics("UA-2598826-4", "/money_tracker");
    </script>
    
    <div id='mtContent'></div>
    
    ]]></Content>
    
    <Content type="html" view="home"><![CDATA[
    
    <style type="text/css">
    a, a:visited {
        color: #0068ca;
    	text-decoration: none;
    }
    a:hover { 
    	color: #C1001F; 
    	text-decoration: underline; 
    }
    
    a.xorUrl, a.xorUrl:visited {
        color: #444444;
    	text-decoration: none; 
    }
    a.xorUrl:hover {
        color: #C1001F;
    	text-decoration: none; 
    }
    
    .mtSmallFont {
        font-size: 8pt;
    }
    
    div {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    span {
        font-family: Arial, Verdana, Helvetica;
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    td {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    div.container {
        width: 280px;
    }
    /* Form elements */
    select {  
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px; 
        color: #484848;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    
    td.infoTd {  
        background: #ffffff;
    }
    
    td.infoTdColored {  
        background: #f1f1f1;
    }
    
    td.infoTdTotal {  
        border: #B8B8B8; 
        border-style: solid; 
        border-top-width: 1px; 
        border-left-width: 0px; 
        border-right-width: 0px; 
        border-bottom-width: 0px; 
    }
    
    input.text {
        font-family: Arial, Verdana, Helvetica;
        font-size: 8pt;
        padding: 2px;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px;
        height: 20px;
        color: #484848;
    }
    
    input.button {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt; 
        padding-left: 1px;
        padding-right: 1px;
        font-weight: normal;
    }
    
    table.messageBox {
        background: #f1f1f1;
        margin-top: 7px;
    }
    
    div.messageBox {
        background: #f1f1f1;
    }
    
    .mmlib_table__MODULE_ID__ {
        color: #444444;
        font-weight: normal;
    }
    
     .mteDetails {
        
     }
     .mteDetailsOverflow {
        height: 220px;
        overflow-y: auto;
        overflow-x: hidden;
     }
    
    
    /* calendar style */
    
    #calendarDiv {
    	display: block;
    	display: none;
    	position: relative;
    }
    #calendarDiv a {
    	cursor: pointer;
        text-decoration: none;
    }
    #calendar {
    	background: #B8B8B8;
    	clear: both;
    	text-align: center;
    	font-size: 105%;
    }
    
    #calendarHeader2 {
    	width: 180px;
    	font-size: 8pt;
    	color: #484848;
    	background: #eee;
    	border-top: 1px solid #B8B8B8;
    	border-left: 1px solid #B8B8B8;
    	border-right: 1px solid #B8B8B8;
    }
    #calendarHeader2 a {
    	display: block;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 a:hover {
    	background: #fff;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 td {
        line-height: 100%;
    }
    
    #calendar {
    	width: 180px;
    	font-size: 8pt;
    }
    #calendar td {
    	line-height: 100%;
    }
    #calendar .weekDaysTitleRow {
    	background: #C0C0C0;
    	color: #484848;
    }
    #calendar .weekDaysRow {
    	background: #eee;
    	color: #484848;
    }
    #calendar .weekDaysCell {
    	color: #484848;
    }
    #calendar .weekDaysCellOver {
    	background: #fff;
    }
    
    #today {
    	background: #ddd;
    }
    </style>
    
    <script type="text/javascript">
        var mtModuleId = __MODULE_ID__;
    </script>
    
    <script type="text/javascript" src="http://www.xorstudio.com/moneyt/mt.php?v=1_00&view=home"></script>
    
    <script type="text/javascript">
        _IG_RegisterOnloadHandler(mtInit);
        _IG_Analytics("UA-2598826-4", "/money_tracker");
    </script>
    
    <div id='mtContent'></div>
    
    ]]></Content>
    
    <Content type="html" view="canvas"><![CDATA[
    
    <style type="text/css">
    a, a:visited {
        color: #0068ca;
    	text-decoration: none;
    }
    a:hover { 
    	color: #C1001F; 
    	text-decoration: underline; 
    }
    
    a.xorUrl, a.xorUrl:visited {
        color: #444444;
    	text-decoration: none; 
    }
    a.xorUrl:hover {
        color: #C1001F;
    	text-decoration: none; 
    }
    
    .mtSmallFont {
        font-size: 8pt;
    }
    
    div {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    span {
        font-family: Arial, Verdana, Helvetica;
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    td {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 9pt;
        line-height: 140%;
        color: #444444;
    }
    
    div.container {
        width: 280px;
    }
    /* Form elements */
    select {  
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px; 
        color: #484848;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    
    td.infoTd {  
        background: #ffffff;
    }
    
    td.infoTdColored {  
        background: #f1f1f1;
    }
    
    td.infoTdTotal {  
        border: #B8B8B8; 
        border-style: solid; 
        border-top-width: 1px; 
        border-left-width: 0px; 
        border-right-width: 0px; 
        border-bottom-width: 0px; 
    }
    
    input.text {
        font-family: Arial, Verdana, Helvetica;
        font-size: 8pt;
        padding: 2px;
        border: #B8B8B8; 
        border-style: solid; 
        border-width: 1px;
        height: 20px;
        color: #484848;
    }
    
    input.button {
        font-family: Arial, Verdana, Helvetica; 
        font-size: 8pt; 
        padding-left: 1px;
        padding-right: 1px;
        font-weight: normal;
    }
    
    table.messageBox {
        background: #f1f1f1;
        margin-top: 7px;
    }
    
    div.messageBox {
        background: #f1f1f1;
    }
    
    .mmlib_table__MODULE_ID__ {
        color: #444444;
        font-weight: normal;
    }
    
    .tablib_table {
        margin-right: 170px;
    }
    
     .mteDetails {
        
     }
     .mteDetailsOverflow {
        height: 220px;
        overflow-y: auto;
        overflow-x: hidden;
     }
    
    
    /* calendar style */
    
    #calendarDiv {
    	display: block;
    	display: none;
    	position: relative;
    }
    #calendarDiv a {
    	cursor: pointer;
        text-decoration: none;
    }
    #calendar {
    	background: #B8B8B8;
    	clear: both;
    	text-align: center;
    	font-size: 105%;
    }
    
    #calendarHeader2 {
    	width: 180px;
    	font-size: 8pt;
    	color: #484848;
    	background: #eee;
    	border-top: 1px solid #B8B8B8;
    	border-left: 1px solid #B8B8B8;
    	border-right: 1px solid #B8B8B8;
    }
    #calendarHeader2 a {
    	display: block;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 a:hover {
    	background: #fff;
    	padding-top: 2px;
    	padding-bottom: 2px;
        text-decoration: none;
    }
    #calendarHeader2 td {
        line-height: 100%;
    }
    
    #calendar {
    	width: 180px;
    	font-size: 8pt;
    }
    #calendar td {
    	line-height: 100%;
    }
    #calendar .weekDaysTitleRow {
    	background: #C0C0C0;
    	color: #484848;
    }
    #calendar .weekDaysRow {
    	background: #eee;
    	color: #484848;
    }
    #calendar .weekDaysCell {
    	color: #484848;
    }
    #calendar .weekDaysCellOver {
    	background: #fff;
    }
    
    #today {
    	background: #ddd;
    }
    </style>
    
    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
    
    <script type="text/javascript">
        var mtModuleId = __MODULE_ID__;
    </script>
    
    <script type="text/javascript" src="http://www.xorstudio.com/moneyt/mt.php?v=1_00&view=canvas"></script>
    
    <script type="text/javascript">
        _IG_RegisterOnloadHandler(mtInit);
        _IG_Analytics("UA-2598826-4", "/money_tracker_canvas");
    </script>
    
    <div id='mtContent'></div>
    
    ]]></Content>

</Module>