﻿  /* General tags */
* { 
	padding: 0; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif !important;
}
html { background-color: #64828c; }
form { background-color: #ffffff; }
a:link, a:visited {	
	text-decoration:none;
}
a:visited { /*color: #0157b6;*/ }
a:hover, a:active { text-decoration: underline; }	

a img { border-width: 0; }
table { 
	border-width: 0;
	border-collapse: collapse;
}
td {
	border-width: 0;
	padding: 0;
	vertical-align: top;
}
/*
#aspnetForm p { display:none; }
#aspnetForm div p { display:block; }
*/
/* Box Style */
.box
{	
}
body {	 }
.box .tc
{
	background-position:center top;
	background-repeat:repeat-x;
}
.box .mr
{
	background-position:right center;
	background-repeat:repeat-y;
}
.box .bc
{
	background-position:center bottom;
	background-repeat:repeat-x;
	text-align: center; 
}
.box .ml
{
	background-position:left center;
	background-repeat:repeat-y;
}
.box .tr
{
	background-position:right top;
	background-repeat:no-repeat;
	display: table;
	width:100%;
}
.box .br
{
	background-position:right bottom;
	background-repeat:no-repeat;
}
.box .bl
{
	background-position:left bottom;
	background-repeat:no-repeat;
}
.box .tl
{
	background-position:left top;
	background-repeat:no-repeat;
}

.otzarbox{}
.otzarbox .tr
{	
	background-image:url('Images/box/whitetr.gif');	
}
.otzarbox .tl
{
	background-image:url('Images/box/whitetl.gif');
}
.otzarbox .br
{
	background-image:url('Images/box/whitebr.gif');
	display: table;
	width:100%;
}
.otzarbox .bl
{
	background-image:url('Images/box/whitebl.gif');
	display: table;
	width:100%;
}
.otzarbox .bc
{
	background-image:url('Images/box/whitebc.gif');
	display: table;
	width:100%;
}
.otzarbox .tc
{
	background-image:url('Images/box/whitetc.gif');
}
.otzarbox .ml
{
	background-image:url('Images/box/whiteml.bmp');
}
.otzarbox .mr
{
	background-image:url('Images/box/whitemr.bmp');
}

.bluebox
{
	background-color:#e7f1f3;
}
.bluebox  .tr
{	
	background-image:url('Images/box/titlletr.gif');
}
.bluebox  .tl
{
	background-image:url('Images/box/titlletl.gif');
}
.bluebox  .br
{
	background-image:url('Images/box/bluebr.gif');
}
.bluebox  .bl
{
	background-image:url('Images/box/bluebl.gif');
}
.bluebox  .bc
{
	background-image:url('Images/box/graypx.gif');
}
.bluebox  .tc
{
	background-image:url('Images/box/titlletc.gif');
}
.bluebox  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.bluebox  .mr
{
	background-image:url('Images/box/graypx.gif');
}

.graybox
{
	background-color:#faf8f9;
}
.graybox  .tr
{	
	background-image:url('Images/box/titllegraytr.gif');
}
.graybox  .tl
{
	background-image:url('Images/box/titllegraytl.gif');
}
.graybox  .br
{
	background-image:url('Images/box/graybr.gif');
}
.graybox  .bl
{
	background-image:url('Images/box/graybl.gif');
}
.graybox  .bc
{
	background: url('Images/box/graypx.gif') 100% 100% repeat-x;
}
.graybox  .tc
{
	background-image:url('Images/box/titllegraytc.gif');
}
.graybox  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.graybox  .mr
{
	background-image:url('Images/box/graypx.gif');
}

.gray_box_blue_title
{
	background-color:#faf8f9;
}
.gray_box_blue_title  .tr
{	
	background-image:url('Images/box/titlletr.gif');
}
.gray_box_blue_title  .tl
{
	background-image:url('Images/box/titlletl.gif');
}
.gray_box_blue_title  .br
{
	background-image:url('Images/box/graybr.gif');	
}
.gray_box_blue_title  .bl
{
	background-image:url('Images/box/graybl.gif');
}
.gray_box_blue_title  .bc
{
	background-image:url('Images/box/graypx.gif');
}
.gray_box_blue_title  .tc
{
	background-image:url('Images/box/titlletc.gif');
}
.gray_box_blue_title  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.gray_box_blue_title  .mr
{
	background-image:url('Images/box/graypx.gif');
}
.gray_box_dark_blue_title
{
	background-color:#faf8f9;
}
.gray_box_dark_blue_title  .tr
{	
	background-image:url('Images/box/titlle_dark_blue_right.gif');
}
.gray_box_dark_blue_title  .tl
{
	background-image:url('Images/box/titlle_dark_blue_left.gif');
}
.gray_box_dark_blue_title  .br
{
	background-image:url('Images/box/graybr.gif');
}
.gray_box_dark_blue_title  .bl
{
	background-image:url('Images/box/graybl.gif');
}
.gray_box_dark_blue_title  .bc
{
	background-image:url('Images/box/graypx.gif');
}
.gray_box_dark_blue_title  .tc
{
	background-image:url('Images/box/titlle_dark_blue_stretch.gif');
}
.gray_box_dark_blue_title  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.gray_box_dark_blue_title  .mr
{
	background-image:url('Images/box/graypx.gif');
}

.empty_no_title_box
{
	background-color:#faf8f9;
	/*margin-top: 10px; Do NOT Add any Margin Here. avigail */
}
.empty_no_title_box  .tr
{	
	background-image:url('Images/box/graytr.gif');
}
.empty_no_title_box  .tl
{
	background-image:url('Images/box/graytl.gif');
}
.empty_no_title_box  .br
{
	background-image:url('Images/box/graybr.gif');
}
.empty_no_title_box  .bl
{
	background-image:url('Images/box/graybl.gif');
}
.empty_no_title_box  .bc
{
	background-image:url('Images/box/graypx.gif');
}
.empty_no_title_box  .tc
{
	background-image:url('Images/box/graypx.gif');
}
.empty_no_title_box  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.empty_no_title_box  .mr
{
	background-image:url('Images/box/graypx.gif');
}

.box_dark_gray_title
{
	background-color:#faf8f9;
}
.box_dark_gray_title  .tr
{	
	background-image:url('Images/box/titlle_dark_gray_right.gif');
}
.box_dark_gray_title  .tl
{
	background-image:url('Images/box/titlle_dark_gray_left.gif');	
}
.box_dark_gray_title  .br
{
	background-image:url('Images/box/graybr.gif');
}
.box_dark_gray_title  .bl
{
	background-image:url('Images/box/graybl.gif');
}
.box_dark_gray_title  .bc
{
	background-image:url('Images/box/graypx.gif');
}
.box_dark_gray_title  .tc
{
	background-image:url('Images/box/titlle_dark_gray_stretch.gif');
}
.box_dark_gray_title  .ml
{
	background-image:url('Images/box/graypx.gif');
}
.box_dark_gray_title  .mr
{
	background-image:url('Images/box/graypx.gif');
}

/*-- Contents --*/
.otzarbox .Content {
	padding: 20px 0;
	direction:rtl;
	text-align:center;
	height:100%;
}

.bluebox .Content
{
	padding:0 0 14px 0;
	margin:0;
	direction: rtl;
	text-align: right;
	font-size:small;
}
.graybox .Content
{
	margin:0;
	padding:0 0 5px 0;
	direction: rtl;
	text-align: right;
	font-size:small;
}
.gray_box_blue_title .Content
{
	margin:0;
	padding:0 0 5px 0;
	direction: rtl;
	text-align: right;
	font-size:small;
}
.gray_box_dark_blue_title .Content
{
	margin:0;
	padding:0 0 5px 0;
	direction: rtl;
	text-align: right;
	font-size:small;
}
.box_dark_gray_title .Content
{
	margin:0;
	padding:0 0 5px 0;
	direction: rtl;
	text-align: right;
	font-size:small;
}

.ContentErorr
{
	padding-top:19px;
	text-align:right;
	color:#4b5860;
	padding-bottom:258px;
	padding-right:14px;
}
.TopBoxContent
{
	color:#4b5860;
	font-size:small;
	vertical-align:top;
	padding-right:11px;
	text-align:right;
}
.TopBoxContent img
{
	float:right;
	margin-left:7px;
}
#pageContent { 
	/*display: table;*/
	/*padding: 0 20px !important;*/
	width: 100%;
	margin: 0 auto;
}

/* End Contents */
/* End Box Style */
/* Main Style */
body
{
	margin:auto;
	width:100%;
}
a.ImgBtn
{
	text-decoration:none; 
}

.left
{
	float:left;
}
.right
{
	float:right;
}
.LeftSideStyle /*--Yulias Changes3--*/
{
	float:left;
	width: 152px;
	padding: 0;
	margin: 0 0 0 25px;
	direction:rtl;
	height:100%;

}
/*
* html .LeftSideStyle{	margin:0 5px 0 5px;  }
* + html .LeftSideStyle{ margin:0 0 0 5px;} */

.RightSideStyle
{
	float:right;
	width: 152px;
	padding: 0;
	margin: 0 25px 0 0;
	direction:rtl;
	height:100%;
}
/*
* html .RightSideStyle{	margin:0 5px 0 5px}
* + html .RightSideStyle{	margin:0 5px 0 0}*/

.CenterStyle
{
   height:100%;
   vertical-align: top;
   /*margin:0 170px;   */
   margin: 0 190px;
   padding:0 0 45px 0;
   white-space: normal;
}
.CenterStyle * { /*line-height: 18px;*/ }
.CenterStyle h1 { margin-bottom: 10px !important; }
.CenterStyle td { vertical-align: top; }
.CenterStyle td td { vertical-align: middle; }
.CenterStyleNoLeftSide
{
   height:100%;
   margin:0 182px 0 20px;   
   padding:0 0 45px 0;
   white-space: normal;
   width:auto; 
}

   
/****  Top Bar Style  ****/
.TopContentBody /* wrapper div */
{
	background: url('Images/TopMenu/bg_top_menu.gif') 0 0 repeat-x;
	width:100%;
	height:30px;
	direction:rtl;
	vertical-align: middle;
}
.TopContentBody img, .TopContentBody input {
	vertical-align: middle;
}
.TopRight /* right div */
{
	padding-right:21px;
	float:right;
	direction:rtl;
	height: 30px;
	vertical-align: middle;
}
.TopLeft /* left div */
{
	 margin-left:19px;
	 float:left;
	 height: 30px;
	 vertical-align: middle;
}

/* right side objects */
.TopBtnStyle /* textual+input links */
{	
	border-width: 0;
	font-size:small;
}
a.TopBtnStyle:link
{	
	/*font-family:Arial;*/
	color:#1e586b;
	font-size:small;
	/*vertical-align:middle;
	text-decoration:none;*/
}
a.TopBtnStyle:visited
{	
	color:#1e586b;
	/*font-size:small;
	vertical-align:middle;*/
	text-decoration:none;
}
a.TopBtnStyle:hover, a.TopBtnStyle:focus, a.TopBtnStyle:active
{
	text-decoration:underline;
}

.TopSeparator /* separator gif */
{
	/*vertical-align:middle;
	height:23px;
	width:2px;*/
}
.TopAccess, .TopAccessOver 
{
	/*border-style: none;
	border-color: inherit;
	border-width: 0;*/
	/*
	background-image:url('Images/TopMenu/icon_accessibility.gif');
	background-repeat:no-repeat;
	margin-top:5px;
	vertical-align:middle;
	cursor:pointer;
	padding-right:15px;
	height:25px;
	background-color:#e9f1f6;*/
}
.TopAccessOver
{	
	background-image:url('Images/TopMenu/icon_accessibility_over.gif');	
}
.TopAlef
{
	/*
	margin-top:5px;
	vertical-align:middle;
	border:0;
	height:25px;
	cursor:pointer;
	padding-left:7px;
	background-color:#e9f1f6;*/
}

/* left side objects */
.TopSeparatorLng /* same "separator_top_menu.gif" - next to language button*/
{
	/*padding-top:5px;
	vertical-align:top;
	margin-top: 2px;
	height:25px;
	width:2px;*/
}
.TopLang, .TopLangOver /* language input */
{	
	background: url('Images/TopMenu/bg_butt_language.gif') 0 0 repeat-x;
	border-width: 0;
	color:#1f586b;
	height: 28px;
	cursor:pointer;
	height: 30px;
	margin: 0;
	padding: 0;
}
.TopLangOver
{	
	background-image:url('Images/TopMenu/bg_butt_language_over.gif');
	text-decoration: underline;
}

/*End Top Bar Style*/

/*Header Style*/
.HeaderStyle
{
	width:100%;
	height: 86px;
	background: url('Images/Header/header_pixel_stretch.jpg') 0 0 repeat-x;
	text-align: left;
}
.BudgetHeaderStyle
{
	width:100%;
	height:111px;
	background-image:url('Images/Header/header_pixel_stretch.jpg');
	background-repeat:repeat-x;
}

/*MainMenu Style*/
.MainMenuBox
{
	background: url('Images/MainMenu/main_menu_bg_stretch.gif') 0 0 repeat-x;
	height:45px;
	/*vertical-align:middle;	
	padding-bottom:13px;*/
	width: 100%;
}
.MainMenuBox table {
	margin: auto;
}
.MainMenuBox td {
	vertical-align: middle;
}
.MainMenuTd
{
	text-align: center;
}
.MainMenuTd table {/* main menu Web Part tables */
	margin-bottom: 13px;
}
.MainMenuTd table table {
	margin-bottom: 0;
}
.mainleft
{
	background: url('Images/MainMenu/main_menu_left.gif') no-repeat 0 0;
	width: 24px;
}
.mainright
{
	background: url('Images/MainMenu/main_menu_right.gif') no-repeat 100% 0;
	width: 24px;
}                      
.topNavItemNew
{
	color:#24687D;
	font-weight:bold;
}
.topNavSelectedNew
{
	color:#cc6a11;
	text-decoration:underline !important;	
}
.topNavHoverNew
{
	color:#cc6a11;
	text-decoration:underline !important;
}
.topNavNew
{
	direction:rtl;
	border: 0;
	margin: auto;
}

/* Home button */
#homeTd { padding-left: 13px; }
#rightSeparator { margin-bottom: 8px; }
.homeImg, .homeImgHover {
	width: 15px;
	height: 15px; 
	margin-bottom: 15px;
	margin-left: 10px;
}
a#homeLink .homeImg { 	
	background: url('Images/MainMenu/icon_home_page.gif') 0 0 no-repeat;
}
a#homeLink .homeImgHover {
	background: url('Images/MainMenu/icon_home_page_over.gif') 0 0 no-repeat;
}
.current a#homeLink .homeImg, .current a#homeLink .homeImgHover {
	background: url('Images/MainMenu/icon_home_page_current.gif') 0 0 no-repeat;
}


