/* ==================================================================== */
/*                            Outer style                               */
/* ==================================================================== */
DIV.dmOuter
{
}

.dmOuter A
{
}

.dmOuter a + a
{
    margin-left: 8px;
}

#dm .dmBody > .dmWidget
{
    margin: 5px 20px;
}
#dm .allWrapper .dmWidget
{
    margin: 5px 20px;
}


#dm video
{
    max-width: 100% !important;
}

iframe.fb_ltr
{
    max-width: 100%;
}

.dmHome .text
{
    white-space: nowrap;
}


/* ==================================================================== */
/*                            Inner style                               */
/* ==================================================================== */
DIV.dmInner
{
    background: rgb(240,240,240);
    color: #333333;
    font-family: arial;
}

DIV.dmInner A
{
    color: rgb(144,176,240);
}
.dmInner li
{
    list-style-type: none;
}

.dmwr .dmInner ul:not(.dmNav), .dmwr .dmInner ol:not(.dmNav)
{
   padding: 0px;
}


/* ======================================= */
/*                                    Form style                                      */
/* ======================================= */

div.dmInner input[type=text], div.dmInner input[type=email], div.dmInner input[type=number], div.dmInner input[type=tel]
{
    border: 2px solid #7c7c7c;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 20px;
    margin: 3px 0px;
}

div.dmInner input[type=password]
{
    border: 2px solid #7c7c7c;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 20px;
    margin: 3px 0px;
}

div.dmInner input[readonly]
{
    border: 2px solid #7c7c7c;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    margin: 3px 0px;
    width: auto;
    height: auto;
}

div.dmInner select
{
    border: 2px solid #7c7c7c;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 24px;
    margin: 3px 0px;
}

div.dmInner textarea
{
    border: 2px solid #7c7c7c;
    width: 100%;
    margin: 3px 0px;
    min-height: 50px;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
}

div.dmInner input[type=submit], div.dmInner input[type=reset]
{
    margin: 5px auto;
    width: 102%;
    border: 1px solid #7c7c7c;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    height: 25px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(222,233,242)), color-stop(0.5, rgb(166,189,207)));
    background-image: -moz-linear-gradient( center top, rgb(222,233,242) 0%, rgb(166,189,207) 50%);
}


/* ==================================================================== */
/*                            Header style                              */
/* ==================================================================== */

.dmHeader
{
    background: rgb(90,125,191);
    border-bottom: 0px solid rgb(144,176,240);
    text-align: center;
    color: #333333;
    padding-top:1px;
}

.dm-title
{
   
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 67, 67, 1.00)), to(rgba(29, 29, 29, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(67, 67, 67, 1.00) 0% ,rgba(58, 58, 58, 1.00) 25% ,rgba(46, 46, 46, 1.00) 49% ,rgba(42, 42, 42, 1.00) 50% ,rgba(33, 33, 33, 1.00) 73% ,rgba(29, 29, 29, 1.00) 100% );
	background-image: -moz-linear-gradient(top, rgba(67, 67, 67, 1.00) 0% ,rgba(58, 58, 58, 1.00) 25% ,rgba(46, 46, 46, 1.00) 49% ,rgba(42, 42, 42, 1.00) 50% ,rgba(33, 33, 33, 1.00) 73% ,rgba(29, 29, 29, 1.00) 100% );
	background-image: -ms-linear-gradient(top, rgba(67, 67, 67, 1.00) 0% ,rgba(58, 58, 58, 1.00) 25% ,rgba(46, 46, 46, 1.00) 49% ,rgba(42, 42, 42, 1.00) 50% ,rgba(33, 33, 33, 1.00) 73% ,rgba(29, 29, 29, 1.00) 100% );
	background-image: -o-linear-gradient(top, rgba(67, 67, 67, 1.00) 0% ,rgba(58, 58, 58, 1.00) 25% ,rgba(46, 46, 46, 1.00) 49% ,rgba(42, 42, 42, 1.00) 50% ,rgba(33, 33, 33, 1.00) 73% ,rgba(29, 29, 29, 1.00) 100% );
	background-image: linear-gradient(top, rgba(67, 67, 67, 1.00) 0% ,rgba(58, 58, 58, 1.00) 25% ,rgba(46, 46, 46, 1.00) 49% ,rgba(42, 42, 42, 1.00) 50% ,rgba(33, 33, 33, 1.00) 73% ,rgba(29, 29, 29, 1.00) 100% ); */
	background-color:rgb(144,176,240);
	box-shadow: 0px 1px 3px rgba(12, 12, 12, 0.80);
	-webkit-box-shadow: 0px 1px 3px rgba(12, 12, 12, 0.80);
	-moz-box-shadow: 0px 1px 3px rgba(12,12,12,0.80);
	font-family: Helvetica,Arial;
	/*height: 44px;*/
	text-align: center;
	font-weight: bold;
	font-size: 23px !important;
	clear:both;
	color: rgba(255, 255, 255, 1.00);
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: rgba(0, 0, 0, 0.00);
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: rgba(0, 0, 0, 0.00);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, 0.00);
	margin-top:-1px;
	line-height:44px;
	
}


