﻿a img
{
    border-width: 0px;
}

.smartDrop_tbl
{
    width: 100%; /*width:202px;*/
    border: solid 1px #82ADFC;
}

.smartDrop_input
{
    width: 95%; /*width:186px;*/
    font-size: 12px;
    font-family: Arial;
    border: solid 0px #ffffff;
}

.smartDrop_image
{
    text-align: left;
}

.hide
{
    display: none;
}

.show
{
    display: inline;
}

.DecisionsDetails p {
    display: inline;
    margin: 10px;
}
.decision {
    border: 1px solid gray;
}

.decisionSelected{
    background-color:aqua;
}
.DecisionsDetails div {
    margin: 5px;
}

.DecisionsDetails p span {
    color: black;        
    font-size: 11px;
}



.smartDrop_div_show
{
    background-color: #F3F3F3;
    display: inherit;
    font-family: Arial;
    font-size: small;
    height: 120px;
    overflow: auto;
    z-index: 10;
    position: absolute;
    border: solid 1px Gray;
    text-align: right;
    white-space: nowrap;
}

* html .smartDrop_div_show
{
    width: 600px;
}

.smartDrop_div_show span
{
    cursor: pointer;
    cursor: hand;
}

.smartDropTable td
{
    padding: 0 0 0 0 !important;
    vertical-align: baseline !important;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #F0F8FF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 13px 13px 13px 13px;
    vertical-align: middle;
    width: 450px;
}

.modalPopup .zuznow
{
    width: 281px !important;
    position:relative !important;
    left:-100px !important;

}


.refineHistory
{
    margin: 0 15px 0 30px;
    padding: 3px 8px 3px 8px;
    background-color: #F9FCFF;
    border: solid 2px #E0EFFF;
}

.button
{
    cursor: pointer;
    cursor: hand;
}

/*--------------------------------------------------------------------------------------------------------
*	FOOTER
*---------------------------------------------------------------------------------------------------------*/

.footer
{    
    clear: both;
    margin-top: 78px;
    /*background: url(../Images/footer_bg.gif) top repeat-x;*/
    padding: 25px 20px 10px 20px;
    color: #28272C;
    font-size: 12px;
    font-family: Arial;
    border-top: 6px #71c19a solid;
}
.footer a.tzurLogo
{
    float: left;
}
.footer td
{
    text-align: center;
    font-size: 12px !important;
}

.footer td a
{
    color: #28272C;
    text-decoration: none;
    font-size: 12px !important;
}

.footer td a:hover
{
    text-decoration: underline;
    font-size: 12px !important;
}

.footerRight
{
    float: right;
    font-size: 11px !important;
}

/*--------------------------------------------------------------------------------------------------------
*	SEARCH RESULTS WUC
*---------------------------------------------------------------------------------------------------------*/

.resultsContainerTable td
{
    border-bottom: solid 1px #fff;
}

.MainResultsTable
{
    border-style: none;
    width: 100%;
}

.Ruler
{
	background-color: #f7fbff;
	height: 41px;
}

.Ruler td
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E5F3FF;
}

.Ruler td table tr td
{
    border-bottom-style: none;
}

.Ruler span
{
    font-size: 13px;
}

.CommentsIcon
{
    width: 20px;
    vertical-align: top;
    padding-top: 13px;
}

.SearchResult
{
    font-family: arial;
    padding: 5px 10px 5px 10px;
    margin: 0;
    vertical-align: top; /*width: 65%;*/
}

.searchResultItem
{
    display: block;
    clear: both;
    margin-top: 13px;
}

.searchResultTitle a:link, .searchResultTitle a:visited
{
    color: #70c29b;
    font: bold 13px arial;
    cursor: pointer;
    cursor: hand; /*text-decoration: none;*/
}

.searchResultTitle a:link
{
    text-decoration: none;
}

.searchResultTitle a:visited
{
    text-decoration: underline;
}

.searchResultTitle a:hover
{
    text-decoration: underline;
}

.SearchResultIcon a .checkIcon
{
    display: none;
}

.SearchResultIcon a:visited .checkIcon, .visitedSearchResultRow .SearchResultIcon a .checkIcon
{
    display: inline;
    right: 15px;
    position: absolute;
}

.searchResultAgainst
{
    text-decoration: underline;
}

.searchResultBrief
{
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}

.cat-label
{
    font-weight: bold;
    vertical-align: top;
    margin-left: 4px;
}
 
.cat-label, .cat-list
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
 
.catDisclaimer
{
    margin-top: 5px;
    font-weight: bold;
 
}

.searchResultAppeal
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.searchResultSubtitle
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.searchResultName
{
    color: #848585;
    font-style: italic;
}

.searchResultClauses
{
    color: #000011;
    font-weight: bold;
    font-size: 12px;
}

