* {
    margin: 0;
    padding: 0;
}
body {
    background: #fdfcf8 url(../images/general/body_bg.jpg) top left repeat-x;
    width: 100%;
    font-family: Arial, Tahoma, Verdana, Times;
    font-size: 12px;
    color: #333;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #fb812f;
    text-decoration: none;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*---------------------------------------- FLOATING -----------------------------------*/
.fl {
    float: left;
}
.clr {
    clear: both;
}
.error {
    color: #db1f00;
    font-weight: bold;
}

/*---------------------------------------- TEXTS -----------------------------------*/
.bold {
    font-weight:bold;
}
.textbig {
    font-size:14px;
    font-weight:bold;
}
.lh {
    line-height:18px;
}

/*---------------------------------------- BACKGROUNDS -----------------------------------*/
.bgline {
    background: transparent url(../images/general/line_bg.gif) bottom left repeat-x;
}
.bglinetop {
    background: transparent url(../images/general/line_bg.gif) top left repeat-x;
}
.bibleline {
    border-bottom: 1px #ffeeee dashed;
}

/*---------------------------------------- PADDINGS -----------------------------------*/
.paddt5 {
    padding-top:5px;
}
.paddb5 {
    padding-bottom:5px;
}
.paddb20 {
    padding-bottom:20px;
}
.paddt10 {
    padding-top:10px;
}
.paddt15 {
    padding-top:15px;
}
.paddt20 {
    padding-top:20px;
}
.paddr20 {
    padding-right:20px;
}

/*---------------------------------------- POPUPS -----------------------------------*/
.popup1 {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    line-height:17px;
}
.popup2 {
    padding: 3px 10px;
    font-family:Arial;
    font-size: 11px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    line-height:17px;
    color:#999;
}

/*---------------------------------------- LINKS -----------------------------------*/
.link {
    color: #000;
    text-decoration: none;
}
.link:hover {
    color: #fb812f;
    text-decoration: underline;
}
.linkadd {
    color: #555;
    text-decoration: underline;
}
.linkadd:hover {
    color: #d55117;
    text-decoration: none;
}
.alink {
    color: #a5875e;
    text-decoration: underline;
}
.alink:hover {
    color: #fb812f;
    text-decoration: none;
}
.atiny {
    font-size: 11px;
    text-decoration: none;
}
.atiny:hover {
    
}
.linklang {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;
}
.linklang:hover {
    color: #fb812f;
}
.linklangroll {
    color: #fb812f;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;
}
.linkwhite {
    color:#999;
    text-decoration:none;
}
.linkwhite:hover {
    color:#FFF;
}



/*-----------------------------------------------------------------------------------*/
/* INSIDE */
/*-----------------------------------------------------------------------------------*/
#top {
    float: left;
    width: 1000px;
}
#bottomtext {
    padding-top: 15px;
    font-size: 11px;
}
#menutopindex {
    float: left;
    width: 713px;
    height: 42px;
    background: transparent url(../images/general/menu_top_bg_index.jpg) top left no-repeat;
    padding-left: 18px;
    padding-top: 14px;
}
#menutopinside {
    float: left;
    width: 713px;
    height: 42px;
    background: transparent url(../images/general/menu_top_bg_inside.jpg) top left no-repeat;
    padding-left: 18px;
    padding-top: 14px;
}
#menutoplist li {
    list-style: none;
    padding-right: 25px;
    float: left;
}
#menutoplist .sellang {
    text-align: right;
    padding-right: 1px;
}
#menutopinside .sellang {
    text-align: right;
    padding-right: 15px;
}

#menulist {
    width: 213px;
}
.menuleftli {
    list-style: none;
    background: transparent url(/assets/images/general/line_menu.png) bottom no-repeat;
    padding-top: 5px;
    padding-bottom: 8px;
}
.menuleftlinobg {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 8px;
}
#notofficial {
    padding-left:30px;
    padding-top:15px;
}
.menulink {
    text-decoration:none;
    font-size:14px;
    padding-left:35px;
}
.menulinkroll {
    text-decoration:none;
    font-size:14px;
    padding-left:35px;
    color: #fb812f;
}
.menulinkitalic {
    text-decoration:none;
    font-style:italic;
    font-size:14px;
    padding-right:20px;
}
.menulinkitalicroll {
    text-decoration:none;
    font-style:italic;
    font-size:14px;
    color: #fb812f;
    padding-right:20px;
}

