/* Loading spinner style  */

div#loader_screen_generated {
    opacity: 0.8;
    background-color: #DDD;
    text-align: center;
    position: absolute;
    z-index: 90000;
    color: #222;
    font-size: 12px;
}


/* .rss-ticker-classed-wrapper */

ul.j-rss-ticker {
    background-color: #000000;
    margin: 0;
    height: 35px;
    line-height: 35px;
}

.tickercontainer {
    background: #000000;
    height: 35px;
    line-height: 35px;
	position: fixed;
	display: block;
	overflow: hidden;
	margin: auto;
	bottom: 0px;
}

.rss-ticker-classed-wrapper {
    height: 35px;
    background-color: #000000;
}

.j-rss-ticker li a,
.j-rss-ticker li a:visited {
    color: #FDEE03;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    float: left;
    padding: 0 40px 0 40px!important;
    font-family: "Times New Roman", Georgia, Serif;
    background-color: #000000;
}

.j-rss-ticker li a:hover {
    color: #DDD;
}


/* List style */

ul.j-rss-list {
    list-style: none;
    padding-left: 10px;
}

ul.j-rss-list li {
    padding: 5px 0 5px 0;
}

.j-rss-list li a,
.j-rss-list li a:visited {
    color: #FDEE03;
    font-size: 14pt;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.j-rss-list li a:hover {
    color: #DDD;
}

.j-rss-list-wrapper {
    border: 1px solid #000;
    background-color: #222;
    border-right: none;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}


/* Modal Window */

#bg_box_generated {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8b0000;
    opacity: 0.8;
}

#window_box_title_generated {
    padding: 20px;
    font-size: 22px;
    color: #DDD;
    font-weight: bold;
}


/* Set the height and width of the modal window here */

#window_box_container_generated {
    z-index: 90001;
    position: absolute;
    background-color: #333;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    color: #DDD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 11px #000;
    -webkit-box-shadow: 0px 3px 11px #000;
    -moz-box-shadow: 0px 3px 11px #000;
    padding-bottom: 75px;
    height: 70%;
    width: 90%;
    max-width: 800px;
    font-size: 20px;
}

#window_button_container_generated {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
}

.window_controls_generated {
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    font-family: monospace;
}

a.window_controls_generated:hover {
    color: #B80000;
}

#window_box_content_panel_generated {
    padding: 0 20px;
}

#window_box_content_panel_generated a,
#window_box_content_panel_generated a:visited {
    color: #DDD;
}

.generated-fader {
    display: none;
}

#window_box_content_generated::-webkit-scrollbar,
.rss-slider-classed-wrapper::-webkit-scrollbar,
#window_box_title_generated::-webkit-scrollbar {
    width: 10px;
    background-color: #333;
}

#window_box_content_generated::-webkit-scrollbar-thumb,
.rss-slider-classed-wrapper::-webkit-scrollbar-thumb,
#window_box_title_generated::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Need to specify the title's height for narrow modal window */

@media screen and (max-width: 600px) {
    #window_box_title_generated {
        height: 80px;
        overflow: auto;
        font-size: 20px;
        font-weight: bold;
    }
    #window_box_container_generated {
        z-index: 90001;
        position: absolute;
        background-color: #333;
        border-color: #333;
        border-width: 1px;
        border-style: solid;
        color: #DDD;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0px 3px 11px #000;
        -webkit-box-shadow: 0px 3px 11px #000;
        -moz-box-shadow: 0px 3px 11px #000;
        padding-bottom: 75px;
        height: 70%;
        width: 90%;
        max-width: 800px;
        font-size: 18px;
    }
}


/* This alert style is exactly from Bootstrap, remove this if your site is already using bootstrap */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


/* liScroll styles */

.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

ul.newsticker {
    position: relative;
    left: 750px;
    font: bold 20px "Times New Roman", Georgia, Serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding: 5px;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    font: bold 20px "Times New Roman", Georgia, Serif;
    margin: 0 50 0 0;
}

ul.newsticker span {
    margin: 0 10px 0 0;
}