html,body {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 80%;
	line-height:1.5em;
}

/***** Headings *****/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3{
	font-size: 1em;
	font-weight: bold;
}

h4{
	font-size: 1em;
	font-weight: bold;
}

h5{
	font-size: 0.9em;
	font-weight: bold;
}

h6{
	font-size: 0.8em;
	font-weight: bold;
}

/***** Common Formatting *****/
p,ul,ol {
	margin: 0;
	padding: 0 0 1.5em 0;
}

ul,ol {
	padding: 0 0 1.5em 2.5em;
}
li{
	padding:0.5em;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

acronym,abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Links *****/
a,a:link,a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

input,select,textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

textarea {
	width: 100%;
	line-height: 1.25em;
}

label {
	cursor: pointer;
}
/***** Tables *****/

table tr td {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/***** Wrapper *****/
#wrap {
	width: 960px;
	margin: 0 auto;
}

/***** Global Classes *****/
.clear_float {
	clear:both;
	height: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid #6C8CF7;
}
.underline_light{
	border-bottom: 1px solid #6C8CF7;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

.text_align_center{
	text-align: center;
}

.text_align_left{
	text-align: left;
}

.text_align_right{
	text-align: right;
}

/* -------------------------------------------------------------------------------------------
 * Estrutura do layout
 * -------------------------------------------------------------------------------------------
*/

body {
	background-color: #ffffff;
	color: #333;
}

a:link{
	color:#0000ed;
}

a:visited{
	color:#54198a;
}

/* --------------------- im_header_all ----------------- */
#im_header_all{
	background:url(../images/layout/header_right.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 100%;
}

/* --------------------- im_header ---------------------- */
#im_header{
	background-color: #ffffff;
	margin: 0px auto;
	height: 71px;
	width: 948px;
}
#im_header .left{
	height: 71px;
	width: 166px;
}
#im_header .right{
	background:url(../images/layout/header_right.png) repeat-x;
	height: 71px;
	width: 782px;
}
#im_slogan{
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
/* --------------------- im_body ---------------------- */
#im_body {
	background-color: #FFF;
	color: #333;
    font-size: 1.2em;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
    text-align: left;
	width: 928px;
}

/* --------------------- im_body ----------------------*/
#im_body_top{
	background-color: #FFF;
	width: 928px;
}

/* --------------------- im_body_bottom ----------------------*/
#im_body_bottom{
	/* background-color: #B6B6B6; */
	text-align: left;
	width: 928px;
}

/* --------------------- im_top_main_menu --------------------- */
#im_top_main_menu
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 28px;
	text-align: left;
}

#im_top_main_menu ul
{
	display:inline; 
	height:28px;
	margin: 0px; 
	padding: 0px;
}

