﻿/* colors
----------------------------------------------------------*/
th, #header, #navigationArea a, #navigationArea a:visited, #Rooms a, #status, #Messages, .roundedButton
{
    color: #FFFFFF; /* white */
    background-color: #3B5998; /* dark blue */
}

.roundedButton a
{
    color: #FFFFFF; /* white */
    text-decoration: none;
}

.section h3, #navigationArea, #data, tr.oddBand
{
    background-color: #E1EBF6; /* light blue */
}

.section, .indentedSection, #status, #Messages
{
    border-color: #E1EBF6; /* light blue */
}

#navigationArea a:hover, #Rooms a:hover, #Rooms a.pressedButton, roundedButton a:hover
{
    color: #3B5998; /* dark blue was 264F7F */
    background-color: #6C9BD3; /* medium blue */
}

a
{
    color: #7F267B;
}

.Warning
{
    color: red;
}

#passwordStrength
{
    background-color: #F6A828;
}

select.graySelect
{
    color: Gray;
}

table
{
    border-color: #E1EBF6;
    border-width: 1;
    border-style: solid;
}

#passwordStrength
{
    width: 0px;
    height: 10px;
    padding: 0px;
}

#passwordStrengthContainer
{
    float: right;
    padding-top: 5px;
    padding-right: 7px;
    width: 149px;
}

HTML
{
    font-family: Arial;
    text-align: justify;
}

textarea
{
    font-family: Arial;
}

label
{
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: inline-block;
}

label, .description
{
    width: 250px;
}

.shortlabel
{
    width: 140px;
}

.currency, .percentage, input.number, td.column
{
    text-align: right;
    width: 100px;
}

.columntotal
{
    font-weight: bold;
}

span.currency
{
    display: inline-block;  
}

.event
{
    width: 100px;
}

/*input, select, textarea
{
    font-size: 16px;
}*/

input[readonly]
{
    border: 0;
}

td.column
{
    width: 11em;
}

th
{
    text-align: center;
}

.TemplateRow
{
    display: none;
}

#header
{
    background-image: url("images/gradients_light.png");
    font-style: normal;
    font-variant: normal;
    padding: 5px 10px 5px 30px;
    clear: both;
    font-weight:400;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.199219) 1px 2px 3px;
    font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;    
}

#header a:link, #header a:visited, #header a:active, #header a:hover
{
    text-decoration: none;
    color: white;
}

h1
{
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

.section h3
{
    padding: 5px 10px 5px 10px;
    margin: 0 -10px 10px -10px;
}

.section, .indentedSection
{
    margin: 20px 0px 20px 0px;
    padding: 0px 10px 10px 10px;
    border-width: 5px;
    border-style: solid;
}

.indentedSection
{
    margin-left: 325px; /*width: 726px;*/
}

#navigation
{
    float: right;
    width: 220px;
    text-align: center;
}

#Rooms
{
    float: left;
}

.pieChart
{
    display: inline-block;
    vertical-align: top;
}

/*# Apply round corners */

.roundedCorners, #navigationArea, .section, .indentedSection, #header, #navigationArea a, #navigationArea a:visited, #status, #Rooms a, #Rooms a.pressedButton, #Messages, .roundedButton
{
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.roundedButton
{
    padding: 5px;
    text-align: center;
}

#navigationArea
{
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 10px 20px;
}

/* leave space for the feedback button */
html
{
    margin-left: 25px;
}

#workArea
{
    margin-right: 230px;
}

#area_Retirement, #area_TaxSelfEmployed, #area_TaxIncorporated, #Results, #area_TaxDividend
{
    display: none;
}

.corporateRow, .hiddencolumn, .popup, .popupWide, .hiddenControl
{
    display: none;
}

/*********************/
/*For Rounded Buttons*/
/*********************/

#navigationArea a, #Rooms a
{
    width: 150px; /* sets the width of your buttons, remove this line if you want variable width */
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

#navigationArea ul, #Rooms ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

#navigationArea, #Rooms
{
    list-style-type: none;
    background: none;
}

#navigationArea a, #navigationArea a:visited, #Rooms a, .roundedButton
{
    /* styles for the default button state */
    margin: 5px 0 5px 0;
    line-height: 21px; /* this value must be at least twice the border-radius value */
    background-image: url("images/gradients_light.png");
    font-family: 'Lucida Grande' , Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/*********************/
/*For iPhone*/
/*********************/
.mobileOnly
{
    display: none;
}

/*********************/
/*Status Bar*/
/*********************/

#status, #unsavedwarning, #Messages
{
    display: none;
    position: fixed;
    z-index: 2000;
    border-width: 5px;
    border-style: solid;
    top: 20px;
    left: 25%;
    width: 50%;
    text-align: center;
}

#unsavedwarning
{
    background-color: White;
}

/***********************/
/*Data Management Panel*/
/***********************/

#data
{
    display: inline;
    position: fixed;
    z-index: 1999;
    top: 20px;
    right: 20px;
    width: 300px;
    text-align: center;
}

#secondsToSave
{
    position: relative;
}

#login, #loggedin
{
    float: right;
}

#dirty, #saving, #unsavedwarning, #clean, #loggedin
{
    display: none;
}

#homeButton
{
    float: right;
}

/*********************************************/
/* Jquery UI override
/*********************************************/

.ui-menu-item
{
    font-family: Arial;
    font-size: small;
    color: Black;
}

.ui-widget
{
    font-size: 1em;
