/* Ajax Loader */
.ajax-loader {
    background: url(../images/design/ajax-loader.gif) no-repeat left;
    margin:0px auto;
    width: 54px;
    height: 55px;
    padding-bottom: 10px;
    display: none;
}

.activeOnline {
    display: none;
}

.text {
    line-height: 22px;
}

.italic {
    color: #0074a9;
    font-style: italic;
    font-family: Georgia;
}

.italicText {
    font-style: italic;
    font-family: Georgia;
}
/********************************* IMAGES *********************************/
.image {
    border: 1px solid #eeeeee;
    padding: 2px;
    margin-right: 10px;
    float: left;
}

.leftImage {
    border: 1px solid #eeeeee;
    padding: 2px;
    margin-right: 10px;
    float: left;
}

.leftImage:hover {
    border: 1px solid #0074a9;
}

/********************************* RESOURCE PAGE *********************************/
.resourceContentWithBg {
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    min-height: 200px; /*firefox, opera, ie7 */
    height: auto !important; /*firefox, opera, ie7 */
    height: 200px; /* ie6 */
    min-width: 280px; /*firefox, opera, ie7 */
    width: auto !important; /*firefox, opera, ie7 */
    /*width: 280px;*/ /* ie6 */
    background: url(../images/design/ghilimele2.gif) no-repeat right bottom;
}

#ghilimele1 {
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: -1;
}

#ghilimele2 {
    position: absolute;
    bottom: 0px;
    right: -5px;
    z-index: -1;
}

.resourceDescr {
    margin-top: 10px;
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    font-style: italic;
    font-family: Georgia;
    width: 550px;
}

.date {
    font-family: Georgia;
    color: #BF7C30;
}

.stats {
    color: #b1b1b1;
    font-size: 10px;
    line-height: 12px;
    float: right;
    margin-top: 3px;
}
#res-ref-text {
    margin-bottom: 10px;
}
.middleBox .res-refs {
    padding-left:16px;
    padding-right:16px;
    padding-bottom: 7px;
}
.res-ref-link {
    margin-left: 2px;
    margin-right: 2px;
    line-height: 13px;
    color: #0074a9;
    text-decoration: none;
}
.res-ref-link:hover {
    text-decoration: underline;
}
.res-ref-link-active {
    margin-left: 2px;
    margin-right: 2px;
    line-height: 13px;
    color: #0074a9;
    text-decoration: underline;
}
/********************************* RESOURCES LIST  *********************************/

.listingTitle {
    margin-bottom: 2px;
}
.listingTitleLink {
    color: #20627f;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma;
}
.listingTitleLink:hover {
    text-decoration: underline;
    color: #20627f;
}
.listingAutor {
    font-size: 11px;
    line-height: 13px;
}
.listingDescr {
    padding-top: 5px;
}
.views {
    background: url(../images/magnifier.png) no-repeat left top;
    background-position: 0px 0px;
    padding-left: 19px;
    float: left;
    font-size: 11px;

}
.added {
    background: url(../images/design/calendar.png) no-repeat left top;
    background-position: 0px 0px;
    padding-left: 19px;
    width: 60px;
    float: left;
    font-size: 11px;
    color: #8e8e8e;
}
.countStats {
    color: #b1b1b1;
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.listingLeft {
    float: left;
    width: 620px;
}
.listingRight {
    text-align: right;
    float: right;
    padding-top: 3px;
}
.listen-online {
    margin-right: 7px;
}
a.view-online {
    margin-right: 7px;
    text-decoration: none;
}
a.close-online, a.loading-online {
    margin-right: 7px;
    display: none;
    text-decoration: none;
}
a.close-download, a.loading-download {
    display: none;
    text-decoration: none;
}
#audio_player {
    margin-top: 10px;
}
a.downInstrLink{
    color: #3a3a3a;
    font: 11px Tahoma;
    text-decoration: underline;
}

a.downInstrLink:hover{
    color: #3a3a3a;
    text-decoration: underline;
}

