/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif) repeat-x;
}
h1,h2,h3 {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
}
h1 {
	font-size: 16px;
	color: #0e2c5d;
	padding: 0;
	padding-bottom: 1px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0e2c5d;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
form { 
	margin: 0px; 
	padding: 0px; 
}
input, select, textarea {
	font-size: 12px;
	font-family: arial;
}
a:link, a:active, a:visited {
	color: #253064;
	text-decoration: none;
}
a:hover {
	color: #5f6fa2;
}
.pointer {
	clear:  both;
}
img {
	border: none;
}
/* pattern */

/* common features */
.floatL { float: left; }
.floatR { float: right; }
.bold { font-weight: bold; }
.avGreen { color: #228855; }
.avRed { color: #ff0000; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font22 { font-size: 22px; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.gray { color: #6a6a6a; }
.full100 { width: 100%; }
.paddingL5 { padding-left: 5px; }
.paddingR5 { padding-right: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingR10 { padding-right: 10px; }
.marginL5 { margin-left: 5px; }
.marginL10 { margin-left: 10px; }
.marginR5 { margin-right: 5px; }
.marginR10 { margin-right: 10px; }
.noline { text-decoration: none; }
.grey { color: #666; }
.white a:link {
	color: #fff;
}
.white a:active {
	color: #fff;
}
.white a:visited {
	color: #fff;
}
.white a:hover {
	color: #fff;
	text-decoration: underline;
}
.black a:link {
	color: #000;
}
.black a:active {
	color: #000;
}
.black a:visited {
	color: #000;
}
.black a:hover {
	color: #0000ff;
	text-decoration: underline;
}
/* website */
/* home  hebrew */
.mainText {
	background-color: #fff;
	text-align: right;
	width: 612px;
	padding: 10px;
	padding-right: 20px;
	font-size: 12px;
	vertical-align: top;
}
.homeTbl td {
	font-size: 12px;
	font-family: arial;
	color: #808080;
	vertical-align: top;
}
.homeTbl .homeTblBlue { 
	color: #0e2c5d; 
	font-weight: bold;
	padding-top: 5px;
}
/* home  english */
.mainTextEng {
	background-color: #fff;
	text-align: left;
	direction: ltr;
	width: 612px;
	padding: 10px;
	padding-left: 20px;
	font-size: 12px;
	vertical-align: top;
}
.homeTblEng  td {
	font-size: 12px;
	font-family: arial;
	color: #808080;
	vertical-align: top;
}
.homeTblEng .homeTblBlue { 
	color: #0e2c5d; 
	font-weight: bold;
	padding-top: 5px;
}
/* newsletter */
#news {
	width: 600px;
	margin: auto;
}
#newsLetterTitle {
	width: 540px;
	padding: 5px 30px 5px 30px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: url(http://ariel.drp.co.il/itg2/images/toptitle.jpg);
}
#newsLetterMain {
	width: 600px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#newsLetterContent {
	width: 380px;
	padding: 5px;
	color: #808080;
	font-size: 11px;
	line-height: 18px;
}
#newsLetterMenu {
	width: 203px;
	padding: 2px;
	background-image: url(http://ariel.drp.co.il/israeltg/images/rbg.gif);
	background-repeat: repeat-y;
}
#newsLetterMenuAr {
	width: 203px;
	padding: 2px;

}
#newsLetterMenuHeb {
	width: 203px;
	padding: 2px;
	background: #eee;
}
#newsLetterMenu .newsLetterPicAlt {
	font-size: 11px;
	color: #272727;
}
#newsLetterTtl {
	width: 600px;
	background-color: #0e2c5d;
	color: #fff;
	font-size: 14px;
}
#newsLetterTtl h1{
	color: #fff;
	font-size: 14px;
	font-family: arial;
	font-weight: none;
	padding: 2px;
}
.newsLetterMainList {
	width: 360px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#newsLetterMainContent {
	width: 290px;
	color: #333;
	font-size: 12px;
}
.btmLinks {
	 font-family: arial; 
	 background-color: #0E2C5D; 
	 color: #fff; 
	 font-size:12px; 
	 text-align:center;
}
#btmbtm a:link {
	color: #fff;
}
#btmbtm a:active {
	color: #fff;
}
#btmbtm a:visited {
	color: #fff;
}
#btmbtm a:hover {
	color: #fff;
	text-decoration: underline;
}
.nav {
	width: 156px;
	padding: 5px;
	font-weight: bold;
	height: 13px;
}
.menuoff {
	background: url(images/nav3.jpg);
}
.menuon {
	background: url(images/nav3b.jpg);
	color: #182f50;
}
#toptop {
	margin:0 auto; 
	width: 600px;
	text-align: center; 
	color: #000;
	font-weight: bold;
}
#toptop a {
	color: #000;
	font-weight: bold;
}
#toptop a:hover {
	color: #516bc0;
}	
#btmbtm {
	margin:0 auto; 
	width: 560px; 
	text-align: center; 
	padding:20px; 
	color: #fff;
	font-weight: bold;
	background: url(http://ariel.drp.co.il/itg2/images/btm.jpg) no-repeat;
}
#btmbtm a {
	color: #fff;
	font-weight: bold;
	
}