/*---------------------------------------- CONTENT -----------------------------------*/
#entirecontent {
    width: 1000px;
}
#content {
    float: left;
    width: 787px;
}
#contenttitleindex {
    width: 760px;
    height: 65px;
    background: transparent url(../images/general/papirus_top_index.jpg) top left no-repeat;
    padding-top: 8px;
    padding-left: 27px;
}
#contenttitleinside {
    width: 760px;
    height: 50px;
    background: transparent url(../images/general/papirus_top_inside.jpg) top left no-repeat;
    padding-top: 10px;
    padding-left: 27px;
}
#contenttext {
    clear: both;
    line-height: 20px;
    text-align: justify;
    padding:10px 35px 10px 30px;
    background: transparent url(../images/general/content_bg.jpg) left repeat-y;
}
#contentbottom {
    width: 787px;
    height: 22px;
    background: transparent url(../images/general/content_bottom.jpg) top left no-repeat;
}
#menubottom {
    clear: both;
    padding:10px 35px 30px 30px;
    text-align: center;
    line-height: 22px;
}

/*---------------------------------------- THEME -----------------------------------*/
#thememonth {
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding-bottom: 3px;
}
#themetitle {
    font-weight: bold;
    font-size: 18px;
    display: block;
}
#titleicons {
    text-align: right;
    padding-top: 5px;
    padding-right: 30px;
}

/*---------------------------------------- BUTTONS -----------------------------------*/
#butcontact {
    padding-top: 25px;
}

/*---------------------------------------- FORMS -----------------------------------*/
.inputForm {
    height: 20px;
    border: 1px #d3bc9e solid;
    background-color: #fffcf2;
}
.textareaForm {
    border: 1px #d3bc9e solid;
    background-color: #fffcf2;
}
.selectForm {
    background-color: #fffcf2;
}

/*---------------------------------------- LOADER -----------------------------------*/
#loader {
    clear:both;
    z-index:1001;
    position:absolute;
    left:0px;
    top:0px;
    text-align:center;
    width:100%;
    height:100%;
    display:none;
}
#loadercontent {
    width:300px;
    background: #fdfcf8 url(../images/general/bg_loader.jpg) top left repeat;
    border:1px #f0ddd4 solid;
    padding-top:25px;
    padding-bottom:25px;
    font-size:13px;
    font-weight:bold;
}
#framepage {
    clear:both;
    z-index:1000;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
    display:none;
}
#bottompage {
    background:#FFF;
    clear:both;
}

/*---------------------------------------- ONLINE_BIBLE -----------------------------------*/
#contentbible {
    padding-top:10px;
}
#helpsearch {
    position:absolute;
    top:295px;
    left:460px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    display:none;
    padding:10px 25px;
    width:400px;
    text-align:left;
}
#navcontent {
    width:500px;
    margin-top:5px;
    padding-bottom:5px;
    float:left;
}
#rescontent {
    width:222px;
    margin-top:5px;
    padding-bottom:5px;
    float:left;
    text-align:right;
}
#readcontext {
    position:absolute;
    display:none;
    border: 1px #e9d2b3 solid;
    background-color: #fffdf3;
    padding:10px 15px;
    width:700px;
    text-align:justify;
}
#displayverse {
    position:absolute;
    display:none;
    border: 1px #e9d2b3 solid;
    background-color: #fffdf3;
    padding:10px 15px;
    width:700px;
    text-align:justify;
}
#bibleversion {
    float:left;
    width:50%;
    text-align:right;
    font-style:italic;
    font-size:11px;
}
.alinkbold {
    color:#000;
    font-weight:bold;
    text-decoration: none;
}
.alinkbold:hover {
    color: #fb812f;
    text-decoration: underline;
}


