/* CSS Document */
body.crm, td.overlap, .overlap ul, div.content-container p, h2.title, p.nomail-msg, p.btnsend-bottom, div.compose-subject ul ,div.compose-attachment ul
{
    margin: 0;
    padding: 0;
}

div.container
{
    /* width: 570px; */
    font: 12px arial, georgia;
}

td.overlap
{
    border-bottom: 5px solid #1f3b6c;
}

.overlap ul
{
    float: right;
    list-style-type: none;
}

.overlap li
{
    display: inline;
}

.overlap li a
{
    color: #828282;
    height: 25px;
    font-size: 11px;
    text-decoration: none;
    background: transparent url(/images/crm-righttabdefault.gif) 100% no-repeat;
    display: block;
    border-left: 1px solid #dbdbd5;
    float: left;
    padding-right: 25px;
    position: relative;
    display: block;
}

.overlap li p
{
    margin-top: 0.4em;
    margin-left: 1.3em;
}

.overlap li.selected a
{
    color: #FFF;
    font-size: 12px;
    border-left: none;
    font-weight: 700;
    margin-top: 0;
    z-index: 100;
    background: transparent url(/images/crm-righttabselected.gif) 100% no-repeat;
}

.overlap li.selected p
{
    margin-left: 10px;
}

div.content-container
{
    width: 100%;
}

div.content-container p
{
    padding: 5px 0;
}

h2.title
{
    color: #1f3b6c;
    font-size: 25px;
    padding: 10px 0;
    display: none;
}

table.tblinbox th
{
    font-size: 13px;
    height: 27px;
    background: url(/images/crm-thmail-bg.gif) repeat-x;
    text-align: left;
}

table.tblinbox th a, visited
{
    color: #1f3b6c;
}

table.tblinbox td
{
    border-bottom: 1px solid #e5e5e5;
    height: 28px;
}

td.mail-selected, td.mail-selected a, visited
{
    color: #c00;
    background-color: #e5e4e4;
    font-weight: 700;
}

td.unread, td.unread a, visited
{
    color: #666;
    font-weight: 700;
}

td.readmail, td.readmail a, visited
{
    color: #777;
}

td.checkbox, th.checkbox
{
    padding: 0 20px;
}

a.non-select-page, visited
{
    color: #999;
    border: 1px solid #d0d0d0;
    padding: 2px 5px;
}

a.select-page, visited
{
    color: #666;
    border: 1px solid #999;
    background-color: #f5f5f5;
    padding: 4px 8px;
}

.highlight
{
	background-color: #cfe0fc;
}

table.tbllinkside
{
    width: 570px;
    margin: 20px 0 5px;
}

table.tbllinkcenter
{
    width: 570px;
    text-align: center;
}

.overlap li.selected a:hover, table.tblinbox a, visited, a.non-select-page, a.select-page
{
    text-decoration: none;
}

tr.TABLE.mail-page td
{
    border-bottom: none;
}

tr.TABLE.mail-page span
{
    color: #666;
    border: 1px solid #999;
    background-color: #f5f5f5;
    padding: 4px 8px;
    display: block;
}

tr.TABLE.mail-page a, visited
{
    color: #999;
    border: 1px solid #d0d0d0;
    padding: 2px 5px;
    display: block;
}

tr.TABLE.mail-page a, visited
{
    text-decoration: none;
}

td.no-records
{
    color: #65a4c8;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}


/* Compose Email */
div.compose-attachment
{
    width: 570px;
    height: 90px;
    background: url(/images/crm-headcompose-bg.gif) repeat-x;
    margin-bottom: 20px;
}
div.compose-attachment ul
{
    padding: 15px 0 0 20px;
}

div.compose-attachment li
{
    list-style: none;
    line-height: 25px;
}
div.attachment
{	display:block;
	margin-left:95px;
}

.hide-attachment
{
	display:none;
}
.file-attachment
{
	width:400px;
}

div.compose-subject
{
    width: 570px;
    height: 45px;
    background: url(/images/crm-headcompose-bg.gif) repeat-x;
    /*margin-bottom: 5px;*/
}

div.compose-subject ul
{
    padding: 15px 0 0 20px;
}

div.compose-subject li
{
    list-style: none;
    line-height: 25px;
}

input.txtsubject
{
    margin-left: 15px;
}

li.subject
{
    color: #00366b;
    font-size: 14px;
    font-weight: 700;
}

li.subjectwarn-msg
{
    margin-left: 70px;
}

p.nomail-msg
{
    float: right;
}

li.subjectwarn-msg, p.nomail-msg
{
    font-size: 11px;
    color: #f00;
    font-weight: 700;
}

div.write-email
{
    width: 570px;
    /*height: 290px;*/
    height: 200px;
}

.txtwritemail
{
    width: 565px;
    height: 260px;
    overflow: scroll;
}

/* Read inbox and Sent mail */

div.email-details
{
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

td.rightlink li
{
    margin-top: 10px;
    list-style: none;
}

td.rightlink a, visited
{
    font-size: 11px;
    float: right;
    color: #0099FF;
    text-decoration: none;
}

td.rightlink a:hover
{
    text-decoration: underline;
}

table.tblemail-details
{
    color: #777;
    font-size: 11px;
    border: 1px solid #fff;
}

table.tblemail-details th
{
    color: #0d5196;
    padding: 3px 10px;
    text-align: left;
    background-color: #e9eff7;
}

table.tblemail-details td
{
    padding-left: 15px;
    border-bottom: 1px solid #dbe7fb;
    border-top: 1px solid #fff;
    background-color: #f2f7ff;
}

td.mailtitle ,a
{
    color: #105bdb;
    font-size: 12px;
    font-weight: 700;
}

p.prenext-page a
{
    text-decoration: none;
    color: #999;
    border: 1px solid #d0d0d0;
    padding: 3px 10px;
}

div.email-content
{
    height: 250px;
    overflow: scroll;
    margin-bottom: 10px;
    border: 3px solid #e5e5e5;
}



/*------ mobile view ---------*/
@media screen and (min-width : 10px) and (max-width : 319px) {
div.container {font:1.5em}
	table.tblinbox th{ background: #f5f5f5;}
	td.mailtitle, a  {font:1.25em}
	td.no-records  {font:1.25em}
	.overlap li a {font:1.25em;background: none;}
	table.tbllinkside, div.compose-subject, div.write-email  {width:100%}
    }

@media screen and (min-width : 320px) and (max-width : 767px) {
	div.container {font:1.5em}
	table.tblinbox th{ background: #f5f5f5;}
	td.mailtitle, a  {font:1.25em}
	td.no-records  {font:1.25em}
	.overlap li a {font:1.25em;background: none;}
	table.tbllinkside, div.compose-subject, div.write-email  {width:100%}
}

/*@media screen and (min-width : 450px) and (max-width : 575px) {

    }

@media screen and (min-width : 576px) and (max-width : 767px) {

}*/

@media screen and (min-width : 768px) and (max-width : 991px) {

    }

@media screen and (min-width : 992px) and (max-width : 1199px) {
 
    }

@media screen and (min-width : 1200px) {
    }