﻿
html {height: 100%;}

body
{
    /* height: 100%; */
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    font-size: .75em;
} 


#mainContent
{
    position: relative;
    min-height: 600px; 
    padding: 10px;
}

#title img {width:400px; border:0px;}

#copyright 
    {width: 100%; 
     text-align:center; 
     margin-left: auto; margin-right: auto; 
     font-size: 11px; 
     background: #fafafa; 
     line-height: 50px;
     color: #333; 
     border-top: 0px solid #666;
    }

/* p, ul {margin-bottom: 20px;}  removed by david 2/20/2013 */

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-size: 2.0em; color: #000;}
h1 {font-size: 2em; padding-bottom: 0; margin-bottom: 0;}
h2 {margin: 0; padding-top: 7px; padding: 0 0 10px 0;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#transactionMainContainer 
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px solid red;
    background-color: #fff;
}

.transactionHeaderArea 
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #333;
}

.transactionTitle 
{
    color: #fff;
    font-size: 18pt;
    float: left;
    letter-spacing: 2px;
}


    table.message-table {border-collapse: separate; border-spacing:9px;margin-top: 47px;}
    table.message-table th {text-align: right; font-weight: normal;}   
    table.message-table td {border: 1px solid #ccc; padding-left:5px;} 

#header {position: relative; margin-bottom: 0px; padding: 0;}
#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}


.dialogHeaderArea 
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #656564; 
}


.footer-container  /* make this the standard footer and button container - david 8/13/13 */
{
    position: absolute; 
    bottom:0px; left: 0px; right:0px; 
    border:0px solid red; 
    padding: 0 10px 5px 10px;
}


fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p {margin: 2px 12px 10px 10px;}

legend {font-size: 1.0em; font-weight: bold; padding: 2px 4px 4px 4px;}