/* Main Menu - Sub Menu */
/*.MainMenuTd div,*/ .MainMenuBox div
{
	/*background-color:#f6f4f5;
	background-color: transparent;*/
	/*font-size:small;
	font-family:Arial;*/
	/*color:#f6f4f5 !important; - light gray
	margin-right:10px;*/
	/*margin-top: 14px;
	width: 90px;*/
	
}
.topNavFlyOuts { /* div for each sub menu */	
	background-color: #ffffff;
	background-color: transparent;
	margin-top: 14px;
	width: 12px;
	height: 12px;
} 

.topNavFlyOuts table { /* sub menu tables */
	margin-bottom: 0;
}
/*.topNavFlyOutsItem*/ .topNavFlyOuts td td /* tds of sub menu links */
{	
	border: 1px solid #d6dbde;
	border-color: #d6dbde #b5c2cb;
	height:23px;
	background-color:#f6f4f5;
	padding: 0 5px;
	font-size:small;
	text-align: right;
}
.topNavFlyOuts td td a:link, .topNavFlyOuts td td a:visited {
	color:#24687f;
}
/*.topNavFlyOutsItem:hover*/ .topNavFlyOuts td td a:hover{
	color:#b87f04;
}

/*End MainMenu (top navigator) Style*/

/*Search Style*/
a.search:link
{
	font-weight:bold;
	color:#1e586b !important;	
	text-decoration:none;
	font-size:small;
}
a.search:visited
{
	font-weight:bold;
	color:#1e586b !important;
	text-decoration:none;
	font-size:small;
}
a.search:hover
{
	text-decoration:underline;
}
a.search:focus
{
	text-decoration:underline;
}
a.search:active
{
	text-decoration:underline;
}

.Search  /* search+breadcrumbs line */
{
	direction:rtl;
	background: #CAE0EC url('Images/Search/bg_search_line.gif') 0 0 repeat-x;
	width:100%;
	margin-top:-13px;
}
.Search td {
	height: 26px;
	vertical-align: middle;
}
.Search a.ms-sitemapdirectional:link
{
	color:#446B77 !important;	
	text-decoration:none;
	font-size:small;
}

.Search a.ms-sitemapdirectional:visited
{
	color:#446B77 !important;	
	text-decoration:none;
	font-size:small;
}

.Search a.ms-sitemapdirectional:hover
{
	text-decoration:underline;
}

.Search a.ms-sitemapdirectional:focus
{
	text-decoration:underline;
}

.Search a.ms-sitemapdirectional:active
{
	text-decoration:underline;
}


/* Serch Controll */
.SearchContent * { vertical-align: middle; } /* Align the radio buttons for Firefox */
.SearchContent fieldset { border-width: 0; }
.SearchContent {	
	text-align: left;
	vertical-align: middle;
	padding-left: 36px; 
	white-space: nowrap;
}
.SearchContent, .SearchBtnImg, .SearchBtnImgOver {
	color: #34434d;
	font-weight: bold;	
}
.SearchContent input {
	border-width: 0;
	height: 18px;	
}
.SearchContent label {	
	display: inline-block;
	display:-moz-inline-stack;
	padding: 0 3px 3px 10px;
	font-size: 80%;
}
.SearchBtnImg, .SearchBtnImgOver {
	border-width: 0;
	background-image:url('Images/Search/button.gif');
	width:48px;
	margin-right: 5px;
	padding-bottom: 3px;
	font-size: 80%;
}
.SearchBtnImgOver {
	background-image:url('Images/Search/button_over.gif');
}
.SearchTextBox
{
	/*margin-bottom: 1px;*/
	color:#4b5861;
	width:120px;
	direction:rtl;
	height: 17px;
}
/*End Search Style*/


