﻿body,html
{
    font-family:Tahoma;
    font-size:14px;
    margin: 0;
    padding: 0;
    height: 100%;
}
.offset_content
{
    position: absolute;
    top: 142px;
    left: 0px;
    right: 0px; /* IE doesn't read this */
    bottom: 0px; /* IE doesn't read this */
    overflow: auto; 
    /* IE only needs the next lines */
    width: expression(document.body.clientWidth - 0 + "px"); 
    height: expression(document.body.clientHeight - 142 + "px");
    vertical-align: top;
}
.tblMain {
    left: 0px;
    right: 0px; /* IE doesn't read this */
    bottom: 0px; /* IE doesn't read this */
    /* IE only needs the next lines */
    width: expression(document.body.clientWidth - 0 + "px"); 
    height: expression(document.body.clientHeight - 142 + "px");
    vertical-align: top;
}
a
{
    color: #3366cc;
}
a:visited
{
    color: #3366cc;
}

a:hover
{
    text-decoration: underline;
    color: #0066ff;
}
a:active
{
    color: #3366cc;
}
.blockname
{
    font-size:20px;
    color: #C0C0C0;
}
.headertext
{
    font-size:16px;
    font-weight:bold;
}
.designmode_row
{
    border: 3px solid #CCFF99;
}
.designmode_column
{
    border: 2px solid #FFFF99;
}
.designmode_control
{
    border: 1px solid #C0C0C0;
}

.designmode_row_props
{
    background-color:#CCFF99;
}
.designmode_column_props
{
    background-color:#FFFF99;
}
.designmode_control_props
{
    background-color: #C0C0C0;
}
.itemAlbum
{
    background-color: #FF9933;
}
.itemPhoto
{
    background-color: #f0f0f0;
}
.blTable
{
    border-width: 1px;border-spacing: 0px; border-style: outset;border-color: black;border-collapse: collapse;
}
.blHeader
{
    border-width: 1px;border-style: inset;border-color: #000000;
    font-weight:bold;
}
.rrTable
{
    border-width: 1px;border-spacing: 0px; border-style: outset;border-color: #0076cc;border-collapse: collapse;
}
.rrHeader
{
    border-width: 1px;border-style: inset;border-color: #0076cc;
    font-weight:bold;
}
.error
{
    color: #FF0000;
    font-weight: bold;
}
/* This is to give rounded corners to fieldset in Firefox */
fieldset {
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.lblInfo
{
        border-color: #A8A8A8;
        border-style: Solid;
        border-width: 1px;
        height: 16px;
        padding-left: 5px;
        background-color: White;
        overflow:hidden;
}

/* ASPxTreeList */
.dxtlSelectedNode a, .dxtlFocusedNode a
{
    color: #3366cc;
}
.dxtlNode a:hover, .dxtlSelectedNode a:hover, .dxtlFocusedNode a:hover
{
    color: #0066ff;
}

/* Dialog */
.OpacityDialogOverlay
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: block;
    zoom: 1;
}
.DialogTitleStart
{
    background-image: url(Images/Dialog/title_start.jpg);
    background-repeat: no-repeat;
    background-position: left;
}
.DialogTitle
{
    background-image: url(Images/Dialog/title.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
.DialogTitleEnd
{
    background-image: url(Images/Dialog/title_end.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.DialogTitleCaption
{
    font-weight: bold;
    color: white;
    cursor: default;
}
.DialogBottomLine
{
    border: none;
    background-color: black;
    color: black;
    height: 1px;
}

/* Quick Access */
.QuickAccess
{
}
.QuickAccess td
{
    padding-bottom: 21px;
}
    
.QuickAccess .Item
{
}
.QuickAccess .Item td
{
    padding: 0px;
}
.QuickAccess .Item .Icon
{
    width: 30px;
}
.QuickAccess .Item .Title
{
    font-weight: bold;
    padding-bottom: 3px;
}
.QuickAccess .Item .Links
{
}
.QuickAccess .Item .Links ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.QuickAccess .Item .Links li
{
    background-image: url(images/Admin/listItem.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-bottom: 3px;
}
.QuickAccess .Item .Links .Info td {
    padding-right: 5px;
}

/* */
.StyleEditPageContent td label
{
    white-space: nowrap;
}

.ASPxDropDownEdit-ReadOnly {
    -moz-user-select: text !important;
    cursor: text !important;
    color: black !important;
}

/* Persona */

table.prPanelDetailInfo
{
    background-color: #fffab5;
    padding: 5px 5px 5px 5px;
}
table.prPanelDetailInfo td.header
{
    height: 10px;
    color: #584B65;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
table.prPanelDetailInfo td.headerLine
{
    height: 3px;
    background-color: #270648;
}
table.prPanelDetailInfo td.content
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #584B65;
}
table.prPanelDetailInfo td.contentLine
{
    height: 3px;
    background-color: #270648;
}
table.prPanelDetailInfo td.footer
{
    height: 10px;
}

table.prDetailInfo
{
}
table.prDetailInfo td
{
    text-align: left;
    white-space: nowrap;
    color: #584B65;
}

a.prCollapse
{
    padding-left: 10px;
    background: url("Images/Persona/Collapse.png") no-repeat left center;
}
a.prExpand
{
    padding-left: 10px;
    background: url("Images/Persona/Expand.png") no-repeat left center !important;
}

table.SectionList
{
    background-color: white; 
    border-collapse: separate; 
    border: 1px solid #9F9F9F;
}
table.SectionItem
{
    background-color: #cecece;
    border-width: 0px;
    font: 9pt tahoma; 
    color: black;
}
td.SectionItem-title
{
    text-align: left;
    font-weight: bold;
}
td.SectionItem-header-horizontal
{
    background-color: #dcdcdc;
    text-align: center;
}
td.SectionItem-header-vertical
{
    background-color: #f5f5f5;
    text-align: left;
}
td.SectionItem-value
{
    background-color: white;
}