.searchResultDividingLine
{
    background-image: url(../Images/dividing_line.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.searchResultsSideData
{
    padding-right: 10px;
    width: 100px;
    vertical-align: top;
    font-size: 12px;
}

.blackDiv
{
    display: none;
    position: fixed;    
    background-color: Black;
    top: 0px;
    left: 0px;
    width: 3000px;
    height: 3000px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 50;
}

.searchResultsSideData .sideDataTitle
{
    font-weight: bold;
}

.searchResultsSideData .sideDataLink
{
    text-align: right;
}
/*.searchResultsSideData .sideDataLink img
{
	vertical-align:middle;
}
.searchResultsSideData .sideDataLink a
{
	text-decoration: none;
	color: Black;
	padding-right: 10px;
}*/

.searchResultsSideData a:hover
{
    text-decoration: underline;
}

.searchResultsSideSeperator
{
    border-right: solid 1px #f0f8fe;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.searchResultsSideSeperator div
{
    border-right-style: none;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.SearchTitle
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #69B9FF;
    padding-right: 20px;
    width: auto;
    background-color:#f0f8ff;
}

.SearchTitleFocus
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #69B9FF;
    padding-right: 20px;
    width: auto;
}

.searchTitleLeft
{
    text-align: left;
    background-color: #f0f8ff;
    padding: 0 10px 0 10px;
    min-width: 80px;
    font-weight: normal;
    font-size: 12px;
}

.SearchTitle .SearchTopTitle
{
    text-align: right;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #70c29b;
    clear:none;
}

.SearchTopTitle table td
{
    border-width: 0;
}

.SearchTitle .SearchSubTitle
{
    font-size: 13px;
    clear:none;
    color:Black;
    font-weight:normal;
}

.searchPagger
{
    width:33%;
    text-align: left;
}

.searchPagger table
{
    float:left;
}

.searchPagger table tr td
{
    padding:0 7px;
}

.pagerTable
{
    border: solid 1 #ffffff;
    background-color: #F0F8FF;
    height: 20px;
    width: 100%;
}

.remarksUserName
{
    color: #848585;
    font-style: normal;
}

.documentTextDiv
{
    color: #000000;
    font-weight: normal;
    font-size: 12px; /*border-top: solid 1px #E5F3FF;*/
    margin-top: 3px;
}



/*--------------------------------------------------------------------------------------------------------
*	SEARCH DESCRIPTION
*---------------------------------------------------------------------------------------------------------*/

div.searchDescriptionTitle
{
    font-weight: bold;
}
div.innerDescriptionDiv span.field
 
{
    margin-left: 10px;
}
 
div.innerDescriptionDiv span.title
{
    font-weight: bold;
    margin-left: 3px;
}
div.innerDescriptionDiv span.binder
{
    font-style: italic;
}


/*--------------------------------------------------------------------------------------------------------
*	LEFT BANNER
*---------------------------------------------------------------------------------------------------------*/
.spotBannerDiv {
    margin: 25px 0;
}

.leftBanner_default
{
    margin: 30px 0px 0px 0px;
    float:left;
}

ul.leftBanner_ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
HTML /**/ /**/ > BODY ul.leftBanner_ul
{
    margin: 0px 0px 0px 0px;
}
ul.leftBanner_ul li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}


/*  leftBannerItem (used to be leftBanner01,leftBanner02 AND leftBanner03 )*/
a.leftBannerItem
{
    display: block;
    padding: 12px 17px 25px 0px;
    background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.lawContainer
{
    /*border: 1px solid #802C2B;*/
    padding: 3px; /*margin-bottom: 5px;*/
    text-decoration: none;
}

.lawContainer table
{
    width: 100%;
    text-decoration: none;
}

.lawContainer div.leftBannerItem
{
    background: none;
    text-decoration: none;
}

.lawContainer a.advancedSearch
{
    float: left;
    color: #802C2B;
    font-weight: bold;
    background: url(../Images/arrow.gif) 8px 6px no-repeat;
    padding-left: 15px;
    text-decoration: none;
}

.leftBannerItem div a strong, .leftBannerItem td a strong
{
    font-weight: bold;
    font-size: 11px;
    color: #802C2B;
    text-decoration: none;
}

.rightLaw strong
{
    display: block;
}

td.leftLaw
{
    width: 50%;
}

.leftLaw a
{
    margin-right: 2px;
    padding-left: 2px;
    text-decoration: none;
}

.separated
{
    border-left: 1px solid #802C2B;
}

.leftBannerItem .rightGroup
{
    float: right;
    width: auto;
}

.leftBannerItem .leftGroup
{
    float: right;
    width: auto;
    border-right: solid 1px #802C2B;
    padding-right: 2px;
    margin-right: 2px;
}

.leftBannerItem .groupTitle
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.lawLinks
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.lawLinks a
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.lawLinks a:hover
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.lawLinks span
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.lawLinks a span
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.lawLinks a:hover span
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.groupTitle img
{
    float: right;
}

HTML /**/ /**/ > BODY a.leftBannerItem
{
    padding: 12px 17px 21px 0px; *padding:0px17px21px0px;
text-decoration:none;
}

a.leftBannerItem strong
{
    display: block;
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
}

.leftLaw a strong
{
    display: inline;
    text-decoration: none;
}

a.leftBannerItem span
{
    float: left;
    clear: both;
    color: #70c29b;
    width: 86px;
    height: 18px;
    padding: 3px 0px 0px 0px; /*margin: -29px 0px 0px 7px;*/
    margin: 0px 0px 0px 7px;
    text-align: center;
    line-height: 1em;
    text-decoration: none;
    background: url(../Images/LeftBanner/banner_button.gif) left top repeat-y;
}
HTML /**/ /**/ > BODY a.leftBannerItem span
{
    /*margin: -4px 0px 0px 7px; *margin:-29px0px0px7px;*/
    margin: -4px 0px 0px 7px; *margin:0px0px0px7px;
text-decoration:none;
}
a.leftBannerItem:hover
{
    text-decoration: none;
    background: #EEF7FF url(../Images/LeftBanner/banner_bg_o.gif) left bottom repeat-x;
}
a.leftBannerItem:hover span
{
    background-position: left 21px;
    text-decoration: none;
}

a.leftBannerItem img
{
    float: left; /*width: 78px; 	height: 70px;*/
    text-decoration: none;
}

HTML /**/ /**/ > BODY a.leftBannerItem img
{
    margin-top: -12px; *margin-top:10px;
text-decoration:none;
}

table.leftBannerItem
{
    padding: 12px 17px 25px 0px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}

.leftBannerItem .linkTable
{
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

li.leftBannerItem div
{
    padding: 5px 10px 0px 5px;
    text-decoration: none;
    color: #000000;
}

.leftBannerItem .topAlign
{
    vertical-align: top;
    text-decoration: none;
}

.leftBannerItem .header
{
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
    font-weight: bold;
    text-decoration: none;
}

.leftBannerItem .imageContainer
{
    text-align: left;
    text-decoration: none;
}

.leftBannerItem .btnTable
{
    margin-right: auto;
    text-decoration: none;
}

.leftBannerItem .btn
{
    color: #70c29b;
    width: 86px;
    height: 18px;
    padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 7px;
    text-align: center;
    line-height: 1em;
    background: url(../Images/LeftBanner/banner_button.gif) left top repeat-y;
}

.linkTable .regDiv
{
    background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x;
    text-decoration: none;
}

.linkTable .overDiv
{
    background: #EEF7FF url(../Images/LeftBanner/banner_bg_o.gif) left bottom repeat-x;
    text-decoration: none;
}

.overDiv .btn
{
    background-position: left 21px;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------
*	NEW QUESTION ASCX
*---------------------------------------------------------------------------------------------------------*/
.newQuestionButtonEnabled
{
    cursor: pointer;
    cursor: hand;
}

.newQuestionButtonDisabled
{
    cursor: default;
}

.horizontalSeperator
{
    size: 1;
    width: 100%;
    color: #70c29b;
}

.newQuestionTitle
{
    font-size: 14px;
    color: #70c29b;
    font-weight: bold;
}

.newQuestionTextField
{
    width: 100%;
    font-size: 12px;
    font-family: Arial;
}
/*--------------------------------------------------------------------------------------------------------
*	USER COMMENT
*---------------------------------------------------------------------------------------------------------*/
.clickableButton
{
    cursor: pointer;
    cursor: hand;
}
/*--------------------------------------------------------------------------------------------------------
*	RELATED DOCUMENTS
*---------------------------------------------------------------------------------------------------------*/
.RulerTitle span
{
    font-size: 14px;
    color: #70c29b;
    font-weight: bold;
    padding: 5px 10px;
}

.controlBorderBlueBottom
{
    background-color: #f0f8ff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #69B9FF;
    font-size: 13px;
}

.controlRedBlack span.jsButton
{
    color: #252527;
}
.controlRedBlack b
{
    color: #70c29b;
}

.controlRedBlack div.jsButton
{
    color: #70c29b;
    text-align: left;
    float: left;
}
.controlRedBlack table.extrasTable
{
    width: 100%;
}

.imageCell
{
    width: 52px;
}

/*the next two classes hrlp spread the related documents to fill the screen both in Firfox and IE*/
.browserCompatibleFullWidth
{
    width: 500px; ;
}

HTML /**/ /**/ > BODY .browserCompatibleFullWidth
{
    width: auto;
}
/*--------------------------------------------------------------------------------------------------------
*	COMMON
*---------------------------------------------------------------------------------------------------------*/

.redLink
{
    color: #70c29b !important;
    text-decoration: none !important;
    font-size: 12px;
}
.redLink:hover
{
    text-decoration: underline !important;
}

/*--------------------------------------------------------------------------------------------------------
*	REFERENCES REPEATER
*---------------------------------------------------------------------------------------------------------*/

table.referencesTable
{
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
}

table.referencesTable tr
{
    text-align: center;
}

table.referencesTable td
{
    padding: 1px 2px 1px 2px;
}

table.referencesTable td.referencesCenterCell
{
}

table.referencesTable tr.referencesRow
{
    font-size: 14px;
}

table.referencesTable tr.referencesRowHover
{
    background-color: #E2E2B5;
}

table.referencesTable tr.referencesHeader
{
    font-weight: bold;
    font-size: 15px;
}
table.referencesTable a, table.referencesTable a:visited
{
    color: #70c29b;
    text-decoration: none;
    font-weight: 700;
}
table.referencesTable a:hover
{
    text-decoration: underline;
}




/*--------------------------------------------------------------------------------------------------------
*	TABBING
*---------------------------------------------------------------------------------------------------------*/



.tab
{
    cursor: pointer;
    cursor: hand;
}

.redTabs
{
    height: 29px;
    /*background: url(../Images/tab_middle_line.gif) left bottom repeat-x;/**/
}
.redTabs div
{
    height: 29px; /*background: url(../Images/frame_top_right.gif) right bottom no-repeat;*/
}
.redTabs ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.redTabs li
{
    float: right;
    /*color: #00692B;*/
}
.redTabs li a
{
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    /*background: url(../Images/tab_border.gif) left 5px no-repeat;*/
    height: 29px;
    /*color: #00692B;*/
    text-decoration: none;
}
.redTabs li a:hover
{
    text-decoration: underline;
}
.redTabs li a span
{
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    height: 29px;
    padding: 2px 10px 0px 11px;
    cursor: pointer;
    /*font-size: 12px;*/
}
.redTabs li a.selectedTab
{
    /*background: url(../Images/tab_left.gif) left top no-repeat;*/
    font-weight: bold;
	font-size: 18px;
	color: #70c29b !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}
.redTabs li a.selectedTab span
{
    /*background: url(../Images/red_tab_right.gif) right top no-repeat;*/
    /*color: white;
    font-weight: bold;
    height: 25px;
    padding: 4px 20px 0px;
    cursor: default;
    font-size: 14px;*/
    font-weight: bold;
	font-size: 18px;
	color: #70c29b !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}
.redTabs li a.selectedTab span.firstTab
{
    /*background-image: url(../Images/tab_right_float.gif);*/
    font-weight: bold;
	font-size: 18px;
	color: #70c29b !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}
.redTabs li a.selectedTab:hover
{
    text-decoration: none;
}

.redTabs li a.inactiveTab
{
    /*background: url(../Images/clear_tab_left_hline.gif) left top no-repeat;*/
    font-weight: bold;
	font-size: 18px;
	color: #1e1e20 !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}
.redTabs li a.inactiveTab span
{
    /*background: url(../Images/clear_tab_right_hline.gif) right top no-repeat;
    height: 25px;
    padding: 4px 20px 0px;
    font-weight: bold;*/
    font-weight: bold;
	font-size: 18px;
	color: #1e1e20 !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}
.redTabs li a.inactiveTab span.firstTab
{
    /*background-image: url(../Images/clear_tab_right_line_hline.gif);*/
    font-weight: bold;
	font-size: 18px;
	color: #1e1e20 !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}


/*--------------------------------------------------------------------------------------------------------
*	Expiry Message
*---------------------------------------------------------------------------------------------------------*/
.expiryMessage
{
    display: none;
    position: absolute;
    left: 30%;
    background-color: #F0F8FF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 13px 13px 13px 13px;
    vertical-align: middle;
    width: 450px;
}
/*--------------------------------------------------------------------------------------------------------
*	MORPH INPUT
*---------------------------------------------------------------------------------------------------------*/

.morphSpan
{
    /*position:absolute;*/
    height: 16px;
    width: 8px;
    padding: 0px 5px 0px 5px;
    margin: 0px -3px -1px 0; *margin:1px0-1px0;/*IE only*/
background-color:orange;
border:solid1px#5BA1DE;
border-right-width:0;
font-family:TimesNewRoman;
font-weight:bold;
font-size:18px;
cursor:pointer;
cursor:hand;
}

/*.morphContainer
{
	position: relative;
}

table.morphTable
{
	width:20px;
	height:18px;
	background-color:Orange;
	border: solid 1px #5BA1DE;
	display:inline;
}

table.morphTable td.morphInputCell
{
	padding: 3px 0 3px 0;
}*/

table.morphTable
{
     display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 123px;
}

table.morphTable td
{
    height: 18px;
    padding: 0;
    border: solid 0px black;
}

table.morphTable td.morphImageCell
{
    width: 21px;
}

span.morphBinderCell
{
    width: 21px;
}

table.morphTable img
{
    vertical-align: bottom; *padding-top:1px;/*fixes placement on IE*/
cursor:pointer;
cursor:hand;
}

table.morphSelect
{
    float: right;
    margin-left: 20px;
}

table.morphSelect span
{
    vertical-align: bottom;
}

table.morphSelect td
{
    padding: 3px 0 0 4px;
}

table.morphSelect span a
{ *vertical-align:50%;
vertical-align:25%;
}

table.verticalMorphSelect span
{
    vertical-align: bottom;
}

table.verticalMorphSelect span a
{ *vertical-align:50%;
vertical-align:25%;
}

table.verticalMorphSelect td
{
    height: 25px;
}

div.morphCheckBox
{
    /*float: right;*/
}

div.morphCheckBox input
{
    margin-top: 7px; /*padding for Firefox*/ *margin-top:5px;/*padding for IE*/
}

div.morphCheckBox a
{ *vertical-align:50%;
vertical-align:25%;
}

table.nearTable
{ /*border: solid 1px #9BBDDB;*/
    width: 100%;
}

table.nearTable span
{
    vertical-align: bottom;
}

table.nearTable span a
{ *vertical-align:50%;
vertical-align:25%;
}

.nearLabel
{
    background-color: #B5DCFF;
    border-left: solid 1px #9BBDDB;
    border-right: solid 1px #9BBDDB;
    border-top: solid 1px #9BBDDB;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center; *width:99%;
}

.morphWrapperTable .nearLabel
{
    background-color: #FFFFFF;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-align: right; *width:99%;
}

.nearControlsTable
{
    width: 100%;
}
.morphWrapperPerFieldCell
{
    width: 90px;
    vertical-align: top;
}

.morphWrapperPerFieldCell div.morphCheckBox
{
    padding-top: 3px; *padding-top:3px;
}

.morphWrapperControlCell
{
    width: 590px;
}

.morphWrapperControlCell table.morphSelect td
{
    width: 45px; /*60px;*/
    padding-left: 10px;
}

.morphWrapperControlCell table.morphSelect span a
{
    float: right;
}

.morphWrapperTable td
{
    padding: 2px 1px;
}

.morphWrapperControlCell .nearControlsTable
{
    padding-top: 1px;
    width: 180px;
}

.morphWrapperPerFieldComboCell
{
    vertical-align: middle;
    padding-top: 4px;
}

.morphWrapperControlCell .nearLabelCell
{
    padding-bottom: 0px; *padding-top:3px
}
/*--------------------------------------------------------------------------------------------------------
*	Found words
*---------------------------------------------------------------------------------------------------------*/
a.foundWordLink:link, a.foundWordLink:visited, a.foundWordLink:active
{
    text-decoration: none;
    color: Black;
}

a.foundWordLink:hover
{
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------
*	Clauses search simple drop
*---------------------------------------------------------------------------------------------------------*/
.clauseSearchDrop
{
    width: 500px;
}

.clauseSearchDrop tr
{
    vertical-align: top;
}

.clauseSearchHeader
{
    color: #70c29b;
}

/*--------------------------------------------------------------------------------------------------------
*	PROCEDURE_TYPE_WUC
*---------------------------------------------------------------------------------------------------------*/

table.procedureTable td
{
    padding: 1px 1px 0px 1px;
}


/*--------------------------------------------------------------------------------------------------------
*	FOLDER CONTROLS
*---------------------------------------------------------------------------------------------------------*/

.FolderTitle
{
    text-align: right;
    vertical-align: bottom;
    font-size: 13px;
    font-family: Arial;
    color: #70c29b;
    background-color: #f0f8ff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #69B9FF;
    padding: 2px 0;
    margin-top: 4px;
    width: 100%;
}

.FolderTitle div
{
    vertical-align: bottom;
    padding-right: 20px;
}

.FolderTitle b
{
    font-size: 18px;
    font-weight: bold;
}

.FolderHeader
{
    background-color: #f7fbff;
    height: 28px;
}

.FolderHeader td
{
    padding-right: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E5F3FF;
}

.FolderHeader td table tr td
{
    border-bottom-style: none;
}

.FolderHeader span
{
    font-size: 13px;
}

img.QueriesExpander
{
    float: left;
    padding: 4px 0 0 10px;
}


/*--------------------------------------------------------------------------------------------------------
*	KEYWORDS CLOUD
*---------------------------------------------------------------------------------------------------------*/

.keywordsCloud
{
    background-color: #F0F8FF;
    padding: 0px 10px 10px 10px;
    border: solid 1px #F0F8FF;
    text-align: center; /*text-align: justify;*/
}

div.keywordsCloud a
{
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

div.keywordsCloud a:hover
{
    text-decoration: underline;
}

a.rank3

{
	font-size: 16px;
	color: black;
	font-weight: bold;
}

a.rank2
{
	font-size: 14px;
	color: black;
}

a.rank1
{
	font-size: 10px;
	color: black;
}


.MoreLink a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: white;
}

.MoreLink a:hover
{
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------
*	KEYWORDS LIST
*---------------------------------------------------------------------------------------------------------*/

/*div.keywordsListRoot
{
	width: 100%;
}

div.keywordsListRoot div
{
	width: 50%;
}*/

table.keywordsListTable
{
    width: 100%;
}

table.keywordsListTable td
{
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
}

table.keywordsListTable td#first
{
    border-left: solid 1px #EDF6FF;
}

div.kewordSecondaryTitle
{
    font-weight: bold;
    margin-bottom: 10px;
}

div.keywordLettersDiv
{
    text-align: center;
}

div.keywordLettersDiv span, span.selected
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
}

div.keywordLettersDiv span.selected
{
    color: #70c29b;
    font-weight: bold;
}

div.keywordLettersDiv span.selected.selected
{
    text-decoration: none;
}

div.keywordLettersDiv span:hover
{
    text-decoration: underline;
}

.keywordListDiv
{
    padding-top: 30px; /*width: 800px;*/
    margin: auto;
    text-align: right;
}


.videoItem_default
{
    /*margin: 30px 0px 0px 0px;*/
    margin: 10px 0px 0px 0px;
    float:right;
}


/*--------------------------------------------------------------------------------------------------------
*	CATEGORY DOCUMENTS
*---------------------------------------------------------------------------------------------------------*/
.categoryDocumentsTable
{
	/*width: 600px;*/
	width: 97%;
	direction: rtl;
	font-family: Arial;
	font-size: 14px;
	margin-top: 15px;
}

.categoryDocumentsRightHandCell, .categoryDocumentsMiddleCell, .categoryDocumentsLeftHandCell
{
	width: 30%;
	text-align: right;
	vertical-align: top;
}

.categoryDocumentsContainer
{
	padding: 3 3 3 3;
	border: solid 1px silver;
}

.categoryDocumentsContainerTable
{
	width: 100%;
}

.categoryDocumentsTitle
{
	background-color: #c42c2b;
	color: White;
	font-weight: bold;
	text-align: center;
}
.categoryDocumentsCategoryCell
{
	border-bottom: solid 1px black;
}
.categoryDocumentsCategoryTitle
{
	font-weight: bold;
	margin-bottom: 6px;
	cursor: pointer;
	cursor: hand;
}

.categoryDocumentsLinkCell
{
	padding-right: 10px;
}
.categoryDocumentsLinkCell a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: Black;
}

.categoryDocumentsCollapseImage
{
	margin-right: 10px;
	vertical-align: middle;
}
.shownPanel
{
	display: inline;
}

.hiddenPanel
{
	display: none;
}

.cubeRow
{
	height: 30px;
}


/*--------------------------------------------------------------------------------------------------------
*	Labor Styles
*---------------------------------------------------------------------------------------------------------*/
/* FOR the sticky footer 
* html
{
	overflow: hidden;
	height: 100%;
}

* html body
{
	overflow: hidden;
	height: 100%;
}*/

/*simpleSearchWUC*/
.simpleSearchDiv
{
    background: url(../Images/LeftBanner/banner_bg.gif) #f9fcff repeat-x left bottom;
}

.fullLength
{
    width: 100%;
}

.searchLableCell
{
    width: 100px;
    padding-right: 10px;
}

.searchInputCell
{
    width: 60%;
    padding-right: 10px;
}

.searchInput
{
    border: 1px solid #70c29b;
    width: 98%;
    font-size: 0.9em;
    overflow: visible;
}

.searchInputLabor
{
    border: 1px solid #70c29b;
    width: 98%;
    font-size: 0.9em;
    overflow: visible;
}

.searchButtonCell
{
    vertical-align: bottom;
    text-align: right;
    padding-right: 8px;
    width: 45px;
}

.searchButtonCell div
{
    height: 21px;
}

.searchButton
{
    vertical-align: bottom;
    width: 42px;
    height: 21;
}

.width46
{
    width:46px;
}

.minW150
{
    min-width:150px !important;
}

.bottomLinks
{
    padding: 10px 0px 17px 0px;
}
.bottomLinks a.advancedSearchLabor
{
    float: left;
    color: #70c29b;
    font-weight: bold;
    background: url(../Images/HomePageBorders/arrow.gif) left 6px no-repeat;
    padding-left: 8px;
    text-decoration: none;
}
.bottomLinks a:hover
{
    text-decoration: underline;
}

.bottomLinksNew a.advancedSearchLabor
{
    float: left;
    color: #70c29b;
    font-weight: bold;
    padding-left: 8px;
    text-decoration: none;
    margin-top:3px;
}

.W120
{
    width:120px
}

.minW65
{
    min-width:65px;
}

.bottomLinksNew a:hover
{
    text-decoration: underline;
}

.pad10{padding:10px;}

.simpleSearchDiv tr.topRow, .simpleSearchDiv tr.bottomRow
{
    height: 5px;
}

.simpleSearchDiv td.rightColumn .simpleSearchDiv td.leftColumn
{
    width: 5px;
}



/*MainCategoriesWUC*/
.mainCategoriesTable
{
    width: 100%;
}

.mainCategoriesTable .calculatorLink
{
    width: 80px;
}

.mainCategoriesTable ul
{
    margin: 0px 22px 0px 0px;
    padding: 0px;
    list-style: url(../Images/small-arrow.gif);
}

.mainCategoriesTitle
{
    margin: 0px;
    height: 21px;
    background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b;
}

.mainCategoriesTitle .h2
{
    margin: 0px;
    height: 19px;
    padding: 2px 14px 0px 15px;
    color: #70c29b;
    font: bold 0.9em arial;
}

HTML /**/ /**/ > BODY .mainCategoriesTable ul
{
    margin: 0px 19px 0px 0px;
    padding: 0 0 0 5px;
    list-style: url(../Images/small-arrow.gif); *width:auto;
}

.mainCategoriesTable ul li
{
    margin-bottom: 4px; /*height: 21px;*/
}

.mainCategoriesTable ul li.firstLi
{
    padding-top: 3px;
}
.mainCategoriesTable ul a
{
    color: #504841;
    text-decoration: none;
}
.mainCategoriesTable ul a:hover
{
    text-decoration: underline;
}

/*CommonQuestionsWUC*/
.commonQuestionsTable
{
    width: 100%;
}

.commonQuestionsTableHeaderLink
{
    color: #70c29b;
    text-decoration: none;
}
.commonQuestionsTableHeader
{
    background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b; /*color: #6B0065;*/
}
.commonQuestionsTable h2
{
    margin: 0px;
    height: 27px;
    padding: 2px 14px 0px 23px; /*background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x; 	color: #70c29b;*/
    font: bold 1.3em arial;
}
.commonQuestionsTable h2 img
{
    vertical-align: middle;
    width: 13px;
    height: 13px;
}


.commonQuestionsTable h2 a, .commonQuestionsTable h2 .rssLapidim
{
    float: left;
    vertical-align: top;
    color: #802C2B;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
.commonQuestionsTable h2 a:hover, .commonQuestionsTable h2 .rssLapidim:hover
{
    text-decoration: underline;
}

.commonQuestionsTable .categoryTitle
{
    width: 20px;
}

.commonQuestionsTable ul
{
    margin: 0px 22px 0px 0px;
    padding: 0px;
    list-style: url(../Images/rss_bullet.gif);
}
HTML /**/ /**/ > BODY .commonQuestionsTable ul
{
    margin: 0px 22px 0px 0px;
    padding: 0 0 0 5px;
    list-style: url(../Images/rss_bullet_ff.gif); *width:auto;
}
.commonQuestionsTable ul li.firstLi
{
    padding-top: 3px;
}
.commonQuestionsTable ul a
{
    color: #504841;
    text-decoration: none;
}
.commonQuestionsTable ul a:hover
{
    text-decoration: underline;
}

/* main page item border */

.tableHeaderLeft
{
    width: 6px;
    height: 27px;
    background-image: url(../Images/Table/left_top_frame.gif);
    background-repeat: no-repeat;
}

.tableHeaderLeftNoTitle
{
    width: 6px;
    height: 6px;
    background-image: url(../Images/Table/left_top_frame2.gif);
    background-repeat: no-repeat;
    padding:0;
}

.tableHeaderRight
{
    width: 6px;
    height: 27px;
    background-image: url(../Images/Table/right_top_frame.gif);
    background-repeat: no-repeat;
}

.tableHeaderRightNoTitle
{
    width: 6px;
    height: 6px;
    background-image: url(../Images/Table/right_top_frame2.gif);
    background-repeat: no-repeat;
    padding:0;
}

.tableRightCornerBottom
{
    width: 6px;
    height: 6px;
    background: url(../Images/Table/right_bottom_frame.gif) no-repeat;
}
.tableleftCornerBottom
{
    width: 6px;
    height: 6px;
    background: url(../Images/Table/left_bottom_frame.gif) no-repeat;
}

.tableMiddleLeft
{
    width: 6px;
    height: 100%;
    background: url(../Images/Table/1px_left_frame.gif) repeat-y;
}

.tableMiddleRight
{
    width: 6px;
    height: 100%;
    background: url(../Images/Table/1px_right_frame.gif) repeat-y;
}

.rightCornerTop
{
    margin: 0 0 0 0;
    padding-bottom: 0px;
    width: 6px;
    height: 6px;
    background: url(../Images/topframe_right.gif) no-repeat;
}
.leftCornerTop
{
    margin: 0 0 0 0;
    padding-bottom: 0px;
    width: 6px;
    height: 6px;
    background: url(../Images/topframe_left.gif) no-repeat;
}

.rightCornerBottom
{
    width: 6px;
    height: 6px;
    background: url(../Images/Table/right_bottom_frame.gif) no-repeat;
}
.leftCornerBottom
{
    width: 6px;
    height: 6px;
    background: url(../Images/Table/left_bottom_frame.gif) no-repeat;
}

.middleLeft
{
	width: 6px;
	background: url(../Images/left_frame_middlepx.gif) repeat-y;
}
.middleRight
{
	width: 6px;
	background: url(../Images/right_frame_middlepx.gif) repeat-y;
}

.middleTop
{
	margin: 0 0 0 0;
	padding-bottom: 0px;
	height: 6px;
	background: url(../Images/topframe_middlepx.gif) repeat-x bottom;
}
.middleBottom
{
	height: 6px;
	background: url(../Images/bottomframe_middlepx.gif) repeat-x top;
}

.titleBackground
{
    background: url(../Images/Table/1px_top_frame.gif) repeat-x;
}

.titleBackgroundNoText
{
    background: url(../Images/Table/1px_top_frame2.gif) repeat-x;
    padding:0;
}

.titleBackgroundText
{
    color: White;
    font-weight: bold;
    font-family: Arial;
}

.titleBackgroundTextBottom
{
    color: White;
    font-family: Arial;
    font-size: 10px;
}

.calculatorTitle
{
    margin: 0px;
    height: 21px;
    background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b;
}

.calculatorTitle h2
{
    margin: 0px;
    height: 19px;
    padding: 2px 14px 0px 15px;
    color: #70c29b;
    font: bold 0.9em arial;
}


.calculatorLink
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none; /*text-align: right; padding-right:10px;*/
    font-weight: normal;
}

.mainCategoriesTitle .calculatorLink, .calculatorTitle .calculatorLink
{
    text-align: left;
    padding-left: 15px;
}

.calculatorLink A
{
    color: #70c29b;
    text-decoration: none;
}
.calculatorLink A:hover
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

.calculatorLink A:active
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

.panelHeaderLeft
{
    background-image: url(../Images/left_title.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
}

.panelHeaderRight
{
    background-image: url(../Images/right_title.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
}

.panelHeaderBack
{
    background-image: url(../Images/1px_title.gif);
    background-repeat: repeat-x;
    height: 22px;
}

.articleMoreLink
{
    color: #70c29b;
    font-weight: bold;
}

.newsItemDiv
{
    font-family: Arial;
    font-size: 12px;
}

.itemLink
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    text-align: right; /*padding-right:10px;*/
}

.itemLink A
{
    color: #70c29b;
    text-decoration: none;
}
.itemLink A:hover
{
    /*font-weight: bold;*/
    color: #70c29b;
    text-decoration: underline;
}

/*.DocumentLink A:visited
{
	text-decoration: underline;
	background :#FFFFFF;
}*/

.itemLink A:active
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

/* YourServices Control */
.yourServicesTable
{
    width: 100%;
    background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x; /*cursor: pointer;*/ /*cursor: hand;*/
}



.yourServicesTable h2
{
    margin: 0px;
    height: 19px;
    padding: 2px 14px 0px 23px;
    background: #f0f8ff url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b;
    font: bold 0.9em arial;
}

.yourServicesTable h2 img
{
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

.ad h3
{
    margin: 0px;
    height: 22px;
    padding: 2px 14px 0px 23px;
    font-weight: bold;
    color: #69b9ff;
}

.ad h4
{
    margin: 0px;
    height: 22px;
    padding: 2px 14px 0px 23px;
    color: #70c29b;
}

.ad img
{
    margin-left: auto;
    margin-right: auto;
}
.midCell
{
    width: 50px;
}

.desc
{
    color: #70c29b;
    margin-left: 20px;
    margin-right: auto;
    text-decoration: none;
}

.link
{
    vertical-align: bottom;
}

.link td
{
    vertical-align: bottom;
    width: 50%;
}

.link table td
{
    text-align: center;
}

/* end YourServices Control */

/* sticky footer */
.wrapper
{
    height: 100%;
    overflow: auto;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.bottomFooter
{ *overflow:hidden;
width:100%;
bottom:-1px;
position:fixed;
*position:absolute;
height:35px;
*left:16px;
}


.push
{
    height: 35px;
}
/* end sticky footer */

/*MainCategoriesWUC*/
.calculationToolsTable
{
    width: 100%;
}

.calculationToolsTable h2
{
    margin: 0px;
    height: 19px;
    padding: 2px 14px 0px 23px;
    background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b;
    font: bold 0.9em arial;
}
.calculationToolsTable h2 img
{
    vertical-align: middle;
    width: 13px;
    height: 13px;
}


.calculationToolsTable h2 a, .calculationToolsTable h2 .rssLapidim
{
    float: left;
    vertical-align: top;
    color: #70c29b;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
.calculationToolsTable h2 a:hover, .calculationToolsTable h2 .rssLapidim:hover
{
    text-decoration: underline;
}

.calculationToolsTable .categoryTitle
{
    width: 21px;
}

.calculationToolsTable ul
{
    margin: 0px 22px 0px 0px;
    padding: 0px;
    list-style: url(../Images/small-arrow.gif);
}
HTML /**/ /**/ > BODY .calculationToolsTable ul
{
    margin: 0px 19px 0px 0px;
    padding: 0 0 0 5px;
    list-style: url(../Images/small-arrow.gif); *width:auto;
}

.calculationToolsTable ul li
{
    margin-bottom: 4px; /*height: 21px;*/
}
.calculationToolsTable ul li.firstLi
{
    padding-top: 3px;
}
.calculationToolsTable ul a
{
    color: #504841;
    text-decoration: none;
}
.calculationToolsTable ul a:hover
{
    text-decoration: underline;
}

/* HashavimEconomicData control */
.economic
{
    width: 100%;
}

.economic td
{
    background-color: #69b9ff;
}

.economic td table
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.economic .separator
{
    background-image: url(../Images/hsv_sep.gif);
    background-repeat: no-repeat;
    height: 30px;
}

.economic .name
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.economic .value
{
    font-family: Arial;
    font-size: 11px;
}

.economic .button
{
    width: 10px;
}
/* end HashavimEconomicData control */

.leastCommonItem
{
    color: Black;
    font-weight: bold;
    font-size: 12px;
}

.leastCommonItem A
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #70c29b;
}

.leastCommonItem div td
{
    /*width: 60px;*/
}




.mostCommonItem a.linkItems:hover
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

.mostCommonItem a.linkItems
{
    font-family: Arial;
    /*font-size: 12px;*/
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
    color: #70c29b;
}

.mostCommonItem
{
    background-color: #F0F8FF;
}

.mostCommonItem a.linkItems strong
{
    color: #C02028;
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: bold;
}

.mostCommonItemImg
{
    width:100px;
    height:100px;
}

/* ============= */
.alternateMostCommonItem a.linkItems:hover
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

.alternateMostCommonItem a.linkItems
{
    font-family: Arial;
    /*font-size: 12px;*/
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
    color: #70c29b;
}

.alternateMostCommonItem
{
    background-color: #FFFFFF;
}

.alternateMostCommonItem a.linkItems strong
{
    color: #C02028;
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------
*	Dynamic Document
*---------------------------------------------------------------------------------------------------------*/
.amendment
{
    width: 97%;
    direction: ltr;
}

.amendment div
{
    direction: rtl;
}

.amendment.choice
{
    padding: 5px;
    background-color: #e9f2f8;
    vertical-align: middle;
    height: 30px;
}

/*--------------------------------------------------------------------------------------------------------
*	topLinks
*---------------------------------------------------------------------------------------------------------*/
.topLinks
{
    width: 100%;
    padding-left: 5px;
}
.topLinks span
{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 2px;
    font-family: Arial;
    font-size: 10px;
}

.topLinks a
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
.topLinks a:hover
{
    text-decoration: underline;
}

.LeftHeader .topLinks
{
    padding-bottom: 5px;
}
/*--------------------------------------------------------------------------------------------------------
*	UserSearches ascx
*---------------------------------------------------------------------------------------------------------*/
.queryPopup
{
    text-decoration: none;
    /*color: #70c29b;*/
}
/*--------------------------------------------------------------------------------------------------------
*	NEXT SECTION NAME
*---------------------------------------------------------------------------------------------------------*/

.leastCommonItems A:hover
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: underline;
}

.leastCommonItems A:
{
    font-family: Arial;
    /*font-size: 12px;*/
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #70c29b;
}

.leastCommonItems
{
    background-color: #FFFFFF;
}

.leastCommonItems A
{
    font-family: Arial;
    /*font-size: 12px;*/
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #70c29b;
}

.linkItems
{
    font-family: Arial;
    text-decoration: none;
    cursor: hand;
}

.linkItems A
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

.linkItems A:hover
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

.mostCommonTable
{
    background-color: #F0F8FF;
}

.mostCommonTitle
{
    font-weight: bold;
    color: #70c29b;
    text-decoration: none;
    font-size: 12px;
}

/*****************************************************************************/

.commonItems_default
{
    margin: 30px 0px 0px 0px;
}

ul.commonItems_ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
HTML /**/ /**/ > BODY ul.commonItems_ul
{
    margin: 0px 0px 0px 0px;
}
ul.commonItems_ul li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}


/*  leftBannerItem (used to be leftBanner01,leftBanner02 AND leftBanner03 )*/
a.commonItemsItem
{
    display: block; /*padding: 12px 17px 25px 0px;*/ /*background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x;*/
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
HTML /**/ /**/ > BODY a.commonItemsItem
{
    padding: 12px 17px 21px 0px; *padding:0px17px21px0px;
}
a.commonItemsItems strong
{
    display: block;
    color: #70c29b;
    font-weight: normal;
    margin-bottom: 7px;
}
a.commonItemsItem span
{
    /*float: left;*/
    clear: both;
    color: #70c29b; /*width: 86px; 	height: 18px; 	padding: 3px 0px 0px 0px;*/ /*margin: -29px 0px 0px 7px;*/
    margin: 0px 0px 0px 7px;
    text-align: center; /*line-height: 1em;	*/
}
HTML /**/ /**/ > BODY a.commonItemsItem span
{
    /*margin: -4px 0px 0px 7px; *margin:-29px0px0px7px;*/
    margin: -4px 0px 0px 7px; *margin:0px0px0px7px;
}
a.commonItemsItem:hover
{
    text-decoration: none;
}
a.commonItemsItem:hover span
{
    background-position: left 21px;
}

a.commonItemsItem img
{
    float: left; /*width: 78px; 	height: 70px;*/
}

HTML /**/ /**/ > BODY a.commonItemsItem img
{
    margin-top: -12px; *margin-top:10px;
}


/*****************************************************************************/
a.topBannerItem
{
    display: block;
    padding: 12px 17px 25px 0px;
    background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
HTML /**/ /**/ > BODY a.topBannerItem
{
    padding: 12px 17px 21px 0px; *padding:0px17px21px0px;
}
a.topBannerItem strong
{
    display: block;
    color: #5BA1DE;
    font-weight: normal;
    margin-bottom: 7px;
}
a.topBannerItem span
{
    float: left;
    clear: both;
    color: #70c29b;
    width: 86px;
    height: 18px;
    padding: 3px 0px 0px 0px;
    margin: -29px 0px 0px 7px;
    text-align: center;
    line-height: 1em;
    background: url(../Images/LeftBanner/banner_button.gif) left top repeat-y;
}
HTML /**/ /**/ > BODY a.topBannerItem span
{
    margin: -4px 0px 0px 7px; *margin:-29px0px0px7px;
}
a.topBannerItem:hover
{
    background: #EEF7FF url(../Images/LeftBanner/banner_bg_o.gif) left bottom repeat-x;
}
a.topBannerItem:hover span
{
    background-position: left 21px;
}

a.topBannerItem img
{
    /*float: left;*/
    width: 250px;
    height: 37px;
}

HTML /**/ /**/ > BODY a.topBannerItem img
{
    margin-top: -12px; *margin-top:10px;
}

.helpFileHeight
{
    height: 10200px;
}

/*------------------------ Toolbar -------------------------*/
.PrintButton
{
    text-align: center; /*font-weight: bold;*/
    border: 0px;
    width: 50px;
    height: 21px;
    padding: 0px;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    background-image: url(../Images/green_btn_bk.gif);
}
/*----------------------- end Toolbar -----------------------*/

/*-------------------------- Cube ---------------------------*/
div.itemCube
{
    display: table;
}

.itemCubeContainer
{
    vertical-align: top;
}
/*------------------------ end Cube -------------------------*/

/*------------ Not logged-in user invitation ------------*/
.UnloggedUserInvitation
{
    text-align: center;
}

.UnloggedUserInvitation table
{
    direction: ltr;
    width: auto;
    margin: auto;
}

.UnloggedUserInvitation table div
{
    width: 528px;
    height: 110px;
    background-image: url(../Images/Hipus1.gif);
    direction: rtl;
    margin: 35px auto;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    line-height: normal;
    text-indent: 0px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}

.UnloggedUserInvitation table div ul
{
    /*position: relative;*/
    position: static;
    padding-top: 62px;
    top: 65px; *width:230px;
}

/*---------- end Not logged-in user invitation ----------*/

/*---------- end general control ----------*/

.encycloTeaserWrapper 
{
    float:left;
    margin:15px auto;
}

.encycloTeaser
{
    direction:ltr;
    background-color:#e5e5e5;
    width:286px;
    height:198px;
    /*border:outset 1px #aaa;
    -moz-box-shadow: 0 2px 14px #888;
    -webkit-box-shadow: 0 2px 14px #888;
    border-radius: 3px;
    box-shadow: 0 2px 14px #888;*/
    float:left;
}

.encycloTeaserWrapper .encycloTeaserTopRight
{
    background-image:url('../Images/Encyclopedia/top_right_encyclo_teaser.png');
    float:left;
    width:18px;
    height:15px;
}

.encycloTeaserWrapper .encycloTeaserTopMiddle
{
    background-image:url('../Images/Encyclopedia/top_middle_encyclo_teaser.png');
    float:left;
    width:284px;
    background-repeat:repeat-x;
    height:15px;
}

.encycloTeaserWrapper .encycloTeaserTopLeft
{
    background-image:url('../Images/Encyclopedia/top_left_encyclo_teaser.png');
    float:left;
    width:18px;
    height:15px;
}

.encycloTeaserWrapper .encycloTeaserCenterRight
{
    background-image:url('../Images/Encyclopedia/center_right_encyclo_teaser.png');
    background-repeat:repeat-y;
    float:left;
    width:18px;
    height:198px;
}

.encycloTeaserWrapper .encycloTeaserCenteerLeft
{
    background-image:url('../Images/Encyclopedia/center_left_encyclo_teaser.png');
    background-repeat:repeat-y;
    float:left;
    width:16px;
    height:198px;
}

.encycloTeaserWrapper .encycloTeaserBottomRight
{
    background-image:url('../Images/Encyclopedia/bottom_right_encyclo_teaser.png');
    float:left;
    width:18px;
    height:21px;
}

.encycloTeaserWrapper .encycloTeaserBottomCenter
{
    background-image:url('../Images/Encyclopedia/bottom_middle_encyclo_teaser.png');
    float:left;
    width:284px;
    background-repeat:repeat-x;
    height:21px;
}

.encycloTeaserWrapper .encycloTeaserBottomLeft
{
    background-image:url('../Images/Encyclopedia/bottom_left_encyclo_teaser.png');
    float:left;
    width:18px;
    height:21px;
}

.controlContainerTableWrapper
{
    margin-top:10px;
    margin-bottom:5px;
}
  
.controlContainerTableWrapper .controlContainerTable
{
    border-collapse: collapse;
    border-spacing: 0;
}

.controlContainerTableWrapper .controlContainerTable tr td
{
    padding:0;
}

.controlContainerTableWrapper .controlContainerTable tr .tblContent
{
    max-width:243px;
}

.controlContainerTable
{
    width: 100%;
    height: 100%;
}

.controlLinkCell
{
    padding-right: 10px;
}

table.padded-table td { 
	padding:3px; 
	}

.controlLinkCell a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}

.controlLinkCell a:hover
{
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}
/*---------- end general control ----------*/
/*---------- start  specialFooter ----------*/
.specialFooter
{
    clear: both;
    margin-top: 78px;
    background: url(../Images/footer_bg.gif) top repeat-x;
    padding: 10px 20px 10px 20px;
}

.specialFooter, .specialFooter a
{
    color: #28272C;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.specialFooter .seperatorCell
{
    width: 3%;
    color: #2B5792;
}
.specialFooter .smallContentCell
{
    width: 12%;
}

.specialFooter .bigContentCell
{
    width: 26%;
}

/*---------- end  specialFooter ----------*/

/*---------- Graph -----------------------*/
.rightGraphLinkCellImage
{
    background-image: url('../Images/tab_graph_right.gif');
    background-repeat: repeat-x;
}

.centerGraphLinkCellImage
{
    background-image: url('../Images/tab_graph_1PX.gif');
    background-repeat: repeat-x;
}

.leftGraphLinkCellImage
{
    background-image: url('../Images/tab_graph_left.gif');
    background-repeat: repeat-x;
}

.LinkColor
{
    color: #6B0065;
}
/*---------- End Graph -----------------------*/

/* Site buttom Link Control */
.linksDiv
{
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.links
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

/*--------------- Smart Agent Queries ----------------*/
.pop
{
    background-color: #F0F8FF;
    border: 3px solid Gray;
    display: inherit;
    position: absolute;
    z-index: 10001;
}

.sucsessMessage
{
    background-color: #F0F8FF;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 13px 13px 13px 13px;
    vertical-align: middle;
    width: 450px;
}
/*--------------- End Smart Agent Queries ----------------*/

/*--------------------------------------------------------------------------------------------------------*/
/* MostCommonToolsWUC */
/*--------------------------------------------------------------------------------------------------------*/

td.controlTitle
{
    background: url('../Images/KolNatun/sub_title_bg.gif') repeat-x;
    width: 200px;
    height: 26px;
    padding-right: 50px;
}

span.controlTitle
{
    font-weight: bold;
    font-size: 12px;
}

td.boxList
{
    width: 240px;
    /*padding-top: 10px;*/
}

td.boxList ul
{
    margin-bottom:0px;
    margin-top:0px;
}

span.newsItems p
{
    margin-bottom:0px;
    margin-top:0px;
}
/*--------------------------------------------------------------------------------------------------------*/
/* SimpleBannerWUC */
/*--------------------------------------------------------------------------------------------------------*/

tr.simple
{
    background-image: url(../Images/KolNatun/side_box_top.gif);
    background-repeat: no-repeat;
    width: 203px;
    height: 37px;
}

td.vertical_dot_line
{
    background-image: url(../Images/KolNatun/vertical_dot_line.gif);
    background-repeat: repeat-y;
    width: 1px;
    height: 3px;
}

td.side_box_bg
{
    background-image: url(../Images/KolNatun/side_box_bg.gif);
    background-repeat: no-repeat;
    width: 203px;
    height: 100px;
    text-align: center;
}

tr.side_box_bottom
{
    background-image: url(../Images/KolNatun/side_box_bottom.gif);
    width: 203px;
    height: 9px;
    background-repeat: no-repeat;
}

.simpleBannercontainer
{
    width: 203px;
    height: 48px;
    text-align: right;
}

span.titleSpan
{
    font-size: 18px;
    font-weight: bold;
}

td.textTdContainer
{
    padding-right: 10px;
    height: 37px;
}

/*--------------------------------------------------------------------------------------------------------
/* VerySimpleSearchWUC */
/*--------------------------------------------------------------------------------------------------------*/

table.tableContainer
{
    width: 340px;
}

td.imgTd
{
    width: 29px;
    height: 29px;
}
td.txtBoxTd
{
    width: 100%;
    height: 29px;
}

.txtSimpleSearch
{
    height: 21px;
    width: 95%;
}

td.search_btn
{
    width: 72px;
    height: 29px;
}

/*--------------------------------------------------------------------------------------------------------*/
/* NewsHightLitesWUC */
/*--------------------------------------------------------------------------------------------------------*/

span.hightLitesTitle
{
    color: #335C9A;
    font-weight: bold;
    font-size: 14px;
}

a.newsLinkTitle
{
    text-decoration: underline;
    color: #333333;
    font-weight: bold;
}

a.readMoreLink
{
    background: url('../Images/KolNatun/arrow_icon.gif') no-repeat scroll right 3px transparent;
    color: #335C9A;
    font-family: Arial;
    font-size: 14px;
    height: 15px;
    float: left;
    padding-right: 15px;
    padding-top: 0;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------*/
/* UlLinkListWUC */
/*--------------------------------------------------------------------------------------------------------*/

td.controlTitleSmall
{
    background: url('../Images/KolNatun/sub_title_bg.gif') repeat-x;
    width: 195px;
    height: 26px;
    padding-right: 5px;
}

span.controlTitleSmall
{
    font-weight: bold;
    font-size: 12px;
}

td.boxListSmall
{
    width: 195px;
    padding-top: 0px;
}

.boxListSmall li
{
    cursor: pointer;
    list-style-image: url("../Images/KolNatun/bullet_blue.gif");
    margin-bottom: 5px;
    margin-right: -20px;
}

/* ===========  DocumentMostViewedRepeaterWUC ================ */

td.imagesTd
{
    width:41px;
}

td.textTd
{
	vertical-align: top;
	width: 334px;
}

.mainMostViewQuestionsTitle
{
    margin: 0px;
    height: 29px;
    background: #F0F8FF url(../Images/title_bg.gif) bottom repeat-x;
    color: #70c29b;
}

.mainMostViewQuestionsTitle .h2
{
    margin: 0px;
    height: 29px;
    padding: 0px 14px 2px 23px;
    /*color: #70c29b;*/
    font: bold 1.3em arial;
}
/* ===========  End Of DocumentMostViewedRepeaterWUC ================ */
.folderDivScroll
{
    padding-right: 10px;
    height: 250px;
    overflow-y: scroll;
}

/*--------------------------------------------------------------------------------------------------------
*	BANNER IMAGES CLOUD
*---------------------------------------------------------------------------------------------------------*/

.bannersImgCloud
{
    text-align: center;
    width:320px;
}

.bannerImg
{
    width:255px;
}
/* ===========  End Of DocumentMostViewedRepeaterWUC ================ */


.grayText{color:#ccc;}





/* ============= Global View Of Terms in dark screen (BlackDiv) ================= */
/* ============= Global View Of Terms in dark screen (BlackDiv) ================= */
#TermsRequired
{    
    direction: rtl;
    display: none;
    position:absolute;
    z-index:60;
    margin-right: 80px;        
}
#TermsRequiredContainerWrapper
{    
    width: 795px;    
    position:absolute;
    z-index:inherit;
    border:3px solid black;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#ffffff;
    text-align:right;
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 25px #2E2E2E;
}
#TermsRequiredContainerWrapper input[type='checkbox']
{    
    margin-left:30px;
}
#TermsRequiredContainerWrapper label
{    
    direction: rtl;
    font-size:14px;    
}
.requiredTermLabel label {
    font-weight: bold;
}
#TermsRequiredContainerWrapper input[type='submit']
{        
    padding:5px 15px 5px 15px;
    width: 150px;
    border: 1px solid black;
    color: white;
    font-size: 18px;
    float: left;
}

#TermsRequiredContainerWrapper .inputs {
    margin: 10px 0px 10px 10px;
}
#TermsRequired .must-accept-terms {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 50%;
    background-color: #e7e7e7;
    width: 600px;
    height: 100px;
    border: 3px solid black;
    display: none;
}
    #TermsRequired .must-accept-terms h3 {
        text-align: center;
    }
    #TermsRequired .must-accept-terms button {
        width: 100px;
        height: 30px;
        background-color: #06c;
    }


.termSubmit {        
}
    .termSubmit label {        
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-weight: bold;    
        vertical-align: middle;    
        margin-top: 15px;        
        height: 35px;
    }
    .termSubmit input[type='submit'] {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        cursor: pointer;
        float: none !important;
        margin-right: 69px;
    }
        .termSubmit input[type='submit']:hover {
            background-color: white;
        }


#RevadimComparePopup
{    
    direction: rtl;
    display: block;
    position:absolute;
    z-index:60;      
}
#RevadimComparePopupContainerWrapper
{    
    width: 795px;    
    position:absolute;
    z-index:inherit;
    border:3px solid black;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#ffffff;
    text-align:right;
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 25px #2E2E2E;
}

.tabWideActive
{
	/*background-image: url(../Images/TabQuestion-p_high.gif);
	width: 140px;*/	
	font-weight: bold;
	font-size: 18px;
	color: #70c29b !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}

.tabWideInactive
{
	/*background-image: url(../Images/clear_tab_wide.gif);
	width: 140px;*/
	font-size: 18px;
	text-align: center;
	color: #1e1e20 !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}

    .tabWideInactive span {
        height: 27px;
        cursor: pointer;
        cursor: hand;
        width: 120px;
        /*font-weight: bold;*/
    }

        .tabWideInactive span:hover {
            text-decoration: underline;
        }

.tabWideFirstActive
{
	/*background-image: url(../Images/TabFirstQuestion-p_high.gif);
	width: 140px;*/
	color: #70c29b !important;
	font-weight: bold;	
	font-size: 18px;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}

.tabWideFirstInactive
{
	/*background-image: url(../Images/clear_tab_wide_first.gif);
	width: 140px;*/
	font-size: 18px;	
	text-align: center;
	color: #1e1e20 !important;
	float: right;
	cursor:pointer;
	padding-left: 30px;
	display: block;
}

    .tabWideFirstInactive span {
        height: 27px;
        cursor: pointer;
        cursor: hand;
        width: 114px;
        /*font-weight: bold;*/
    }

        .tabWideFirstInactive span:hover {
            text-decoration: underline;
        }

.tabTable
{
	height: 29px;
	border-bottom: 2px #71c19a solid;
}

.forgotPassword {
    font-weight: bold;
}