/*Search Result Style*/
.newWindow:focus
{
	color:#80620c;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	background-image:url('Images/Icons/arrow_gold.gif');
	background-repeat:no-repeat;
	background-position:-4px center;
}

.newWindow:visited
{
	color:#80620c;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	background-image:url('Images/Icons/arrow_gold.gif');
	background-repeat:no-repeat;
	background-position:-4px center;
}

.newWindow:link
{
	color:#80620c;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	background-image:url('Images/Icons/arrow_gold.gif');
	background-repeat:no-repeat;
	background-position:-4px center;
}
.newWindow:hover
{
	text-decoration:underline;
}
.LinkName:focus
{
	color:#0157b6;
	font-weight:normal;
	font-size:medium;
	text-decoration:none;
}
.LinkName:visited
{
	color:#0157b6;
	font-weight:normal;
	font-size:medium;
	text-decoration:none;
}
.LinkName:link
{
	color:#0157b6;
	font-weight:normal;
	font-size:medium;
	text-decoration:none;
}
.LinkName:hover
{
	text-decoration:underline;
}
#results
{
	margin-bottom:21px;
}
#ResultsContainer DIV.Content
{
	padding-top:30px;
	margin-right:12px;
	margin-left:12px;
	
}
#ResultsContainer
{
	width:100%;
}
.ResultsLink
{
	color:#29718a;
	font-weight:bold;
	font-size:small;
	width: 500px;
    text-wrap:suppress;
}

.inner-search-btn
{
	width:49px;border-style:none;height:19px; background-image:url('XSL%20Style%20Sheets/Images/Search/butt_serch_yellow.gif');
}
.inner-search-btn:hover
{
	background-image:url('Images/Search/butt_serch_yellow_over.gif');
}
.innerSearchTitle
{
	padding-right:17px;padding-top:7px;
}
.searchBox
{
    width:154px;
	margin-left:12px;
	margin-right:12px;
}

/*End Search Result Style*/
/*Header Style*/
.ms-WPBody, .ms-WPBody td
{
	font-size: small;
}
h1.graybox
{
	color:#4b5860;	
	font-size:95%;
	text-decoration:none;
	font-weight:bold;
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
	margin:0 0 5px 0;
}

h1.fontnormal
{
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	color:#4b5860;	
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
}
h1.bluebox, /* used for  right nav headers */
{
	font-size:95%;
	text-decoration:none;
	color:#1f5869;
	font-weight:bold;
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
	margin:0 0 5px 0;
}
h2.bluebox
{
	text-decoration:none;
	color:#1f5869;
	font-weight:bold;
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
	margin:0 0 5px 0;
}
h2.graybox
{
	text-decoration:none;
	color:#4b5860;
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
	font-size:small;
}
h1.gray_box_blue_title, h1.gray_box_dark_blue_title, h1.box_dark_gray_title, h1.gray_box, .ms-WPBody h1,  .ms-WPBody h1 a:link
{
	font-size:15px;
	text-decoration:none;
	color:#4b5860;	
	font-weight:bold;
	padding:3px 7px 2px 7px;
	text-align:right;
	vertical-align:middle;
	background-color:transparent;
	height: 21px;
	/*margin-bottom: 15px;*/
}
.ms-WPBody h1 a:hover { text-decoration: underline; }
/*.ms-WPBody h1 { font-size: 130%; }*/
h2.title_inside
{
	font-size:small;
	color:#1f5869;
	text-align:right;
	text-decoration:none;
	vertical-align:bottom;
	margin:5px 10px 0 0;
	padding:0;
}
.RightSideStyle h2.title_inside {
	background: url('Images/Icons/arrow_gold.gif') 100% 50% no-repeat;
	padding-right: 10px;
}
.RightSideStyle .no_box_links {
	padding-right: 10px;
}

h4.Error
{
	color:#b62a2b;
	padding-right:10px;
}

h3.sub
{
	color:#4c5962;
	font-weight:bold;
	margin:7px 12px 0 0;
	padding:0;
	text-align:right;	
	font-size:95%;
	vertical-align:middle;
	background-color:transparent;
}
h2.Gray
{
	color:#4c5962;
	font-weight:bold;
	margin:7px 12px 0 0;
	padding:0;
	text-align:right;	
	font-size:95%;
	vertical-align:middle;
	background-color:transparent;
}
h2.Blue
{
	color:#0157b6;
	font-weight:bold;
	margin:7px 12px 0 0;
	padding:0;
	text-align:right;
}
h2.Gray a.Gray
{
	color:#4c5962;
	font-weight:bold;
	margin:7px 12px 0 0;
	padding:0;
	text-align:right;
}
h2.Blue a.Blue
{
	color:#0157b6;
	font-weight:bold;
	margin:7px 12px 0 0;
	padding:0;
	text-align:right;
}
/*End Header Style*/

/*Footer Style*/
.CopyRight { font-size: 1px; height: 1px}
.CopyRight div {
	font-size:small;
	color: #ffffff; /*#0157B6;*/
	width: 100%; 
	text-align:center;
	position: relative;
	top: 15px;
}
.Footer { text-align: center; }
.Footer table table { margin: 0 auto; }
.Footer td { text-align: center; vertical-align: middle; }	
td.footer_separator {
	background: url('/Style%20Library/Images/Footer/footer_separator.gif') 50% 50% no-repeat;
	padding: 0 8px;
}
a.Footer:link {
	color:#0157b6;
	font-size:small;
	text-decoration:none;
}
a.Footer:visited {
	color:#0157b6;
	font-size:small;
	text-decoration:none;
}
a.Footer:hover, a.Footer:focus, a.Footer:focus { text-decoration:underline; }
img.Footer { margin-bottom: 3px; }
/*End Footer Style*/

.buttomlink
{
	height:14px;
	margin:8px 5px 7px 5px;	
	color:#0157b6;
	font-size:small;
}
.buttomlink img
{
	margin-right:3px;
}
a.buttomlink:link
{
	color:#0157b6;
	text-decoration:none;
}
a.buttomlink:visited
{
	color:#0157b6;
	text-decoration:none;
}
a.buttomlink:hover
{
	text-decoration:underline;
}
a.buttomlink:focus
{
	text-decoration:underline;
}
a.buttomlink:active
{
	text-decoration:underline;
}
.blue
{
	height:14px;
	margin:8px 5px 7px 5px;	
	color:#0157b6;
	font-size:small;
}
.blue img
{
	margin-right:3px;
}
a.blue:link
{
	color:#0157b6;
	text-decoration:none;
}
a.blue:visited
{
	color:#0157b6;
	text-decoration:none;	
}
a.blue:hover
{
	text-decoration:underline;
}
a.blue:focus
{
	text-decoration:underline;
}
a.blue:active
{
	text-decoration:underline;
}
.orange
{
	height:14px;
	margin:8px 5px 7px 5px;	
	color:#cb6c10;
	font-size:small;
}
.orange img
{
	margin-right:3px;
}
.ms-WPBody a.Orange:link, .ms-WPBody a.Orange:hover, .ms-WPBody a.Orange:visited {
	color:#876211;
}

.Horizontal_Separator
{
	width: 98%;
	margin: 0 1px 0 0;
	height: 12px;
	background: url('Images/Icons/separator_right_menu.gif') 50% 4px no-repeat;
}
.table_triple_zone td .Horizontal_Separator { background-position: 100% 50%; }	

.SeparatorExpression
{
	 width:135px;
	 direction:rtl;
}
a.NewsDescStyle:visited
{
	text-decoration:none;
	color:#0157b6;	
	font-weight:bold;
	font-size:small;
}

a.NewsDescStyle:link
{
	text-decoration:none;
	color:#0157b6;	
	font-weight:bold;
	font-size:small;
}

a.NewsDescStyle:active
{
	text-decoration:underline;
}

a.NewsDescStyle:hover
{
	text-decoration:underline;
}

a.NewsDescStyle:focus
{
	text-decoration:underline;
}
a.DescStyle:visited
{
	color:#4B5860;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
}
a.DescStyle:link
{
	color:#4B5860;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
}
a.DescStyle:hover
{
	text-decoration:underline;
}
a.DescStyle:active
{
	text-decoration:underline;
}
a.DescStyleP:focus
{
	text-decoration:underline;
}
.empty_no_title_box .Content
{
	width:100%;
	text-align:center;
	padding:3px 0;
	
}
#FinanceSites
{
	margin:0;
	padding:0;
}
* html #FinanceSites { display:inline; padding-right:5px}
* + html #FinanceSites { display:inline; padding-right:5px}

