﻿/* General styling */
html
{
	overflow-y:scroll;
}
body
{
	font-family:Arial;
	font-size:12px;
	margin:0px;
	background:#DEDEDE url(../img/body-bg.gif) repeat-y;
	background-position:center top;
}
img
{
	border:none;
}
a
{
	color:#0000FF;
	text-decoration:underline;
}
a:hover
{
	color:#0000FF;
	text-decoration:underline;
}
*,*:active,*:hover
{
	outline:none;
}


p
{
	margin:0px;
	padding:0px;
}


form
{
	display:inline;	
}
/*h2 {font-size:16px; margin:8px 0px 8px 0px;}*/
h1, h2
{
	padding:0px;
	margin:0px;
	display:inline;
	font-size:12px;
	font-weight:normal;
}
.itemTitle
{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}

.page_title h1
{
	font-size:22px;
}
.search .results .items .title h2
{
	font-size:16px;
	font-weight:bold;
}
.clr {clear:both;}

.email, .linkDir input {text-align:left; direction:ltr;}
.error {font-size:14px; color:#FF0000; font-weight:bold;}


/* General styling */


/* Header and main holder */
.main_win
{
	width:975px;
	background:#ffffff;
	text-align:right;
	display:block;
	position:relative;
	border:0px solid red;
}
.holder_txt
{
	margin-bottom:26px;
	height:150px;
}
.cet_logo
{
	position:absolute;
	left:15px;
	top:27px;
}
.avi_logo
{
	position:absolute;
	left:145px;
	top:27px;
}

.bteiMidrash_logo
{
	position:absolute;
	left:245px;
	top:27px;
}
.logout
{
	position:absolute;
	right:865px;
	top:112px;
}
.username
{
	 direction:ltr;
	 text-align:left;
}
.logout .username
{
	direction:rtl;
	text-align:right;
}
.site_logo
{
	position:absolute;
	right:30px;
}

.midrash_logo
{
	position:absolute;
	left:30px;
	top:12px;
}




.content,.content_2
{
	/*margin-top:140px;*/
	display:block;
	direction:rtl;
	padding:0px 15px 10px 15px;
	min-height:325px;
}
.content a,.content_2 a{ cursor:pointer;}
.content_2 .search{padding-left:10px;}
.content_2 .items a,.content .items a{ /*color:#0072BC;*/ color:#0000FF;} 

.holdSpacer {margin-bottom:158px;}

.seminary_list
{
	/*background:#A3A5A8;*/
	background-image:url(../img/seminary_list_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#005389;	
	color:#ffffff;
	line-height:24px;
	font-size:14px;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
	direction:rtl;
}
.seminary_list .menu_list a
{
	color:#ffffff;	
}
.seminary_list .menu_list a:hover
{
	font-weight:normal;
	text-decoration:underline;
}

.footer
{
	color:#A3A5A8;
	background:#313131;
	font-size:12px;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	direction:rtl;
}
.footer a
{
	color:#A3A5A8;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}


.admin_menu
{
	position:absolute;
	left:15px;
	top:8px;
}
.admin_menu .top_menu a,.admin_menu .top_menu .sep
{
	float:left;	
}


.user_menu
{
	position:absolute;
	right:36px;        /*40px;*/
	top:10px;
}
.top_menu a,.top_menu .sep, .top_menu h1 a
{
	color:#6E6E6E;
	text-decoration:none;
	display:block;
	float:right;
	font-weight:bold;
}
.top_menu h1 a
{
	display:inline;
}
.top_menu h1 a:hover, .top_menu a:hover
{
	color:#2E6CC4;
	text-decoration:underline;
}
.top_menu .sep
{
	/*border-left:1px dotted #7A858A;*/
	margin-left:3px;   /*5px;*/
	width:5px;
	
	background:url(../img/border-dotted.gif) no-repeat;
	background-position:left 2px;
}
.top_menu .rss
{
	background:url('../Img/icon_rss.png') no-repeat left;
	padding-left:17px;
}


.top_line
{
	background:#E2ECF4 url(../img/topPath_bg.gif);
  width:975px;
	height:35px;
	padding-top:0px;
	position:relative;
	top:115px;
}
.top_line .search
{
	direction:rtl;
	position:absolute;
	left:130px;
	top:0px;
}
.search_btn,.placeToolbar .search_btn
{
	background:#E2ECF4 url(../img/search-btn.gif) no-repeat;
	width:49px;
	height:20px;
	border:none;
	cursor:pointer;
}

 .search_btnMaagar
{
	background:#E2ECF4 url(../img/search_in_lib.gif) no-repeat;
	width:91px;
	height:21px;
	border:none;
	cursor:pointer;
}



.path
{
	position:absolute;
	right:35px;
	top:85px;
	margin-top:10px;
}
/* Header and main holder */





/* Forms styling */
.input,textarea, select
{
	line-height:20px;
	border:1px solid #6E6E6E;
	font-size:12px;
	padding:2px;
}

.btn
{
	line-height:20px;
	border:1px solid #6E6E6E;
}
.btnUp
{
	background:#E2ECF4 url(../img/btn-up.gif) no-repeat;
	width:24px;
	height:11px;
	border:none;
	position:absolute;
	margin-top:1px;
	z-index:0;
}
.btnDown
{
	background:#E2ECF4 url(../img/btn-down.gif) no-repeat;
	width:24px;
	height:10px;
	border:none;
	position:absolute;
	margin-top:12px;
	z-index:0;
}

.plainText th {font-weight:normal;}


.formResource .section, .form .section
{
	background:#F2F2F2;
	padding:10px;
}
.formResource .section td, .formResource .section th, .form .userForm, .form .section td, .form .section th
{
	padding:7px;
	font-size:12px;
	font-weight:bold;
}
.section b {font-weight:normal;}
.formResource .section .button {width:auto; font-weight:normal;}
.formResource .section .rEditor {vertical-align:top; padding-top:3px;}
.formResource .section .rEditor td{padding:0px; }
.rEditor .InterTech_ItemList th {padding:0px 5px 0px 5px; display:none;}

.content_2 .InterTech_ItemList th{background:none; line-height:1px;padding:0px;}

.rEditor b {font-weight:normal;}
.examples, .rEditor .examples {font-weight:normal;font-size:10px;}

/*Resource Add*/
.rEditor .innerTable th {width:120px; vertical-align:top;}

.formResource .section .cDrop input{width:auto;}
.termForm .t1, .userForm .t1  {width:130px; vertical-align:text-top;}
.termForm .t1 {width:60px;}
.termForm .t1 {font-size:11px;}
.termForm .t2 , .userForm .t2 {padding-bottom:10px;}
.formResource .section input, .formResource .section select, .form .t2  select, .form .t2  input {width:200px; font-weight:bold;}
/*.formResource .section input, .formResource .section select {width:375px;}*/
.formResource .section input, .formResource .section select {width:402px;}

.formResource .section textarea, .termForm .t2  input,.termForm .t2  select, .termForm .t2  textarea {width:250px; font-size:12px;}
.formResource .section textarea {width:425px;}
.formResource .section select, .form .t2  select {width:203px;}

.formResource .section select {width:378px;}
.formResource  .cDrop {border:0px solid #929B9C; width:375px; position:relative; background-color:White;}
.formResource  .cDrop1 {display:none;} 
.formResource  .cDrop td {padding:0px;}
.formResource  .cDrop tr {line-height:20px;}

.imgHolder {margin:10px 0px 10px 0px; }

/*.imgHolder img {border:none; max-width:300px; min-height:300px;}*/
/*.imgHolder img {border:none; width:300px;}*/
.panel {z-index:100;}

.popupDialog {width:686px; height:580px; border:1px solid;
	position:absolute; 
	/*top:110px; left:250px; */
	background:#FFFFFF; 
	z-index:100; 
	visibility:hidden;
	text-align:right;
	direction:rtl;
}
.popupDialog .header {background-color:#D7E4ED; padding:3px;}
.popupDialog .header a {text-decoration:none; font-size:12px; font-weight:bold; color:#7C878D;}
.popupDialog .header span {font-weight:bold; padding-right:20px;}
.popupDialog .iFrameHolder
{
	height:100%; 
	/*padding:10px 15px 0px 15px;*/
}
.popupDialog iframe {width:100%; height:100%; border:none;}
.fadeOut {background:#464646;}

.form .sectionSep
{
	padding:7px;
}
.form .sample
{
	font-size:9px;
}
.form .terms-win
{
	width:300px;
	height:100px;
	border:1px solid #6E6E6E;
	font-size:12px;
	padding:2px;
	overflow:auto;
	font-weight:normal;
}
.form .chk input
{
	width:20px;
}
/* Forms styling */


/*Pager Style*/
.InterTech_ItemList .pager td
{
	text-align:left;
	direction:ltr;
	
}


.pager
{
	direction:ltr;
	text-align:left;
	display:block;
	padding-left:20px;
}
.pager .clsPageNum span,.pager .clsPageNumSelected span,.pager .clsNextPage span,.pager .clsPrevPage span,.pager .clsNextJump span,.pager .clsPrevJump span
{
	margin-right:5px;
	display:block;
	float:left;
}
.pager .clsPageNumSelected span
{
	text-decoration:none;
	font-weight:bold;
}


/*Pager Style*/


/* Page content styling */
.page_title
{
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
.page_title .icon
{
	float:right;
	margin-left:5px;
}
.page_title .txt
{
	margin-left:5px;
}
/* Page content styling */





/* Users table */
.actions {text-align:center;}
.actions a {margin-left:10px; display:block; float:left;}
/* Users table */



/*UserInfoCard*/


.study_page
{
	min-height:300px;
	position:relative;
	/*This styles are needed for drag n drop*/
	direction:ltr; 
	text-align:left;
	/*padding:0px 20px 0px 0px;*/
	
}

.study_page .title, .study_page .title h1
{
	font-size:26px;	
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin:0px 20px 20px 20px;
}

.study_page .box_right,.study_page .box_left,.study_page .box_center, .study_page .dummy_box_center, .study_page .dummy_box_left, .study_page .dummy_box_right
{
	border:1px solid #D7D7D7;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	position:inherit;
	background:#FFFFFF;
}
.study_page .box_right,.study_page .box_left,.study_page .box_center
{
	border:1px solid #7C7C7C;
	margin:10px 0px 10px 0px;
	padding:20px 10px 8px 10px;
	position:inherit;
	background:#FFFFFF;
	
}
.study_page .freetext
{
	border:1px solid transparent;
	background:transparent;

	/*
	padding:0px 15px 0px 15px;
	margin:20px 0px;
	*/
}

.dummy_box_center, .dummy_box_left, .dummy_box_right, .box_menu{display:none1;}

.study_page .dummy_box_center, .study_page .dummy_box_left, .study_page .dummy_box_right
{
	border:1px solid #F8D6BA; 
	background:#FFF1E6; 
	color:#EE9C59;
	/*padding:12px 10px 5px 10px;*/
	height:15px;
	font-size:12px;
	font-family:Arial;
}

.study_page .box_right, .study_page .dragebale, .study_page .dummy_box_right
{
	margin-left:0px;
	margin-top:10px;
	float:right;
	clear:both;
	width:45%;
}



.study_page .box_left, .study_page .dragebale,.study_page .dummy_box_left
{
	margin-left:3px;
	margin-right:0px;
	margin-top:10px;
	float:left;
	clear:left;
	width:45%;
}
.study_page .box_center, .study_page .dragebale, .study_page .dummy_box_center
{
	margin-left:0px;
	clear:both;
	float:none;
	/*width:913px;*/
}
.study_page .box_center
{
	/*position:relative;*/
}
.study_page .newline, .study_page .newline__
{
	clear:both;
}
.study_page .box_menu
{
	width:285px;
	/*
	position:absolute;
	top:0px;
	left:0px;
*/
	background:#EDEDED;
	font-size:10px;
	padding:1px 3px 3px 3px;
	text-align:center;
	font-family:Arial;
	margin-bottom:10px;
	position:relative;
	
}




.exactLocation, .copyrights
{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}




.study_page .box_menu .progress
{
	background:#C4FBCD;
	position:absolute;
	top:2px;
	right:3px;
	width:285px;
}
.box_menu .R {float:right;}
.box_menu .L {float:left;}

.text_C, .info_C { display:block; border:0px solid red;}
.text_C p { margin:0px;}



.text_L, info_L, .text_R, info_R {clear:both; width:100%;}
.info_R .terms, .info_L .terms, .info_C .terms, 
.info_R .interpretation, .info_L .interpretation, .info_C .interpretation,
.info_L .dic, .info_R .dic, .info_C .dic 
{
	border:1px solid #C5C5C5; 
	background-color:#EAEAEA; 
	overflow-x:hidden;
	display:block;
	font-size:12px;
	padding:10px 5px 10px 5px ;
 	font-style:normal;
 	font-weight:normal;
}
.info_L .dic, .info_R .dic, .info_C .dic {border:1px solid #7F7F7F; background-color:#C5C5C5; }

.logoBigView, .logoSmallView, .logoMedium,.logoSmall2 , .logoSmall {border:none; width:128px;}
.logoSmall2, .logoSmall {width:64px;}
.logoSmallView {width:115px;}
.logoBigView  {width:300px;}
	
.bullet 
{
	/*
	list-style-type:disc;
	list-style-position:outside;
	display:list-item;
*/
font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}
	
	
.dropDivRight, .dropDivLeft
{
	position:absolute;
	top:5px;
	left:7px;
	z-index:10;
	background-color:#FCD6B8;
	border:1px dashed #F2C5A0;
	opacity:0.4; /*Mozila*/
	filter:alpha(opacity=40); /*IE*/
	margin:5px 0px 0px 5px;
}
.dropDivRight
{
}	

.qBody ul
{
	margin:10px;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
}
.qBody ul br
{
	display:none;
}
.buttons
{
	padding:20px 0px 20px 0px;
}
/* Study pages*/



/* autocompleteextender */
.autoCompleteSeriesList2, .autoCompleteSeriesList1, .autoCompleteSeriesList 
{
    background-color:Window;
    color:WindowText;
    border:1px solid buttonshadow;
    cursor:pointer;
    display:block;
    margin:0px;padding:0px;
    z-index:9999;
    height:150px;
    width:100%;
    overflow-y:auto;
}

    
.autoCompleteSeriesList1 {height:185px;}
.autoCompleteSeriesList2 {height:145px;}
.autoCompleteList 
{
    background-color:Window;
    color:WindowText;
    border:1px solid buttonshadow;
    cursor:pointer;
    display:block;
    margin:0px;padding:0px;
    width:100%;
    z-index:9999;
    height:150px;
    overflow-y:auto;
}

.autoCompleteItem,.autoCompleteHoverItem
{
    padding:3px;
    background-color:Window;
    color:WindowText;
    cursor:pointer;
    text-align:right;
    font-size:11px;
    border-bottom:1px dotted buttonshadow;
    display:block;
    z-index:9999;
}
.autoCompleteHoverItem
{
    background-color:Highlight;
    color:ButtonHighlight;
	z-index:9999;   
}
/* autocompleteextender */

/*Tags*/
.charHeb span a
{ 
	color:#0072BC;
	font-size:16px;
}
/*Tags*/

/*TagsJoin*/

.btnTagsJoin input
{
	Width:66px;
}

/*TagsJoin*/

/*Categories*/
.category_1
{
	 float:right;
	 width:460px;	 
}
.category_2
{
	 float:left;
	 width:460px;
}
.clear
{
	clear:both;
}
/*Categories*/


/* Home */
.home .presentation
{
	border:0px solid red;
	cursor:pointer;
}



.home .boxes
{
	border:0px solid red;
	width:707px;
	height:330px;
	position:absolute;
	right:15px;
}
.home .boxes .box_data
{
	border:0px dotted #000000;
	position:absolute;
}
.home .boxes .box1
{
	background:url(../img/home-box-1.gif) no-repeat;
	width:469px;
	height:149px;
	top:0px;
	right:0px;
	padding-top:2px;
}
.home .boxes .box2
{
	background:url(../img/home-box-2.gif) no-repeat;
	width:225px;
	height:167px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-top:1px;
}
.home .boxes .box3
{
	background:url(../img/home-box-2.gif) no-repeat;
	width:225px;
	height:167px;
	position:absolute;
	bottom:0px;
	right:243px;
}
.home .boxes .box4
{
	background:url(../img/home-box-4.jpg) no-repeat;
	width:225px;
	height:332px;
	position:absolute;
	top:0px;
	left:0px;
}
.home .boxes .box_title
{
	color:#C0550F;
	font-size:22px;
	font-weight:bold;
	margin-top:3px;
	margin-right:10px;
}
.home .boxes .box1 .box_data
{
	width:340px;
	height:100px;
	top:40px;
	right:120px;
}
.home .boxes .box2 .box_data,
.home .boxes .box3 .box_data
{
	width:210px;
	height:120px;
	top:36px;
	right:7px;
}
.home .boxes .box4 .box_data
{
	width:136px;
	height:284px;
	top:40px;
	right:80px;
}




.home .right
{
	border:0px solid red;
	width:630px;
	height:600px;
}

.home .left
{
	border:0px solid green;
	width:300px;
	padding-right:8px;
}

/*.home .tags
{
	top:180px;
	right:495px;
	overflow:hidden;
	position:absolute;
}        */
/* Home */



/* Tag Cloud */

.tags
{
	
	width:290px;
	height:238px;
	border:0px solid red;
	direction:rtl;
	overflow:hidden;
	text-align:justify;
}
.tags span 
{
	overflow:hidden;
}
.tags a
{
	color:#2254BB;
	text-decoration:none; 
	line-height:34px;
	font-weight:bold;
	
	padding:0px 5px 0px 5px;
	border:0px solid red;
	vertical-align:middle;
}
.tags a:hover
{
	color:#ffffff;background:#2254BB;
}

.tc1{font-size : 12px;}
.tc2{font-size : 14px;}
.tc3{font-size : 18px;}
.tc4{font-size : 20px;}
.tc5{font-size : 24px;}
.tc6{font-size : 28px;}
.tc7{font-size : 32px;}
/* Tag Cloud */

.placeItemList .InterTech_ItemList .pager
{
	left:0;
	position:absolute;	
}
.placeItemList .pgPosition
{
	position:relative;
}
.placeItemList .pgPosition .pgtable
{
	position:absolute;
	top:5px;
}

/* Category Tree*/
.tree
{
	width:290px;
}
.tree .head
{
	background:url(../img/tree-head.gif) no-repeat;
	height:37px;
	color:#C0550F;
	font-size:22px;
	font-weight:bold;
	padding-right:10px;
}
.tree .body
{
	background:url(../img/tree-bg.gif) repeat-y;
}
.tree .foot
{
	background:url(../img/tree-foot.gif) no-repeat;
	background-position:bottom;
	height:14px;
}
.tree .main-cat span
{
	display:block;
	background:url(../img/tree-main-cat.gif) no-repeat;
	height:34px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	border:0px solid red;
	line-height:33px;
	text-decoration:none;
}
.tree .main-cat:hover span,
.tree .selected .main-cat span
{
	background:url(../img/tree-main-cat.gif) no-repeat 0px -34px;
	height:34px;
}
.tree .sub-cat, .tree .sub-catNonLink
{
	display:block;
	line-height:24px;
	color:#000000;
	font-size:12px;
	padding-right:20px;
	text-decoration:none;
		
}
.tree .plus
{
	border:0px solid red;
	display:block;
	float:right;
	width:20px;
	text-align:center;
	visibility:hidden;
}
.tree .sub-holder
{
	display:none;
}
.tree .opened .sub-holder
{
	display:block;
}
.tree .sub-cat:hover,
.tree .selected .sub-cat
{
	font-weight:bold;
}
/* Category Tree*/


/* Search */
.search .tags
{
	/*position:absolute;
	top:-15px;  */
}
.search .leftTags
{
	/*position:absolute; */
  margin-bottom:20px;
}
.search .right
{
	width:290px;
	padding-left:30px;
}
.search .center
{
	width:630px;
}
.search .left
{
	width:290px;
	/*padding-right:10px;*/
}
.search .r_title
{
	border:0px solid red;
	width:50px;
	padding-top:15px;
	font-weight:bold;
	float:right;
	display:block;
}
.search .results
{
	float:right;
}
.search .results .head
{
	border:0px solid green;
	background:url(../img/search-head.gif) no-repeat;
	width:404px;
	height:57px;
	display:block;
	position:relative;
	margin-bottom:5px;
}
.search .results .head b
{
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}

.search .results .head .pages,
.search .results .head .res,
.search .results .head .trans,
.search .results .head .terms
{
	position:absolute;
	top:-20px;
}

.search .results .head .pages
{
	right:20px;
}
.search .results .head .res
{
	right:120px;
}
.search .results .head .terms
{
	right:220px;
}
.search .results .head .trans
{
	right:310px;
}


.search .results .items .title
{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}
.search .results .items .meta
{
	line-height:16px;
	word-wrap: break-word;
}
.search .results .items .desc
{
	line-height:12px;
	padding-top:10px;
}
.search .results .items .line
{
	font-size:1px;
	height:10px;
	border-bottom:1px solid #DADADA;
	padding-top:10px;
}
.search .results .items .menu
{
	margin-top:20px;
}
.search .results .items .menu input
{
	font-size:12px;
}
.search .items .aGo a
{
	color:#0000FF;	
}

/* Search */

/*SeminaryAbout*/

.title_list, .title_list h1
{ 
	width:927px;
	color:#A0551B;
	font-size:22px;
	font-weight:bolder;
	margin:0px 4px 14px 0px;
}
.title_list img
{	
	
	padding-right:9px;
}
.title_list span
{	
	 vertical-align:top;	
}
.title_text
{
	margin-bottom:65px;
	 display:block;
	 text-align:justify;
	 width:920px;
	
}

.menu
{
	text-align:center;	
	font-size:14px;
}
.menu input
{
	font-size:16px;
}
.menu_title
{
	font-weight:bold;	
	margin-bottom:8px;
}
.menu_list
{	
	display:block;
	width:700px;
}
.menu_list a
{
	text-decoration:none;
	
}
.menu_list a:hover
{
	 text-decoration:underline;
	 font-family:Arial;	 
	 color:#000000;	
}
.menu_list .sep
{
  margin:0px 3px 0px 3px; 
} 
.seminary_list .sep img
{   
  padding-bottom:1px;  
}

.about
{
	padding:0px 15px 0px 15px;
	margin-bottom:37px;
}

.about_text .txt
{
	 padding:5px 0px 15px 0px;
	 background-color:#EFEFEF;
	 margin-top:18px;
}
.about_text .txt th
{
	padding-right:6px;
	width:110px;
}
.about_text .txt td
{
	padding-right:10px;
	vertical-align:top;
	width:650px;
}
.about_text .txt .txt_1
{	
	 font-size:20px;
}

/*SeminaryAbout*/

/*SeminaryInfoCard*/

.listUsers
{
	font-size:12px;
	margin-bottom:5px;
	padding-right:3px;	
}
.listUsers th
{
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	width:140px;
}
.listUsers a
{
	color:#0072BC;
	font-size:12px;
}
.tblSeminaryCard
{
	margin-right:190px;
}
.firstTitleText
{
	float:right;
	font-weight:bold;
}

/*SeminaryInfoCard*/

/*Blogs*/
.blogs
{
	width:60%;
	border:0px solid red;
	margin-bottom:40px;
}
.blogs .list_item
{	
	display:block;
	margin-bottom:30px;
	
}
.blogs .list_item .title, .blogs .list_item .title h1
{
	color:#B25206;
	font-size:16px;
	font-weight:bold;
}
.blogs .list_item .link
{
	display:block;
	padding-top:10px;
	padding-right:25px;
	direction:ltr;
}

.blogs  .list_item .owner
{
	display:block;
	padding-right:25px;
	float:right;
}
.blogs  .list_item .date
{
	display:block;
	float:left;
}
.blogs  .list_item .desc
{
	padding-right:25px;
	padding-top:5px;
	clear:both;
	display:block;
}
/*Blogs*/

/*Pages*/

.spanLink, .notspanLink
{
	color:#0072BC;
	text-decoration:underline;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
}
.notspanLink
{
	color:#000000;
	text-decoration:none;
	cursor:default;
	font-weight:bold;
}


/*Pages*/

/*PageForm*/
.skinBg
{
	/*
	background:url(../img/skin-bg.jpg) no-repeat;
	width:217px;
	height:54px;
	*/
	background:url(../img/skin-bg.gif) no-repeat center bottom;
	width:238px;
	height:75px;
	
}
.rBtn
{
	text-align:right;
}
.skinPlace .rBtn
{
	text-align:center;
}
/*PageForm*/
.displayBlock
{
	display:block;
}

.displayNone
{
	display:none;
}
.TextSucceedDuplicatePage
{
	font-size:14px;
	font-weight:bold;
}

/*DuplciatePagePopUp*/

.txtDuplciatePagePopUp
{
	font-size:12px;
	margin:20px 10px 20px 10px;
}

/*DuplciatePagePopUp*/
.InterTech_ItemList .actions
{
	padding:0px 3px 0px 3px;
	margin:0px 3px 0px 3px;
	text-align:center;
	white-space:nowrap;
}
/*Buttons up/down*/
.InterTech_ItemList .buttonUp, .InterTech_ItemList .buttonDown
{
	background:url(../img/btn-up.gif) no-repeat;
	border:none;
	width:24px;
	height:11px;
	display:block;
}
.InterTech_ItemList .buttonDown
{
	background:url(../img/btn-down.gif) no-repeat;
}
/*Buttons up/down*/

/*User info card*/

.content_2 .page_title
{
	margin-bottom:25px;
}

.content_2 .uInfoBtn
{
	padding:13px 60px 10px 0px;
}

.userInfoCard .c,
.userInfoCard .t,
.userInfoCard .b,
.uInfoName .c
{	
	width:225px;
}

.uInfoName .l,.uInfoName .c,.uInfoName .r
{
	height:39px;
}
.userInfoCard .c
{
	background-image:url(../img/userInfo_td_c.gif);
	background-repeat:repeat-y;
	margin-top:0px;		
}
.userInfoCard .t
{
	/*background-image:url(../img/userInfo_td_t.gif);	
	background-position:center top;*/		
}
.userInfoCard .b
{
	background-image:url(../img/userInfo_td_b.gif);	
	background-position:center bottom;		
}
.userInfoCard .t,.userInfoCard .b,.uInfoName .l,.uInfoName .r
{
	background-repeat:no-repeat;
}

.uInfoName .l
{
	background-image:url(../img/uInfo_l.gif);
	background-position: left center;			
}
.uInfoName .c
{
	background-image:url(../img/uInfo_c.gif);	
	background-repeat:repeat-x;		
}
.uInfoName .r
{
	background-image:url(../img/uInfo_r.gif);	
	background-position: right center;		
}
.uInfoName .r a
{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	
}
.uInfoName .r div
{
	padding:10px 15px 0px 0px;
}


.userInfoCard .uInfo
{
	padding:0px 0px 15px 10px ;
}
.userInfoCard .uItems
{
	margin:0px 10px 0px 0px;
	
}

.uInfo .uName a
{
	text-decoration:none;
}
.uInfo .uImage
{
	margin:10px 0px 10px 0px;
}
.uInfo .uSeminary a,.uInfo .uContact a
{
	color:#0072BC;
}
.uInfo .uContact{margin:3px 0px 3px 0px;}

.t2 .email{direction:ltr;}


.SiresSampleText
{
	margin-bottom:20px;
	width:550px;
}

/*User info card*/

.page_title .txt h1
{
	font-weight:bold;
}

/*TableWork*/
.content .uInfo
{
	padding-right:15px;
}
.content .uInfo .txt
{
	padding:5px 5px 0px 0px;
	font-size:20px;
	font-weight:bold;
}
.placeToolbar
{
	margin:3px 15px 0px 0px;
}
.placeToolbar .c,
.placeToolbar .l,
.placeToolbar .r,
.placeToolbar
{
	height:48px;
	width:929px;
}

.placeToolbar .search_btn
{
	background:#E2ECF4 url(../img/search-btn_org.gif) no-repeat scroll 0 0;
}

.placeToolbar .c
{
	background-image:url(../img/placeSearch_c.gif);
	background-repeat:repeat-x;		
}
.placeToolbar .l
{
	background-image:url(../img/placeSearch_l.gif);	
	background-position:left center;		
}
.placeToolbar .r
{
	background-image:url(../img/placeSearch_r.gif);	
	background-position:right center;		
}
.placeToolbar .r .search
{	
	padding:0px 11px 0px 0px;		
}

.placeToolbar .l,.placeToolbar .r,
.tblLinkStatus .select .l,.tblLinkStatus .select .r,
.tblLinkStatus .notselect .l,.tblLinkStatus .notselect .r
{
	background-repeat:no-repeat;
}

.selectPage 
{
	margin:10px 0;
	padding-right:20px;
}
.lineLinkStatus .lineLink 
{	 
	margin-top:5px;
}
.content .uInfo .uInfoBtn
{
	text-align:left;
	/*width:850px;*/
	width:929px;
}
.content .uInfo .uInfoBtn input
{
	width:115px;
}
.tableWork .lineLinkStatus
{
	position:absolute;
	text-align:right;
	top:306px;
	left:15px;
	width:750px;
}
.placeToolbar .search .searchPlace
{
	float:right;
	padding-top:13px;
}

.placeToolbar .search .searchPlace select
{
	width:120px;
}

.placeToolbar .search .hrefPage
{
	float:left;
	text-align:left;
	padding:11px 0px 0px 10px;
}

.placeToolbar .search .hrefPage th
{
	border-left:solid 1px #DADADA;
	height:29px;
	font-weight:normal;
	padding:2px 0px 0px 10px;
}
.placeToolbar .search .hrefPage td
{	
	padding:2px 10px 0px 0px;
}

.placeToolbar .search .hrefPage .notselect a
{
	color:#2E6CC4;
}

.placeToolbar .search .hrefPage .select a
{
	color:#000000;
	text-decoration:none;
	cursor:default;
}
.itemListUser .headerNull
{
	background-color:#F6AB7F;
	padding-right:15px;
	height:20px;
}
.itemListUser .txtNoDataFound
{
	font-size:12px;
	font-weight:bold;
	padding-right:15px;
}

/*TableWork*/

/*PagesUser*/
.tblLinkStatus
{
	margin-right:15px;
	height:30px;
	font-size:14px;
	font-weight:bold; 
}

.itemListUser .InterTech_ItemList th
{
	background-color:#F6AB7F !important;
	white-space:nowrap !important;
}

.itemListUser 
{
	border-top:solid 1px #696969;
}
.tblLinkStatus tr,
.tblLinkStatus .select .c,
.tblLinkStatus .select .l,
.tblLinkStatus .select .r,
.tblLinkStatus .notselect .c,
.tblLinkStatus .notselect .l,
.tblLinkStatus .notselect .r,
.tblLinkStatus .spaceTd 
{	
	height:30px;
}
.tblLinkStatus .spaceTd 
{	
	width:4px;
}
.tblLinkStatus .select .r,.tblLinkStatus .notselect .r
{
	cursor:pointer;	
}

.tblLinkStatus .select .r div
{
	padding:5px 6px 0px 6px;	
}
.tblLinkStatus .notselect .r div
{
	padding:11px 6px 0px 6px; 
}
.tblLinkStatus .select .c 
{	
	background-image:url(../img/td_c_select.gif);
	background-repeat:repeat-x;
	text-align:center;	
}
.tblLinkStatus .select .r
{	
	background-image:url(../img/td_r_select.gif);	
	background-position:right center;
		
}
.tblLinkStatus .select .l
{	
	background-image:url(../img/td_l_select.gif);	
	background-position:left center;	
}

.tblLinkStatus .notselect .c 
{	
	background-image:url(../img/td_c.gif);
	background-repeat:repeat-x;	
}
.tblLinkStatus .notselect .r
{	
	background-image:url(../img/td_r.gif);
	
	background-position:right center;	
}
.tblLinkStatus .notselect .l
{	
	background-image:url(../img/td_l.gif);	
	background-position:left center;	
}



/*PagesUser*/


/*Rounded Corners Box */

.roundedCorners, .roundedCorners2 
{
	padding: 0;
	width:300px;
	text-align:center;
}
.roundedCorners2 
{	
	width:212px;	
}
#box1
{
	width:285px;
}
.roundedCorners .tb
 {
 	background:url(../img/RCorners/ver.jpg) repeat-x top left;
 }
.roundedCorners2 .tb
 {
 	background:url(../img/RCorners/SingleLine/ver.jpg) repeat-x top left;
 }
 
 .roundedCorners .bb
 {
 	background:url(../img/RCorners/ver.jpg) repeat-x bottom left;
 }
 .roundedCorners2 .bb
 {
 	background:url(../img/RCorners/SingleLine/ver.jpg) repeat-x bottom left;
 }


 .roundedCorners .lb
 {
 	background:url(../img/RCorners/hor.jpg) repeat-y top left;
 }
 
 .roundedCorners .rb
 {
 	background:url(../img/RCorners/hor.jpg) repeat-y top right;
 }
 
 .roundedCorners .tlc
 {
 	background:url(../img/RCorners/tl.jpg) no-repeat top left;
 }
 
 
 .roundedCorners .trc
 {
 	background:url(../img/RCorners/tr.jpg) no-repeat top right;
 }
 
  .roundedCorners .blc
 {
 	background:url(../img/RCorners/bl.jpg) no-repeat bottom left;
 }
 
 .roundedCorners .brc
 {
 	background:url(../img/RCorners/br.jpg) no-repeat bottom right;
 }
 
 .roundedCorners2 .tlc
 {
 	background:url(../img/RCorners/SingleLine/tlc.jpg) no-repeat top left;
 }
 .roundedCorners2 .trc
 {
 	background:url(../img/RCorners/SingleLine/trc.jpg) no-repeat top right;
 }
 
  .roundedCorners2 .blc
 {
 	background:url(../img/RCorners/SingleLine/blc.jpg) no-repeat bottom left;
 }
 
 .roundedCorners2 .brc
 {
 	background:url(../img/RCorners/SingleLine/brc.jpg) no-repeat bottom right;
 }
 .roundedCorners2 .lb
 {
 	background:url(../img/RCorners/SingleLine/hor.jpg) repeat-y top left;
 }
 .roundedCorners2 .rb
 {
 	background:url(../img/RCorners/SingleLine/hor.jpg) repeat-y top right;
 }
 
 .roundedCorners .data,.roundedCorners2 .data
 {
 	font-size:32px; 
 	color:#313131;
 	height:90px;
 	
 }
 .roundedCorners2 .data
 {
	height:157px;	
 }
 .data .userText1, .data .userText2, .data .userText3,.data .userText3_1
 {
 	padding-top:20px;
 }
 .data .userText2, .data .userText3,.data .userText3_1
 {
 	color:#0D3757;
 	font-size:18px;
 }
 .data .userText3
 {
	color:#7D4911;
	padding-top:30px;
 }
 .roundedCorners2 .data .userText3_1
 {
	color:#7D4911;
	
 }
 .roundedCorners2 .data span
 {
	color:#FFFFFF;
 }
 .btnOrange,.btnBlue
 {
	background-image:url(../img/ButtonOrange.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:10px;
	padding-top:10px;
	#width:185px;
	height:39px;
	display:block;
 }
 .btnBlue
 {
	background-image:url(../img/ButtonBlue.jpg);	
 }
 .roundedCorners2 .data a,.roundedCorners2 .data a
 {
	text-decoration:none;
 }
 
 /*Rounded Corners Box */
 
 
 /*AvatarImagesPopUp*/
 .imgHol
 {	 
	 float:left;
	 text-align:center;
	 padding:5px;
	 cursor:pointer;
 } 
 .imgHol .imgAvatar 
 {
	 width:75px;
	 border:solid 1px #808080;
	 height:75px;
	 #height:63px;
	 vertical-align:middle;
	 padding:5px;	 
	 display:table-cell;	
 }
        
 .imgHol .imgAvatar img
 {
	 width:75px;	 
	 height:63px;
	 vertical-align:middle;
 }
 .placeImages
 {
	height:260px;
	overflow-y:scroll;
	border:solid 1px #C1CACF;
	padding:5px 0px 0px 5px;
 }
 .imgHol .imgAvatar div 
 {
	text-align:center;	
 }
 .imgHol .imgAvatar span 
 {
	#padding-top:25px;	
 }
 .placeImages .placeUpload
 {
	margin:110px 110px 0px 110px;	
 }
 
 
 /*AvatarImagesPopUp*/
 

.formResource .preview 
{
	width:400px;
}
.formResource .preview .InterTech_ItemList td
{
	padding:0px 2px 0px 2px;
	vertical-align:top;
}

.formResource .resPreview .cDrop
{
	width:550px;
}
.formResource .resPreview .preview
{
	width:100%;
}

.resPreview .firstTd
{
	width:115px;
	padding-left:5px;
}
.items .InterTech_ItemList td
{
	padding:2px 2px ;
}

/*Resource Add*/

.formResource .section .btnSelectClear input
{
	font-weight:normal;
}
.btnSelectClear 
{
	text-align:left; 
	margin-bottom:5px;
	font-weight:normal;
	
}
.resourcePrev
{
	width:450px;
	border:0px none red;
}
.section .resourcePrev table th, .section .resourcePrev table td
{
	vertical-align:top;
}
.formResource .section .rEditor .resourcePrev td
{
	padding-top:7px;
	font-weight:normal;
}

/*Resource Add*/

/*Library*/
.iframeLibrary
{
	width:600px;
	height:300px;
	border:solid 1px #B2B2B2;	
}
/*Library*/

/*Rad Editor*/
.reToolbar span.InsertSpecialLink
{
	 background:url( ../img/Editor/Link.gif) no-repeat center center;
}
.reToolbar span.CustomImage
{
	 background:url( ../img/Editor/ImageEditorOpenerIcon.gif) no-repeat center center;
}

.reToolbar span.TwoColumnsLayout
{
	 background:url( ../img/Editor/2Columns.gif) no-repeat center center;
}

.editor2ColumnsRight, .editor2ColumnsLeft
{
	float:right;
	border:2px dotted #A7A7A7;
	width:46%;
	padding:3px;
	cursor:pointer;
	
}
.editor2ColumnsLeft
{
	float:left;
}

.study_page .editor2ColumnsRight,.study_page .editor2ColumnsLeft, .rEditor .editor2ColumnsRight, .rEditor .editor2ColumnsLeft
{
	border:none;
}
/*Rad Editor*/



/*Drag Object*/
.study_page .dragebale
{
	border-style:dashed;
	
}
/*Drag Object*/



/*Rounded corners*/
.roundedCorners .userResourceData
{
	font-size:10px;
 	line-height:20px;
}
/*Rounded corners*/

/*Print*/
.printHeader {display:none; position:relative; height:75px;border:0px solid red;}




.terms,.interpretation
{
	text-align:justify;
}

.qTitle
{
	font-size:16px;
}
.printArea, .printAreaMarks
{
	border:0px solid red;
	direction:rtl;
	text-align:right;
	width:640px;
	font-size:14px;
	font-family:Arial;
}
.printAreaMarks
{
	z-index:1;
}
.startPrintArea
{
	border:0px solid green;
	/*page-break-after:always;*/
}
.endPageMark
{
	width:975px;
	margin-right:-168px;
	position:absolute;
	border-bottom:1px solid #000000;
	z-index:1;
}

.pageBreak
{
	border:none !important;
	background:transparent !important;
	padding:0px;
	page-break-before:always;
	display:block !important;
}
.pageBreak .box_menu
{
	display:none;
}
.pageBreakMenu
{
	display:none;
}
.pageBreak .pageBreakMenu
{
	display:block;
	font-size:12px;
	padding:4px;
}
.pageBackground.Create
{
	background:#ffffff;
}


/*
@media print 
{
	.page_title, .footer,.seminary_list, #btnHolder,
	 .holder_txt, .form
	{display:none;}
	.content .study_page {padding:0px; margin:0px;border:0px solid green;}
	.box_menu {display:none;}
	
	.printHeader {display:block;}
	.content .pageBackground{background:#ffffff;}
	.main_win{width:640px;}
	.content, .content_2
	{
		padding:0px;
	}
	body{margin:0px;padding:0px;background:#ffffff;}
	.endPageMark {display:none;}
	.printArea{margin:0px;}
	
	.pageBreak .pageBreakMenu
	{
		display:none;
	}
	.dummy_box_center, .dummy_box_left, .dummy_box_right{display:none;}

}
*/

/*Print*/


/*CET controls*/
.MainTopBox
{
 background-image:url(../Img/4_top.gif);
 width:225px;
 height:35px;
 background-repeat: no-repeat;
 background-position:center top;
 color:#B85929;
 font-size:16pt;
 font-weight:bold;
 text-align:center; 
}


.MainTileBox
{
 background-image:url(../Img/4_tile.gif);
 background-repeat: repeat-y;
 background-position:center;
 width:225px;
 padding:10px;
 vertical-align:top;
}

.boards
{
	width:270px;
	padding:0px 30px 20px 0px;
	vertical-align:top;
}
.boards .ttl
{
	color:#A95613;
	font-size:20px;
	font-weight:bold;
	
}

.MsgTtl
{
  color:#A95613;
}

.HomeBlueTtl
{
  color:#005D94;
  font-size:18pt;
}

.HomeLink, .HomeLink:Hover
{
  color:#005B8E;
  font-size:12pt;
  font-weight:bold;
}


.HomeBtn
{
  text-align:right;
  padding: 20px 30px 10px 0px;
}

.EventsTopbox
{
  background-image:url(../Img/2_top.gif);
  width:225px;
  height:35px;
  background-repeat: no-repeat;
  background-position:center top;
  color:#B85929;
  font-size:16pt;
  font-weight:bold;
  text-align:center; 
}

.EventsTileBox
{
 background-image:url(../Img/2_tile.gif);
 background-repeat: repeat-y;
 background-position:center;
 width:225px;
 padding:10px;
 vertical-align:top;
 }

.LeftTileBox
{
 background-image:url(../Img/left_tile.gif);
 background-repeat: repeat-y;
 line-height:18px;
 background-position:right;
 width:223px;
 padding:10px;
 vertical-align:top;
}

.LeftBox
{
 background-image:url(../Img/left_top.gif);
 width:223px;
 height:84px;
 background-repeat: no-repeat;
 background-position:right top;
 color:#B85929;
 font-size:16pt;
 font-weight:bold;
 text-align:center; 
}
/*CET controls*/

/*About*/
.content_2 .aboutRight,.content_2 .aboutLeft
{
	background-color:#E7E9EC;
	border:1px solid #B3B2B5;
	/**/
	text-align:right;	
	padding:15px 15px 20px 15px;
	margin-bottom:30px;
	width:784px;
}
/*.content_2 .aboutRight, .content_2 .aboutLeft
{
	text-align:right;	
	padding:15px 15px 20px 15px;
	margin-bottom:30px;
	width:784px;
	
}
*/
.content_2 .aboutLeft
{	
	padding-top:25px;
	text-align:center;	
	width:400px;
}
/*About*/


.termPreview, .termPreview h1
{
	font-size:14px;
}

 .LibraryTd
 {
   background-repeat:no-repeat;
   width:286px;
   height:104px;
   font-weight:bold;
   font-size:12pt;
   text-align:center;
   vertical-align:top;
   padding:15px 85px 0 0;
   cursor:hand;
 }

.LibraryTdBlue
{
   background-image:url('/Img/btn_blue.gif');
   color:#0A246A;
}

.LibraryTdOrange
{
   background-image:url('/Img/btn_orange.gif');
   color:#7B4513;
}

.rss_list .rss
{
	display:block;
	margin:20px;
	background:url('../Img/icon_rss.png') no-repeat right;
	padding-right:17px;
}




.help_message
{
	border:0px solid red;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.search_title
{
	width:400px;
	margin-right:300px;
}

.pageInfoHeader .suggested
{
	width:65px;
	height:65px;
	background:url(../img/icon_suggested.png) no-repeat;
	position:absolute;
	bottom:40px;
	left:30px;
}