/* ==================================================================== */
/*                            Footer style                              */
/* ==================================================================== */

DIV.dmFooter
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: inherit;
    color: #333;
    padding: 4px 8px;
}

/* ==================================================================== */
/*                            Body style                                */
/* ==================================================================== */

DIV.dmBody
{
    padding: 0px;
    clear:both;
}

/* ==================================================================== */
/*                          Navigation style                            */
/* ==================================================================== */

.dmNav
{
    padding: 8px 20px 20px 20px;
    margin: 0px;
}

.dmNav LI
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    list-style-type: none;
    padding-bottom: 8px;
}

.dmNav LI > A
{
    min-height: 20px;
    display: block;
    text-decoration: none;
    color: #666666;
    padding: 8px 15px 8px 15px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABs0lEQVR42mNgGKygYf9/lgkbPvZN2PBhP5B2p6ll/evfOwAt+g/G6z+cnbTtPzvNLJuw8cM2uGVg/DGKlr76g2rZh/M08R2mr2jku0nr3ttj8RUMn2tY9Z+NKhZNXfWKB2jgdhwWgfHEDe8TQSmVaEP7Vn0UmrThs9bETe/9J2x4X9i/4f0koEHrgOyr+CyC4s9AdUeAehZNXP+hrX/Dh5SJG987AuNZAcPXQIVxwLB/iieoyMW/gPggyHwkyz6cprIl6Pg03LKJ6z/W0s6i98+AdBV60i6ltkXAuHsATMn6WBPJxA0fSqhp0YSN7/QIZV5q+PAhQYvQLPxFpkW3ibYIKYXuIc8yEosvUEYEajxDlmXr3xeTZNnEze/kgBrfkhmMS0kreDd9tCA7cQArVdJ8BixYyU+JwGJv4xdxUuquHjwuXwtNrddxlYd9Gz+YkJISt2IxZA+wRHeGB/W2t3xQSx9hZOj17wNICMYPs5E0H5+w8b0fLrXd6z6LAcu/RqC613A9G9/bEd/eWPfJEhhce4HhP3/SxveGhNTPnPmfFViYxwIt2gfEszo3vuZlGFEAAJgvQKMG4IxHAAAAAElFTkSuQmCC) no-repeat 7px 50% #c0c1c4;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABs0lEQVR42mNgGKygYf9/lgkbPvZN2PBhP5B2p6ll/evfOwAt+g/G6z+cnbTtPzvNLJuw8cM2uGVg/DGKlr76g2rZh/M08R2mr2jku0nr3ttj8RUMn2tY9Z+NKhZNXfWKB2jgdhwWgfHEDe8TQSmVaEP7Vn0UmrThs9bETe/9J2x4X9i/4f0koEHrgOyr+CyC4s9AdUeAehZNXP+hrX/Dh5SJG987AuNZAcPXQIVxwLB/iieoyMW/gPggyHwkyz6cprIl6Pg03LKJ6z/W0s6i98+AdBV60i6ltkXAuHsATMn6WBPJxA0fSqhp0YSN7/QIZV5q+PAhQYvQLPxFpkW3ibYIKYXuIc8yEosvUEYEajxDlmXr3xeTZNnEze/kgBrfkhmMS0kreDd9tCA7cQArVdJ8BixYyU+JwGJv4xdxUuquHjwuXwtNrddxlYd9Gz+YkJISt2IxZA+wRHeGB/W2t3xQSx9hZOj17wNICMYPs5E0H5+w8b0fLrXd6z6LAcu/RqC613A9G9/bEd/eWPfJEhhce4HhP3/SxveGhNTPnPmfFViYxwIt2gfEszo3vuZlGFEAAJgvQKMG4IxHAAAAAElFTkSuQmCC) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/arrow_white.png) no-repeat right 50%, url(http://dudamobile-themes.s3.amazonaws.com/otf_theme/white_40pct.png) repeat-x 0px 0px, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAABCAYAAABUvRdkAAAAD0lEQVR42mOYsOHD/8GCAZawb25pXM2xAAAAAElFTkSuQmCC) repeat-y 100% 0px #d0d0d0;
    font-size: 18px;
    font-family: arial;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: black 0.1em 0.1em 0.2em;
    -moz-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.dmNav LI > A > div
{
    max-width: 200px;
    margin: 0px auto;
}


