﻿.btnDashbord
{  
    text-decoration:none;
    line-height:50px;
    border-radius: 4px;
    border: solid 2px #B1BBBF;
    cursor: pointer;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    font-family: Arial;
    background: #49c0f0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YzBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyY2FmZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-8 */

}

.btnDashbord:hover
{
    color: #ffffff;
    background: #ffd65e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */

}

input, select { outline: none; }
textarea { font-family: Arial; outline: none; }
input.txt, textarea.txt, .combo { background-color: #ffffff; border: solid 1px #AABFD6; padding: 2px 4px 2px 4px; border-radius: 2px; }
input.grdtxt, grdtextarea.txt, .grdcombo { margin: 0px; background-color: #ffffff; border: solid 1px #9ea7b2; padding: 0px 4px 0px 4px; border-radius: 2px; }
input.txt:focus, textarea.txt:focus, .combo:focus, input.grdtxt:focus, textarea.grdtxt:focus, .grdcombo:focus
{
    color: black;
    background-color: #E8F8FC;
}
.watermarklight { background-color: #ffffff; border: solid 1px #9ea7b2; padding: 2px 4px 2px 4px; border-radius: 2px; color: #d0d0d0; }

input.switch
{
    background-image: url("Images/next.png");
    background-position: right center;
    padding-right: 18px;
}

input.addnew
{
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: solid 2px #B1BBBF;
    cursor: pointer;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    background: #f6f8f9;
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 99%, #d7dee3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(99%,#f5f7f9), color-stop(100%,#d7dee3));
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 99%,#d7dee3 100%);
    background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 99%,#d7dee3 100%);
    background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 99%,#d7dee3 100%);
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 99%,#d7dee3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 );
}

input.addnew:hover
{
    color: #ffffff;
    background: #0d0d0d;
    background: -moz-linear-gradient(top,  #0d0d0d 0%, #383838 50%, #1b1b1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d0d0d), color-stop(50%,#383838), color-stop(100%,#1b1b1b));
    background: -webkit-linear-gradient(top,  #0d0d0d 0%,#383838 50%,#1b1b1b 100%);
    background: -o-linear-gradient(top,  #0d0d0d 0%,#383838 50%,#1b1b1b 100%);
    background: -ms-linear-gradient(top,  #0d0d0d 0%,#383838 50%,#1b1b1b 100%);
    background: linear-gradient(to bottom,  #0d0d0d 0%,#383838 50%,#1b1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#1b1b1b',GradientType=0 );
}

input.close
{
    width: 24px;
    height: 24px;
    background-image: url("Images/close.png");
    border: none;
}

.btnDisabled
{
    min-width: 100px;
    width: 100px;
    color: Black;
    background: #e5e9ea;
    background: -moz-linear-gradient(top,  #e5e9ea 0%, #c8d7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e9ea), color-stop(100%,#c8d7dc));
    background: -webkit-linear-gradient(top,  #e5e9ea 0%,#c8d7dc 100%);
    background: -o-linear-gradient(top,  #e5e9ea 0%,#c8d7dc 100%);
    background: -ms-linear-gradient(top,  #e5e9ea 0%,#c8d7dc 100%);
    background: linear-gradient(to bottom,  #e5e9ea 0%,#c8d7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9ea', endColorstr='#c8d7dc',GradientType=0 );
}

.combo1:focus
{
    color: Navy;
    border: solid 1px Blue;
    background: #e3f5ff;
}
.watermark
{ color: Gray; background-color: #ffffff; border: solid 1px #9ea7b2; padding: 2px 4px 2px 4px; border-radius: 2px; }
.grdwatermark
{ margin: 0px; color: Gray; background-color: #ffffff; border: solid 1px #9ea7b2; padding: 0px 4px 0px 4px; border-radius: 2px; }

.watermarkreq
{ color: Gray; background-color: #ffffff; border: solid 1px #9ea7b2; padding: 2px 4px 2px 4px; border-radius: 2px; border-left: solid 2px #e10000; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }

input.req, textarea.req, .req { border-left: solid 2px #e10000; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }

input.btn
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    padding: 3px 5px 3px 5px;
    color: Black;
    border: solid 1px #279CEA;
    background: #ebf1f6;
    background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb));
    background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%);
    background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%);
    background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%);
    background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 );
}

input.btn:hover
{
    border-color: blue;
    color: #ffffff;
    background: #3b679e;
    background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
}

input.btnpink
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 5px 3px 5px;
    color: Black;
    border: solid 1px #c146a1;
    background: #f6edf7;
    background: -moz-linear-gradient(top,  #f6edf7 0%, #e2aaed 50%, #d18bed 51%, #f4d8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6edf7), color-stop(50%,#e2aaed), color-stop(51%,#d18bed), color-stop(100%,#f4d8ff));
    background: -webkit-linear-gradient(top,  #f6edf7 0%,#e2aaed 50%,#d18bed 51%,#f4d8ff 100%);
    background: -o-linear-gradient(top,  #f6edf7 0%,#e2aaed 50%,#d18bed 51%,#f4d8ff 100%);
    background: -ms-linear-gradient(top,  #f6edf7 0%,#e2aaed 50%,#d18bed 51%,#f4d8ff 100%);
    background: linear-gradient(to bottom,  #f6edf7 0%,#e2aaed 50%,#d18bed 51%,#f4d8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edf7', endColorstr='#f4d8ff',GradientType=0 );
}

input.btnpink:hover
{
    border-color: #a80077;
    color: #ffffff;
    background: #cb60b3;
    background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4));
    background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
}

input.btn:disabled, input.btnpink:disabled
{
    color: #545454;
    border: solid 1px #727272;
    background: #e3e4e5;
    background: -moz-linear-gradient(top,  #e3e4e5 0%, #cdd0d3 50%, #b3b8bc 51%, #dbdcdd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4e5), color-stop(50%,#cdd0d3), color-stop(51%,#b3b8bc), color-stop(100%,#dbdcdd));
    background: -webkit-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: -o-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: -ms-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: linear-gradient(to bottom,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e5', endColorstr='#dbdcdd',GradientType=0 );
}

input.btndisable
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 5px 3px 5px;
    color: #545454;
    border: solid 1px #727272;
    background: #e3e4e5;
    background: -moz-linear-gradient(top,  #e3e4e5 0%, #cdd0d3 50%, #b3b8bc 51%, #dbdcdd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4e5), color-stop(50%,#cdd0d3), color-stop(51%,#b3b8bc), color-stop(100%,#dbdcdd));
    background: -webkit-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: -o-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: -ms-linear-gradient(top,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    background: linear-gradient(to bottom,  #e3e4e5 0%,#cdd0d3 50%,#b3b8bc 51%,#dbdcdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e5', endColorstr='#dbdcdd',GradientType=0 );
}


input.btnaction
{
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}

input.btnaction:hover
{
    background: #d2ff52;
    background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
    background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
}

input.btnaction:hover
{
    background: #d2ff52;
    background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
    background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
    background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
}

.addnewproduct
{
    border: none; background-color: White; 
    background-image: url(images/addnewproduct.jpg);
    background-position:0px 0px;
    width: 125px;
    height: 29px;
}

.addnewproduct:hover
{
    background-position: 0px 29px;
}

input.chk
{ cursor: url(cursor/cursor.png),auto; }

input.radaction
{
    width: 77px;
    height: 22px;
    margin-top: -5px;
    margin-bottom: -5px;
    background: none;
    background-image: url(Images/action.gif);
    border: none;
}

input.radedit { color: #045100; background-position: 0px 22px; }

input.raddelete { color: #542F1C; background-position: 77px 22px; }

input.radedit:hover { background-position: 0px 0px; }

input.raddelete:hover { background-position: 77px 0px; }

input.lnkedit, a.lnkedit
{
    background-color: #ffffff;
    border: solid 1px #009100;
    border-radius: 2px;
    background-image: url(Images/edit.png);
    background-repeat: no-repeat;
    padding: 2px 10px 2px 10px;
    background-position: center center;
    text-decoration: none;
}

input.lnkedit:hover, a.lnkedit:hover
{
    background-color: #d5ffc6;
}

input.lnkdelete:hover, a.lnkdelete:hover
{
    background-color: #ffd8d8;
}

input.lnkdelete, a.lnkdelete
{
    background-color: #ffffff;
    border: solid 1px red;
    border-radius: 2px;
    background-image: url(Images/delete.png);
    background-repeat: no-repeat;
    padding: 2px 10px 2px 10px;
    background-position: center center;
    text-decoration: none;
}








































/* Site Map Style <<<< */
.sitemapblueold
{
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    background: #00afdf;
    background: -moz-linear-gradient(top,  #00afdf 0%, #0170c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afdf), color-stop(100%,#0170c5));
    background: -webkit-linear-gradient(top,  #00afdf 0%,#0170c5 100%);
    background: -o-linear-gradient(top,  #00afdf 0%,#0170c5 100%);
    background: -ms-linear-gradient(top,  #00afdf 0%,#0170c5 100%);
    background: linear-gradient(top,  #00afdf 0%,#0170c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afdf', endColorstr='#0170c5',GradientType=0 );
}

.sitemapblue
{
    border: solid 1px #AABFD6;
    padding: 2px 10px 2px 10px;
    background-color: #F1F5FB;
}

.sitemapblue .parent, .sitemapblue .root
{ color: #4C607A; text-decoration: none; font-weight: lighter; }

.sitemapblue .separator
{ background-image: url(images/rightblue.gif); background-position: center center; background-repeat: no-repeat; }
/* <<<< Site Map Style */

/* Error Style <<<< */

.warning
{
    padding: 5px 5px 5px 25px;
    font-weight: bold;
    border-radius: 3px;
    border: solid 1px #fbbd00;
    color: #C45100;
    background-image: url(./images/warning.png);
    background: #ffffc6 url(./images/warning.png);
    background: -moz-linear-gradient(top,  #ffffc6 0%, #fff58c 51%, #ffffc6 100%) url(./images/warning.png);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffc6), color-stop(51%,#fff58c), color-stop(100%,#ffffc6)) url(./images/warning.png);
    background: -webkit-linear-gradient(top,  #ffffc6 0%,#fff58c 51%,#ffffc6 100%) url(./images/warning.png);
    background: -o-linear-gradient(top,  #ffffc6 0%,#fff58c 51%,#ffffc6 100%) url(./images/warning.png);
    background: -ms-linear-gradient(top,  #ffffc6 0%,#fff58c 51%,#ffffc6 100%) url(./images/warning.png);
    background: linear-gradient(top,  #ffffc6 0%,#fff58c 51%,#ffffc6 100%) url(./images/warning.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc6', endColorstr='#ffffc6',GradientType=0 ) url(./images/warning.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.error
{
    padding: 5px 5px 5px 25px;
    font-weight: bold;
    border-radius: 3px;
    border: solid 1px #f14f75;
    color: #ff0000;
    background: #ffefef url(./images/error.png);
    background: -moz-linear-gradient(top,  #ffefef 0%, #ffdbdb 50%, #ffefef 100%) url(./images/error.png);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefef), color-stop(50%,#ffdbdb), color-stop(100%,#ffefef)) url(./images/error.png);
    background: -webkit-linear-gradient(top,  #ffefef 0%,#ffdbdb 50%,#ffefef 100%) url(./images/error.png);
    background: -o-linear-gradient(top,  #ffefef 0%,#ffdbdb 50%,#ffefef 100%) url(./images/error.png);
    background: -ms-linear-gradient(top,  #ffefef 0%,#ffdbdb 50%,#ffefef 100%) url(./images/error.png);
    background: linear-gradient(top,  #ffefef 0%,#ffdbdb 50%,#ffefef 100%) url(./images/error.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefef', endColorstr='#ffefef',GradientType=0 ) url(./images/error.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.success
{
    padding: 5px 5px 5px 25px;
    font-weight: bold;
    border-radius: 3px;
    border: solid 1px #2fbe13;
    color: #1f6e00;
    background: #f6ffdb url(./images/success.png);
    background: -moz-linear-gradient(top,  #f6ffdb 0%, #edffb2 48%, #f6ffdb 100%) url(./images/success.png);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ffdb), color-stop(48%,#edffb2), color-stop(100%,#f6ffdb)) url(./images/success.png);
    background: -webkit-linear-gradient(top,  #f6ffdb 0%,#edffb2 48%,#f6ffdb 100%) url(./images/success.png);
    background: -o-linear-gradient(top,  #f6ffdb 0%,#edffb2 48%,#f6ffdb 100%) url(./images/success.png);
    background: -ms-linear-gradient(top,  #f6ffdb 0%,#edffb2 48%,#f6ffdb 100%) url(./images/success.png);
    background: linear-gradient(top,  #f6ffdb 0%,#edffb2 48%,#f6ffdb 100%) url(./images/success.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffdb', endColorstr='#f6ffdb',GradientType=0 ) url(./images/success.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

/* >>>> Error Style */


/* >>>> Update Progress Style Start */
.popup 
{
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.updateprogress 
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2000000;
    filter: alpha(opacity=40);
    opacity: 0.3;
}

.loadingimage 
{
    position: fixed;
    background-position: center center;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 2000001;
}
/* >>>> Update Progress Style End */


/* >>>> Tree View Style Start */

span.t_arial { font-family:Arial; }

span.t_red { color: red; }

span.t_green { color: green; }

span.t_blue { color: navy; }

span.t_blue:focus { color: White; }
/* >>>> Tree View Style End */