#FinanceSites span
{
	margin:5px;
	display:-moz-inline-box;
	vertical-align: middle;
    display:inline-block;
}
#FinanceSites a { display:-moz-inline-box; }
#FinanceSites img { vertical-align: middle; display: table-cell; }
* html #FinanceSites span { width:30%; display:inline}
* + html  #FinanceSites span { width:30%; display:inline}
:root  #FinanceSites span { width:30%;}

a.FinanceSites:visited
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}

a.FinanceSites:link
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}
a.FinanceSites:hover
{
	text-decoration:underline;
}
a.FinanceSites:focus
{
	text-decoration:underline;
}
a.FinanceSites:active
{
	text-decoration:underline;
}
#FinanceSites img
{
	padding-left:5px;
	/*vertical-align:middle;*/
}
/*****/
#ExtraFinanceSites
{
	margin:0;
	padding:0;
}
* html #ExtraFinanceSites { display:inline; padding-right:5px}
* + html #ExtraFinanceSites { display:inline; padding-right:5px}

#ExtraFinanceSites span
{
	margin:5px;
	display:-moz-inline-box;
	vertical-align: middle;
    display:inline-block;
}
#ExtraFinanceSites a { display:-moz-inline-box; }
#ExtraFinanceSites img { vertical-align: middle; display: table-cell; }
* html #ExtraFinanceSites span { width:30%; display:inline}
* + html  #ExtraFinanceSites span { width:30%; display:inline}
:root  #ExtraFinanceSites span { width:30%;}

a.ExtraFinanceSites:visited
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}

a.ExtraFinanceSites:link
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}
a.ExtraFinanceSites:hover
{
	text-decoration:underline;
}
a.ExtraFinanceSites:focus
{
	text-decoration:underline;
}
a.ExtraFinanceSites:active
{
	text-decoration:underline;
}
#ExtraFinanceSites img
{
	padding-left:5px;
	/*vertical-align:middle;*/
}

/*****/
span.date
{
	display:block;
	font-weight:bold; 
	color:#0157b6;
	font-size:80%;
}
span.Pressdate
{
	display:block;
	font-weight:bold; 
	color:#0157b6;
	font-size:80%;
}

caption.sub {
	font-size:90%;
	text-decoration:none;
	color:#4c5962;
	font-weight:bold;
	padding:17px 0 22px 0;
}
.SitesLink
{
	margin-right:12px;
	text-align:right;
	border:0;
	color:#0157b6;
	font-size:small;
	cursor: pointer;
	cursor: hand;
}
/*Tables*/
.orangetitletable
{
	direction:rtl;
    /*text-align:center;*/
    font-size:small;
    color:#4c5962;
    margin-right:10px;
    margin-left:10px;
    width:98%;    
}
.orangetitletable td { vertical-align: middle; }
.orangetitletable .head
{
	font-weight:bold;
	font-size:small;
	color:#4C4C4C;
}
thead.head td { padding: 0 5px 8px; font-size: 14px; text-align: right; }

.orangetitletable .tr_separator
{
	background-image:url('Images/pictures/dots_line.gif');
	background-repeat:repeat-x;
	height:1px;
}
.orangetitletable .orangetitletable
{
	background-color:#f6e9cf;
}
.orangetitletable .th_title
{
	text-align:right;
	padding-right:10px;
}
.orangetitletable .th_link
{
	width:20%;
}

.orangetitletable .td_title
{
	text-align:right;	
    background-image:url('Images/Icons/arrow_gold.gif');
    background-repeat:no-repeat;
    background-position:99% 50%;
    padding-right:20px;

}
.orangetitletable .td_link
{
	padding:4px 0;
}
.orangetitletableNoArrow
{
	direction:rtl;
	text-align:center;
	font-size:small;
	/*width:100%;*/
	color:#4c5962;
	margin-bottom: 20px;
}
.orangetitletableNoArrow .head
{
	font-weight:bold;
	font-size:small;
	color:#4C4C4C;
}
.orangetitletableNoArrow .tr_separator td
{
	background-image:url('Images/pictures/dots_line.gif');
	background-repeat:repeat-x;
}
.tr_separator td {
	font-size: 1px !important;
	padding: 0 !important;
}
.orangetitletableNoArrow .orangetitletable
{
	background-color:#f6e9cf;
}
.orangetitletableNoArrow .th_title
{
	text-align:right;
	padding-right:10px;
}
.th_title_center {text-align: center; }
.orangetitletableNoArrow .th_link
{
	width:20%;
}
.orangetitletableNoArrow td { padding: 4px 0; }
.orangetitletableNoArrow .td_item
{
	text-align:center;	
}
.orangetitletableNoArrow .td_title
{
	text-align:right;
	padding-right:10px;
	width:80%;
}
.orangetitletableNoArrow .td_link
{
	padding:4px 0;
}

.bluetitletable
{
  direction:rtl;
  /*text-align:center;*/
  font-size:small;
  margin-right:10px;
  margin-left:10px;
  width:98%;
  color:#4c5962;

}
.bluetitletable .head
{
	font-weight:bold;
	font-size:small;
	color:#4C4C4C;
}
.bluetitletable .tr_separator
{
	background-image:url('Images/Budget/dots_line_blue.gif');
	background-repeat:repeat-x;
	height:1px;
}
.bluetitletable .bluetitletable
{
	background-color:#E3EFFF;
}
.bluetitletable .th_title
{
	text-align:right;
	padding-right:10px;
}
.bluetitletable .th_link
{
	width:20%;
}

.bluetitletable .td_title, .orangetitletable .td_title
{
   font-size: small;
   text-align:right;
   background-image:url('Images/Icons/arrow_gold.gif');
   background-repeat:no-repeat;
   background-position:99% 50%;
   padding-right:20px;
}
.td_title { padding-left: 20px; }
.td_title a:link { float: left; display: inline-block; }
.bluetitletable .td_link, .bluetitletable .td_link_attach, .orangetitletable .td_link, .orangetitletable .td_link_attach { 
	padding: 4px 0;
	text-align: center;
}
.td_link_attach img { border-left: 5px solid #fff; }
.TableStyle {
	margin: 0 auto 18px;	
	width: 98%;
}
.TableStyle TD {
	font-size:75%;
	text-align:right;
	vertical-align: middle !important;
}
.TRStyle
{
	color:#4c5962;
	background-color:#fafafd;
}
.TRStyle td
{
	padding:0 2px;
}
.TRStyleOrange
{
	background-color:#f6e9cf; 
}
.TRStyleOrange TH
{
	font-size:75%;
	color:#4c5962;
	font-weight:bold;
}

.TRStyleOrangeHeader
{
	background-color:#f6e9cf;
	color:#4c5962;
	font-size:small;
	font-weight:bold;
}
.TRStyleOrangeHeaderList
{
	background-color:#f6e9cf;
	color:#4c5962;
	font-size:small;
	font-weight:bold;
	height:23px;
}

.TRStyleOrangeBody
{
	color:#4c5962;
	font-size:small;
}
/*End Table*/
.OrangerLine td
{
	background: url('Images/pictures/dots_line.gif') 50% 50% repeat-x;
	font-size: 10px;	
}
.OrangerLine_Search
{
	margin-top:15px;
	margin-bottom:15px;
}
.OrangeSearchBar
{
	height:34px;
	background-color:#f2e6cc;
}

#double_zone
{
	margin:0;
	padding:0;
	vertical-align: top;
}
#double_zone span
{
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
}

* html #double_zone span { width:48%; display:inline}
* + html  #double_zone span { width:48%; display:inline}
:root  #double_zone span { width:46%}

#double_zone span.space_middle
{
	width:3%;
}
#triple_zone
{
	text-align:center;
	margin:0;
	padding:0;
}
#triple_zone span
{
	text-align:center;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
}
* html #triple_zone span { width:30%; display:inline}
* + html  #triple_zone span { width:30%; display:inline}
:root  #triple_zone span {width:30%;}

#triple_zone span.space_middle
{
	width:1%;
}
#content_triple_zone
{
	text-align:right;
	margin:0;
	padding:0;
}
#content_triple_zone span
{
	text-align:center;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
    margin:0 5px;
    padding:5px;
}
* html #content_triple_zone span { width:auto; display:inline}
* + html  #content_triple_zone span { width:auto; display:inline;}
:root  #content_triple_zone span {width:auto;}


#content_triple_zone span.space_middle
{
	width:2%;
}

.Description
{
	font-size:small;
	color:#4c5962;
	overflow:inherit;
	text-align:right;
	margin-right:12px;
	margin-left:12px;
}
.AudienceSelect
{
	color:#4c5962;
	background-color:#ffffff;	
	margin-left:3px;
}
#audience
{
	vertical-align:top;
	margin:0;
	padding:0;
	text-align:right;
}
#audience ul
{
	list-style-image:none;
	list-style-type:none;
}
#audience span
{
	text-align:right;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    word-wrap:break-word;  
}
* html #audience span { width:auto; display:inline;}
* + html  #audience span { width:auto;display:inline;}
:root  #audience span { width:auto;}

.audience
{
	vertical-align:top;
	margin:0;
	padding:15px 0 14px 0;
	text-align:right;
}
.audience ul
{
	list-style-image:none;
	list-style-type:none;
}

.audience span
{
	text-align:right;
    display:-moz-inline-box;
	-moz-box-orient:vertical;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;  
}

* html .audience span { width:auto; display:inline;}
* + html  .audience span { width:auto;display:inline;}
:root  .audience span { width:auto;}
.DisplayBtnImg
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('Images/Search/button.gif');
	color:#34434d;
	font-size:small;
	width:48px;
}
.DisplayBtnImgOver
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('Images/Search/button_over.gif');
	color:#34434d;
	font-size:small;
	width:48px;
}


