body {
	margin: 9px 0;
	padding: 0;
	text-align: center;
	font-family: verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
}

body, th, td, p, li { font-size: 11px; }

#frame {
	/* yellow frame that holds everything */
	margin: 0 auto;
	background: #ffd645;
	text-align: left;
	width: 756px;
	padding: 9px;
}

* html #frame {
	border-left: 9px solid #ffd645;
	padding-left:0;
}

#topbanner {
	border-bottom: 9px solid #ffd645;
	padding-bottom: 1px;/*search related*/
	margin-bottom:5px;
	background-color: white;
}


#menubar {
	/* holds (inline) menu items */
	width: 754px;
	padding-bottom: 18px;
	margin: 0 0 9px 0;
}

#footer {
	clear:both;
	background-color: white;
	color: #aaa;
	padding: 5px;
	width: 744px;
	font-size: 10px;

}



#ist_logo { display: block; margin: 60px 0 30px 25px; }

#content {
	/* actual content */
	min-height: 300px;
}

#intro { font-size: 12px; font-weight: bold; line-height: 20px; }

/* Search */
#search {
	display: inline;
	padding: 0 0 9px 0;
}
#qs_box {
	font-size: 9px;
	border: 1px dotted #888;
	height: 22px;
	}
#qs_btn {

}

/* links */
a {
	outline:none;
}
a:link { color: #000; }
a:visited { color: #808080; }
a:hover { text-decoration:underline; }
a:active {}

p a:link { text-decoration:none; color: red;}

a:link.pdf, a.pdf:visited {
	background: url(../gfx/icons/pdf_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.zip, a.zip:visited {
	background: url(../gfx/icons/zip_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.ppt, a.ppt:visited {
	background: url(../gfx/icons/ppt_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}

a:link.doc, a.doc:visited {
	background: url(../gfx/icons/doc_small.gif) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}
table a:link { text-decoration: underline; }

#footer a:link, #footer a:visited { color: #000;}

/* main menu */
ul#menu {
	clear:both;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding:7px 5px 7px 5px;
	background:#FFF;
	margin:10px 5px 10px 0;
}
#menu li.active {
	background:#000;
}
#menu li.active a {
	color:#fff !important;
}
#menu li a:visited {
	color: #000;
}
#menu li a {
	text-decoration:none;
	font-weight:bold;
	height:27px;
}
#menu img {
	padding:0 0 0 4px;
}
td#menu {
    border-right: 1px solid black;
}


/* headings */
#searchbody h1 {
	font-size: 16px;
	font-weight: bold;
	background: white;
	padding: 5px;
	width: 744px;
	margin: 9px 0 9px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin: 5px 0 7px 0;
}
h2.compact { margin-bottom: 0; }
h3 { padding-top: 0; margin: 2em 0 0 0; font-size: 11px; font-weight: bold; }
h3.italic { font-style: italic; }
.home_1 h2 { margin-top:0; }
.home_1 h3 { margin-top:0; }

