.note_time_popup_overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 100;
   display: none;
   background-color:#000000;
   opacity: 0.0;
   filter:alpha(opacity=0);
   cursor:auto;
}

.note_time_popup_overlay2{
   position: absolute;
   /*
   top: 0;
   left: 0;
   
   width: 100%;
   height: 100%;
   */
   z-index: 100;
   /*display: none;*/
   background-color:#ffffff;
   cursor:auto;
}


.popup_container2 .content div{
	margin:0px;
}


-nav {
    list-style: none;
    padding: 0px 10px;
}

-nav li {
    padding: 7px 0px;
    border-bottom: 1px dashed #bfbfbf;
}

-nav a {
    color: #666;
}

-nav a:hover {
    color: #980000;
    text-decoration: underline;
}

 {
    font-size: 11px;
}


.myaccount{
    
}

 .bar-title {
    background: url('/modules/general/templates/images/bar-bg.png') 0 0 no-repeat;
    width: 596px;
    height: 21px;
    padding: 3px 10px;
    margin-bottom: 9px;
}

 .bar-title h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

 .ma-hello {
    margin-bottom: 20px;
}

 .ma-hello h3 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
}

 .ma-hello p {
}

 .ma-info .col2-set {
}

 .ma-info .col2-set .col-1 {
    float: left;
    width: 45%;
}

 .ma-info .col2-set .col-2 {
    float: right;
    width: 45%;
}

 .ma-info .col2-set h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
}

 .ma-info .col2-set a {
    text-decoration: underline;
    color: #666;
}

 .ma-info .col2-set a:hover {
    color: #980000;
}

/*BEGIN MORE*/
 {
}

 .ma {
}

 /*.bar-title {
    background: url('/modules/general/templates/images/bar-bg.png') 0 0 no-repeat;
    width: 596px;
    height: 21px;
    padding: 3px 10px;
    margin-bottom: 9px;
    position: relative;
}*/

 .bar-title h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
}

 /*.bar-title .bar-filter {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 150px;
}*/
 .bar-title .bar-filter select {
    width: 150px;
}

 .tbl-messages {
    border: 1px solid #dadada;
    color: #333;
}

/* .tbl-messages td { padding: 5px 5px; }*/
 .tbl-messages thead {
}

 .tbl-messages thead tr {
}

 .tbl-messages thead tr td {
    padding: 4px 5px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #fff;
    line-height: 15px;
    vertical-align: middle;
    font-weight: bold;
    background: url('/modules/general/templates/images/tbl-head.png') 0 0 repeat-x;
}

.tbl-messages tbody {
}

.tbl-messages tbody tr {
height:24px;
}

 .tbl-messages tbody tr:hover,  .tbl-messages tbody tr.read {
    background-color: #f0f0f0;
    cursor: pointer;
}

 .tbl-messages tbody tr td {
    color: #666;
    border-bottom: 1px solid #dadada;
}

 .tbl-messages tfoot {
}

 .tbl-messages tfoot tr {
height:24px;
}

 .tbl-messages tfoot tr td {
    color: #666;
    font-weight: bold;
}

 .tbl-messages tfoot tr td a {
    color: #666;
    margin: 0px 10px;
}

 .tbl-messages td .selector {
    width: 40px;
    float: right;
}