.downloadButtonTd {
    padding-right: 10px;
}
#download_code {
    padding-top: 10px;
}
#download_code_wrapper {
    padding: 5px;
    border: 1px solid #3a3a3a;
}
.captchaTable td{
    padding-right: 10px;
}
.downloadTable td{
    padding-right: 10px;
}
/********************************* TEXT SIZE *********************************/
#defaultText {
    line-height: 16px;
    color: #3a3a3a;
    font: 12px Tahoma, Helvetica, verdana, Tahoma, sans-serif;
}

#textSize {
    float: right;
}

#textSize span {
    cursor: pointer;
}

#large {
    color: #adadad;
}

/********************************* BIBLE READING *********************************/
#dailyBibleReading a {
    color: #ffffff;
    text-decoration: none;
}

.referenceBook {
    width: 173px;
    margin-right: 15px;
    float: left;
}

.versetText {
    padding-left: 10px;
}

.versetTitlu {
    text-align: center;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-family:  Georgia;
}

.trimiteriText {
    text-align: right;
    font-size: 10px;
    line-height: 13px;
}

.referenceText {
    height: 245px;
    overflow: auto;
}

.referenceText .referenceVerse {
    padding-left: 10px;
}

#versetulZilei div {
    margin-bottom: 5px;
}

#unGand {
    margin-bottom: 5px;
}

.bookNavigator {
    margin-top: 10px;
    margin-bottom: 10px;
}

* html .bookNavigator img {
    margin-top: 5px;
}

.testament img {
    margin-bottom: 10px;
}

.testament .old {
    width: 365px;
    padding-left: 5px;
    float: left;
}

.testament .old div {
    padding-left: 2px;
}

.testament .new {
    padding-left: 15px;
    float: left;
}

.testament .new div {
    padding-left: 2px;
}

.capitole-nav {
    list-style-type: none;
}

.capitole-nav li {
    margin-left: 2px;
    display: inline;
    float: left;
    padding-bottom: 10px;
}

a.link-capitol-active:link, a.link-capitol-active:visited,
a.link-capitol:link, a.link-capitol:visited {
    background: url(../images/design/link-pages-right.gif) right -200px no-repeat;
    display: block;
    padding: 0 5px 0 0;
    text-decoration: none;
    margin-top: 1px;
}

a.link-capitol-active:link span, a.link-capitol-active:visited span,
a.link-capitol:link span, a.link-capitol:visited span {
    font-size: 12px;
    font-weight: normal;
    color: #3a3a3a;

    background: url(../images/design/link-pages-left.gif) left -200px no-repeat;
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0 0 0 5px;
    height: 15px;
    line-height: 14px;
    cursor: pointer;
}

a.link-capitol-active:link, a.link-capitol-active:visited,
a.link-capitol:hover {
    background: url(../images/design/link-pages-right.gif) right no-repeat;
    text-decoration: none;
}

a.link-capitol-active:link span, a.link-capitol-active:visited span,
a.link-capitol:hover span {
    background: url(../images/design/link-pages-left.gif) left no-repeat;
    text-decoration: none;
    color: White;
}

a.link-capitol-active:link span, a.link-capitol-active:visited span {
    font-weight: bold;
}

* html a.link-capitol-active:link, * html a.link-capitol-active:visited,
* html a.link-capitol:link, * html a.link-capitol:visited {
    width: 1%;
}

#checkTitle {
    margin-left: 90px;
    padding-bottom: 10px;
}

.reference-new-wrapper .reference-new {
	margin-bottom: 10px;
}

.reference-new-wrapper .reference-new-label {
	float: left;
	width: 90px;
}
.reference-new-wrapper .reference-new-fields {
	float: left;
}
.reference-new-wrapper .reference-new .select-wrapper{
	float: left;	
	margin-right: 10px;
}




/********************************* LINK-URI CAPITOLE REFERINTE *********************************/
.ref-capitole-nav {
    list-style-type: none;
}

