/* page setup */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	 background-color: #ccc; 
	}

a:link, a:visited {
	color: #03f;
	}

a:hover {
	color: #03c;
	cursor: pointer;
	}

#wrap {
	width: 776px;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: #fff;
	}

#mainbody {
	border-top: 5px solid #CAD3DE;
	float: left;
	width: 100%;
	background: url(../images/navbg.jpg) no-repeat top left;
	background-color: #fff;
	}

#homecontent {
	float: left;
	width: 502px;
	margin: 12px 0 0 0;
	background: #fff;
	}


#homecontent2 {
	float: left;
	width: 542px;
	margin: 12px 0 0 0;
	background: #fff;
	}



#content {
	float: left;
	width: 776px;
	margin: 12px 0 0 0;
	background: #fff url(../images/foolproofbg.gif) no-repeat bottom left;
	}

#contentauto {
	float: left;
	width: 776px;
	margin: 12px 0 0 0;
	background: #fff;
	}

#contentauto h2 {
	margin: 20px 0 5px 0;
	padding: 8px 0px 4px 0px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
}

#sidebar {
	float: right;
	position: relative;
	width: 274px;
	background: #DFDFDF;
	}

#sidebar2 {
	float: right;
	position: relative;
	width: 234px;
	background: #DFDFDF;
	}



#footer {
	clear: both;
	margin: 0;
	background: #5B7DAA url(../images/footerbg.gif) no-repeat top left;
	height: 63px;
	text-align: right;
	}

/* header */

#header {
	float: left;
	width: 100%;
	background: #fff;
	}
#header h1 {
	float: left;
	margin: 0;
	padding: 20px;
	}

/* navigation */

#nav {
padding: 0;     
margin: 0 0 0 0px;     
height: 60px;
} 

#nav ul {
padding: 0;
margin: 0;
z-index: 800;
list-style: none;
}

#nav a {     
display: block;     
color: #9CEBEB;
padding: 0px;
text-decoration: none;
} 

#nav a:hover {
color: #fff;
}

#nav a.active {
color: #fff;
}

#nav li {     
float: left;     
padding: 12px 22px 36px 22px;
}

#nav ul li.noroll:hover, #nav ul li.sfhover.noroll {
        }

#nav li.active {
color: #fff;
}


#nav li.active a {
color: #fff;
}

#nav li:hover, #nav li.sfhover  {
background: #37B6BD;
}


#nav li ul {     
margin: 10px 0 0 0;
position: absolute;     
left: -999em; 
/*width: 130px;*/
background: #54749F;
} 

#nav li ul li {
float: none;
padding: 7px 12px;
/*width: 130px;*/
background: #54749F url(../images/navbg.jpg) repeat top left;
border-top: 1px solid #59D5DC;
border-bottom: 1px solid #208A90;
}

#nav li:hover ul, #nav li.sfhover ul {     
left: auto; 
}


#nav li ul li:hover,  #nav li.sfhover ul li.sfhover {
background: #38B7BE;
}

#nav li:hover, #nav li.hover {
	position: static;
}

/* content */

table.fees {
	border-top: 4px solid #01CBCB;
	border-bottom: 4px solid #01CBCB;
	background: #BCEDF0;
	margin: 0 0 0 50px;
	padding: 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

table.fees th {
padding: 0px 14px;
margin: 0;
}
table.fees td {
padding: 1px 14px;
margin: 0;
}

table.fees th {
	font-weight: bold;
	text-align: left;
}

table.fees td {
	text-align: center;
}

table.fees td.description {
	text-align: left;
}

table.delegates {
	border-top: 4px solid #01CBCB;
	border-bottom: 4px solid #01CBCB;
	background: #BCEDF0;
	padding: 20px 30px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.delegates th  {
	padding: 7px 0 0 0;
	font-weight: normal;
}

table.delegates input, table.delegates select{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border: 1;
}

/*
table.delegates input {
	width: 220px;
}
*/

table.extras {
	border-top: 4px solid #01CBCB;
	border-bottom: 4px solid #01CBCB;
	background: #BCEDF0;
	padding: 5px 30px 20px 30px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.extras th  {
	padding: 15px 0 2px 0;
	font-weight: bold;
}

table.extras td.label  {
	text-align: right;
	padding-right:10px;
}

table.extras td  {
	vertical-align:top;
}

table.extras td.description  {
	padding:0;
	margin:0;
}

table.extras input, table.extras select{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border: 1;
}

input#addaccom, input#addcomments {
	width: 460px;
}

input#submitbutton {
	margin-top: 10px;
	width: 120px;
}

#firstname, #surname {
	float:left;
}

#innercontent input.grey {
	color: #999;
}

#innercontent input.normal {
	color: #000;
}