#im_top_main_menu li
{
	list-style: none;
	float: left;
	color: #FFF;
	height: 28px;
	line-height:28px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#im_top_main_menu a
{
	color: #FFF;
	font-weight: bold;
}

#im_top_main_menu a.active
{
	color: #CCC;
	font-weight: bold;
}

#im_top_main_menu a:hover
{
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

/* -------------------- im_main_menu ---------------------------*/
#im_main_menu
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 35px;
	text-align: left;
}

#im_main_menu ul
{
	display:inline; 
	height:35px; 
	margin: 0px; 
	padding: 0px;
}

#im_main_menu li
{
	list-style: none;
	float: left;
	color: #333;
	height: 35px;
	line-height:35px;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
}

#im_main_menu a
{
	color: #333;
	font-weight: bold;
}

#im_main_menu a.active
{
	color: #B60003;
	font-weight: bold;
	text-decoration: none;
}

#im_main_menu a:hover
{
	color: #B60003;
	font-weight: bold;
}
/* -------------------- im_bottom_menu ---------------------------*/
#im_bottom_menu
{
	margin: 0px;
	padding: 0px;
	/* padding-left: 15px; */
	width: 100%;
	height: 35px;
	text-align: left;
}

#im_bottom_menu ul
{
	display:inline;
	height:35px; 
	margin: 0px; 
	padding: 0px;
}

#im_bottom_menu li
{
	list-style: none;
	float: left;
	color: #333;
	height: 35px;
	line-height:35px;
	margin: 0px;
	padding: 0px;
	padding-right:20px;
}

#im_bottom_menu a
{
	/* font-weight: bold; */
}

#im_main_menu a.active
{
	color: #B60003;
	font-weight: bold;
	text-decoration: none;
}

#im_bottom_menu a:hover
{
	color: #B60003;
	/* font-weight: bold; */
}

/* --------------------- viewbody ----------------------*/
.viewbody{
	background-color: #FFF;
	font-size: 0.9em;
	width: 928px;
}

/*---------------------------------- inputs -------------------------------*/
.nte {
	font-style:italic;
	color:#999;
}

.lbl {
	line-height: 22px;
	height: 22px;
	margin: 0px;
}

.txt {
    background-color: #e8eae0;
    border: 1px solid #6C8CF7;
    color: #333;
    height: 18px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 2px;
    vertical-align: middle;
}

.txtarea {
    background-color: #e8eae0;
    border: 1px solid #6C8CF7;
    color: #333;
    margin: 0px;
    margin-bottom: 2px;
    padding: 2px;
    vertical-align: middle;
}

.btn {
    background: url("../images/layout/button.png") repeat-x;
    border: 1px solid #6C8CF7;
    color: #333;
    cursor: pointer;
    height: 24px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px 2px 2px 2px;
    vertical-align: middle;
}

.btn:hover {
    border: 1px solid #FF0000;
    color: #FF0000;
    margin: 0px;
    margin-bottom: 2px;
}

.ddl {
    background-color: #e8eae0;
    border: 1px solid #6C8CF7;
    height: 24px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 2px;
    vertical-align: middle;
}

.chk {
    background-color: #e8eae0;
    border: 1px solid #6C8CF7;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 2px;
}

/*---------------------------------- outras classes -----------------------*/
.warning_text{
	color: #eb0909;
}
.question_text{
	color: #FF0000;
}

.info_msg_text{
	background-color: #DADAF4;
	border: 2px solid #0000CC;
	color: #333;
	padding: 3px;
}

.error_msg_text{
	background-color: #FFEEEE;
	border: 2px solid #CC0000;
	color: #333;
	padding: 3px;
}

.success_msg_text{
	background-color: #F0FFF0;
	border: 2px solid #00CC00;
	color: #333;
	padding: 3px;
}

.warning_msg_text{
	background-color: #F9F9E9;
	border: 2px solid #CCCC00;
	color: #333;
	padding: 3px;
}

.info_ok_text{
	color: #047A04;
}

.info_author_text{
	color: #613004;
}

.link_style_text{
	color: #2423DE;
}

.horizontal_line{
	border: 0px solid #6C8CF7;
	border-width: 1px 0px 0px 0px;
	height: 2px;
}

.fieldset_legend{
	border:1px solid #6C8CF7;
	padding:2px 5px 2px 5px;
	font-weight: bold;
}

.fieldset_info_body
{
	border:1px solid #6C8CF7;
	padding:10px;
}

.hsparator_line_1{
	border: 0px dotted #6C8CF7;
	border-width: 1px 0px 0px 0px;
	height: 2px;
}
.hsparator_line_2{
	border: 0px dotted #FAFAFA;
	border-width: 1px 0px 0px 0px;
	height: 2px;
}
.div_inline {
	display:inline;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
}
.page_index_link{
	color: #2423DE;
	cursor: pointer;
	font-size: 0.9em;
}
.detached_text{
	color : #B60003;
    font-weight : bold;
}
.detached_text_link, a.detached_text_link{
	color : #B60003;
    font-weight : bold;
    text-decoration: underline;
}

.search_simple_line {
    background-color: #FFF;
	/* font-size: 0.9em; */
}

.search_different_line {
    background-color: #c2d0fb;
	/* font-size: 0.9em; */
}
.search_comment_dif_line{
	background-color: #C3FDB8;
	/* font-size: 0.9em; */
}
.search_words_detached{
	color: #2423de;
	font-weight:bold;
}
.all_items{
	width:100%;
	padding:0px;
}
.all_items th{
	border:1px solid #6C8CF7;
	background-color: #c2d0fb;
	padding:2px 5px 2px 5px;
	text-align:left;
}
.all_items th.title{
	border:1px solid #6C8CF7;
	background-color: #c2d0fb;
	padding:2px 5px 2px 5px;
	text-align:center;
}
.all_items tr td{
	border:1px solid #6C8CF7;
	background-color: #FAFAFA;
	font-size: 0.9em;
	padding:2px 5px 2px 5px;
}
.all_items tr.dif td{
	border:1px solid #6C8CF7;
	background-color: #c2d0fb;
	font-size: 0.9em;
	padding:2px 5px 2px 5px;
}
.image_media_audio_album_view{
	border:1px solid #6C8CF7;
	height: 150px;
	width: 150px;
}
.calendar{
	background-color: #FAFAFA;
	border:1px solid #6C8CF7;
}
.calendar .header{
	background-color: #e5ebfe;
}
.calendar .today{
	background-color: #c2d0fb;
	border:1px solid #6C8CF7;
}
.calendar a{
	color: #2423DE;
}
.bible_chapter_column_ver_and_chap{
	float:left;
	width:60px;
}
.bible_chapter_column_translation_1{
	float:left;
	padding-right:13px;
	width:400px;
}
.bible_chapter_column_translation_2{
	float:left;
	padding-right:13px;
	width:400px;
}
.bible_chapter_column_book{
	padding:4px;
	width:25%;
}
.login_page_text{
	padding-right: 10px;
	width:523px
}
#user_login_box
{
	background-color:#e8eefa;
	border:1px solid #6C8CF7;
	padding: 10px;
	width: 400px;
}
.form_components_desc{
	color: #6f6f6f;
}

/*----------------------------FORM -----------------------*/
div.yiiForm
{
	/*border: 2px solid #B7DDF2;
	background: #EBF4FB;
	margin: 0;
	padding: 5px;*/
}

div.errorMessage
{
	color: red;
}

div.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 10px 0 10px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}