.ref-capitole-nav li {
    margin-left: 3px;
    display: inline;
    float: left;
    padding-bottom: 3px;
}
.ref-capitole-nav li a{
    width: 30px;
    display: block;
    padding: 1px 0 0 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 16px;
}
* html .ref-capitole-nav li a { padding: 2px 0 0 0; height: 15px;}
a.link-ref-capitol:link, a.link-ref-capitol:visited {
    background: url(../images/design/link-capitol-referinta.gif) 0px 0px no-repeat;
    color: #0074A9;
}
a.link-ref-capitol:hover {
    background: url(../images/design/link-capitol-referinta.gif) 0px -17px no-repeat;
    text-decoration: none;
    color: #ffffff;
}
a.link-ref-capitol-active:link, a.link-ref-capitol-active:visited {
    background: url(../images/design/link-capitol-referinta.gif) 0px -17px no-repeat;
    color: #ffffff;
}
a.link-ref-capitol-inactive:link, a.link-ref-capitol-inactive:visited {
    background: url(../images/design/link-capitol-referinta.gif) 0px 0px no-repeat;
    cursor: text;
    font-weight: normal;
    color: #B1B1B1;
}
a.link-ref-first-capitol:link, a.link-ref-first-capitol:visited {
    background: url(../images/design/link-first-capitol-referinta.gif) 0px 0px no-repeat;
    color: #0074A9;
    width: 96px;
}
a.link-ref-first-capitol:hover {
    background: url(../images/design/link-first-capitol-referinta.gif) 0px -17px no-repeat;
    text-decoration: none;
    color: #ffffff;
}
a.link-ref-first-capitol-active:link, a.link-ref-first-capitol-active:visited {
    background: url(../images/design/link-first-capitol-referinta.gif) 0px -17px no-repeat;
    color: #ffffff;
    width: 96px;
}
/********************************* CONCURS BIBLIC *********************************/
.regulament li{
    padding-bottom: 10px;
}

.clasament {
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.clasament .username {
    float: left;
    width: 200px;
    padding-top: 30px;
}

.clasament .loc {
    float: left;
    padding-top: 30px;
    width: 200px;
}
.clasament .loc-nr {
    color: #adadad;
    font-family: Georgia;
    font-size: 16px;
}
.clasament .punctaj {
    float: right;
    padding-top: 30px;
}

.clasament .puncte {
    font-family: Georgia;
    color: #BF7C30;
    font-size: 16px;
}

#concurs-timer {
    color: #c0c0c0;
    position: absolute;
    right: 113px;
    top: 0px;
}
#concurs-timer-sec {
    color: #c0c0c0;
    position: absolute;
    right: 0px;
    top: 0px;
}
#timer {
    color: #3a3a3a;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: -3px;
    right: 75px;
}

.concurs-form .question{
    font-family: Georgia;
    font-style: italic;
    padding-bottom: 5px;
    font-size: 12px;
    color: #0074A9;
}

.concurs-form .no{
    font-family: Tahoma;
    font-style: normal;
    font-weight: bold;
    padding-right: 2px;
    color: #3a3a3a;
}

.concurs-form .answer{
    padding-bottom: 25px;
    padding-left: 15px;
}

/********************************* JOC BIBLIC *********************************/
#bible-game .game-type {
    width:auto;
    background-color:#ffffff;
    color:#3a3a3a;
    border:1px solid #c8c8c8;
    padding:1px 5px;
    cursor: pointer;
    text-decoration: none;
    height: 20px;
    display: block;
    margin-bottom: 15px;
}

#bible-game .game-type:hover {
    border:1px solid #0074a9;
    cursor: pointer;
    text-decoration: none;
    color:#0074a9;
}

#bible-game .game-type:hover {
    border:1px solid #0074a9;
    cursor: pointer;
    text-decoration: none;
    color:#0074a9;
}

#bible-game .question {
	background-color: #ffffff;
    border:1px solid #c8c8c8;
    margin-top: 15px;
    padding: 7px 10px;
	margin-bottom: 15px;
	color: #996f4c;
	height: 34px;
}	

#bible-game .head {
    margin-bottom: 15px;
}

#bible-game .head-question {
	float: left;
}
#bible-game .head-points {
	float: right;
}