*.dmNav LI > A.dmUDNavigationItem_dmLess
{
    dmthemerule: true;
    iconname: url('less.png');
    originalurl: url('dmLess');
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACPUlEQVR42uVWTWhUMRBuq1JB0UMFPRSqCEIFLZ4F8aL01IMXT+3Bk6Dg1YOHPYj4U30/7RYKpaUKIk92k1FcEZVV8dBK/UPwILYgIqjYzWS7KhRtnLzugt315SXszQYGEjLJl5l889PSsqrH+ai02QfR5wMOBhzve4CPfI6PSe4GDM+FDA9fuvd5Q1MgYUG1+yBP+gzf0cXKIEskrwMm+zMZ1eYOxHBn9fXKRTwmefZOZZs9EIh9dPCDK9Bf8mboFu5IBfKhspWU31pcWCH5lrwvnqb+o8/lpAXQb7psYDgnumj+MtGlgBcMVokD1c82ggUgTmn9KFJraP3AZL2XX+huALqcL+/yuLiaCsTxbI2pNL9p4YWLDWAB4HELUmRr+jYPq8qLbPR1Y70Lr5kPyUmlVGusy8SQAzO/h3nRU0cMLCYeACxMFNX62CImfffYEwdtwX5d4aU9y9aX9tL6hytYALLX3jKOUaao1i4D4ljzlgFeNx4CHNF6OvfRetwB7KfOSCvAPC5P0MZHGxrH8cUwZ2UV4KuwML9pZT7kC7tp84ZFnJ3W+joV6RKTCgjSS8ggeMjitUseiGNaXzM04PKJ0YX1tK8jSmQBuEiAR4bz5Q6aTyW6kIvQXF5y852kOGfhTqRA/2TQmWn4q38ND8r7SflLE/XsveaAdQHVgUyMe+4MxPAhxdV259YgZhzIMynuqsXhrO5XRkfVuqYan8Hb5S104VGd9XUFpv+aJguexV0WUVt3Xlb/89+OP8puO/OPVNNaAAAAAElFTkSuQmCC) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/otf_theme/white_40pct.png) repeat-x 0px 0px #d0d0d0;
    font-weight: bold;
}

*.dmNav LI > A.dmUDNavigationItem_dmMore
{
    dmthemerule: true;
    iconname: url('more.png');
    originalurl: url('dmMore');
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACSElEQVR42uVWPWgUQRQ+f4IBRQsDWgQ0BAIKKtaBYKNYWdhYaWElJGBrYZEiiD/R/ckPBMQQBZGVu51RvCAq5wULFU0UwUJMIMhBlORm9u6SgMSM37vcQZbLzc5eygw8mN15M9/MvO97bxKJLdvuvJzb7fryjOPLGzaT47CsxeVbh8lXNpf9Nhfnbnr5fZsC6e1V2x0/uIjFv8JWYaqu+fKHzYMeN612xQYaelE6aPkB0wJsbFncQrsx0MAz2YZJ3xoAqtqsy8VJo/jYTLzTLDQPKxkAfrd56YAWDIG/pVlgajApDmEzl9D/Fw0YjNUHShWPROz6teepHeTrcHHV4HSrYGrXhmAYvB21AOj+tMo49Pui/C0mHt5NFTrC7PP+7MHgpAkBaIF1GxyKIovD5ZUQmJsSJzCwaMw4XwzQPKXUNoqN1peLR+F4+eJUXIpDhzbNHc2oZmSStMY3EwJzeHC2AT0t2Tx/nObfY/lj+F4xAmvkZDjN/XJay6id+PaMT0aKx8/lGGAPKHeWScLlcMSmHofB0gt7IegvZuSQyareDOTyy2JBd63OeGAZgI1TSqvo7JqB/xOXFY/WgFXov1xf0MEEMW8trYnLkWVn7QpP109ZTLiaye8HU4X9ADqP/l+DU3naREyxg9MnTXLN4fqkAdCMm1xojSwzdMdw/rmJevbb4oVO4wIK3R0G697EBvLlZxJ47KfByIhqoncFgjxtULty8L1eZWrDrRxHvKBIGvSqwu4/Im4fKhWdsv6F/ueFlsSWbv8BeDI78zOKlkYAAAAASUVORK5CYII=) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/otf_theme/white_40pct.png) repeat-x 0px 0px #d0d0d0;
    font-weight: bold;
}

li.dmBackToMenuLi
{
    padding-bottom: 20px;
}


/* ==================================================================== */
/*                          Content style                               */
/* ==================================================================== */

.dmContent
{
    margin: 0px;
    padding: 0px 20px 10px 20px;
}

.dmContent li, .dm_content li
{
    list-style-type: none;
}