/*---------------------------------------- SUBJECTS / DETAILS -----------------------------------*/
.nrrecords {
    padding-bottom: 10px;
}
.linksubjects {
    font-weight:bold;
    text-decoration:none;
    color:#63351d;
    font-size:14px;
}
.linksubjects:hover {
    text-decoration:none;
    color:#fb812f;
}
.detailssubjects {
    color:#63351d;
    font-size:11px;
}
.detailssubjects:hover {
    text-decoration:none;
}
.detailstitle {
    font-size:13px;
    font-weight:bold;
    color:#63351d;
    float:left;
}
.detailspurpose {
    font-size:13px;
    color:#63351d;
    float:left;
}
.detailsimg {
    margin:2px 8px 2px 0;
    border:1px #d3c8b9 solid;
    padding:2px;
}


/*------------------------------------------ FAQ -----------------------------------------------*/
#contentfaq {
    padding-top:10px;
}
#faqanswer {
    position:absolute;
    display:none;
    border: 1px #e9d2b3 solid;
    background-color: #fffdf3;
    padding:10px 15px;
    width:653px;
    text-align:justify;
}
#faqsearch {
    position:absolute;
    display:none;
    top:295px;
    left:460px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    padding:10px 25px;
    width:400px;
    text-align:left;
}
#faqpropose {
    position:absolute;
    display:none;
    top:295px;
    left:460px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    padding:10px 25px;
    width:400px;
    text-align:left;
}
#contentpropose {
    display:none;
}
#helppropose {
    position:absolute;
    top:295px;
    left:460px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    display:none;
    padding:10px 25px;
    width:400px;
    text-align:left;
}
#faqcheck {
    position:absolute;
    display:none;
    top:395px;
    left:696px;
    border: 1px #e9d2b3 solid;
    background-color: #fffefa;
    padding:10px 15px;
    width:160px;
    text-align:left;
}
.linkfaq {
    font-weight:bold;
    text-decoration:none;
    color:#63351d;
    font-size:14px;
}

/*------------------------------------------ CONTACT -----------------------------------------------*/
#contentcontact {
    padding-top:20px;
    padding-bottom:100px;
    padding-left:20px;
}
#message {
    width: 360px;
    color: #db1f00;
    border: 1px #f0e0ca solid;
    padding: 10px;
    margin-bottom:20px;
    background: #FFF;
    font-weight: bold;
}

/*------------------------------------------ SEARCH -----------------------------------------------*/
#contentsearch {
    padding-top:20px;
    padding-bottom:100px;
    padding-left:20px;
}
#searchresults {
    padding-top:10px;
}

/*------------------------------------------ GALLERY -----------------------------------------------*/
#gallery {
    padding-top:20px;
    padding-left:30px;
    width:100%;
}
#gallerytitle {
    padding-left:5px;
}
#gallerydescr {
    text-align:center;
}

/*------------------------------------------ TABLES -----------------------------------------------*/
.thbrief {
    background-color:#fff;
    padding:5px 5px;
}
.tdbrief {
    background-color:#fff;
    padding:3px 7px;
}
.tablebrief {
    background-color:#eee;
}

/*------------------------------------------ LANGUAGES --------------------------------------------*/
#sellangpopup {
    behavior: url('/assets/css/iepngfix.htc');
    background: transparent url(../images/general/sel_lang_popup.png) top left no-repeat;
    width: 163px;
    height: 124px;
    position: absolute;
    top: 170px;
    left: 830px;
    display: none;
}
#sellanglinks {
    z-index:2000;
    width: 163px;
    height: 124px;
    position: absolute;
    top: 170px;
    left: 830px;
    display: none;
    padding-top: 28px;
    padding-left: 30px;
}

/*-----------------------------------------------------------------------------------*/
/* BELIEFS */
/*-----------------------------------------------------------------------------------*/
.beliefs-div {
    padding-top:12px;
}
.beliefs-title {
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}
.beliefs-descr {
    padding-top:5px;
}


/*-----------------------------------------------------------------------------------*/
/* JQUERY LIGHTBOX */
/*-----------------------------------------------------------------------------------*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

.test {
    padding:100px;
}