#htmlcode {
	margin: 20px 0 0 0;
	background: #3875B0;
	padding: 20px 30px 30px 30px;
}


#htmlcode p {
	margin: 7px 0 0 0;
	padding-bottom: 3px;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 90%;
}

.letters {
	padding: 4px 0 3px 0;
}

.icon {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
}

.help {
	font-size:10px;
	margin-bottom: 10px;
}

.help1 {
	font-size:10px;
	margin-bottom: 10px;
	color: #666;
	}

.bigstar {
        text-decoration: underline;
	font-weight: bold;
}
.yiddish1 {
	color: #000;
	background: #33FF66;
	padding: 1px 1px;
}
.community1 {
	color: #000;
	background: #CC6666;
	padding: 1px 1px;
}
.newtrends1 {
	color: #000;
	background: #FFFF00;
	padding: 1px 1px;
}
.artsandculture1  {
	color: #000;
	background: #FF9933;
	padding: 1px 1px;
}
.israelandzionism1  {
	color: #000;
	background: #006600;
	padding: 1px 1px;
}
.history1 {
	color: #000;
	background: #993300;
	padding: 1px 1px;
}
.spirituality1 {
	color: #000;
	background: #CCFF00;
	padding: 1px 1px;
}
.generalinterest1 {
	color: #000;
	background: #0000FF;
	padding: 1px 1px;
}
.socialactivism1 {
	color: #000;
	background: #CCFFFF;
	padding: 1px 1px;
}

.text1 {
	color: #fff;
	background: #9A0303;
	padding: 1px 1px;
}
.new {
	color: #fff;
	background: #9A0303;
	padding: 2px 5px;
}

.new2 {
	color: #000;
	background: #01CBCB;
	padding: 2px 5px;
}

.new2 a {
	color: #fff;
}

.fieldname {
        text-align: left;
	}


#bullets {
	margin: 20px 10px;
	padding: 0;
	}

#bullets ul {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	}

#bullets ul li {
	margin: 0 0 4px 0;
	padding: 3px 0 0 32px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/tick.gif) no-repeat 0 4px;
	}

/* Quick Access */

#access {
	margin: 0;
	padding: 30px 30px 20px 30px;
	background: #DFDFDF;
	}

#access h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1.5px;
	}

#access p {
	line-height:1.4em;
	}

#access span.sub {
	font-size: 85%;
	}


/* Have Fun */

#havefun {
	border-top: 1px solid #fff;
	margin: 0;
	padding: 30px 30px 20px 30px;
	background: #DFDFDF;
	}

#havefun h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
	}

#havefun p {
	line-height:1.4em;
	}

#havefun span.sub {
	font-size: 85%;
	}

/* Lists */

#accesslistdb {
	background: #DFDFDF;
	padding: 20px 30px 30px 30px;
	}

#accesslistdb ul {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	}

#accesslistdb ul li {
	margin: 0 0 4px 0;
	padding: 3px 0 0 25px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/icondoc.gif) no-repeat 0 1px;
	}

#accesslist {
	background: #DFDFDF;
	margin: 10px 0;
	padding: 0;
	}

#accesslist ul {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	}

#accesslist ul li {
	margin: 0 0 4px 0;
	padding: 3px 0 0 25px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/icondoc.gif) no-repeat 0 1px;
	}

#reportslist {
	margin: 0;
	padding: 0;
	}

#reportslist ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#reportslist ul li {
	margin: 10px 0 0px 0;
	padding: 3px 0 0 25px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/icondocs.gif) no-repeat 0 0;
	}

#reportslist ul li a {
	color: #03c;
	}


#reportslist ul li ul {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}

#reportslist ul li ul li {
	margin: 4px 0 0px 0;
	padding: 3px 0 0 20px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/icondoc.gif) no-repeat 0 3px;
	}

#reportslist ul li ul li a {
	color: #075BF6;
	}


/* Search */

#find {
	margin: 15px 0 10px 0;
	padding: 0;
}

#find input {
	vertical-align: middle;
	}

#find input#searchtext {
	width: 140px;
	margin-right: 2px;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}

/* Subscribe */

#subscribe {
	margin: 15px 0 10px 0;
	padding: 0;
}

#subscribe input {
	vertical-align: middle;
	margin: 3px 0 3px 0;
	}

#subscribe input#searchtext {
	width: 190px;
	margin-right: 2px;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}

#subscribe textarea {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 190px;
	margin: 3px 0 3px 0;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}

/* Results */

#resultsform {
	width: 250px;
	margin: 0;
	padding: 30px 30px 20px 30px;
	background: #DFDFDF;
	}


#results {
	margin: 15px 0 10px 0;
	padding: 0;
}

#results input {
	vertical-align: middle;
	margin: 3px 0 3px 0;
	}

#results input#searchtext {
	width: 190px;
	margin-right: 2px;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}

