﻿*
{
    font-family: Tahoma;
    font-size: 8pt;
}

html, body, form, .container
{
    padding: 0;
    margin: 0;
    height: 100%;
    border: none;
}

html
{
    overflow: auto;
}

img
{
    border: none;
}

brd
{
    border: solid 1px #F00;
}

.hidden
{
    display: none;
}

.clip
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

ul.nav
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

ul.nav li
{
    margin: 0;
    padding: 0;
    float: left;
}


a.blue, a.blue:visited
{
    color: #008ad6 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

a.blue:hover
{
    color: #0152a4 !important;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success
{
    padding: .2em;
    margin-bottom: .1em;
    margin-top: .1em;
    border: 2px solid #ddd;
}

.error
{
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.success
{
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.error a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}


/* NEW LAYOUT BEGIN */

.wp_rp
{
    width: 100%;
    height: 100%; /*background: #ddecfe;	*/
    background: #fff;
    position: relative;
}
.wp_rp span
{
    color: #204D89;
    font-size: 11pt;
}

.wp_rp_in
{
    height: 100%;
    border: solid 1px #002d96;
    padding-top: 27px;
}

.wp_rp_header
{
    width: 100%;
    height: 27px;
    background: url(images/dxrp_header.png);
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.wp_rp_header_in
{
    border: solid 1px #002d96;
    border-bottom: none;
    height: 27px;
    padding-left: 5px;
    line-height: 27px;
    vertical-align: middle;
}

.wp_horizon
{
    color: white;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}

.wp_site_header
{
    width: 100%;
}

/* NEW LAYOUT END */


/* FormView */


.fvHeader
{
    /*background:#d4e5fb;*/
    color: #000000;
    padding: 2px;
    border-bottom: solid 1px #fff;
    vertical-align: top;
}

.fvCell
{
    background: #ffffff;
    border: solid 1px #4f93e3;
    color: #000000; /*border-bottom:solid 1px #fff;*/
    vertical-align: top;
}

.fvCell p
{
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.fvCell p.last
{
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.lbx
{
    font-size: 8pt;
}

.fl
{
    float: left;
}

/* FormView */


/* grid links */

a.gvlnk_Blue, a.gvlnk_Blue:visited
{
    color: #008ad6 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

a.gvlnk_Blue:hover
{
    color: #0152a4 !important;
}

a.gvlnk_Red, a.gvlnk_Red:visited
{
    color: #ff0000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

a.gvlnk_Red:hover
{
    color: #0152a4 !important;
}

a.gmapButton1:link, a.gmapButton1:visited
{
    float: left;
    margin: 2px 5px 2px 5px; /*padding: 2px;*/
    vertical-align: middle;
    line-height: 16px;
    width: 80px;
    height: 16px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: #ffffff;
    text-align: center;
    text-decoration: none;
    font: normal 10px Arial;
    color: black;
}


/* grid links */


/* form layouts */

table.excel
{
    border-collapse: collapse;
}

table.excel tr td.column
{
    background: #ddd;
}

table.excel tr td
{
    border: solid 1px #bfd3ee;
    border-collapse: collapse;
    padding: 5px;
}

table.form
{
}

table.form tr td
{
    vertical-align: top;
}


#WPSiteHeader1_dxTabProject_CC
{
    display: none;
}




.ui-loading
{
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    z-index: 101;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    color: #4f93e3;
    border: solid 1px #4f93e3;
    display: none;
}


/* form layouts */
