﻿body
{
}




.recipientsListBox
{
    height: 110px; /* width:215px;*/
    border-style:solid;
    border-color: #d3d3d3;
    border-width: thin;
    overflow-y: scroll;
}
.mailPreferencesLabel
{
    font-size: 14px;
}
.attachmentsBox
{
    height: 110px; /* width:220px;*/
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: scroll;
}
.rightTemplateBox
{
    height: 250px;
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    resize: none;
    width: 100%;
}
.leftTemplateBox
{
    height: 230px;
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: scroll;
    width: 100%;
}
/*
.smallHeader
{
    width: 140px;
}
.mediumHeader
{
    width: 190px;
}
.largeHeader
{
    width: 240px;
}*/
.profileTextbox
{
    width: 240px;
}
.smallerHeader
{
    width: 90px;
}

.mailGridDeleteButton
{
    height: 30px;
    width: 30px;
    background-image: url('/Images/Edit.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.mailTextbox
{
    width: 290px;
}



.contactGridMainStyle
{
    border: 1px solid #d3d3d3;
    width: 100%;
    height: auto;
    float: left;
}
.lastNameTextBox
{
    width: 145px;
}

.firstNameTextBox
{
    width: 140px;
}
.recipientsListBox ul
{
    list-style-type: none;
    padding-left: 10px;
}
.attachmentsBox ul
{
    list-style-type: none;
    padding-left: 10px;
}

.leftTemplateBox ul
{
    list-style-type: none;
    padding-left: 0px;
}


.templateButton
{
    width: 125px;
    text-align: left;
    padding-left: 0px;
}
.subjectTextBox
{
    width: 100%;
}

.clientAutocomplete
{
    width: 130px;
}
.contactClientAutocomplete
{
    width: 290px;
}
.gridCheckBox
{
    padding-left: 10px !important;
    margin-left: 10px !important;
    height: 15px;
    width: 15px;
}
.editButtonHeader
{
    width: 25px;
}
.succesMsgDiv
{
    width: 98%;
    height: 40px;
}
.entrypanelSuccessDiv
{
    height: 0px;
}
.contactGrid
{
    table-layout: fixed;
}

.contactGrid td
{
    word-wrap: break-word;
}
.carriertextbox
{
    width: 365px;
}
.contactGridDeleteButton
{
    color: red;
    font-size: 19px;
    margin-left: 3px;
}

.notesTextarea
{
    resize: none;
}

.locationAutoCompelteLabel
{
    width: 110px;
}

.locationAutoCompelteRow
{
    height: auto;
}
.locationAutocompleteTable
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: gray;
    width:100%;
}
.locationTextbox
{
    width:290px;
}

.newLocation
{
    background:White;
}
.ui-dialog .ui-dialog-title
{
    color:Black;
}


.contactTextBox
{
    width:100%;
}
.pageheader-left {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-top:15px;
}