#bible-game .bottom {
    margin-top: 15px;
    height: 30px;
}

#bible-game .bottom-question {
	float: left;
	width: 420px;
}
#bible-game .bottom-result {
	float: right;
}

.bibleGamesAnswer {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.answerBox{
	width: 151px;
    height: 90px;
    padding: 7px 10px;
    background-color: #ffffff;
    border:1px solid #c8c8c8;
    cursor: pointer;
}

.answerBox:hover{
    border:1px solid #0074a9;
    text-decoration: none;
    color:#0074a9;
}

.joc-biblic-top {
    color: #0074a9;
    font-weight: bold;
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.joc-biblic-header-clasament {
    color: #996f4c;
    padding-bottom: 5px;
}
.joc-biblic-header-clasament .loc{
    float: left;
    width: 80px;
}
.joc-biblic-header-clasament .nume{
    float: left;
    width: 180px;
}
.joc-biblic-header-clasament .scor{
    float: left;
    width: 120px;
}
.joc-biblic-header-clasament .data{
    float: left;
    width: 100px;
}

.joc-biblic-clasament .loc{
    float: left;
    width: 80px;
}
.joc-biblic-clasament .nume{
    float: left;
    width: 180px;
}
.joc-biblic-clasament .scor{
    float: left;
    width: 120px;
    /*color:  #0074A9;*/
}
.joc-biblic-clasament .data{
    float: left;
    width: 100px;
}

/********************************* COMMENTS *********************************/
#comentarii {
    margin-top: 10px;
}

.commentsWrapper {
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    margin-top: 10px;
}

.comment {
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.commentNotActive {
    background: #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.commentTitle {
    color: #20627F;
    font-weight: bold;
}

.commentAuthor {
    background-image: url(../images/design/comments.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 11px;
}

.commentUserAccount {
    padding: 5px 10px;
}

comment-action {
	padding: 0px 10px 15px 10px;
}
.comment-status {
	font-style: italic;
	padding-right: 2px;
}
a.active-comment {
	/*background: url(../images/design/icon_accept.gif) no-repeat left top;
	padding-left: 20px;
	color: #3a3a3a;*/
	color: #28b51a;
}

a.inactive-comment {
	color: #ff6600;
}

a.active-comment:hover {
	text-decoration: none;
	color: #28b51a;
}

/********************************* GUESTBOOK *********************************/
.guestbook {
    /*background-image: url(../images/design/quote_open.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 23px;*/
}

/********************************* NEWS *********************************/
.news .newsDetails {
    width: 645px;
    float: left;
}

.news .newsDetails .ntitle {
    margin-bottom: 2px;
}

.lastNewsTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.news-rss {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #3a3a3a;
}

.winamp {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #3a3a3a;
}

.pdf-link {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #3a3a3a;
    background:url(../images/design/pdf_16x16.png) no-repeat 0px 1px;
    padding-left: 21px;
    text-decoration: none;
}

.pdf-link:hover {
	text-decoration: underline;
}

.pdf-wrapper {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #3a3a3a;
    background:url(../images/design/pdf_16x16.png) no-repeat 0px 1px;
    padding-left: 21px;
    text-decoration: none;
}

.pdf-wrapper a {
    font-size: 12px;
    color: #3a3a3a;
}

.pdf-wrapper a:hover {
	text-decoration: underline;
}

/********************************* POSTCARDS *********************************/
.card {
    padding-right: 15px;
    float: left;
    margin-bottom: 10px;
}

.card img {
    border: 1px solid #eeeeee;
    padding: 2px;
}

.card img:hover {
    border: 1px solid #0074a9;
}

.cardTitle {
    text-align: center;
    width: 91px;
    height: 28px;
    line-height: 14px;
}

#ultimele {
    margin-right: 10px;
    cursor: pointer;
}

#cele_mai_trimise {
    cursor: pointer;
}

#preview {
    position: absolute;
    background: #ffffff;
    padding: 2px 2px 5px 2px;
    display: none;
    color: #0074a9;
    z-index: 999;
    font-weight: bold;
    border: 1px solid #0074a9;
}

