/* ---- GLOBAL PROPERTY STYLES ---- */
body
{
    background-color : rgb(48 , 57 , 30);
    background-image : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/bg-tile.jpg");
}
#content-wrapper
{
    background-color : rgb(48 , 57 , 30);
    background-image : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/bg-tile.jpg");
}
a
{
    color : rgb(0 , 0 , 0);
}
a:visited
{
    color : rgb(0 , 0 , 0);
}
/*Left and right menu actions*/
#nav-container #nav
{
    background-image : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/nav_bg.jpg");
    background-color : rgb(173 , 50 , 45);
}
/* Center section of the menu with the D-Menu*/
#disney-menu-wrapper
{
    background-image : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/nav_bg.jpg");
    background-color : rgb(173 , 50 , 45);
}
/* ---- THUMBNAIL DROP SHADOW ---- */
.thumb-shadow
{
}

{
}

{
}
/* ---- PIPE STYLES ---- */
.pipe
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/pipe-background.png") no-repeat;
}
.pipe.two-up.text-header
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/pipe-header-text-border.png") repeat-x bottom left;
}
.pipe.three-up.text-header
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/pipe-header-text-border.png") repeat-x bottom left;
}
.pipe .counter
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/counter.png") no-repeat;
}
.pipe .counter span
{
    color : rgb(255 , 255 , 255);
}
.pipe .left-arrow
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/arrow-left.png") no-repeat;
}
.pipe .right-arrow
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/arrow-right.png") no-repeat;
}
.pipe .destination-pipe-img-header span
{
    color : rgb(255 , 255 , 255);
}
.pipe ul
{
    margin-left : 20px;
}
.pipe ul li .destination-img img
{
    border : 3px groove rgb(193 , 187 , 165);
}
/* ---- WATCH MESSAGE (JUST THIS ONE) ---- */
.destination-watch-message span
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/destination-watch-message-bg.jpg") repeat-x;
    color : rgb(255 , 255 , 255);
}
/* ---- BUTTON STYLES ---- */
.btn-action
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/btn-orange-tile.jpg") repeat;
}

{
}
/*
.btn-action.brown {
  background: url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/btn-brown-tile.jpg") repeat;
}
*/
.btn-action.small
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/btn-orange-sm-tile.jpg") repeat;
}

{
}
.btn-action:visited
{
    color : rgb(255 , 255 , 255);
}
a.btn-subnav
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/btn-subnav.png") repeat 0px -21px;
    color : rgb(44 , 43 , 43);
}
/* ---- MODAL STYLES ---- */
.modal .modal-btn
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/btn-modal-close.png") no-repeat;
}
.modal-overlay
{
    background-color : rgb(0 , 0 , 0);
}
.modal-content p
{
    color : rgb(0 , 0 , 0);
}
.modal-content.pipe
{
    background : url("http://a.dolimg.com/en-US/disneymobile/media/property/siu/modal-pipe-btm.png") no-repeat 0 100%;
}
.modal-content.pipe ul li img
{
    border : 10px solid rgb(255 , 255 , 255);
}
.modal-message
{
    background-color : rgb(255 , 255 , 255);
}
