﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: 9pt;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.error_page
{
    font-size: 12pt;
    font-family: Arial;
    color: RED;
    text-align:center;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 14pt;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.error
{
    color:Red;
    font-weight:normal;
    visibility:visible;
    font-size:14px;
    }
    
/*
Master page style (Default.master)
*/
/***********************************
Banner Style
***********************************/
table.Banner
{
	background:white;
	font-family:Arial;
	color:#ffffff;
}
table.Banner A
{
	color:#EDEC7D;
	font-size: 12px;
	font-weight:700;
	text-decoration: underline;
}
table.Banner A:hover
{
	color:#EDEC7D;
	color: #ffc240;
}
table.Banner A.Alert
{
	color: #ff0030;
}
table.Banner td.Slogan
{
	color: #ffc240;
	font-size: 14px;
	font-weight:900;
}
table.TopPixelBar
{
	background-color: #EDEC7D;
	padding: -1px;
	text-indent: 3px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.MainImage
{    
	border-top: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom:3px solid #ffffff;
    }
.CheckBox
{
    font-size:10pt;
}
#BannerCartBox {
        float:right;
        position:relative;
        border: 1px solid #6A6A6A;
        background:#FFFFFF;
        margin-top:8px;
        margin-right:15px;
        z-index:100;
        color: #FF5F00;
}
#BannerCartBox td
{
    color: #000000;
}
#BannerCartBox A
{
	color: #000000;
	text-decoration: underline;
}
#BannerCartBox A:visited
{
	color:#000000;
}
#BannerCartBox A:hover
{
	color:#000000;
}
table.BannerBottom
{
	background-color: #DDDDDD;
}
table.BannerBottom A
{
	color: #000000;
	text-decoration: none;
}
table.BannerBottom A:visited
{
	color: #000000;
	text-decoration: none;
}
table.BannerBottom A:hover
{
	color: #000000;
	text-decoration: underline;
}
#BannerNav 
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerNavSrch 
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerNavMish 
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerNavChum, #BannerNavsef {
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    padding: 4px;
    height: 30px;
}
#BannerNavTan
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerNavTanSrch
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerMngUsers
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerClearCache
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerChangePwd
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
#BannerNavLogout
{
	text-align: left;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
    padding:4px;
	height:30px;
}
div.topNav
{
    height:20px;
    float:left;
    display:inline-block;
    white-space:nowrap;
    padding:8px 10px 0px 10px; 
}
div.topNav a
{
   color:Black;
}
div.topNav a:hover
{
   color:Black;
   text-decoration:none;
}

/***********************************
Content Body Style
***********************************/
table.ContentBody
{
	border: 0px solid #0066cc; 
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	padding:10px;
	border-collapse: collapse;
}
table#contentMasterTbl
{
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	text-align: left;
	vertical-align:bottom;
	font-size: 11px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
}
div.BoxHead
{
	background-color: #0066cc;
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	padding: 0 0 0 0;
}
td.BoxHead
{
	background-color: #0066cc;
	color: #EDEC7D;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	padding: 0 0 0 0;
}
td.BoxHeadDark
{
	background-color: #0066cc;
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	padding: 0 0 0 0;
}
td.SubHeader{
    padding:3px;
    background-color: #0066cc;
    color: #ffffff;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    font-size:4px;
}
td
{ 

}
/***********************************
Footer Style
***********************************/
div.Footer
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
    text-align:center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing:0.01em;    
}
div.Footer td
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
    text-align:center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing:0.01em;
}
div.Footer hr {
        border:0;
        border-bottom:1px solid #999999;
        width:450px;
        height:1px;
        color:#666666;
}
div.Footer A
{
	color: #666666;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:11px;
    font-weight:normal;
    letter-spacing:0.01em;
}
div.Footer A:VISITED
{
	color: #666666;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:11px;
    font-weight:normal;
    letter-spacing:0.01em;
}
div.Footer A:HOVER
{
	color: #00008b;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.01em;
}

div.ViewAllUsers A
{
	color: blue;
	font-family: Arial;
	text-decoration: underline;
	font-size:15px;
}
div.ViewAllUsers A:HOVER
{
	color: blue;
	font-family: Arial;
	text-decoration: none;
	font-size:15px;
}

#LeftNav
{
    white-space:normal;
}

#LeftNav ul
{
    list-style-type:none;
    margin:10px 0px 0px 4px;
    padding:0px;
}

#LeftNav ul li
{
    vertical-align:middle;
    margin: 0px;
    font-size:12px;
    padding: 4px 0px 0px 14px;
}
#LeftNav ul li:hover
{
    
}

