html, body, table
{
	margin: 0px auto;
	font-family:  Verdana;
	font-size: 8.5pt;
}

a
{
	text-decoration: none;
}

img
{
	display: block;
	border: none;
}

ul.list
{
	list-style-image: url(../../../Graphics/Icons/Arrow.gif);
	list-style-position: outside;
}

hr
{
	color: #89D1F9;
	height: 3px;	
}

table.main
{
	width: 960px;
}

table.full
{
	width: 100%;
}

td.menu_underline
{
	background-color: #F87A01;
	height: 3px;
}

div.search_panel
{
	width: 100%;
	height: 57px;
	border-bottom: solid 1px #1F3A4F;
	border-right: solid 1px #1F3A4F;
	background-image: url(../../../Graphics/Images/SearchPanelBackground.png);
	background-repeat: repeat-x;
	display: block;
}

input.search_textbox
{
	border: solid 1px #5EB6CC;
	width: 400px;
}

tr.line_header
{
	background-image: url(../../../Graphics/Images/LineHeader.png);
	background-repeat: repeat-y;
	height: 5px;
}

tr.header
{
	background-image: url(../../../Graphics/Images/HeaderBackground.png);
	background-repeat: repeat-x;
}

.blue
{
	color: #528EC0;
}

.white
{
	color: White;
}

.dark_blue
{
	color: #526574;
}

.light_blue
{
	color: #008DDD;
}

.light_blue_Big
{
	color: #008DDD;/*#F87A01;*/
	font-size:10pt;
	font-style:italic;
	font-weight:900;
}

.dark_gray
{
	color: #444444;
}

.orange
{
	color: #F68002;
}

.bold
{
	font-weight: bold;
}

.small
{
	font-size: 8pt;
}

.center_text
{
	text-align: center;
}

.centered
{
	margin: 0px auto;
}

td.footerBar
{
	background-image: url(../../../Graphics/Images/FooterBackground.png);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: solid 1px #D8D8D8;
	color: White;
}

td.footerBar a
{
	color: White;
	font-weight: bold;
	font-size:8.5pt;
}

td.links
{
	border: solid 1px #D8D8D8;
	border-top: none;
}

td.rights
{
	color: #858585;
	text-align: center;
	height: 30px;
}
.bg_light_gray
{
	background-color:#F0F0F0;
}
.bg_gray
{
	background-color:#616060;
	color:White;
}
.bg_light_blue
{
	background-color:#C0E8F4;
}
.border_gray
{
	border-color:  #9F9F9F;
}
.tr_header
{
	background-color:#F0F0F0;
	color: #F68002;
}


/* add by nechama */
.blue1
{
	background-color: #528EC0;
	font-size:large;
	

}

#toolBarRow
{
	height: 60px;
	background-color: #DEE7F7;
}

td.EntityDetailColumnSpacer
{
	width: 5px;
}

table.EntityDetails
{
	font-family: Verdana, Arial;
	font-size: 9pt;
}