.felicitare {
    padding-top: 5px;
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.felicitare img {
    border: 1px solid #eeeeee;
    padding: 2px;
}

.felicitareFrom {
    text-align: right;
    margin-top: 10px;
}

.felicitareMessage {
    padding-left: 15px;
    padding-right: 15px;
}

.add-del-receiver {
    margin-top: 20px;
    float: right;
    margin-right: 10px;
}

#heart {
    position: absolute;
    top: 8px;
    right: 2px;
}

/********************************* RECENZII *********************************/
.recenzie {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.recenzieAutor {
    position: absolute;
    top: 0px;
    right: 0px;
}

.recenzieDescription {
    width: 639px;
    float: left;
}

.recenziiInstr .question {
    color: #0074a9;
    font-style: italic;
    font-family: Georgia;
}

.recenziiInstr .answer {
    padding-bottom: 15px;
}

.recenziePrimit {
    position: relative;
}

.recenzieButonMail {
    position: absolute;
    top: 0px;
    right: 0px;
}

/********************************* PROGRAME CRESTINE *********************************/
.software {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.softwareImg {
    width: 160px;
    margin-right: 10px;
    float: left;
    padding-bottom: 5px;
}

.softwareDescription {
    width: 410px;
    float: left;
}

.terms {
    background: url(../images/design/patrat.gif) no-repeat left top;
    background-position: 0px 7px;
    padding-left: 7px;
    padding-bottom: 10px;
}
/********************************* API *********************************/
.apiTitle {
    color: #ff6600;
    font-weight: bold;
}

.api {
    margin-bottom: 15px;
}

/********************************* FAQ *********************************/
.faq .faqTitle {
    color: #ff6600;
    font-weight: bold;
}

.faq .question {
    color: #0074a9;
    font-style: italic;
    font-family: Georgia;
}

.faq .answer {
    padding-bottom: 15px;
}

/********************************* HOMEPAGE *********************************/
.noutati {
    background: url(../images/design/arrow_noutati.gif) no-repeat left top;
    background-position: 0px 6px;
    padding-left: 8px;
    padding-bottom: 5px;
}

.paragraf {
    background: url(../images/design/patrat.gif) no-repeat left top;
    background-position: 0px 7px;
    padding-left: 7px;
    padding-bottom: 5px;
}

.recomandare {
    padding-left: 12px;
    padding-bottom: 5px;
}

.recomandareEseu {
    background: url(../images/design/recomandare1.gif) no-repeat left top;
    background-position: 0px 3px;
}

.recomandarePoezie {
    background: url(../images/design/recomandare3.gif) no-repeat left top;
    background-position: 0px 3px;
}

.recomandarePredicaAudio {
    background: url(../images/design/recomandare2.gif) no-repeat left top;
    background-position: 0px 3px;
}

.recomandarePredicaVideo {
    background: url(../images/design/recomandare4.gif) no-repeat left top;
    background-position: 0px 3px;
}

.recomandareEmisiuneRadio {
    background: url(../images/design/recomandare9.gif) no-repeat left top;
    background-position: 0px 5px;
}

.recomandareCantec {
    background: url(../images/design/recomandare2.gif) no-repeat left top;
    background-position: 0px 3px;
}

.recomandareDevotional {
    background: url(../images/design/recomandare7.gif) no-repeat left top;
    background-position: 0px 3px;
    padding-bottom: 0px;
}

.recomandare img {
    margin-right: 6px;
}

#hpNewsCat {
    /*position: absolute;
    top: 4px;
    left: 138px;*/
    float: left;
    margin-left: 5px;
    padding-top: 4px;
}

#hpNewsCat li {
    font: 12px Tahoma;
    line-height: 15px;
    padding-right: 10px;
    margin-right: 10px;
    background: url(../images/design/bline.gif) no-repeat center right;
    float: left;
}

