.notes_wrap {

   padding: 0px 0px 20px 0px;
   margin: 0px;
}

div.notes_wrap h3 a,
div.notes_wrap h3 span {

   display: block;
   font-size: 18px;
   line-height: 42px;
   color: #1F8AC0;
   height: 42px;
   text-decoration: none;
   margin: 0px;
   background-color: transparent;
   text-align: left;
}

div.notes_wrap h3 .ui-icon {

   display: none;    
}

div.notes_wrap h3 a:hover {

   color: #A5B458;
}

div.notes_wrap h3 {

   border: 1px solid #F2F2F2;
   padding: 0px 0px 0px 15px;
   margin-bottom: 1px;
}

div.notes_wrap dd,
div.notes_wrap li {

   border: solid #E3ECF8;
   border-width: 0px 0px 1px 0px;
   height: 42px;
   line-height: 42px;
   padding-left: 10px;
   text-align: left;
}

div.notes_wrap dd span,
div.notes_wrap li span,
div.notes_wrap dd a,
div.notes_wrap li a {

   line-height: 15px; 
   display: inline-block; 
   padding: 0px 5px; 
   font-weight: bold; 
   margin-right: 10px;
   color: #333333;
   cursor: pointer;
}

.notes_wrap .facebook {

   border-color: #7B90BF;
   background-color: #355AA4;
}

.notes_wrap .twitter {

   border-color: #89E9F9;
   background-color: #32B7D8;
}

.notes_wrap .linkedin {

   border-color: #1A88B9;
   background-color: #00588D;
}

.notes_wrap .youtube {

   border-color: #FFB1B1;
   background-color: #FE1E1F;
}

div.notes_wrap .notes_list_wrap span,
div.notes_wrap .notes_list_wrap a {

   color: #000000;
   display: block;
   margin: 0px 10px;
   line-height: 42px;
}

div.notes_wrap .notes_list_wrap dl,
div.notes_wrap .notes_list_wrap ul {

   border: 0px solid;
   padding: 5px 0px 15px 0px;
}

.send_notes_wrap {

   width: 311px;
   padding: 20px;
   background-color: #FFFFFF;
}

.send_it_button_wrap {
 
   height: 50px;
   border: 1px solid #F2F2F2;
   margin-bottom: 10px;
}


/* tabs */


.tabs {

   border: 0px solid #F2F2F2;
   border-bottom-width: 1px;
   margin-bottom: 20px;
   padding-bottom: 11px;
}

.tabs dd,
.tabs a {

   display: inline-block;
   float: left;
}

.tabs dd {

   margin-left: 10px;
}

.tabs a {

   border: 1px solid #C0CAD3;
   line-height: 30px;
   text-align: center;
   font-weight: bold;
   background-color: #F2F2F2;
   padding: 0px 10px;
}

.tabs a:hover,
.tabs .on {

   color: #333333;
   border-bottom-color: #EE6E12;
}

/* End - tabs */

/* Start - alert_wrap */

.alert_wrap {

    width: 350px;
    background-color: #999999;
}

.alert_wrap dl {

    margin: 0px 5px;
    padding: 5px 0px;
}

.alert_wrap dt,
.alert_wrap dd,
.alert_wrap div,
.alert_wrap dd p {

    text-align: center;
    font-weight: bold;
    color: #666666;
}

.alert_wrap dt {

    line-height: 35px;
    height: 35px;
    background-color: #EDEDED;
    border-bottom: 1px solid #999999;
    font-size: 17px;
}

.alert_wrap dd {

    height: 68px;
    background-color: #FFFFFF;
    padding: 0px;
    border: none;
}

.alert_wrap dd p {

    padding: 15px 0px 0px 0px;
}

.alert_wrap #popup_panel {

    width: 40px;
    border: solid #EDEDED;
    border-width: 1px 0px 0px 1px;
    line-height: 22px;
    right: 5px;
    bottom: 5px;
}

.alert_wrap input {
    
    background-color: transparent;   
}