.dmContent ul, .dmContent ol, .dm_content ul, .dm_content ol
{
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

.dm_content
{
    margin: 0px;
    padding: 0px 20px 10px 20px;
}


/* ==================================================================== */
/*                          Back To Home button style                   */
/* ==================================================================== */

 A.dmHome
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABWElEQVR42mNgGAVQMGnTR4uJGz6cnLD+YwxMbMKGD+ET139oA9LtEzZ+CKWKRf0b3wcBDXwPxP+B+Hv/+vcJUMv2QcVAeAfFFgENKQfif0iGQvHHPKBvtsH4/Rs+7CTbkvn7/3MAg202piVw/AOIP1NsWd/mN9JoQUQM3k56sG36aDph/YdbJFr0v3/jhwOkWbT+QzAw6D6QahHcwvUfJ6xa9Z+ZoEVASyqwJwQS8foPaztWvePHnn+2/WcHKppBsSWo+Dgweyig+mbTe38yEgKx+CEofyIF3fslNLIIlmhWIkqGtR+UCFv4/sjEjR8jgHGRDMcbPkYBi6m5+PV9vDJp/QdljDwFTEUbgAr249A0H2uC2vg+HodFF0F5DhhnDvjKvyTqWPZxIRFJ/33iqGWjlo1Ay4AZ2xOo+Aw0c8PwaVCzAHtz4aM7hvr1H04Bi6jK0eYhTQAAB3YkzrcJzLsAAAAASUVORK5CYII=') no-repeat 50% 50% #d0d0d0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABWElEQVR42mNgGAVQMGnTR4uJGz6cnLD+YwxMbMKGD+ET139oA9LtEzZ+CKWKRf0b3wcBDXwPxP+B+Hv/+vcJUMv2QcVAeAfFFgENKQfif0iGQvHHPKBvtsH4/Rs+7CTbkvn7/3MAg202piVw/AOIP1NsWd/mN9JoQUQM3k56sG36aDph/YdbJFr0v3/jhwOkWbT+QzAw6D6QahHcwvUfJ6xa9Z+ZoEVASyqwJwQS8foPaztWvePHnn+2/WcHKppBsSWo+Dgweyig+mbTe38yEgKx+CEofyIF3fslNLIIlmhWIkqGtR+UCFv4/sjEjR8jgHGRDMcbPkYBi6m5+PV9vDJp/QdljDwFTEUbgAr249A0H2uC2vg+HodFF0F5DhhnDvjKvyTqWPZxIRFJ/33iqGWjlo1Ay4AZ2xOo+Aw0c8PwaVCzAHtz4aM7hvr1H04Bi6jK0eYhTQAAB3YkzrcJzLsAAAAASUVORK5CYII=') no-repeat 50% 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_home.png) repeat #d0d0d0;
    height: 38px;
    width: 52px;
    display: block;
    text-decoration: none;
    margin: 10px 0px 10px -1px;
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-right-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
}

#dm A.dmHome .text
{
    display: none;
}

/* new home button */

a.dmHome.dmWwr.default 
{
 	background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_home.png) repeat;
    height: 38px;
    width: 52px;
    display: block;
    text-decoration: none;
    margin: 10px 0px 10px -21px;
    -webkit-border-top-right-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
}
#dm a.dmHome.dmWwr
{
	background-color:#d0d0d0;
	-webkit-box-shadow: black 0.1em 0.1em 0.2em;
	-moz-box-shadow: black 0.1em 0.1em 0.2em;
	box-shadow: black 0.1em 0.1em 0.2em;
}
#dm a.dmHome.dmWwr.default .iconBg
{
    height: auto;
    width: auto;
    display: block;
    background: none;
}
#dm a.dmHome.dmWwr.default .icon
{
    height: 38px;
    width: 52px;
    display: block;
}
#dm a.dmHome.dmWwr .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABWElEQVR42mNgGAVQMGnTR4uJGz6cnLD+YwxMbMKGD+ET139oA9LtEzZ+CKWKRf0b3wcBDXwPxP+B+Hv/+vcJUMv2QcVAeAfFFgENKQfif0iGQvHHPKBvtsH4/Rs+7CTbkvn7/3MAg202piVw/AOIP1NsWd/mN9JoQUQM3k56sG36aDph/YdbJFr0v3/jhwOkWbT+QzAw6D6QahHcwvUfJ6xa9Z+ZoEVASyqwJwQS8foPaztWvePHnn+2/WcHKppBsSWo+Dgweyig+mbTe38yEgKx+CEofyIF3fslNLIIlmhWIkqGtR+UCFv4/sjEjR8jgHGRDMcbPkYBi6m5+PV9vDJp/QdljDwFTEUbgAr249A0H2uC2vg+HodFF0F5DhhnDvjKvyTqWPZxIRFJ/33iqGWjlo1Ay4AZ2xOo+Aw0c8PwaVCzAHtz4aM7hvr1H04Bi6jK0eYhTQAAB3YkzrcJzLsAAAAASUVORK5CYII=) no-repeat 50%;
}
#dm a.dmHome.dmWwr.default .text
{
	display:none;
}


/* ==================================================================== */
/*                          Click To call button style                  */
/* ==================================================================== */
#dm A.dmCall
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/phone.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/phone.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}


#dm .dmCall span.text
{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
    text-transform: none;
}

#dm .dmCall .icon
{
}

#dm .dmCall.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/phone.png) no-repeat 50%;
}


/* ==================================================================== */
/*                          Click to Map button style                   */
/* ==================================================================== */
#dm A.dmMap
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    text-decoration: none;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/location.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/location.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmMap span.text
{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

#dm .dmMap .icon
{
}

#dm .dmMap.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/location.png) no-repeat 50%;
}