a.slider_prev {
    text-decoration: none;
    color: #b1b1b1;
    font: 10px Tahoma;
    line-height: 11px;
    background: url(../images/design/back_arrow.gif) no-repeat;
    background-position: 0px 2px;
    padding-left: 9px;
    margin-right: 10px;
}

a.slider_prev:hover {
    background-position: 0px -11px;
    color: #ff6600;
    line-height: 11px;
}

a.slider_next {
    text-decoration: none;
    color: #b1b1b1;
    font: 10px Tahoma;
    line-height: 11px;
    background: url(../images/design/next_arrow.gif) no-repeat;
    background-position: 37px 2px;
    padding-right: 9px;
}

a.slider_next:hover {
    background-position: 37px -11px;
    color: #ff6600;
    line-height: 11px;
}

/********************************* USER *********************************/
#welcome {
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 15px;
}

#greetings {
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 170px;
    text-align: right;
}

a.new-account-link {
    padding-left: 13px;
    background: url('../images/design/menu_icon5.gif') no-repeat 0px 2px;
    color: #3a3a3a;
}

a.new-account-link:hover {
    color: #0074a9;
}

.login {
    padding-left: 150px;
    background: url('../images/design/login_img.png') no-repeat left top;
}

.profileImage {
    margin: 0px auto;
    padding-bottom: 15px;
}

.profileImage img {
    border: 1px solid #eeeeee;
    padding: 2px;
}

.profileSection {
    padding-bottom: 15px;
    line-height: 18px;
}

.profileSection h2 {
    color: #ff6600;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/design/dots.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

/********************************* LEFT COLUMN *********************************/
#online {
    background: url(../images/design/bulina.gif) no-repeat left center;
    margin-left: 3px;
    padding-left: 9px;
    color: #ff6600;
    margin-top: 3px;
}

/********************************* RIGHT COLUMN *********************************/
.promo {
    margin-bottom: 15px;
}


/********************************* JURNAL *********************************/
.jurnalDate {
    text-align: right;
    margin-bottom: 5px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #B1B1B1;
    font-family: Georgia;
}

.jurnalRSS {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #3a3a3a;
}

.newsRSS {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #B1B1B1;
}

.feed-wrapper {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    color: #B1B1B1;
}

#table-def {
    width: 100%;
}

#table-def thead th {
    border: 1px #eeeeee solid;
}
#table-def thead div {
    padding: 10px 15px;
    /*color: #0074a9;*/
}
/* Body */
#table-def tbody th {
    color: #BF7C30;
    text-align: left;
    background: #ebebeb;
    padding: 10px 15px;
}
#table-def tbody td {
    background: #f5f5f5;
    padding: 10px 15px;
}
#table-def tbody td span.def {
    color: #3a3a3a;
}
#table-def tbody td span.margin5 {
    display: block;
}

#trafic {
	margin-top: 10px;
}

#trafic a {
	background-image: none;
}

/********************************* EDIT *********************************/

.attachments-links {
    padding-bottom: 10px;
   	margin-left: 90px;
}

#table-results {
	width: 100%;
}

#table-results thead th {
	font-size: 10px;
}
#table-results tbody td {
	border-bottom: 1px #ebebeb solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 3px;
}
.qcorrect-answer {
    /*background-color: #5fb1d4;
    font: 11px Tahoma;
    line-height: 12px;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
    color: #0074a9;
}

.autocomplete-author-style {
	color: #ff6600;
	font-size: 11px;
}

.nivoZoom {
	float: left;
}

.nivoZoomHover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer;
	background:url(../images/design/zoom.png) no-repeat 50% 50%;
}
.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}

.nivoLarge {
	background: #ffffff;
	border: 1px solid #0074a9;
    padding: 2px;
}


#table-bible-quiz-points thead th {
    text-align: left;
    /*padding-bottom:10px;*/
}
/* Body */

#table-bible-quiz-points tbody td {
	/*border-top:1px solid #EBEBEB;*/
	/*padding-bottom:10px;*/
	padding-top:10px;
}

#table-bible-quiz-points span.points {
    color:#BF7C30;
	font-family:Georgia;
	font-size:16px;
}