/* lists */
ul {
	padding: 0;
	margin: 1em 0 1em 1.5em;
}
li {
	line-height: 1.33em;
	list-style-type: square;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.compact li { margin-bottom: 0.25em;  }
ul.nobullets li { list-style-type: none;  }
ul.noindent li { list-style-type: none;  }
ul.noindent { margin-left: 0; }



ul.datelist {}
ul.datelist li { margin-bottom: 0.25em;  }
ul.datelist .date { display: block; color: #808080; font-weight:bold; font-size: 10px;}

#home_side li {	list-style-type: disc; margin-left: 0; line-height: 4px;}

#home_side * { font-size: 10px; }
#home_side ul { margin-top: 0; }

#disclaimer { color: #808080; }

/* tables */
table {
	width: auto;
	margin-bottom: 2em;
	/*
	now specify real width for real browsers, well sortof
	IE still doesn't like 100%, but 99% seems to do the trick ...
	*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:99%;
}

table, tr, td { border-collapse: collapse; }
tr:hover { background: #F5EEF7; }
th {
	vertical-align:top;
	text-align: left;
	padding: 5px;
}
td {
	vertical-align:top;
	text-align: left;
	padding: 5px;
}
table#events {
	border-top: 2px solid #532A57;
	border-bottom: 2px solid #532A57;
}
#events th { border-bottom: 2px solid #532A57; }
#events td { border-bottom: 1px solid #532A57; }


/* other common stuff */
img { border: 0; }

p {
	margin: 0 0 1em 0;
	line-height: 16px;
}
p.italic { font-style: italic; }
p.bold { font-style: bold; }
/* Homepage specific */
#home_1	{
	margin-right: 380px;
}

.breadfront	{
	background: #fff;
	padding: 5px;
	border-bottom: 9px solid #ffd645;
}

.bread {
	background: #fff;
	padding: 5px;
	border-bottom: 9px solid #ffd645;
}
.flashdemo {
	text-align:center;
}

#home_2 {
	float: right;
	min-height: 400px;
	width: 370px;
}

#home_side a:link { text-decoration: none; }

/* partners page */
table#partners { width: 754px; }
#partners tr { }
#partners td + td { width: 100%; }
#partners tr:hover { background-color: transparent; }
#partners td {
	padding: 10px;
	border-bottom: 9px solid #ffd645;
	background: white;
	vertical-align: middle;
}

#partners td.logo {
	text-align: center;
	border-right: 9px solid #ffd645;
}

#partners td.org {
}

#calendar tr.row1 {
	background: #FCF6AE;
}

#calendar tr.row2 {
}

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}



/*******************************************
	SEARCH RELATED
*******************************************/
/*SPECIALLY for NOAH*/
#searchbody{
	background: #fff;
	padding: 5px;
	padding-bottom:20px;
	/*border-bottom: 9px solid #ffd645;*/
}

#terenaSearch{
	text-align:right;
	margin-right:1px;
}

/****************************/

#searchbox{
	border: 1px solid #ffd645;
	padding: 1px;
}

.metaresults {
	margin-top: 20px;
	margin-bottom: 15px;

	padding:4px;
}
#results{
	clear:both;
}
.sponsored{
	display:block;
	background-color:#fdefbf;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size:10px;
}
#searchbody .sponsored h1{
	margin:0px;
	text-align:right;

	font-size:10px;
	font-weight:normal;
}
.sponsored dt{
	font-size:12px;
	font-style:normal;
}
.sponsored dd{
	color:#6D6D6D;
	margin-left:0px;
	margin-bottom:5px;
}
.navigate{
	font-weight: bold;
	/*color:#000;*/
}
.navigate #synonym{
	float:left;
	width:50%;
	text-align:left;
	margin-bottom:10px;
}
.navigate .pagego{
	float:right;
	text-align:right;
	width:50%;
}
.navigate .pagego a{
	font-weight:normal;
	color:#6d6d6d;
	text-decoration:none;
}

.navigate .pagego a:hover{
	text-decoration:underline;
}


a:link.pdf, a:visited.pdf {
	background: url(../gfx/icons/pdf-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.ppt, a:visited.ppt{
	background: url(../gfx/icons/ppt-small.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.plain, a:visited.plain {
	background: url(../gfx/icons/txt-small.html) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.doc, a:visited.doc{
	background: url(../gfx/icons/doc-small.html) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.xls, a:visited.xls{
	background: url(../gfx/icons/xls.gif) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.audio, a:visited.audio {
	background: url(../gfx/icons/audio-small.html) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.image, a:visited.image {
	background: url(../gfx/icons/jpg.html) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.rss, a:visited.rss {
	background: url(../gfx/icons/rss.html) left no-repeat;
	padding: 4px 0 4px 20px;
}
a:link.zip {
	background: url(../gfx/icons/zip-small.html) left no-repeat;
	padding: 4px 0 4px 20px;
}