/* ==================================================================== */
/*                          Click to SMS button style                   */
/* ==================================================================== */

#dm A.dmSms
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    font-weight: normal;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/sms.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/sms.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmSms span.text
{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
#dm .dmSms .icon
{
}

#dm .dmSms.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/sms.png) no-repeat 50%;
}

/* ==================================================================== */
/*                          Click to Appointment button style           */
/* ==================================================================== */
#dm A.dmAppoint
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/schedule.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/schedule.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmAppoint span.text
{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
#dm .dmAppoint .icon
{
}

#dm .dmAppoint.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/schedule.png) no-repeat 50%;
}

/* ==================================================================== */
/*                          Click to Email button style                 */
/* ==================================================================== */

#dm A.dmEmail
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/email.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/email.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmEmail span.text
{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
#dm .dmEmail .icon
{
}

#dm .dmEmail.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/email.png) no-repeat 50%;
}

/* ==================================================================== */
/*                          Share Widget style                          */
/* ==================================================================== */


#dm .dmShareLarge
{
    margin: 10px 20px;
    text-decoration: none;
    padding: 5px 5px 1px 8px;
    min-height: 20px;
    display: block;
    clear: both;
    background: #d0d0d0;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    height: 29px;
    color: #666;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmShare
{
    margin: 5px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/share.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/share.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
    text-decoration: none;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#dm .dmShareLarge span.text, #dm .dmShareSmall span.text
{
    vertical-align: 5px;
    margin-right: 3px;
    color: #666;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: none;
}

#dm .dmShare span.text
{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

#dm .dmShareLarge .shareIcons, #dm .dmShareSmall .shareIcons
{
    height: 24px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: -2px;
}

#dm .dmShareLarge span.fbIcon, #dm .dmShareSmall span.fbIcon
{
    width: 27px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABMUlEQVR42mNgGAW0ABM2fpgzYcOH/RM3fNhNCQaZAcRdeC3r3/DhAVDRf+rg90fx+2zD+6vUsgzkQ7ItA2r+AKSfA/F7Wlr2Exi81b3rPqlNWvtWpn/j+yCg2B+aWAbUVIGspm/TW20aWfbxac/mTyIguZkz/7NOWP8hecLG94uBcn9p4bPTDfv/s4BT6uYPRrRKIP/ACWHjh20wyyate28PFHsNTShUtexj34Z3tt3rPov9//+fESQ3f/9/jt4Nb2UnbngfSO04e9+//r0CdjUfzaltGciwi0ANs2HBOGHTR1Og2HEgvgYNZqonkHPwOFv/wY3WJcgxmGUT139wHrVsxFv24R61UuOEjR8PE7JsObCwPQt01UkQDWomIOczqPgpEI0Pg/Wufz95tKE1tAEAOP6ChhjHxwoAAAAASUVORK5CYII=');
}

#dm .dmShareLarge span.twitIcon, #dm .dmShareSmall span.twitIcon
{
    width: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAB4UlEQVR42u1VTShFQRR+KFb+s7OhyMpKYuFnZWFnY8OGsqOkrJSeklDe3HuJhaQsqKv35s4jiQWStShFsVEW0nv3zEUpP+MMl17eT3deb+ed+uremXvmmzPnm+/6fNn4V2FQ6CCUW5oFB4hdnfKhhZBTnnGiaTNajAQbiHeEkNAtONcYDGSUyO8Xubjo+g9JPOyJjJHplt31lwCrutIYH8TnW8RrgEGDWgWmyDeCkUpjRxT8jAkhcgiDwzgyyufkPLFswx07IkGo9i6AMG/SKUx99YbBommKPCNkt+H7W4LjuyTM7scjvIgZ4/h+grmjKYlm2EPhXMipJdQuCZi8jISc5q9efStPeMSj7C2u0Z64mp1IkWbxcXeHT4hrxBJhvAf7sumdiDN9i9ekrChAeaPCzpMR3S1uQ6lHtfFOt6K0yDA/rOYO5mMFJs4iHFUyFMpI0oXnt5w6KfGEc2Gowl4tK5C9yPWSkqFahvGjUylvjdmtsf4mFakkDApBeRdTXl6N8t7fBAY3mLTnXt5nharepMC8CYNCNybcpy8MmFQShuwRWs6aYkVoV7AiTygts9VYtJ5YMIbmeizvTRKL+kCcoTH3ZeSfFbCiLVJAUpGIfdeuXPBV+QdIu6JsZCM2PgE6kRmAFZ0tMgAAAABJRU5ErkJggg==');
}

#dm .dmShareLarge span.mailIcon, #dm .dmShareSmall span.mailIcon
{
    width: 27px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACEklEQVR42mNgGAVDEkzc8KFlwoYPP4D4HxB/B+L3QLEP5GKg/i9Qs35N2PBx48SNHzLglgEF7wHx/4nrP7T1b/xwAcSmEL+esOF9I5B+COIDzTyAbNl9IP7bt+mt9pR1n4SBrjtJiUUT172zadj/nwXoqytQsYPIlt2BCj6ftOmjxaRt/9mB7O1kWHRvwsZP6iAHA9knkMT3Y7MMhD9N2PjeDyy+8f1iEiw6P2nVZ9HJmz4oIvmIoGUg/BMYf2kguf4NH7oJWQQM9t2Ttr3l69/8wQjIf4RFDV7LwBhoUTXYwo3vi/BYtHrVqv/MEze+dwSlYhzqCFsGtnD9xwkQNR+jIEkZRX46JLg/hIJCA4/vibMM4vr3S6AWugP5H2HZBCqWB81T/6liGTRId3bvfMENStZAn6SC9a1/30xk4iFo2R8gfoni6vUfzvav/SoJDbppaOqfQ0shsizrgOS391fRxG8A8R40sU+T1r6VARVLJFvWv+H9IpD4pHXv7aHl3H/Cyf99IjRoi4m2bOKGj5sgwfROD1LGEZ2pQakxHGpeF27LNn64CxXc17DqP1v/2g9KsEKURPwVmJBcoD6cjMtnoFz/burWLxITNn4RB7IvUlAQvwcFP9Tc/dDQOgS3DOiaB0DBb6AiClRCU1rFgMzrX/8+AcnRB9Erz59Q/J3CihNUZH2FmvUbo/IcBaMAFwAAl9Ex5yRM2M4AAAAASUVORK5CYII=');
}

#dm .fblikeiframe
{
    top: 0px;
}


#dm .dmShare.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/share.png) no-repeat 50%;
}

/* ==================================================================== */
/*                          Widget style                  */
/* ==================================================================== */

#dm .dmWidget
{
    text-decoration: none;
    margin: 10px 0px;
    padding: 6px 5px 7px 34px;
    text-align: center;
    min-height: 20px;
    display: block;
    clear: both;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -moz-box-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: black 0.1em 0.1em 0.2em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#dm .dmWidget .text
{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
}

/* new widgets style*/

#dm .dmWidget.dmWwr.default
{
    display: block;
    width: auto;
    line-height: normal;
    height: auto;
/*     background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px; */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.25) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
	background: -o-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
  
    text-decoration: none;
    margin: 10px 0px;
    padding: 0px;
    text-align: left;
    min-height: 0px;
    clear: both;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    -moz-box-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: black 0.1em 0.1em 0.2em;
    min-height: 35px;
    min-width:40px;
    overflow:hidden;
}
#dm .dmOuter .dmWidget.dmWwr
{
    background-color: rgb(144,176,240);
    
}
#dm .dmWidget.dmWwr.default .iconBg, #dm .dmWidget.dmWwr.default > span
{
    display: block;
    float: left;
    width: 40px;
    height: auto;
}
#dm .dmWidget.dmWwr.default .icon
{
    display: block;
    float: left;
    width: 40px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
/* for user icon */
#dm .dmWidget.dmWwr.default.dmUserImg .icon
{
     background-size: 27px;
}

#dm .dmWidget.dmWwr.default .text
{
    display: block;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-align: center;
    padding: 7px 5px 6px 40px;
    float: none;
    width: auto;
}
#dm .dmWidget.dmWwr .text
{
    color: #fff;
    text-decoration: none;
}

/*
#dm .dmBody > .dmWidget.dmWwr.default, #dm .dmHeader > .dmWidget.dmWwr.default, #dm .dmFooter > .dmWidget.dmWwr.default, #dm .allWrapper > .dmWidget.dmWwr.default
{
    margin: 10px 20px;
}
*/
#dm.dmwr .dmBody > .dmWidget.dmWwr
{
	margin:10px 20px;
}
#dm.dmwr .allWrapper > .dmWidget.dmWwr
{
	margin:10px 20px;
}
#dm .dmHeader .dmWidget.dmWwr
{
	margin:10px 20px;
}
#dm .dmFooter .dmWidget.dmWwr
{
	margin:10px 12px;
}

/* ==================================================================== */
/*                         Button Widget style                          */
/* ==================================================================== */

#dm .dmButtonLink
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/general_icon.png) no-repeat 7px 50% rgb(144,176,240);
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/general_icon.png) no-repeat 7px 50%, url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/bg_nav.png) repeat-x 0px -1px rgb(144,176,240);
}
#dm .dmButtonLink.dmWwr .icon
{
    background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/general_icon.png) no-repeat 50%;
}

