html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}
/*tanir*/
a.emlboxlist{
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a.emlcompose{
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
a.emlcompose:hover{
    color: rgb(4, 102, 135);
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

div.emlboxtitleotstup{
    margin-left: 20px;
}

div.emlboxlistotstup{
    margin-top: 10px;
    margin-left: 50px;
}

table.emllisttable{
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table.emllisttable td,th{
    padding: 5px;
    vertical-align: middle;
}

table.emllisttable th{
    background: #fff url(../../images/eml/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

table.emlshowtable{
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table.emlcreatetable td,th{
    padding: 5px;
}

table.emlcreatetable{
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table.emlshowtable td,th{
    padding: 5px;
}

.emlodd {
    background: #f7f7f7;
}
.emleven {
    background: #fff;
}

div.emlcontent{
    padding-top: 10px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/***************************/

.emlmailnew{
    color: #FF4500;
}
.emlcheck{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.emlcoolline {
    width: 100%;
    background: #fff url(../../images/eml/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 0px;
}

.emlpaginateButtons {
    background: #fff url(../../images/eml/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
    margin-top: 5px;
    padding: 7px 0px;
}
.emlpaginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.emlpaginateButtons span {
    padding: 2px 3px;
}
.emlinputcreate {
	width: 500px;
}

.emlinputcreate1{
    width: 400px;
    border: 1px solid #ff0000;
}

input.emlbutton {
    background: transparent;
    padding: 1px;
}

td.emlerrors select {
    border: 1px solid red;
}
td.emlerrors input {
    border: 1px solid red;
}
.imgprogress{
    height: 15px;
    width: 100%;
}
div.emlprogress{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 15px;
}
table.progresstbl{
    width: 100%;
    border: solid 1px #dddddd;
}
table.progresstbl td{
    font-size: 11px;
}
td.tblfree{
    background: rgb(247, 247, 247);
}
div.freetxt{
    position: absolute;
    width: 100%;
    top: 2px;
    text-align: right;
}

div.sub_emlcoolline{
    float:left; width:50%; vertical-align: middle;
}
#emldirbtn{
    margin-left: 10px;
    padding: 2px;
    border: solid 1px #DDDDDD;
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}
#emlmdir{
    display:none;
    position: absolute;
    top: 20px;
    padding: 10px;
    border: solid 1px #dddddd;
    background-color: rgb(247, 247, 247);
    z-index: 100;
}
#emlmdir1{
    display:none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    border: solid 1px #dddddd;
    background-color: rgb(247, 247, 247);
    z-index: 100;
}
.emldirdel{
    cursor: pointer;
    text-decoration: underline;
}