@charset "iso-8859-1";
/* CSS Document */

/*div {
border: 1px dashed #ccc;
*/
}

.testByShimon {
	background-color: #FFFF66;
	height: auto;
	width: auto;
	border: thin dotted #3300CC;
	color: #993333;
	padding: 2;
	margin-right: 2px;
	margin-left: 2px;
	margin: 10;
}


.style2	/* Green background header Stands for ??? ???? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	color:#FFFFFF;
	font-style:normal;
	background-color: #009900
}

.style3  /* Red background header Stands for ??? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	color:#FFFFFF;
	font-style:normal;
	background-color: #FF0000
}

.style4  /* 2 lines background header Stands for ?????? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bolder;
	color:#2c2c2c;
	font-style:normal;
	text-decoration: underline overline;
}
.style5  /* Gray Bold background header Stands for ???? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5c5c5c;
	font-style:normal
}
p.style9
{
margin:10px 15px 10px 15px;
font-size: 1.3em;
font-style:italic
width:auto;
border:1px #d46803;
border-width:thick;
padding: 5px;
border-style:solid;
}
p.style9:first-line
{
margin: 2px;
padding: 0px 2px;
font-size: 1.2em;
text-align:right;
color: #fff;
background-image:url(http://www.winflow.net/css/HeaderOrange.jpg);
background-position:top;

/*background: #f00;*/
}
.style9
{
margin:10px 15px 10px 15px;
font-size: 1.3em;
font-style:italic
width:auto;
border:1px #d46803;
border-width:thick;
padding: 5px;
border-style:solid;
}
.style9:first-line
{
margin: 2px;
padding: 0px 2px;
font-size: 1.2em;
text-align:right;
color: #fff;
background-image:url(http://www.winflow.net/css/HeaderOrange.jpg);
background-position:top;

/*background: #f00;*/
}



.TMfade{
	background-image:url(From1.jpg);
	padding-right: 80;
	padding-left: 4;
	padding-top:4;
	padding-bottom:4;
	margin-right:0;
	margin-left:1;
	margin-bottom:84;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	font-style: italic;
	background-repeat: no-repeat;
}

.ArticleWriter{
	background-image: url(Froml.jpg);
	table-layout:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	text-indent: 1px;
	border-top-color: #FFFFFF;
	width: auto;
	height: auto;
	float: right;
	visibility: visible;
}

/* This is a box style for special messages */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url("http://www.winflow.net/css/demoboxB.jpg") no-repeat bottom right; 
} 
.cssbox { 
    width: 335px !important; /* intended total box width - padding-right(next) */
    width: 320px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 30px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0 15px 30px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%;
	color: #0000CC;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
}




.article {
}
.articleHeader {
	width: 533px;
	height: 102px;
	background: transparent url("http://www.winflow.net/css/articleHeader.jpg") no-repeat bottom right;
}
.articleHeader H2 {
	background-position: top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 22px 5px 30px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%;
	color: #006600;
	height:auto;
}
.articleHeader H5 {

	font-size:16px;
	font-weight:bold;
	border-bottom-style:dashed;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 0px 22px 10px 0px; /* padding-left = image gap + interior padding ... no padding-right */
	color: #666666
}
.articleBody H3 {
	font-size:19px;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding-right: 14px;
	padding-top:15px;
	padding-left:10px;
	color:#FFFFFF;
}

.articleBody {
	/*padding: 25px 22px 22px 30px;*/
/*    margin-right: 25px; /* interior-padding right */ 
	/*background: transparent url("http://www.winflow.net/css/ArticleBody.jpg") no-repeat /*bottom right*/;
	width: 533px;/*background-image: */
	
}
.articleBody P {
/*font-family:"Times New Roman", Times, serif;*/
background-image: ("http://www.winflow.net/css/articleBackground.jpg");
font-size:14px;
padding-right: 14px;
padding-top:15px;
padding-left:10px;
}
.RegularArticleText {
font-size:13px;
color:#000000;
font-weight:400;
}
.PTitle {
BACKGROUND-IMAGE: url(http://www.perot.org.il/main/bg_title_main.jpg);
WIDTH: 530px; 
HEIGHT: 20px;
align=right;
FONT-SIZE: 13px;
color=#5b5454;
font-weight:bolder;
}

.PHeader1 {
font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0033FF;
font-weight:bold;
}

.PHeader2 {
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}

.PHeader3 {
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#666666;
}


* p a {
font-size:1em;
font-weight:bold;
padding: 0em .5em;
color:#0000FF;
text-decoration:none;
color:#0000FF;
}

* p a:hover {
text-decoration:none;
/*color:#fff;*/
color: white;
border:medium;
border-color:#FF0000;
background-color:#666666;
outline:#FF00FF;
}
/***************** Style for Alon Hanotea **************************/
#alon
{
min-height: 650px;
/*height: 750;*/
}
#alon h1
{
padding: 100px 10px 0 10px;
color:#FF9933;
}

#alon h2
{
color:#FFFFFF;
padding: 5px 20px;
background-color:#009933;
width:480px;
}

#alon ul
{
list-style-type:none;
line-height: 16px;
padding: 5px 5px 20px 5px;

}

#alon ul li
{
background: #FFFFCC url(www.perot.org.il/Alon/Shine.png) repeat-x 0 50%;
list-style-type:none;
margin:5px;
padding:2px 10px;
border:2px solid #333;
/*width: 160px;*/
width:475px;
font:bold 12px Arial, Helvetica, sans-serif;
/*background-color:#FFFFCC;*/
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

#alon ul li:hover
{
background-color:#66FF00;
}

#alon ul li a
{
color:#3300FF;

}


#alon ul li a:visited
{
color:#3300FF;
}
#alon ul li a:hover
{
color:#CC0000;

}


/************* Drop shadows section ******************************/

.img-shadow {
	float:left;
	background: url(http://www.winflow.net/DropShadows/images/shadowAlpha.png) no-repeat right bottom !important;
	background: url(http://www.winflow.net/DropShadows/images/shadow.gif) no-repeat right bottom;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow:after
{
	clear:both;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/***************** Paragraph shadows ***************/
.p-shadow {
	width: 70%;
	float:left;
	background: url(http://www.winflow.net/DropShadows/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://www.winflow.net/DropShadows/images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 5px 10px !important;
	margin: 10px 5px 5px 5px;
	}


.p-shadow div {
	background: none !important;
	background: url(http://www.winflow.net/DropShadows/images/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
	}

.p-shadow p {
	color:#333333;
	background-color: #fff;
	font: italic 1.5em georgia, serif;
	border: 3px solid  #999999;
	padding: 8px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
	}
}