/* ==================================================================== */
/*                         Sms Info Widget style                          */
/* ==================================================================== */

#dm .dmSmsInfo.dmWwr .icon
{
   background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/sms.png) no-repeat 50%;
}


/* ==================================================================== */
/*                         Open Table Widget style                          */
/* ==================================================================== */

#dm .dmopentable.dmWwr .icon
{
   background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/icons/white/schedule.png) no-repeat 50%;
}




#dm .dmContent .dmWidget
{
    margin: 10px 0px;
}


#dm .dmHeader .dmWidget
{
    margin: 10px 20px;
}

#dm .dmFooter .dmWidget
{
    margin: 10px 20px;
}




/* ==================================================================== */
/*                      New Navigation style                            */
/* ==================================================================== */

.navPlaceHolder .dmNav.default
{
    padding: 10px 0px;
    margin: 0px;
    shapename: fullNav;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navPlaceHolder .dmNav.default LI
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    list-style-type: none;
    padding-bottom: 8px;
}
.navPlaceHolder .dmNav.default LI > A
{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: table;
    table-layout: fixed;
    background-image: none;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.25) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
	background: -o-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
    
	background-position: top;
    background-repeat: repeat-x;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    width: 100%;
}
.dmOuter .navPlaceHolder .dmNav LI > A
{
    background-color: #d0d0d0;
    -webkit-box-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: black 0.1em 0.1em 0.2em;
    -moz-box-shadow: black 0.1em 0.1em 0.2em;
    color: #666666;

}
.navPlaceHolder .dmNav LI > A > div
{
    max-width: 100%;
}
.navPlaceHolder .dmNav.default .navIconBg
{
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}
.navPlaceHolder .dmNav .navIcon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABs0lEQVR42mNgGKygYf9/lgkbPvZN2PBhP5B2p6ll/evfOwAt+g/G6z+cnbTtPzvNLJuw8cM2uGVg/DGKlr76g2rZh/M08R2mr2jku0nr3ttj8RUMn2tY9Z+NKhZNXfWKB2jgdhwWgfHEDe8TQSmVaEP7Vn0UmrThs9bETe/9J2x4X9i/4f0koEHrgOyr+CyC4s9AdUeAehZNXP+hrX/Dh5SJG987AuNZAcPXQIVxwLB/iieoyMW/gPggyHwkyz6cprIl6Pg03LKJ6z/W0s6i98+AdBV60i6ltkXAuHsATMn6WBPJxA0fSqhp0YSN7/QIZV5q+PAhQYvQLPxFpkW3ibYIKYXuIc8yEosvUEYEajxDlmXr3xeTZNnEze/kgBrfkhmMS0kreDd9tCA7cQArVdJ8BixYyU+JwGJv4xdxUuquHjwuXwtNrddxlYd9Gz+YkJISt2IxZA+wRHeGB/W2t3xQSx9hZOj17wNICMYPs5E0H5+w8b0fLrXd6z6LAcu/RqC613A9G9/bEd/eWPfJEhhce4HhP3/SxveGhNTPnPmfFViYxwIt2gfEszo3vuZlGFEAAJgvQKMG4IxHAAAAAElFTkSuQmCC) no-repeat 50%;

}