/* End - alert_wrap */


/* Start - popup */


#lightBoxWrap{

   display: none;
   position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
   height: 100%;
   width: 100%;
   top: 0px;
   left: 0px;
   background: transparent url("../images/opacity_50.png") 0px 0px;
   z-index: 500;
}

#lightBox{

   display:block;
   position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
   z-index: 700;
}

#extendedToolDeck {

   visibility:hidden;
}

#popup_overlay {
 
 display: none;   
}

/* End - popup */


/* link injection */

.link_box_wrap {
    
   display: none;
   position: fixed;
   right: 30%;
   bottom: 70px;
   z-index: 500;
   width: 310px;
   height: 150px;
   background-color: #BDBCBD;
   padding: 2px;
}

.link_box_wrap .buff {
    
   background-color: #F3F3F3;
   height: 140px;
   padding-top: 10px;
}

.vert_inputs dt,
.vert_inputs dd {
   
   display: block;
   position: relative;
   border: 1px solid #C6C6C6;
   height: 30px;
   margin: 11px 10px 10px 10px;
   background-color: #FFFFFF;
}

.vert_inputs input {
    
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    position: absolute;
    font-weight: bold;
    width: 260px;
    left: 8px;
    top: 2px;
}

.link_box_wrap .buttons input {
   
   width: 64px;
   height: 23px;
   text-align: center;
}
.link_box_wrap .buttons dt input {
   
   color: #333333;
   font-weight: bold;
   font-size: 14px;
   background-color: transparent;
}
.link_box_wrap .buttons dt {
   
   background: transparent url("../images/mini_icons.png") no-repeat 48px -1px;
}
.link_box_wrap .buttons {
   
   padding: 18px 10px 0px 10px;
}
.link_box_wrap .buttons dt {
   
   float: left;
}
.link_box_wrap .buttons dd {
   
   padding: 0px 0px 0px 4px;
   float: right;
}

/* End - link injection */


/* mail message wrap */


.mail_message_wrap {
    
   float: right;
   width: 500px;
   position: relative;
   z-index: 500;
}



/* contacts_wrap */

.contacts_wrap {

   width: 650px;
   background-color: #EEEEEE;
   border: 1px solid #CCCCCC;
}

.contacts_wrap .buff {

   padding: 10px;
   margin: 10px;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}

.contacts_wrap .cell_a,
.contacts_wrap .cell_b {

   float: left;
}

.contacts_wrap .cell_a {

   width: 268px;
   margin-left: 10px;
   padding-top: 10px;
}

.contacts_wrap .cell_b {

   width: 330px;
   height: 325px;
   overflow: auto;
}

.contacts_wrap .cell_a div {

   border: 1px solid #EEEEEE;
}

.contacts_wrap .cell_a .input,
.contacts_wrap .cell_a .add_new,
.contacts_wrap .cell_a .buttons span {

   float: right;
   height: 25px;
   line-height: 25px;
}

.contacts_wrap .cell_a .input {

   width: 218px;
   height: 35px;
   line-height: 35px;
}

.contacts_wrap .cell_a input {

   width: 200px;
   font-size: 17px;
   color: #1A8AC0;
   padding: 0px 5px;
}

.contacts_wrap .cell_a .add_new,
.contacts_wrap .cell_a .buttons span {

   padding: 0px 10px;
   background-color: #333333;
   color: #87A93E;
   margin-left: 1px;
}

.contacts_wrap .cell_a .textarea {

   padding: 10px;
   clear: both;
}

.contacts_wrap .cell_a textarea {

   width: 240px;
   height: 200px;
   border: 0px solid transparent;
   overflow: hidden;
}

.contacts_wrap .cell_a .buttons,
.contacts_wrap .cell_a .add_wrap {

   border: 0px solid transparent;
}

.contacts_wrap .cell_a .add_wrap {

   height: 45px;
}

.contacts_wrap .cell_a .buttons {

   padding-top: 16px;
}

.editable span {
    
   display: none;
}







