html
{
    direction: rtl;
}

body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}



.Hidden
{
    display: none;
}




.Header
{
    height: 40px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.SideMenu
{
    width: 120px;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
    margin-left: 10px;
    float: right;
}

.Contents
{
    margin-right: 140px;
    min-height: 300px;
}


.Footer
{
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 6px;
}





#EditItemRow #EditPlanCompId
{
    cursor: pointer;
}


.Clickable
{
    cursor: pointer;
}
.Clickable:hover
{
    background-color: #dddddd;
}


.ReceiptRow
{
    background-color: #CCFF33;
}


tr.Clickable td a,
tr.Clickable td a:link,
tr.Clickable td a:hover,
tr.Clickable td a:visited
{
    display: block;
    text-decoration: none;
    color: Black;
}