.navPlaceHolder .dmNav.default .navIcon
{
    width: 40px;
    height: 38px;
    display:block;
}
/* for user icon */
.navPlaceHolder .dmNav.default a.dmUserImg .navIcon
{
     background-size: 27px;
}
.navPlaceHolder .dmNav.default .navText
{
    display: table-cell;
    vertical-align: middle;
    padding: 8px 5px 8px 0;
}

.navPlaceHolder .dmNav.default .navArrowBg
{
    display: table-cell;
    width: 35px;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.25) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
	background: -o-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.25) 51%,rgba(255,255,255,0) 100%);

    background-repeat: repeat-x;
    background-position: top;
    vertical-align: middle;
}
@-moz-document url-prefix(){
	.navPlaceHolder .dmNav.default .navArrowBg
	{
		position:relative;
	}
}
.dmOuter .navPlaceHolder .dmNav .navArrowBg	
{
    background-color: rgb(144,176,240);
}

.navPlaceHolder .dmNav.default .navArrow
{
	background: url(http://dudamobile-themes.s3.amazonaws.com/direct/two-tone/arrow_white.png) no-repeat 50%;
    width: 35px;
    height: 38px;
    display:block;
}
.navPlaceHolder .dmNav.default .dmUDNavigationItem_dmLess .navText, .navPlaceHolder .dmNav.default .dmUDNavigationItem_dmMore .navText
{
    padding: 8px 30px 8px 0;
}
.navPlaceHolder .dmNav .dmUDNavigationItem_dmLess .navArrowBg, .navPlaceHolder .dmNav .dmUDNavigationItem_dmMore .navArrowBg
{
    display: none;
}
.navPlaceHolder .dmNav .dmUDNavigationItem_dmLess .navIcon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACPUlEQVR42uVWTWhUMRBuq1JB0UMFPRSqCEIFLZ4F8aL01IMXT+3Bk6Dg1YOHPYj4U30/7RYKpaUKIk92k1FcEZVV8dBK/UPwILYgIqjYzWS7KhRtnLzugt315SXszQYGEjLJl5l889PSsqrH+ai02QfR5wMOBhzve4CPfI6PSe4GDM+FDA9fuvd5Q1MgYUG1+yBP+gzf0cXKIEskrwMm+zMZ1eYOxHBn9fXKRTwmefZOZZs9EIh9dPCDK9Bf8mboFu5IBfKhspWU31pcWCH5lrwvnqb+o8/lpAXQb7psYDgnumj+MtGlgBcMVokD1c82ggUgTmn9KFJraP3AZL2XX+huALqcL+/yuLiaCsTxbI2pNL9p4YWLDWAB4HELUmRr+jYPq8qLbPR1Y70Lr5kPyUmlVGusy8SQAzO/h3nRU0cMLCYeACxMFNX62CImfffYEwdtwX5d4aU9y9aX9tL6hytYALLX3jKOUaao1i4D4ljzlgFeNx4CHNF6OvfRetwB7KfOSCvAPC5P0MZHGxrH8cUwZ2UV4KuwML9pZT7kC7tp84ZFnJ3W+joV6RKTCgjSS8ggeMjitUseiGNaXzM04PKJ0YX1tK8jSmQBuEiAR4bz5Q6aTyW6kIvQXF5y852kOGfhTqRA/2TQmWn4q38ND8r7SflLE/XsveaAdQHVgUyMe+4MxPAhxdV259YgZhzIMynuqsXhrO5XRkfVuqYan8Hb5S104VGd9XUFpv+aJguexV0WUVt3Xlb/89+OP8puO/OPVNNaAAAAAElFTkSuQmCC) no-repeat 50%;
}
.navPlaceHolder .dmNav .dmUDNavigationItem_dmMore .navIcon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACSElEQVR42uVWPWgUQRQ+f4IBRQsDWgQ0BAIKKtaBYKNYWdhYaWElJGBrYZEiiD/R/ckPBMQQBZGVu51RvCAq5wULFU0UwUJMIMhBlORm9u6SgMSM37vcQZbLzc5eygw8mN15M9/MvO97bxKJLdvuvJzb7fryjOPLGzaT47CsxeVbh8lXNpf9Nhfnbnr5fZsC6e1V2x0/uIjFv8JWYaqu+fKHzYMeN612xQYaelE6aPkB0wJsbFncQrsx0MAz2YZJ3xoAqtqsy8VJo/jYTLzTLDQPKxkAfrd56YAWDIG/pVlgajApDmEzl9D/Fw0YjNUHShWPROz6teepHeTrcHHV4HSrYGrXhmAYvB21AOj+tMo49Pui/C0mHt5NFTrC7PP+7MHgpAkBaIF1GxyKIovD5ZUQmJsSJzCwaMw4XwzQPKXUNoqN1peLR+F4+eJUXIpDhzbNHc2oZmSStMY3EwJzeHC2AT0t2Tx/nObfY/lj+F4xAmvkZDjN/XJay6id+PaMT0aKx8/lGGAPKHeWScLlcMSmHofB0gt7IegvZuSQyareDOTyy2JBd63OeGAZgI1TSqvo7JqB/xOXFY/WgFXov1xf0MEEMW8trYnLkWVn7QpP109ZTLiaye8HU4X9ADqP/l+DU3naREyxg9MnTXLN4fqkAdCMm1xojSwzdMdw/rmJevbb4oVO4wIK3R0G697EBvLlZxJ47KfByIhqoncFgjxtULty8L1eZWrDrRxHvKBIGvSqwu4/Im4fKhWdsv6F/ueFlsSWbv8BeDI78zOKlkYAAAAASUVORK5CYII=) no-repeat 50%;
}