#LeftNav ul li a{
    margin:0px;
    padding:0px;
    text-decoration:none;
    color: #000000;
}

#LeftNav ul li a:hover{
    margin:0px;
    padding:0px;
    text-decoration:none;
    color: #000000;
}

#LeftNav h5
{
    padding:0px 0px 0px 10px;
    margin:10px 0px 0px 0px;
    color:#000000;
    font-size:12px;
}
#LeftNav h5 a
{
    color:#000000;
    font-size:12px;
}

#LeftNav h5 a: hover
{
    color:#000000;
}

table.Search
{
    width:641px;
}
table.Search td
{
    text-align:left;
}

table.Grid
{
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 11pt;
}
table.Grid th
{
    
    border:1px ridge #000000;
    background-color: #dddddd;
    color: #000000;
    padding:5px;
    text-align:left;

}
table.Grid td
{
    border:1px ridge #000000;
    border-top:1px solid #0066CC;
    padding:5px;
}
table.Grid A
{	
	color: blue;
}
table.Grid A:Hover
{
	color: blue;
}
table.Grid A:Visited
{
	color: purple;
}	
table.input
{
	border-collapse: collapse;
	border: solid 0px #000000;
	font-size: 11pt;
	width:100%;
}
table.input th
{
    padding-top:7px;
    padding-bottom:7px;
    text-align:right;
    width:41%;
    font-size:13px;
    font-weight:normal;
}
table.input td
{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:2px;
    text-align:left;
    width:59%;
}
.divSearchEntity
{
    width:100%;
    text-align:left;
    font-size:13px;
    padding-left:07px;
    }
.ErrorMessage
{
    color:Red;
    font-size:12px;
}
.ChangePwdLbl
{
    padding-top: 15px;
    }
.SearchTotal
{
    font-size: 10pt;
}
.SearchCheckBoxes
{
    width: 841px;
}

.tanach_text
{
    font-family: ArtHadassah;
    font-size: 16px;    
    margin:0;padding:0;
    width: auto;
    height: auto;    
    margin-right: 5px;    
}

.hebrew 
{
    font-family: ArtHadassah;
    text-direction: rtl;
    padding-bottom:3px; 
    text-align:right;   
}

.english {
    font-family: "New Century Schoolbook LT Std";
    text-direction: ltr;
    padding-bottom:3px;
    text-align:left;
}

.label 
{
    color: gray;
    font-size: 14px;
    padding-left:5px;
}

.label_hebrew
{
    color: gray;
    font-size: 14px;
    padding-left:5px;
}

.label_english
{
    color: gray;
    font-size: 14px;
    padding-right:5px;
}

.hebrew_th {
    font-family: ArtHadassah;
    text-direction: rtl;
    text-indent : 10px;
    padding-bottom:3px;
    text-align:right;
}

table.Grid_hebrew
{
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 11pt;
}
table.Grid_hebrew th
{
    
    border:1px ridge #000000;
    background-color: #dddddd;
    color: #000000;
    padding:5px;
    text-align:right;

}
table.Grid_hebrew td
{
    border:1px ridge #000000;
    border-top:1px solid #0066CC;
    padding:5px;
    text-align:right;
}
table.Grid_hebrew A
{	
	color: blue;
}
table.Grid_hebrew A:Hover
{
	color: blue;
}
table.Grid_hebrew A:Visited
{
	color: purple;
}	
.td_left
{
    text-align:left;
    }
.td_tanach_no
{
    width:8px;
    vertical-align:top;
    }
.td_tanach_body
{
    width:48%;
    vertical-align:top;
    }
    
table.Grid_english
{
	border-collapse: collapse;
	border: solid 1px #000000;
	font-size: 11pt;
}
table.Grid_english th
{
    
    border:1px ridge #000000;
    background-color: #dddddd;
    color: #000000;
    padding:5px;
    text-align:left;

}
table.Grid_english td
{
    border:1px ridge #000000;
    border-top:1px solid #0066CC;
    padding:5px;
    text-align:left;
}
table.Grid_english A
{	
	color: blue;
}
table.Grid_english A:Hover
{
	color: blue;
}
table.Grid_english A:Visited
{
	color: purple;
}
.messageCache
{
    font-size:14px;
}

.chapter_navigation_text a {
color: #2c85b8;
font-size: 12px;
font-weight: bold;
font-family: Arial;
text-decoration: none;
display: block;
}

.chapter_text {
color: #2c55b8;
font-size: 12px;
font-weight: bold;
font-family: Arial;
text-decoration: none;
display: block;
}