
@import url(/shared/css/scraps.css);

@import url(styling.css);

@import url(media-types.css);

@import url(search.css);

@import url(breadcrumb.css);


.errorBox
{
    border: solid 2px #bb4444;
    background-color: #fff8f8;
    padding: 10px;
    margin-bottom: 010px;
    color: black;
}

a.resultTitle
{
    font-size: 1.5em;
}

span.noInfo
{
    font-style: italic;
    color: #909090;
    font-size: 0.95em;
}

.noPadding
{
    padding: 0px;
}

.alt1, .referralBox
{
    border: solid 1px #e1dccb;
    background-color: #faf9f6;
}
.alt2
{
    border: solid 1px #e1dccb;
    background-color: #ffffff;
}

.error, .warning
{
    min-height: 24px;
    _height: 24px;
    padding-left: 30px !important;
}

.referralBox
{
    width: 99.8%;
}

.download
{
    background-image: url(/resources/images/icons/download_square.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#colRight
{
    table-layout: fixed;
    min-width: 185px;
    background-color: #faf9f6;
    border-color: #e1dccb;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 0.3em;
}

/* RPS control */
.RPSButtonImage, .RPSImage
{
    border: none !important;
}
/* end RPS control */

.resultsTable
{
    width: 99.9%;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #e1dccb;
}

ul.mediaList li
{
    min-height: 18px;
    padding: 1px 0px 1px 20px;
}

#tblRecommendations table td
{
    padding: 0.2em 0.3em;
}
.commentsBox
{
    width: 30em;
    height: 10em;
    margin: 0.5em 0;
}
table.RA-UserInfo th
{
    text-align: left;
    width: 10em;
}
input.largeBtn
{
    height: 53px;
    text-align: center;
    outline: none;
    cursor: hand;
    cursor: pointer;
    border: solid 1px #888;
    background: url(/media/shared/input/button_bg_medium.gif) repeat-x top #dedacb;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    font-size: 1.125em;
    width: 80%; /*     background: transparent url('/resources/images/RRC_Button_Wide.gif') no-repeat;     width: 312px;     height: 53px;     border: none;     text-align: center;     outline: none;     cursor: hand;     cursor: pointer;     */
}
div.chooseTypeDiv
{
    margin-top: 0.8em;
    float: left;
    width: 45%;
    text-align: center; /*     float: left;     width: 28em;     text-align: center;     */
}
div.lastDiv
{
    clear: right;
}
fieldset.standardbox
{
    border: 1px solid #E1DCCB;
}
.VerticalStack
{
    clear: both;
}
.CentralBtn
{
    text-align: center;
}
table.checkbox td
{
    white-space: nowrap;
    background: transparent;
}
h1.MediaTitle
{
    margin-bottom: 0.4em;
}
.downloadWrapper
{
    background-position: left 4px;
    background-repeat: no-repeat;
    height: 80px;
    background-image: url(/resources/images/web_download.png);
}
.downloadWrapperMain
{
    background-color: #ddd;
    width: 95%;
    margin-right: 2%;
    display: block;
    float: left;
    height: 80px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    padding-top: 2px;
    border: 1px solid black;
    background-image: none;
    background-position: bottom center;
    background-repeat: repeat-x;
    background-image: url(/resources/images/web_wizard_bg.gif);
    background-color: #e1f0fd;
    border-color: #b6c5d4;
    color: #425e6c;
}

.getStartedTitle, .getStarted, .getStartedContent
{
    margin-left: 50px;
    margin-right: 15px;
    white-space: nowrap;
    display: inline-block;
}
.getStartedTitle
{
    font-size: 1.3em;
    font-weight: bold;
}
.getStartedContent
{
    color: #425E6C;
}
.downloadWrapperMain:hover
{
    background-image: url(/resources/images/web_wizard_bgover.gif);
}
a.downloadLink
{
    color: #FA7C00;
    cursor: pointer;
    cursor: hand;
}
a.downloadLink:hover
{
    text-decoration: none;
}

div.download-item-content
{
    width: 75%;
    padding-left: 10px;
}

.videoContainerJS
{
    display: none;
}
.singleVideoContainer, .singleVideoJs
{
    float: left;
    padding-right: 2em;
}

a:hover img
{
    text-decoration: none;
}
dl.video
{
    display: inline-block;
}
dl.video dt
{
    display: inline;
    float: left;
    width: 6.5em;
    padding-right: 0.3em;
}
dl.video dd
{
    display: inline;
    margin: 0;
    clear: right;
}
dl.estimatedDownloadTimes
{
    display: inline-block;
}
dl.estimatedDownloadTimes dt
{
    display: inline;
    float: left;
    width: 6.5em;
    padding-right: 0.3em;
    clear: left;
}
dl.estimatedDownloadTimes dd
{
    display: inline;
    margin: 0;
    clear: right;
    float: left;
}
div.estDownloadContainer
{
    float: right;
}
iframe.iframe-rps-login
{
    width: 100%;
    height: 23em;
}

table.notificationBlock th
{
    text-align: left; /*     text-indent: 1em;     width: 25%;*/
}
table.notificationBlock td
{
    /*text-indent: 1em;*/
}

table.notificationBlock
{
    background-color: #faf9f6;
    border-color: #e1dccb;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}
div.WASBlock
{
    background-color: #faf9f6;
    border-color: #e1dccb;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    display: inline-block;
}
table.WASBlock th
{
    text-align: left;
}
div.seperator
{
    text-align: center;
    margin: 0px 5px;
}
div.seperator div
{
    width: 100%;
    border-bottom: 1px dashed #e1dccb;
}
ul.notifications
{
    margin: 0;
    padding: 0;
}
ul.notifications li
{
    list-style: none;
    padding: 0;
    margin: 0em 0em 1em 0em; /*float: left;*/ /*display: inline-block;*/ /*width: 45%;*/
}
table.checkbox-list td
{
    text-indent: 0em;
    white-space: nowrap;
}


td.specific-item-grid
{
    text-indent: 0;
}
td.specific-item-image
{
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
td.specific-item-remove
{
    width: 50px;
}
td.specific-item-title
{
    width: auto;
}
table.specific-item-grid
{
    background: #fff;
    border: 1px solid #e1dccb;
    width: 100%;
}
table.WASBlock td
{
    padding: 2px 5px 2px 5px;
}
span.auto-pref-added, option.auto-pref-added
{
    font-style: italic;
    color: Olive;
}
a.titleLink
{
    color: #64574A;
}

/************ Recommendations ************/
ul.recommendations-wrapper, li.recommendations-wrapper-li, ul.recommendations li.recommendations-li, ul.recommendations
{
    list-style: none;
    width: 100%;
    font-size: 0.98em;
}
ul.recommendations li.recommendations-li
{
    vertical-align: top;
    display: inline-block;
    float: left;
    width: 18%;
}
li.recommendations-wrapper-li
{
    display: inline-block; /*width: 30%;*/
    vertical-align: top; /*float: left;*/
}
/************ Recommendations ************/

p.watchshare
{
    border-top: 1px solid #CCCCCC;
    padding-top: 1.2em;
}
input.large-search-box
{
    width: 90%;
    font-size: 1.2em;
    height: 1.4em;
}
a.options-link-less, div.more-search-options
{
    display: none;
}
td.search-option-title
{
    font-weight: bold;
    font-size: 1.1em;
}
td.button-cell
{
    margin: 0.2em 0em 0em 0em;
}
ul.notifications th
{
    text-align: left;
    padding: 0.8em 0em 0em 0.2em;
}
option.hide-option
{
    display: none;
}
input.button-remove-language
{
    background: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    color: #fa7c00;
    text-align: left;
}
input.button-remove-language, a.button-remove-language
{
    cursor: hand;
    cursor: pointer;
}
span.remove-cross
{
    color: Red;
    font-weight: bold;
}
p.intro
{
}
input.save-button
{
    margin: 1em 0 0 0;
    padding: 0.2em 0.8em;
    clear: both;
}
div.cancel-panel
{
    margin: 1em 0em;
}
.orangeBar
{
    margin-bottom: 12px;
}
div.cancel-panel
{
    margin-top: 3em;
    font-size: 0.9em;
    border-top: 1px solid #ccc;
}
li.notifications-computed-block, li.notifications-specific-block
{
    display: none;
}
.what-is
{
    font-size: 1.125em;
    font-style: italic;
}
a.active-link
{
    color: #64574A;
    cursor: auto;
    text-decoration: none;
}

h4.notification-title
{
    margin-bottom: 0.4em;
    margin-top: 1.2em;
}

div.social-media-links
{
    margin-top: 3em;
}
div.video-share div.social-media-links
{
    margin-top: 0.2em;
}
.social-media-links
{
    vertical-align: middle;
}
.social-media-links
{
    background-color: #EEEEEE;
    border: 1px dashed #DDDDDD;
    clear: both;
    padding: 0.2em;
    text-align: left;
    margin-top: 1em;
}
.social-media-links span
{
    white-space: nowrap;
}
.find-out-how-contents
{
    display: block;
}
.find-out-how
{
    display: none;
}

ol.display-numbered-list li
{
    list-style-type: decimal;
}

div.notification-control-block
{
    background-image: url('/resources/images/email_update.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 44px;
}

ul li, li, li li, li li li, li li li li
{
    list-style-type: none;
}

.notification-heading
{
    margin-top: 1.2em;
}

div#colRight
{
    width: auto;
}

/**************  Homepage Layout **************/

div.div-row
{
    display: table-row;
}
div.div-cell
{
    display: table-cell;
    vertical-align: top;
}

div.rrc-home-search
{
    width: 75%;
    text-align: center;
    padding: 2em 0em 6em 0em;
}
div.rrc-home-intro
{
    vertical-align: top;
}

div.rrc-home-latestitems, div.rrc-home-latestvideo
{
    width: 50%;
    padding: 0em 1em;
    width: auto;
    display: block;
    margin-top: 2em;
    clear: both;
}
div.video-new-items
{
    width: 75%;
    display: block;
}

div.rrc-home-recommendations
{
    display: table;
    width: 95%;
}
div.rrc-home-rhm
{
    width: 25%;
    border: 1px solid #E1DCCB;
    background-color: #FAF9F6;
    padding: 0.5em;
}

/*
div.rrc-home-main-content
{
width: 75%;
}
*/

/************** /Homepage Layout **************/

/************  Homepage New Items *************/
ul.latest-in-all-list, ul.latest-in-all-list li
{
    margin: 0em;
}
li.media-list-large
{
    padding: 0.5em 0.2em;
    margin: 0;
    background-color: #fff;
}
div.media-list-large-image
{
    width: 100px;
    height: 100px;
    padding: 0 5px 5px 0;
    text-align: center;
    vertical-align: middle;
}
div.media-list-image-border a img
{
    border: 1px solid #E1DCCB;
}
div.media-list-image-border a:hover img
{
    border: 1px solid #E1DCCB;
}
div.media-list-large-title
{
    white-space: nowrap;
}
li.alt-row
{
    background-color: #fdfbf7;
}

ul.media-list-large
{
    border: solid 1px #e1dccb;
    border-collapse: collapse;
    margin: 0;
    height: 400px;
}

li.new-items-change-control
{
    display: none;
}
li.new-items
{
    display: block;
    float: left;
    width: 30%;
    height: 450px;
}
.latest-in-heading
{
    display: none;
}

.media-list-large-text a
{
    color: #666666;
}
.media-list-large-title a
{
    color: #fa7c00;
}
/************ /Homepage New Items *************/

/**  DOWNLOAD **/

span.direct-download-link 
{
    font-size: 0.8em;
}

a img.media-item-thumbnail,
img.media-item-thumbnail
{
    border: 1px solid #E1DCCB;
}

/** /DOWNLOAD **/

div.main-video
{
    display: block;
}
div.video-alternatives
{
    display: block;
}

div.large-search-control
{
    padding: 1em 0em 2em 0em;
}
div.rrc-home-search div.large-search-control
{
    padding: 0em;
}

a.button-remove-language, a.remove-filter
{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 0.2em 0.5em;
}
a.button-remove-language, a.remove-filter span
{
    display: inline;
}
a.button-remove-language span.remove-cross, a.remove-filter span.remove-cross
{
    color: #dddddd;
    margin-left: 0.2em;
}
a:hover.button-remove-language, a:hover.remove-filter
{
    border: 1px solid #E1DCCB;
    background: #FAF9F6;
    text-decoration: none;
}
a.button-remove-language span.remove-cross, a.remove-filter span.remove-cross
{
    color: #dddddd;
}
a:hover.button-remove-language span.remove-cross, a:hover.remove-filter span.remove-cross
{
    color: red;
}

div.new-items-rss-feed-link  
{
    text-align: right;
    margin: 0.4em;
    margin-right: 0;  
    font-size: 0.8em;  
}
a.rss-feed-link img
{
    float: right;
    margin-left: 0.4em;
}
a:hover.rss-feed-link img 
{
    text-decoration: none;
}