.dmwr .allWrapper > *:not(.dmContent) 
{
	margin-left:20px;
	margin-right:20px;
}
.dmwr .dmBody > *:not(.allWrapper) 
{
	margin-left:20px;
	margin-right:20px;
}

.navPlaceHolder .dmNav.bordersNav, .navPlaceHolder .dmNav.horizontalNav
{
	margin-left:-20px;
	margin-right:-20px;	
}


/*  for no-margin element  */

 .dmNoMargin 
{
    margin-left:-20px !important;
    margin-right:-20px !important;
}
.dmHeader .dmNoMargin
{
    margin-left:0px !important;
    margin-right:0px !important;
}
 .dmFooter .dmNoMargin
{
    margin-left:-8px !important;
    margin-right:-8px !important;
}
.dmwr  .dmBody > .dmNoMargin
{
    margin-left:0px !important;
    margin-right:0px !important;
}
.dmwr .dmNewParagraph .dmNoMargin 
{
    margin-left:-28px !important;
    margin-right:-28px !important;
}
.dmwr .dmHeader .dmNewParagraph .dmNoMargin
{
    margin-left:-8px !important;
    margin-right:-8px !important;
}
.dmwr .dmFooter .dmNewParagraph .dmNoMargin
{
    margin-left:-16px !important;
    margin-right:-16px !important;
}