input[type="text"] {border: 1px solid #CCC; height: 18px;}
input[type="password"] {width: 200px; border: 1px solid #CCC; height: 18px;}
select {height: 22px;}

/* TABLE
------------------------------------------------------ ----*/
table {border:0px solid #ccc;} 
table td {border: solid 0px #e8eef4;}
table th {height:17px; text-align: left;}


/* MISC  
----------------------------------------------------------*/
.clear {clear: both;}
.error {color:Red;}
.success {color: #339966; font-weight: bold;}


#myMenuContainer {margin-left:300px; text-align: left;}

/* 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: normal; color: #ff0000;}
.validation-summary-valid {display: none;}

    .search-parameters-container {position: relative; width: 1000px;display: block;} 
    .search-header-wrap {position: relative; width: 100%; height: 40px; border: 0px solid Red;} 
    .search-header-title 
    {
        position: absolute; left: 0px; bottom:0px;
        min-width: 230px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin: 0;
        font-family: Arial;
        letter-spacing: 2px;
        background: #71b1d1;
        color: white;
        font-size: 24px;
        padding: 5px 15px 5px 15px;
        z-index: 20;
    }
    .top-search-parameters
    {
        position: absolute; left:0px; bottom: 0px;
        width: 100%;
        padding: 4px 0px 4px 0px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        background: #D9D9D9; 
    }

    .main-search-parameters
    {
        position: relative;
        margin: 0px;
        width: 100%;
        background: #f1f1f1;
        padding: 3px 0px 3px 0px;
    }


/*** The following parameters are used on all summary screens  *** */

#mySearchParametersContainer
{
    position: relative;
    width: 100%;
    height:35px;
    border: 0px solid pink;
}

#mySearchParametersTitle
{
    position:absolute;
    bottom: 0px; left: 0px;
    min-width: 230px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright:6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
    font-family: Arial;
    letter-spacing: 2px;
    background: #71b1d1;
    color: white;
    font-size: 24px;
    padding: 5px 15px 5px 15px;
    float:left;
    text-align: center;
    z-index:9;
}


#mySearchParametersTitleRight, #mySearchParametersTitleRight_WD {background: #ccc; color: #000;}

#mySearchParametersTitleRight
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height:30px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}


/* This is the mini-search to the right of the module title and above the main search parameters */
#topSearchBox {margin-left: 265px;margin-top: 1px;}

/*
#headerSearchBox 
{
    margin: 3px 0 0 0;
    padding: 0 0 0 263px; /* can be overridden on each summary screen */ 
/* }
*/

/* removed by david 7/29 not used
  .summarySearchParametersContent  
{
    position: relative;
    width:950px;
    border: 0px solid red;
    padding-top:5px ;
    padding-left:5px ;
    padding-right:5px ;
    padding-bottom: 5px;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;    
    border-bottom: 0px solid #ccc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 
    background: #fafafa;
}

*/ 

.wrapfancybox-content
{
    padding-top: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.clearFloat {clear: both}


a.showHide:link    {background-image:url('http://www.diamondtrackonline.net/Content/images/viewmag-.png'); text-decoration: none;}      /* unvisited link */
a.showHide:visited {background-image:url('http://www.diamondtrackonline.net/Content/images/viewmag-.png');}  /* visited link */
a.showHide:hover   {background-image:url('http://www.diamondtrackonline.net/Content/images/viewmag+.png');}  /* mouse over link */
a.showHide:active  {background-image:url('http://www.diamondtrackonline.net/Content/images/viewmag-.png');}   /* selected link */

/* not used 
.popup-hd {background:#454344; text-indent:10px; border-radius-left:6px; 
           padding:7px;}


.popup-hd .title 
{
font-family: Arial, Sans-Serif !important;
font-size: 16pt !important;
letter-spacing: 1px !important;
color:#fff; 
padding-top:5px !important;
padding-bottom:5px !important;
 }*/
 
/*************  Detail and Dialog Header Styles **********/

#transactionMainContainer
{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom: 0px;
    border: 0px solid red;
    /* background-color: #fff; */  
}

#transactionMainContent
{
    position: absolute;
    top: 45px;
    left:0px;
    right:0px;
    bottom:40px;
    padding: 0 10px 0 10px;
    border: 0px solid green;
}

.transactionHeaderArea 
{
    position: absolute; 
    top:0px; 
    left:0px; 
    right: 0px; 
    /* height: 30px; should be automatic based on font-size and padding */
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right: 10px;
    background:  #333;
}

.transactionTitle {color: #fff;font-size: 18pt; float:left; letter-spacing: 2px;}
.transactionNumber {color: #fff; font-size: 18pt; float:right;}
.transactionTitle-small {color: #fff;font-size: 20px; float:left; letter-spacing: 2px;}

.tdLabel-Right {text-align: right; padding-right: 5px; width: 120px; line-height: 35px;}
.tdLabel-Left {text-align: right; padding-left: 5px;}
.tdData-Right {}
.tdData-Left {text-align: left; padding-left: 5px; width: 250px; border: 1px solid  #ececec;}
.tdDataDiv {border: 1px solid #CCC; height: 18px; width: 180px; padding: 2px;}

.greenbutton {background-color: #95B65B !important; background-image : none !important;}
.ui-th-subgrid {height: 10px !important;}
.ui-jqgrid .ui-jqgrid-bdiv {overflow-x: hidden;}

    
#mySearchParametersTitleRight_WD
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 1130px;
    height:32px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

 .summarySearchParametersContent_WD  
{
    position: relative;
    width:1120px;
    padding:5px ;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 

}

.select-width-140 {width: 140px;}

.hd-bg {width:207px; height:279px; padding:8px 0 0 40px; margin-top:-80px; float:left;}
.hd-bg-bottom {width:207px; height:279px; padding:8px 0 0 40px; margin-top:-90px;float:left;}


/*  Used as new standard for tables (example Accounts Snapshot) */ 
    table.my-table {border-collapse: collapse;}
    table.my-table th 
    {
        text-align: center; 
        font-weight: normal; background: #333; color: #fff;
        border: 1px solid #666; border-collapse: collapse;
    }
    table.my-table td {background: #fbfbf3; border: 1px solid #666; border-collapse: collapse;}
    
    #fancybox-content {background: #fff;}
    

/* Small special fiunction buttons */
.small-button 
{
    display: inline-block;
    white-space: nowrap;
    padding: 2px 5px 2px 5px !important;
    font: bold 11px Arial, Helvetica !important;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
}


    
/* Standard price tables */
    table.price-tables {border-collapse: collapse;border-spacing: 0px}
    table.price-tables th 
    {
        font-size: 11px; 
        border-collapse: collapse; 
        border: 1px solid #666 !important; 
        text-align: center;
        background: #333;
        color: #fff;
        height: 16px !important;
    }
    table.price-tables td 
    {
        font-size: 11px; 
        border-collapse: collapse; 
        border: 1px solid #ccc;
        padding: 0 3px 0 3px;
        height: 19px;
    }    
    
/* Data-grid view buttons */
.grid-button {
   border: 1px solid #0a3c59;
   background: #71b1d1;
   padding: 2px 4px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #fff;
   font-size: 11px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
 
    
/* Special field set (tab lookalike) */
    .fieldset-tab-style {position: relative; border: 1px solid #333; margin: 0px;}
    .legend-tab-style 
    {
        position: absolute;
        top: -20px; left: -1px;
        color: #fff;
        -webkit-border-top-left-radius: 3px; 
        -webkit-border-top-right-radius: 3px;
         -moz-border-radius-topleft: 3px; 
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px; 
        border-top-right-radius: 3px;
        -webkit-padding-start: 10px !important;
        -webkit-padding-end: 10px !important;
        padding: 2px 10px 2px 10px !important;
    }    
    
 /*   Used as standard text alignment */
 .al {text-align: left;padding-left: 5px;}
 .ac {text-align: center;} 
 .ar {text-align: right; padding-right: 5px;}  
 .va {vertical-align: top;}
 .clear {clear:both;}
 .nb {border: 0px !important;}
 .nbb {border: 0px !important; background: none !important;}
 .np {padding: 0px !important;}
 .center {margin-left: auto; margin-right: auto;}
 
 /* radio alignment fix */
.radio-align {vertical-align: middle; margin: 0px;}

#ui-datepicker-div {background: #a9d7ea;} /* corrects missing background for calander */

.tabpage {border: 0px solid #ccc;}