/* SiteMap Style === HUSHAY*/
#MSOZoneCell_WebPartctl00_ctl00_g_ee3898e1_9a0d_4f48_8cc0_a90a297118c5 h1.bluebox
{
	display:none;
}
#MSOZoneCell_WebPartctl00_ctl00_g_ee3898e1_9a0d_4f48_8cc0_a90a297118c5 .bluebox .Content
{
	padding-top:8px;
	padding-right:11px;
}
#MSOZoneCell_WebPartctl00_ctl00_g_ee3898e1_9a0d_4f48_8cc0_a90a297118c5 div.Content a
{
	color:#4b5680;
	font-size:small;	
}

Div.Content ul.ListStyle 
{
 	list-style-type:none;
	padding-right:3px;
	margin-left:57px;
	margin-right:13px;
	font-size:small;
	font-weight:normal;
	color:#0157b6;
}

h1.site-map-header
{
	color:#0b3645;
	font-weight:bold;
	font-size:small;
	text-align:right;
	line-height:26px;
	padding-right:6px;
}

#MSOZoneCell_WebPartctl00_ctl00_g_ee3898e1_9a0d_4f48_8cc0_a90a297118c5 div.Content ul.ListStyle li a.info
{
	font-size:small;
	font-weight:normal;
	color:#0157b6;
	margin-bottom:11px;
	#margin:2px;
}

.ListStyle span a
{
	font-size:small;
	font-weight:normal;
}

ul.ListStyle
{
	margin:0;
	padding:0;
}

ul.ListStyleBlue 
{
	list-style-type:none;
	padding-right:20px;
	#padding-right:0px;
	#margin-right:20px;
	
	
}
.Content #column { padding-left: 3px; }
Div.Content ul.ListStyle ul.ListStyleBlue li
{
	background-image:url('Images/Icons/arrow_next.gif');
	background-repeat:no-repeat;
	background-position:right center;
	#background-position:right 5px;
	padding-right:3px;
	margin-bottom:4px;
}
Div.Content ul.ListStyle li
{
	background-image:url('Images/Icons/arrow_gold.gif');
	background-repeat:no-repeat;
	background-position:right 3px;
	#background-position:right 6px;
	padding-right:3px;
    margin-bottom:4px;
    padding-bottom:0px;
}
/* End MapStie Style  == HUSHAY*/

 
/* NoLeft Layout == HUSHAY */
.noleft-wrapper
{
	width:100%;
	height:100%;
	padding-right:20px;
	#padding-right:0px;
	overflow:auto;
}
.noleft-right
{
	width:152px;
	height:100%;
	margin-left:19px;
	 margin-right:6px; 
	float:right;
}
.noleft-middle
{
	width:auto;
	height:100%;
	position:relative;
	top:0px;
	left:15px;
	margin-right:187px;
	#margin-right:189px;
}
/*END -  NoLeft Layout == HUSHAY */



/* ThreeColumns Layout == HUSHAY */
.threeColumn-Wrapper
{
	width:100%;
	height:100%;
	overflow:auto;
}
.threeColumn-right
{
	width:152px;
	height:100%;
	margin-left:19px; 
	margin-right:6px;
	 float:right;
}
.threeColumn-middle
{
	width:auto;
	height:100%;
	position:relative;
	top:10px;
	left:14px;
	#left:10px;
	margin-right:367px;
	#margin-right:191px;
}
.threeColumn-left
{
	width:152px;  
	float:left;
	padding-left:9px;
}
/* END - ThreeColumns Layout == HUSHAY */