.message {
	color: #fff;
	background: #9A0303;
	padding: 8px 10px;
}

.message2 {
	color: #fff;
	background: #5B7DAA;
	padding: 8px 10px;
}

.detail {
	font-size: 85%;
	}

.textbutton {
	margin-top: 3px;
	}



/* footer */

#footer p {
	margin: 0;
	padding: 40px 10px 10px 0;
	font-size: 90%;
	color: #E1E8F0;
	}
	
/* misc. */

hr, .hide {
	display: none;
	}

/* IE fixes */

/* hide from IE/Mac \*/

#main-body {
	clear: left;
	}

* html div {
	height: 1%;
	}

/* end hide */


body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { 
	font-size: small;
	}

#wrap {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 776px;
	}

html>body #wrap { /* be nice to Opera */
	width: 776px;
	}

/* self-clearing float */

#nav { display: inline-block; }
/* Hides from IE/Mac \*/
* html #nav, * html #footer { height: 1%; }
#nav { display: block; }
/* End hide from IE/Mac */


/* Added by Matt */

.t2 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	text-align: center;	
	padding: 10;
	border-top: 1px solid #7b98ba;
	border-bottom: 1px solid #7b98ba;
	}

.t2 td {
    border: solid 0 #7b98ba; 
	border-left: 1px solid #7b98ba;
	border-right: 1px solid #7b98ba;
	border-top: 1px solid #7b98ba;
	border-bottom: 1px solid #7b98ba;
	padding: 0px 10px 0px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.t2 th {
	background-color: #01CBCB;
	border-top: 1px solid #7b98ba;
	border-bottom: 1px solid #7b98ba;
	border-left: 1px solid #7b98ba;
	border-right: 1px solid #7b98ba;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.t4 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	white-space:nowrap;
	}

.t4 td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #BCEDF0;
	white-space:nowrap;
	

	}

.t4 th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}

.t3 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	}

.t3 td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #BCEDF0;
	}

.t3 th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}


.t5 {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	white-space:nowrap;
	}

.t5 td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #BCEDF0;
	white-space:nowrap;
	}

.t5 th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}


.t5_amber {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	white-space:nowrap;
	}

.t5_amber td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #F7BE81;
	white-space:nowrap;
	}

.t5_amber th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}



.t5_green {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	white-space:nowrap;
	}

.t5_green td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #A9F5A9;
	white-space:nowrap;
	}

.t5_green th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}

.t5_red {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
	white-space:nowrap;
	}

.t5_red td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 3px 8px 3px 8px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #F6CECE;
	white-space:nowrap;
	}

.t5_red th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;

	}


.t1 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10;
	text-align: left;	
	}

.t1 td {
	text-align: left;	
	padding: 0px 10px 0px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;

	}

.t1 th {
	text-align: left;	
	background-color: #e0e0e0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;

	}

label {
	cursor: pointer;
	cursor: hand;
}

#innerhomecontent {
	margin: 0;
	padding: 25px 30px 25px 30px;
	font-size: 100%;
	line-height: 1.4em;
	}

/* inner content */

#innercontent {
	margin: 0;
	padding: 25px 30px 25px 30px;
	font-size: 100%;
	line-height: 1.4em;
	}

#innercontent .header {
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	color: #2E8D91;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	padding-right: 10px;
}

#innercontent h3 {
	margin: 30px 0 0 0;
	padding-bottom: 3px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
}

#innercontent h2 {
	margin: 20px 0 5px 0;
	padding: 8px 0px 4px 0px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
}

#innercontent h1 {
	margin: 20px 0 5px 0;
	padding-bottom: 3px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	color: #2E8D91;
	border-bottom: 1px solid #9FE1E5;
	letter-spacing: 2px;
}

#innercontent h4 {
	margin: 10px 0 0 0;
	padding-bottom: 3px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
	line-height: 1.1;
}

.star {
	color:#cc3300;
	font-size: 20px;
}


.notice {
  font-size: 90%;
}



.t5 {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #01CBCB;
	border-bottom: 1px solid #01CBCB;
}

.t5 th {
	background-color: #01CBCB;
	border-bottom: 1px solid #01CBCB;
	border-top: 1px solid #01CBCB;
	border-left: 1px solid #01CBCB;
	border-right: 1px solid #01CBCB;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}



.t5 td {
    border: solid 0 #01CBCB; 
	border-left-width:1px;
	border-right-width:1px;
	padding: 5px 10px 5px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #BCEDF0;
	

	}

.t5 td.total {
	font-weight: bold;
	font-size: 12px;	

	}

#tot {
	font-weight:bold;
	font-size:12px;
}
#grandtot {
	font-weight:bold;
	font-size:12px;
}

.t5 td.description {
	font-size:11px;
}
