/******************************* 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;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #000000;
    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: #ffffff;
    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: url(images/body-tail.gif) 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-box select{
    width:300px;
}

.header-username
{
    position: absolute;
    top: 0; /*This is the part that glues it to the bottom*/
    right: 9px;
}

.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;
}
