/******************************* Global properties ***************************/
html
{
    width: 100%;
}

body
{
    font-family: Arial;
    font-size: 100%;
    min-width: 960px;
    background-color: #FAFAFA;
}


/**********form1**********/

#form1
{
    position: relative;
    vertical-align: top;
    text-align: justify;
}

#form1 label
{
    height: 38px;
}

#form1 .FieldLabel
{
    padding-left: 10px;
}

#form1 input, select
{
    background: #edf1f5;
    border-top: 1px solid #ccdae8;
    border-left: 1px solid #ccdae8;
    border-bottom: none;
    border-right: none;
    color: #000000;
    font-size: 12px;
    line-height: 1.25em;
    padding: 6px 10px;
    outline: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0px 1px 0px 1px;
    position: relative;
    behavior: url(PIE.htc);
}


    #form1 .button-standard {
        line-height: 1.5em;
        padding: 6px 10px;
        background-color: #A0CF67;
        color: black;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        /*text-transform: uppercase;*/
        position: relative;
        behavior: url(PIE.htc);
    }

#form1 .button-standard:hover
{
    color: #ffffff;
}


#form1 .button-cancel
{
    padding: 6px 10px;
    line-height: 1.5em;
    background-color: #999999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #000000;
    /*text-transform: uppercase;*/
    position: relative;
    behavior: url(PIE.htc);
}

#form1 .button-cancel:hover
{
    color: #ffffff;
}




/**********Content**********/
.content
{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FAFAFA;
    margin-top: 0px;
    margin-bottom: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(PIE.htc);
}

.content-simple
{
    position: relative;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 5px;
}

/**********Toolbar**********/

#toolbar
{
    width: 960px;
    position: relative;
    z-index: 999;
    padding: 0;
    background: url(images/content-bg1.png) center top no-repeat;
    margin-top: 0px;
    top: 0px;
    left: 0px;
}

/**********Popup styles**********/
.PanelPopupParent
{
    height: 800px;
    overflow: hidden;
    z-index: -999;
}

.PanelPopup
{
    position: absolute;
    top: 10%;
    left: 50%;
    background-color: White;
}

.PanelPopupJava
{
    position: absolute;
    background-color: White;
    left: 0;
}

/**********header styles**********/

.header-box {
    position: relative;
    background-image: url('images/tools-header-bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    /*background: url(images/tools-header-bg-1.png) center top repeat-x #fff;*/
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    box-shadow: 0px 1px 1px #e6e6e6;
    -moz-box-shadow: 0px 1px 1px #e6e6e6;
    -webkit-box-shadow: 0px 1px 1px #e6e6e6;
    min-height: 82px;
    margin: 0 auto 2px;
    behavior: url(PIE.htc);
}

.header-toolbar
{
    bottom: 0; /*This is the part that glues it to the bottom*/ ;
background-color:#CCDAE8;
}

.TabPanel
{
    table-layout: fixed;
    text-align: center;
}


/*
.logo
{
    background: url(images/logo.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    margin-right: 2px;
}*/

/*****Form View Styles ***/
.PPTable
{
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.PPTable tr
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d5eaff;
}

.PPTable span
{
    line-height: 1.25em;
    padding: 6px 0 6px 0;
}


.PPTableFieldName
{
    text-align: right;
    background-color: #F8F8FF;
}

.PPTableField
{
    text-align: left;
}



/*tags*/
a
{
    color: #438d2c;
    outline: none;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
}

p, .p
{
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}

hr
{
    border-style: none;
    height: 2px;
    background-color: #cedae1;
}

.HighLightYellow
{
    background-color: #FFFFCC;
    font-size: small;
}


.input-field {
    padding: 8px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
}

h2 {
    color: #438d2c;
    font-weight: normal;
}

.PPTable tr.spaced-row td {
    padding-top: 15px;
}

/* Header row */
.grid-attachments .grid-header th {
    background-color: #0078D7 !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

/* Even rows */
.grid-attachments .grid-row td {
    background-color: #ffffff !important;
}

/* Odd rows */
.grid-attachments .grid-alt-row td {
    background-color: #f3f7fb !important;
}

/* Hover effect */
.grid-attachments tr:hover td {
    background-color: #e8f1fb;
}

/* Remove button style */
.button-delete {
    background-color: #c62828;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .button-delete:hover {
        background-color: #a31515;
    }