div.yiiForm p.hint
{
	color: gray;
	font-size: 90%;
	margin: 0 0 0 110px;
}

div.yiiForm fieldset
{
	border: #DDD 1px solid;
	margin: 10px 0;
	padding: 10px;
}

div.yiiForm legend
{
	font-weight: bold;
}

div.yiiForm div.action
{
	margin-left: 110px;
	padding: 0.25em 0;
}

div.yiiForm div.simple,
div.yiiForm div.complex
{
	clear: left;
	padding: 0.25em 0;
}

div.yiiForm div.simple label,
div.yiiForm div.complex span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.yiiForm label.error,
div.yiiForm span.error
{
	color: #C00;
}

div.yiiForm input.error,
div.yiiForm textarea.error,
div.yiiForm select.error
{
	background: #FEE;
	border-color: #C00;
}

/*
div.yiiForm div.simple div,
div.yiiForm div.complex div
{
	margin-left: 110px;
}
*/

.yiiForm .title input, .yiiForm .content textarea
{
	width: 510px;
}
.previous_and_next{
	border:1px solid #9AAFE5;
	color:#0E509E;
	font-weight:bold;
	font-size: 0.8em;
	padding:1px 6px;
	text-decoration:none;
}

/* ------------------- highlight ------------ */
.im_highlight_0	{ background-color: #FFFF00; }
.im_highlight_1	{ background-color: #FF99FF; }
.im_highlight_2	{ background-color: #99FFFF; }
.im_highlight_3	{ background-color: #FF9999; }
.im_highlight_4	{ background-color: #9999FF; }

/* ------------------ Jesus words ------------- */
.im_jesus_words{color: #FF0000}

.rcorners{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.rcorners .top_left{
	background: url(../images/layout/rcorners_top_left.png) no-repeat;
	height: 8px;
	width: 8px;
}
.rcorners .top_middle{
	background: url(../images/layout/rcorners_top_middle.png) repeat-x;
	height: 8px;
}
.rcorners .top_right{
	background: url(../images/layout/rcorners_top_right.png) no-repeat;
	height: 8px;
	width: 8px;
}
.rcorners .middle_left{
	background: url(../images/layout/rcorners_middle_left.png) repeat-y;
	width: 8px;
}
.rcorners .middle_right{
	background: url(../images/layout/rcorners_middle_right.png) repeat-y;
	width: 8px;
}
.rcorners .bottom_left{
	background: url(../images/layout/rcorners_bottom_left.png) no-repeat;
	height: 8px;
	width: 8px;
}
.rcorners .bottom_middle{
	background: url(../images/layout/rcorners_bottom_middle.png) repeat-x;
	height: 8px;
}
.rcorners .bottom_right{
	background: url(../images/layout/rcorners_bottom_right.png) no-repeat;
	height: 8px;
	width: 8px;
}

#feedbackButton{
	background:red url(../images/layout/feedback.png) no-repeat scroll 0px 0px;
	height:90px;
	left:0;
	position:fixed;
	top:150px;
	width:22px;
}
div#feedbackButton:hover{
	background:blue url(../images/layout/feedback.png) no-repeat scroll 0px 0px;
}
#feedbackButton a{
	display:block;
	height:90px;
	width:22px;
	text-decoration:none;
}

#reportBugButton{
	background:transparent url(../images/layout/report_bug.png) no-repeat scroll 0px 0px;
	height:22px;
	left:0;
	position:fixed;
	top:250px;
	width:22px;
}
div#reportBugButton:hover{
	background:transparent url(../images/layout/report_bug.png) no-repeat scroll 0px 0px;
}
#reportBugButton a{
	display:block;
	height:22px;
	width:22px;
	text-decoration:none;
}

ul.social-network,
ul.social-network li,
ul.social-network ul
{
	padding: 0px;
	margin:0px;
	list-style:none;
	overflow:hidden;
	display:block;
}

ul.social-network{
	padding: 8px 8px 0px 8px;
}

ul.social-network ul li{
	padding: 0px 0px 8px 0px;
}

ul.social-network ul li.image{
	float:left;
	margin-right:10px;
	height:32px;
	width:32px;
}

ul.social-network li.image a{
	display:block;
	height:32px;
	width:32px;
	text-indent: -10000px;
}

ul.social-network li.facebook ul li.image a{background: transparent url("../images/social_network/facebook.png") no-repeat;}
ul.social-network li.twitter ul li.image a{background: transparent url("../images/social_network/twitter.png") no-repeat;}
ul.social-network li.google ul li.image a{background: transparent url("../images/social_network/google_plus.png") no-repeat;}

ul.social-network ul li.link{
	float:left;
	height:32px;
	line-height:32px;
}