ul.ArrowGoldList
{
	list-style-image:url('Images/Icons/arrow_gold.gif');
	margin:17px 28px 0 11px;
	text-align: right;
}
ul.ArrowGoldList li
{
	margin-bottom:7px;
}
a.ArrowGoldList:visited
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}
a.ArrowGoldList:link
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}
a.ArrowGoldList:focus, a.ArrowGoldList:hover, a.ArrowGoldList:active
{
	text-decoration:underline;
}
ul.PressArrowGoldList
{
	list-style-image:url('Images/Icons/arrow_gold.gif');
	/*margin:17px 28px 0 11px;*/
	margin: 8px 23px 0 5px;
}
ul.PressArrowGoldList li
{
	margin-bottom: 8px;
}
a.PressArrowGoldList:link, a.PressArrowGoldList:visited
{
	color:#0157b6;
	text-decoration:none;
	font-size:small;
}
a.PressArrowGoldList:focus, a.PressArrowGoldList:hover, a.PressArrowGoldList:active
{
	color:#0157b6;
	text-decoration:underline;
}
.SitesCollection
{
	padding:12px;
}
.SampleSitesLink
{
	padding-right:12px;
}
.ExtraSitesArrow
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('Images/Sites/arrow_blue_open.gif');
	background-repeat:no-repeat;
	height:5px;
	width:7px;
	cursor:pointer;
	background-color:#fdfcfd;	
	margin-bottom:7px;
	margin-top:7px;
}
.ExtraSitesArrowOver
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('Images/Sites/arrow_blue_close.gif');
	background-repeat:no-repeat;
	height:5px;
	width:7px;
	cursor:pointer;
	background-color:#fdfcfd;	
	margin-bottom:7px;
	margin-top:7px;
}
a.SitesLink:visited
{
	font-size:small;
	color:#0157b6;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}
a.SitesLink:link
{
	font-size:small;
	color:#0157b6;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}
a.SitesLink:hover
{
	text-decoration:underline;
}
a.SitesLink:focus
{
	text-decoration:underline;
}
a.SitesLink:active
{
	text-decoration:underline;
}
a.DecorationNone
{
	text-decoration:none;
}
a.DecorationNone:hover 
{
	color:#0157b6;
	
}
a.DecorationNone:link 
{
	color:#0157b6;
	
}
a.DecorationNone:visited 
{
	color:#0157b6;
	
}
.a.DecorationNone:hover
{
	color:#0157b6;
	cursor:pointer;
}	
	
.cont
{
	cursor:auto !important;
	text-decoration:none !important;
	/*width:100%;*/
}
.no_box_links
{
	font-size:small;
	color:#0157b6;
	text-align:right;
	margin:0 10px 3px 0;
}
a.sidelink:visited
{
	color:#0157b6;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	font-size:small;
}
a.sidelink:link
{
	color:#0157b6;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	font-size:small;
}
a.sidelink:visited
{
	color:#0157b6;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	font-size:small;
}
a.sidelink:hover
{
	text-decoration:underline;
}
a.sidelink:focus
{
	text-decoration:underline;
}
a.sidelink:active
{
	text-decoration:underline;
}
.block
{
	margin-top:15px;
}
.BigImg
{
	margin-right:5px;
	margin-left:19px;
}

.DescAndImg
{
	height:inherit;
	overflow:inherit;
	padding: 3px 7px 0;
	/*padding-right:7px;
	padding-bottom:2.5%;
	padding-top:12px;*/
	font-size:small;
	color:#4c5962;
}
* + html .DescAndImg
{
	padding-bottom:10px;
}
ul.info_sub_ul
{
	list-style-image:none;
	list-style-type:none;
	margin-right:5px;
}
ul.info
{
	list-style-image:none;
	list-style-type:none;
	/*background-color:White;*/
	font-weight:bold;
	margin:0 1px 1px 1px;
	padding:0 0 1px 0;
}
ul.info li
{
	padding:1px;
	display:block;
	margin:1px;
	background-color:#cadbe0;	
}
/.BudgetBodyClass ul.info li{ background-color: #E7F1F3;
	}*/
}
ul.info li span
{
	display:block;
	margin:0;
	padding:0;
	width:auto;
	outline: none;
	display:inline-block;
}

ul.info li span.selected
{
	background-color:#4f8596;
	display:block;
	margin:0;
	padding:0 7px 0 0;
	width:auto;
	outline: none;
}
ul.info li div.link-with-arrow:hover, ul.info li span.nav_image_link:hover

{
	background-color:#4f8596;
}
.OnYaadLink
{
	background-color:#4f8596;
}
ul.info li span a.info img
{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
ul.info li span a.info:hover img
{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	/*background-color:#4f8596;*/


}
a.info:link
{
	font-weight:bold;
	font-size:small;
	color:#4b5860;	
	text-decoration:none;
	margin:0;
	padding:0 7px 0 0;
	display:block;
	outline: none;
}
a.info:visited
{
	font-weight:bold;
	font-size:small;
	color:#4b5860;	
	text-decoration:none;
	margin:0;
	padding:0 7px 0 0;
	display:block;
	outline: none;
}
a.info:hover
{
	color:#fefdfd;
	background-color:#4F8596;
}
.BoxFooterLink
{
	/*
	padding-right:7px;
	text-align:right;*/
	padding-right:7px;
	padding-bottom:5px;text-align:right;
}
/*Banner Style*/
.BannerStyle
{
    text-align:center; 
	width:100%;
	padding: 2px;
}
.BannerStyle ul
{
      text-align:center;
      list-style-image:none;
	  list-style-type:none;
}
.BannerStyle ul li
{
      display:inline;      
      text-align:center;
      padding:0 15px; margin-bottom:0;
      vertical-align: bottom;
}
.BannerStyle a:link img { margin::0; padding:0; border-width:0;}
/*End Banner Style*/
/*Search Tender Style*/
.layout_content_style h3.ms-standardheader
{
	line-height:24px;
	width:90px;
}
.layout_content_style a.search:link,a.search:visited
{
	font-weight:bold;
	color:#0157B6 !important;	
	text-decoration:none;
	font-size:small;
}

.layout_content_style a.search:hover,a.search:focus,a.search:active
{
	text-decoration:underline;
}
.IMGBottomLink
{
	background-image:url('Images/Icons/two_arrows.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-top:12px;
	float:left;
	
	

}
a.BottomLink
{
	color:#0157B6;	
	text-decoration:none;
	font-size:small;
	font-weight:bold;
}
/*End Search Tender Style*/
div.wrapper
{		
	text-align: right;
	margin: 0 11px 11px 11px; 
	vertical-align: top;
	display: table;
	line-height: 120%;
}
div.wrapper div
{
	color:#4b5860; 
	font-size:small;
	vertical-align:top;
}
.wrapper a:link, .wrapper a:hover, .wrapper a:visited { color:#0157b6; }
.imgHolder, #ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichImageField { font-size: 1px; }
div.wrapper div img
{
	display:block !important;
	float:right;
	/*margin-right:7px;
	margin-left:7px;*/
	margin: 2px 0 0 11px;
}
/*:root*/ div.wrapper img
{
	display:inline-block;
}

.error
{
	color:red;
}
 
#CommonSubjects span
{
	margin:3px;
	padding:0;
	text-align:right;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
}
* html #CommonSubjects span { width:100%; display:inline}
* + html  #CommonSubjects span { width:100%; display:inline}
:root  #CommonSubjects span { width:100%;}

#CommonSubjects span.space_middle
{
	width:6%;
}
span.newsdate
{
	color:#4c5962 !important;
	font-size:80%;
}
a.ListStyle
{
	color:#0157b6;
	font-size:small;
}
.GoldArrowListStyle
{
	margin-top:6px;
	margin-left:7px;
}

.spacer
{
	height:17px;
}
.LinksSelectStyle
{
	color:#4c5962;
	max-width: 190px;	
}
.orange_dot_line
{
	background-image:url('Images/Pictures/dots_line.gif');
	background-repeat:repeat-x;
	height:2px;
}
.content_orange_dot_line
{
	background-image:url('Images/Pictures/dots_line.gif');
	background-repeat:repeat-x;
	height:2px;
	margin-top:15px;
}

.empty_no_title_box .layout_content_style
{
	text-align:right;
	margin:0 12px;
	padding-top:7px;
	font-size:small;
	color:#4B5860;
}
.empty_no_title_box .layout_content_style ul
{
	
	list-style-image:url('Images/Icons/arrow_gold.gif');
}
.empty_no_title_box .layout_content_style .ogen ul
{
	/*list-style-image:url('Images/Icons/bullet_new_form.gif');
	margin-right:15px;*/
}

.content_title
{
	color:#21317E;
	font-weight:bold;
	background-image:url('Images/Icons/bullet_new_form.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding:17px;
	display:block;
}
.diamondList {  }
.diamondList li { /* INHERITS PROPETIES FROM Div.Content ul.ListStyle li */
	list-style: none;
	list-style-image: none;
	background: url('Images/Icons/bullet_new_form.gif') 100% 6px no-repeat;
	color:#21317E;
	font-weight:bold;
	line-height: 125%;
	padding-right: 17px;
	margin-bottom: 10px;
}
.content_title_no_bullet
{
	color:#0157B6;
	font-weight:bold;
	padding:7px;
}
.table_triple_zone
{
	width:100%;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;

}
.table_triple_zone td
{
	vertical-align:top;
	height:100%;
	width:33%
}
.table_triple_zone td td td
{
	vertical-align:top;
	padding-right: 10px;
}
.TitleImg
{
	float:left;
	/*margin-top:-20px;
	margin-left:12px;
	margin: -37px 0 0 12px;*/
	margin: -30px 0 0 12px;
}
.OuterTemplateStyle
{
	text-align:right;
	padding-right:7px;
	line-height: 120%;
}
.OuterTemplateStyle span
{
	display:inline-block;
	vertical-align:middle;
}
.InlineList
{
	width: 45%;
}
.BudgetTableHorizontalSeparator
{
	background-image:url('Images/Icons/pixel_for_border.gif');
	background-repeat:repeat-x;
}
.BudgetTableThead
{
	text-align:right;
	font-size:small;
	color:#4c5962;
	padding-right:3px;
	font-weight:bold;
}
.BudgetTableTR
{
	background-color:#F1F6FA;
	text-align:right;
	font-size:small;
	color:#4c5962;
	padding-right:3px;
}
.BudgetTableTDSubject
{
	width:90%;
}
.BreadCrumbContent { /* breadcrumbs td  */
	padding: 2px 30px;
	vertical-align: middle;
}
.BreadCrumbContent, .BreadCrumbContent a { /* breadcrumbs text  */
	font-size:small;
	font-weight: normal;
	color:#1E586B;
	/*color:#446B77*/
}
.BreadCrumbCurrent { /* breadcrumbs current page  */
	font-weight: bold;
	color: #4f4f4f; }
#linkitem a
{
	font-size:small;
	color:#0157B6;
}
.Large_Img_Sites_Links
{
	text-align:right;
	color:#4b5860;
	font-size:small;
	padding:5px;	
}
.Large_Img_Sites_Links h2 { margin-top: 10px; }
.Large_Img_Sites_Links img.hp { width: 143px; height: 98px; padding-bottom: 10px; }
/*.SitesCollectorItem .Large_Img_Sites_Links img { width: auto; height: auto; padding-bottom: 5px; }*/
.Large_Img_Sites_Links a:link { display: inline-block; padding-left: 15px; background: url(images/icons/two_arrows.gif) 0 55% no-repeat; }
.Large_Img_Sites_Links h2 a:link { padding-left: 0; background: url(images/e.gif) 0 50% no-repeat; }
.Large_Img_Sites_Links ul
{
	list-style-image:url('Images/Icons/arrow_gold.gif');
	margin:17px 28px 0 11px;
}
.Large_Img_Sites_Links ul a
{
	font-size:small;
	color:#0157b6;
}

.sitesCollector { width: 100%; }
.SitesCollectorItem
{
	vertical-align:top !important;
	width: 50%;
	padding: 0 7px;
}
.SitesCollectorItem h2 { margin-bottom: 10px;}
.SitesCollectorItem img { margin: 0 0 0 10px;}

/* End Main Style */

/* Start NewsLeater View Style override */
#Tenders .ms-viewheadertr th
{
	background-color:#f1e7cc;
	color:#4c5962;
	font-weight:bold;
}
#Tenders .ms-summarystandardbody tbody tr td
{
	background-image:url('Images/Pictures/dots_line.gif');
	background-repeat:repeat-x;
}
#ThreeColums div.Colum
{
	margin:3px;
	padding:0;
	text-align:right;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
    width:45em;
}
* html #ThreeColums div.Colum { width:30%; display:inline}
* + html  #ThreeColums div.Colum { display:inline}
:root  #ThreeColums div.Colum { width:30%;}

.ShowLeftBorder
{
	background: url('Images/Information/separator_line_gray.gif') 0 50% no-repeat;
}
/* End NewsLeater View Style override */

/*Detail Link Style*/
.InDetail2ArrowGold
{
	display: block;
	display: -moz-inline-stack;
}
.InDetail2ArrowGold a { 
	display: inline-block;
	white-space: nowrap;
	padding-right: 13px;
	background: url('Images/Icons/2_brown_arrow.gif') 100% 50% no-repeat;
}
.InDetail2ArrowGold a:hover
{
	text-decoration:underline;
}
.InDetailGrayTextArrowGold
{
	background-image:url('Images/Icons/arrow_gold.gif');
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;	
	padding: 0 7px;
}
.InDetailGrayTextArrowGold a
{
	font-size:small;
	color:gray;
	text-decoration:none;
}
.InDetailGrayTextArrowGold a:hover
{
	text-decoration:underline;
}
.InDetailGrayText
{
	font-weight:bold;
}
.InDetailGrayText a
{
	font-size:small;
	color:gray;
	text-decoration:none;
}
.InDetailGrayText a:hover
{
	text-decoration:underline;
}

.TitleInDetailArrowBlue
{
	background-image:url('Images/Icons/arrow_next.gif');
	background-position:left;
	background-repeat:no-repeat;
}
.TitleInDetailArrowBlue a
{
	font-size:small;
	color:#0157b6;
	text-decoration:none;
	padding-right:12px;
}
.TitleInDetailArrowBlue a:hover
{
	text-decoration:underline;
}

.InDetailArrowBlue
{
	font-weight:bold;
	background-image:url('Images/Icons/two_arrows.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-right:12px;
}
.InDetailArrowBlue a
{
	font-size:small;
	color:#0157b6;
	text-decoration:none;
}
.InDetailArrowBlue a:hover
{
	text-decoration:underline;
}
.InDetail
{
	/*color:#21317E;*/
	font-weight:bold;
	background-image:url('Images/Icons/bullet_new_form.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding:17px;
}
.InDetail a
{
	font-size:small;
	color:#0157b6;
	text-decoration:none;
}
.InDetail a:hover
{
	text-decoration:underline;
}
/*End Detail Link Style*/

.ms-WPBody a:link, .ms-WPBody a:hover, .ms-WPBody a:visited {
	color:#0157B6;
}
.nav_image_link {
	height:0px;
}
.nav_image_link img
{
	position:relative;
	top:-9px;
	left:-135px;
	 *left: -50px;
	 *top:-4px;
	 #left: -50px;
	 #top:-4px;
}
.wph1style
{
    text-align:right;
	padding: 0 7px;
}

/* Tender Styles */
.tenderTbl {
	margin: 0 17px;
}
.tenderTbl td, .tenderTbl td td {
	vertical-align: top;
	white-space: nowrap;
}
.tenderName {
	padding: 0 0 18px 15px;
}
.tenderName #nameLbl {
	white-space: normal !important;
}
td.denderStatus { 
	text-align: left; 
	vertical-align: middle; 
}
td.denderStatus img { margin-right: 20px; }
#tenderRightCol { padding-left: 30px; }

.TitleImg img {
	padding-right: 7px;
	margin-right: 7px;
}
a.TitleLeftImg:link, a.TitleLeftImg:visited {
	font-weight:bold;
	color:#1e586b !important;
	text-decoration:none;
	font-size:small;
}
a.TitleLeftImg:hover, a.TitleLeftImg:focus, a.TitleLeftImg:active {
 	text-decoration:underline;
}
.ASC-4b5860 {
	font-weight:normal;
	font-size: small;	
	color:#4b5860 !important;
}
.ASC-896217 {
	font-weight:normal;
	font-size:small;	
	color:#896217 !important;
}
.ABSC-34434d {
	font-weight:bold !important;
	font-size:small;
	color:#34434d !important;
}
.ABSC-0b3645 {
	font-weight:bold;
	font-size:small;
	color:#0b3645 !important;
}
/*End Tender Styles */

.dots_line_gray, .dottedLine 
{
	background: transparent url('Images/Budget/dots_line_blue.gif') 0 100% repeat-x;
	height: 8px;
}
/*-- Yakov added for paging --*/
.pagingWrapper
{
	direction:rtl;
	width:auto;
	height:auto;
	/*color:#0157b6;*/
	font-size:small;
}

.paging
{
	margin-top:27px;
	margin-bottom:27px;
}

a.page-number:visited
{
	color:#0157b6;
	text-decoration:none;
}

a.page-number:link
{
	color:#0157b6;
	text-decoration:none;
}
a.page-number:focus
{
	color:orange;
}
a.page-number:active
{
	color:orange;
}
a.page-number:hover
{
	color:orange;
}
label.page-number
{
	color:orange;
	font-weight:bold;
}
.ImageNoBorder
{
	border-style:none;
}
.SearchImage
{
	margin:0 5px;
	border-style:none;
}
/*-- End Yakov added for paging --*/

a.Erorr
{
	color:#0157b6;
	text-decoration:none;
}
/*Paragraph Style*/
p.expression
{
	margin-right:12px;
	color:#4c5962;
}
p.Erorr
{
	color:#4b5860;
	padding-right:10px;
	margin-top:-15px;
}
.ms-vb2_Links{
	color:#4c5962;
	font-size:small;
	text-align:right;
}
.HadashBeOtzar td .ms-vb2
		{
			color:#4c5962;
			font-size:small;
			text-align:right;
			border-top:5px red dotted !important;
		}
.HadashBeOtzar tr .ms-alternating
{
	border:none;
}		
.BlueFont
{
		color:#4c5962;
		font-size:small;
}
.DescStyle
{
	color:#4B5860;
	font-weight:bold;
	font-size:small;
}
.TopicButtomZone
{
	background-color:aqua;
	clear:both;
}
.TopicButtomZone table
{
	
	clear:both;
}
/*End Paragraf Style*/

/* Right Nav Style */
.Nav
{
      width:152px;
      direction:rtl;
}
* + html .Nav  a
{
	 text-decoration:none/* !important*/;
     font-weight: bold;
     color:#4A514D !important;
}
* + html .Nav  a:hover
{
	/*color:white !important;*/
	text-decoration: underline;
}
* html .Nav  a
{
	 text-decoration:none/* !important*/;
     font-weight: bold;
     color:#4A514D !important;
}
* html .Nav  a:hover
{
	/*color:white !important;*/
	/*background-color: #4f8596 !important;*/
	text-decoration: underline;
}
.Nav li{
      list-style-image:none;
      list-style-type:none;
      padding: 0 1px;
}
.Nav li p {
      /*color:#4A514D;*/
      display:block;
      border: 1px solid #ffffff;
      border-width: 1px 1px 0 1px;
      padding: 3px 7px 5px;
      font-size:small;
      /*overflow:hidden;*/   
}
.Nav li p a:hover
{
      /*background-color: #4f8596; !important;*/
      text-decoration: underline;
}
.Nav li p a:active
{
      /*background-color:#cadbe0 !important;*/
      text-decoration: underline;
}
.openarrow, .closearrow
{
      background: url('Images/Sites/arrow_blue_open.gif') left bottom no-repeat;
      float:left;
      /*width:33px;*/
      width: 10px;
      outline:none;
      /*text-decoration:none;*/
}
.closearrow
{
      background: url('Images/Sites/arrow_blue_close.gif') left bottom no-repeat !important;
}
.ul_Nav1Level
{
      background-color:#cadbe0;
}
.ul_Nav2Level
{
       background-color:#cadbe0;
}
.ul_Nav3Level
{
      background-color:#EAEAEA;
}
.ul_Nav4Level
{
    /*background-color:#FFFFCC;  */
}
.Nav li p a:link
{
      text-decoration:none;
      font-weight: bold;
      color:#4A514D;
}
.Nav li p:hover a
{
    /*color:White;*/
	text-decoration: underline;
}
.Nav  li p a:active
{
      color:#4A514D;
}
.Nav li p.Nav1Level a
{
      font-weight:bold !important;
}
.Nav .Selected, .Nav .Selected a.closearrow 
{
	 background-color: #4f8596 !important;
	 color:white !important;	
	 font-weight:bold !important;
	 vertical-align: middle;
}
/*End Right-Nav Style*/

/*Default Classes*/
.ms-long
{
	width:250px;	
}
/*End Default Classes */


/***** WebParts classes *****/

/* Pages Catalog */
.pagesCatalog {
	width: 100%;
}
.pagesCatalog h3 {
	margin: 3px 9px;
	color: #4b5860;
}
.pagesCatalog td td {
	width: 50%;
	padding: 20px 10px;
	vertical-align: top;
}
.pagesCatalog h4 {
	background: url('Images/Icons/arrow_gold.gif') 100% 50% no-repeat;
	padding-right: 15px;
	color: #4b5860;
	color: #0157b6;
}
.pagesCatalog blockquote {
	margin: 3px 25px 12px 5px;
}

/* Tenders */
/*.statusImg, .status, .num, .name, .date */
table.tendersCatalog {
	width: 98%;
	margin: 8px auto 15px;
	/*background: url('Images/pictures/dots_line.gif') 0 0 repeat-x;-*/
}
.tendersCatalog td {
	padding: 3px 5px;
	vertical-align: top; 
}
.tendersCatalog .statusImg {
	display: none;
	white-space: nowrap;
}
.tendersCatalog .num {
	white-space: nowrap;
}
.tendersCatalog .num, .tendersCatalog .date {
	text-align: center;
	color:#4c5962;
}
.tendersCatalog td { color: #4c5962; } /* sets gray color for mozilla act. */

.tendersCatalog th {
	background-color:#f6e9cf;
	color:#4c5962;
	font-size:small;
	white-space: nowrap;
	padding: 3px 5px;
}
.tendersCatalog /*.OrangerLine*/ td
{
	background: url('Images/pictures/dots_line.gif') 100% 100% repeat-x;
	padding: 5px 0;
}
.StatusNewGreen, .StatusActiveBlue, .StatusClosedRed {
	text-align: right; 
}
.StatusUpdateBlack
{
	color:black;
}
.StatusNewGreen
{
	color:green;
}
.StatusActiveBlue
{
	color:blue;
}
.StatusClosedRed
{
	color:red;
}

/* Site Map */
table.siteMapBox {
	margin-bottom: 30px;
	color: #4b5860 !important;
	width: 100%;
}
.siteMapBox div.graybox { margin-bottom: 12px; }
.siteMapBox div.box { /*margin-bottom: 6px; */}
/*.siteMapBox .Content { border: 1px solid blue;}*/
table.siteMapBox table { width: 100%; }
.siteMapBox td { vertical-align: top !important; }
.siteMapBox h1 { padding: 5px 10px 0 0; }
.siteMapBox h1 a { 
	color: #4b5860 !important;
	font-size: 110%; }
.siteMapBox ul { margin-bottom: 10px; }
.siteMapL1 { margin: 15px 13px 15px 0; }
.siteMapL2 { margin-right: 13px; }
.siteMapL1 li, .siteMapL2 li { 
	line-height: 150%; 
	list-style: none;
	padding-right: 10px;
}
.siteMapL1 li { /* First Laevel */
	background: url('Images/Icons/arrow_gold.gif') 100% 7px no-repeat;
}

.siteMapL2 li { /* Second and up Level */
	background: url('Images/Icons/arrow_next.gif') 100% 7px no-repeat;	
}

#pageContent .ms-PartSpacingVertical { height:14px; }
.doble_zone_table_separator { width: 19px; }
#doble_zone_table td { vertical-align:top; width:48%;}
#doble_zone_table td.doble_zone_table_separator { width:3%;}
.SitesCollection { padding:12px; }
.SampleSitesLink  { padding-right:12px; }
.RTL { text-align: right; }
.GoldArrowInlineList
{
	
}
.GoldArrowInlineList td {
	text-align:right;
	font-size: 1px;
	height: 1px;
}
.GoldArrowInlineListItem
{
	vertical-align:top;
	width:50%;
	padding-left:15px;
	font-size: small !important;           
}

.rightnav .box
{
	margin-bottom:20px;		
}
.Links_And_Image
{
	padding-right:3px;
	padding-top:7px;
	display: table;
}
.Links_And_Image a.ArrowGoldLink
{
	background-image:url('Images/Icons/arrow_gold.gif');
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	margin-right:10px;
	padding-bottom:3px;
	padding-right:9px;
	width:87%;
	
}
.Links_And_Image a.ImgArrowGoldLink IMG
{
	margin-right:2px;

}
.dots_line_blue
{
	background-image:url('Images/Budget/dots_line_blue.gif');
	background-repeat:repeat-x;
	height:1px;
	margin-top:7px;
	width:97%;

}
:root .dots_line_blue
{
	margin-bottom:8px;
}
.Links_And_Image .ms-PartSpacingVertical
{
	display:none;
}
.Links_And_Image ul.ArrowGoldList
{
	margin-top:-2px;
}
:root .Links_And_Image ul.ArrowGoldList
{
	margin-top:7px;
}


.ExtraLink
{
	padding-right:7px;
	text-align:right;
	
}

.BackToSite
{
            background: url('Images/Icons/arrow_next.gif') 0 60% no-repeat;
            float:left;
            margin: -31px 0 0 12px;
}
.BackToSite a
{
            font-size:small;
            color:#0157b6;
            text-decoration:none;
            padding: 0 12px;
            /*font-weight:bold;*/
}
.BackToSite a:hover
{
            text-decoration:underline;
}
#MSOZoneCell_WebPartWPQ5 .ms-PartSpacingVertical { /* sets space under mof mainpage banners */
	font-size: 1px; 
	height: 5px;
}
.box_space
{
	margin-bottom:27px;	
}
.DescriptionBox
{
	color:#4b5860; 
	font-size:small;
	vertical-align:top;
	text-align: right;
	margin: 0 11px 11px 11px; 
	vertical-align: top;

}
.DescriptionBox h2.Gray
{
	margin-bottom:12px;
}
.DescriptionBox Img
{
	margin: 2px 0 0 11px;
}
.DescriptionBox a:link, .DescriptionBox a:hover, .DescriptionBox a:visited { color:#0157b6; }
.DescriptionBox .InDetail2ArrowGold a { 
	display: inline-block;
	white-space: nowrap;
	padding-right: 5px;
	padding-left:18px;
	padding-top:8px;
	background: url('Images/Icons/2_brown_arrow.gif') 0% 75% no-repeat;
}
.TopInDetailArrowBlue
{
	background-image:url('Images/Icons/arrow_next.gif');
	background-position:0% 75%;
	background-repeat:no-repeat;
	float:left;
	margin-top:-32px;
	margin-left:12px;
	padding-left:12px;
	
}
.TopInDetailArrowBlue a
{
	font-size:small;
	color:#0157b6;
	text-decoration:none;
	font-weight:bold;
	

}
.TopInDetailArrowBlue a:hover
{
	text-decoration:underline;
}
h2.blue_title_inside
{
	font-size:small;
	/*color:#0157b6;*//*#4b5860;*/
}

/* Yulia 1.2.2009 */
.ZonesTable table.MainZonesTable td table
{
	margin:5px 0 13px 0;
                
}
.DoubleZonesTable
{
	margin:0;
	padding:0;
}
.ZonesTable table.MainZonesTable table.DoubleZonesTable td.separator
{
	width:19px;
	/*line-height:1px;*/
	border: 0;
}
.TripleZonesTable
{
                margin:0;
                padding:0;
}
.ZonesTable table.MainZonesTable table.TripleZonesTable td.separator
{
                width:12px;
                /*line-height:1px;*/
                border:0;
}
.ZonesTable table.MainZonesTable table.TripleZonesTable td
{
                width:32%;
}
/* End - Yulia 1.2.2009 */

.TripleZonesTable td { vertical-align: top !important;  } 
.TripleZonesTable td.separator { background: url('Images/AudenceDesc/separator.gif') 100% 50% no-repeat; } 
.TripleZonesTable .ShowLeftBorder { background: url('') 100% 50% no-repeat; } 
.AccessBigBtnImg
{
                border-style: none;
                border-color: inherit;
                border-width: 0;
                background-image:url('/Style Library/Images/TopMenu/icon_a_big.gif');
                width:19px;
                height:18px;
                border:0;
                vertical-align:middle;
                cursor:default;
}
.AccessBigBtnImgOver
{
                border-style: none;
                border-color: inherit;
                border-width: 0;
                background-image:url('/Style Library/Images/TopMenu/icon_a_big_over.gif');
                width:19px;
                height:18px;
                border:0;
                vertical-align:middle;
                cursor:pointer;

}
.AccessSmallBtnImg
{
                border-style: none;
                border-color: inherit;
                border-width: 0;
                background-image:url('/Style Library/Images/TopMenu/icon_a.gif');
                background-repeat:no-repeat;
                width:14px;
                height:18px;
                border:0;
                vertical-align:middle;
                cursor:default;
}
.AccessSmallBtnImgOver
{
                border-style: none;
                border-color: inherit;
                border-width: 0;
                background-image:url('/Style Library/Images/TopMenu/icon_a_over.gif');
                background-repeat:no-repeat;
                width:14px;
                height:18px;
                border:0;
                vertical-align:middle;
                cursor:pointer;
}

/* LinksListOneCol is in use on mainpage left pannel - twitter atc. links */
/*#LinksListOneCol { width: 100%; }*/
#LinksListOneCol span { display: block; height: 36px; margin-bottom: 8px; /*vertical-align: middle !important; padding: 0;*/ }
#LinksListOneCol a:link, #LinksListOneCol a:visited, #LinksListOneCol a:hover, #LinksListOneCol a:active {
 display: inline-block; margin-top: 10px; }
#LinksListOneCol img { margin: 0 0 0 8px; float: right; /*display: inline-block; display:-moz-inline-stack;*/}

/*** mof.gov.il/info/pages/info.aspx ***/
.Content #tabularData h2, .Content #tabularData h3, .Content #tabularData th, .Content #tabularData td { color: #4b5860 !important; }
.Content #tabularData { padding: 0 20px; }
#tabularData h2 { font-size: 120%; }
#tabularData h3 { font-size: 110%; margin: 15px 0 5px 0; }
#tabularData table { width: 75%; margin-bottom: 10px; border-collapse: collapse; background: url('Images/Budget/dots_line_blue.gif') 0 100% repeat-x; }
#tabularData table th { width: 50%; padding: 3px; background: #e0edf3 url('Images/Budget/dots_line_blue.gif') 0 0 repeat-x; }
#tabularData table td { padding: 3px; background: url('Images/Budget/dots_line_blue.gif') 0 0 repeat-x; }

