﻿
/*Body Style*/
	body 
	{
		font-family:Arial;
		font-size:12px;
		direction:ltr;
		background-image:url(Images/body_bg.jpg);
		background-color:white;
	}
	
/*Horizontal Line*/
	hr
	{
		height:1px;
		border:solid 1px Silver;
	}

/*List Item Style*/
	li
	{
		margin-bottom:5px;
	}

/*Headers Style*/
    h6
	{
	    margin:0px;
		font-size:13px;
		font-weight:bolder;
		color:#006699;
	}
	h5
	{
		margin:0px;
		font-size:13px;
		font-weight:bolder;
		color:#006699;
		text-decoration:underline;
		
	}
	
	h4
	{
		margin:0px;
		font-size:15px;
	}

	h3
	{
		font-size:16px;
	}

	h2
	{
		font-size:18px;
	}
	h1
	{
		font-size:22px;
	}
/*Hyperlinks Style*/

	a:link
	{
		color:#006699;
		text-decoration:none;
	}

	a:active
	{
		color:#006699;
		text-decoration:none;
	}

	a:visited
	{
		color:#006699;
		text-decoration:none;
	}

	a:hover
	{
		color:Blue;
		
	}


/*Containers Style*/
	#page
	{		
		margin:auto;
		width:800px;
		margin-top:-25px;
	}

	#mid_header
	{
		background-image:url(Images/E/header_bg_06.png);
		background-repeat:no-repeat;		
	}


	#wrapper
	{
		clear:both;
		border-left: solid 3px Silver;
		border-right:solid 3px Silver;
	}

	#menu
	{		
		float:left;
		background-color:White;
		margin-left:13px;
	}

	#menu a:link
	{
		color:Black;
		text-decoration:none;
	}

	#menu a:active
	{
		color:Black;
		text-decoration:none;
	}

	#menu a:visited
	{
		color:Black;
		text-decoration:none;
	}

	#menu a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}

	#content
	{		
		padding-right:20px;
		padding-left:10px;
		float:right;
		min-height:600px;
		border-left:dotted 1px Silver;
		border-right:dotted 1px Silver;
		color:#000000;
	}

	.splitter
	{
		clear:both;
		visibility:hidden;
	}

	#footer
	{
		height:70px;
		clear:both;
		background-image:url('Images/footer_bg.png'); 
		background-repeat:no-repeat;
		text-align:center;
		color:#006699;
		padding-top:10px;		
	}
	
	.footer-link
	{
		margin-right:2px;
		margin-left:2px;
		font-weight:bold;
	}

/*Header Menu Style*/

	#header-menu
	{
		float:left;
		margin-top:0px;
		margin-left:3px;
		padding:10px;
		width:800px;
		height:20px;
		font-size:14px;
		font-weight:lighter;
	}
	
	#header-menu-heb
	{
	    text-align:right;		    	
	    direction:rtl;   	    
		margin-top:0px;
		margin-right:3px;
		padding:10px;
		width:800px;
		height:20px;
		font-size:14px;
		font-weight:lighter;
	}

	#header-menu a:link
	{
		color: white;
		text-decoration:none;
	}

	#header-menu a:active
	{
		color:#006699;
		text-decoration:none;
	}

	#header-menu a:visited
	{
		color:white;
		text-decoration:none;
	}

	#header-menu a:hover
	{	          
		color:#006699;
		text-decoration:none;
	}
     
    #header-menu-heb a:link
	{
		color: white;
		text-decoration:none;
	}

	#header-menu-heb a:active
	{
		color:#006699;
		text-decoration:none;
	}

	#header-menu-heb a:visited
	{
		color:white;
		text-decoration:none;
	}

	#header-menu-heb a:hover
	{	          
		color:#006699;
		text-decoration:none;
	}
/*Language Bar*/
	.language-bar
	{
		float:right;
		margin-right:30px;
		margin-top:40px;
		color:Silver;
	}

/*Right Menu List Style*/

	.right-menu-list
	{
		display:block;
		list-style-image:url(Images/list.png);		
	}
	
/*Site Headline*/
	#site-headline
	{
		float:left;
		margin-top:15px;
		margin-left:140px;
	/*	height:52px;*/
	}
	
/*Top Banner*/
	#top-banner
	{
		float:left;
/*		margin-top:5px;*/
/*		margin-left:6px;*/
	}

/*Div Buttons Style*/

	 .linkdiv
        {
            
               text-align:center;
               height:36px;
              padding-top:10px;
               padding-left:10px;
               padding-right:10px;
                margin-left:-1px;
            /*  border:solid 1px #aeaeae;
               background-color:#f6f6f6;*/
               background-image:url(Images/tabbg.png);               
               background-repeat:no-repeat;
               font-size:12px;  
               color:White;             
        }
    .Buttondiv
        {            
               text-align:center;
               height:36px;
              padding-top:10px;
               padding-left:10px;
               padding-right:10px;
                margin-left:-1px;
            /*  border:solid 1px #aeaeae;
               background-color:#f6f6f6;*/
               background-image:url(Images/button_Big.png);               
               background-repeat:no-repeat;
               font-size:12px;  
               color:White;             
        }
        .linkdivselected
        {           
             
               text-align:center;
               height:36px;
               padding-top:10px;
               padding-left:10px;
               padding-right:10px;
               margin-left:-1px;
           /*    border:solid 1px #aeaeae;
               border-top:solid 2px #1da6ff;
               border-bottom:none;
               background-color:White;*/
               background-image:url(Images/tabbg2.png);
               background-repeat:no-repeat;
               font-size:12px;     
               color:#006699;          
        }


	.submitdiv
	{
		text-align:center;
		width:100px;
		height:20px;
		padding-top:5px;
		border:solid 1px #aeaeae;
		background-color:#f6f6f6;
		font-size:14px;
		font-weight:bold;
	}

	.submitdivselected
	{
		text-align:center;
		width:100px;
		height:20px;
		padding-top:5px;
		border:solid 1px #aeaeae;
		border-top:solid 2px #1da6ff;
		font-size:14px;
		font-weight:bold;
	}

/*Form Style*/

	.form-table
	{
		width:100%;
	}
	
	.form-table td
	{
		padding:3px;
	}

	.form-table input
	{
		font-family:Arial;
		color:Black;
		font-style:italic;
		width:200px;
	}

	.form-table a:link
	{
		color:Black;
		text-decoration:none;
	}

	.form-table a:active
	{
		color:Black;
		text-decoration:none;
	}

	.form-table a:visited
	{
		color:Black;
		text-decoration:none;
	}

	.form-table a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}


	.contact-text
	{
		font-family:Arial;
		color:Black;
		font-size:12px;
		font-style:italic;
		width:200px;
	}


/*Text Containers Style*/

	/*Content Blocks Style*/
	
	.text-block
	{
		padding:10px;
		background-color:White;
		margin-bottom:10px;
	}
	
	.main-text-block-right
	{
		
		width:410px;
		clear:left;
		padding:10px;
		background-color:White;
		margin-bottom:10px;
	}
	.main-text-block-right-Heb
	{
	    text-align:right;		
	    direction:rtl;
	 	
		width:410px;
		clear:right;
		padding:10px;
		background-color:White;
		margin-bottom:10px;

	}
	
	.main-text-block-left
	{
    	width:176px; 
		float:left;
		clear:left;
		/*background-color:#f0f6ff;*/
		padding:5px;
		margin-bottom:10px;
	}
	
	.main-text-block-left-Heb
	{
	    text-align:right;		
	    direction:rtl;
    	width:176px; 
		float:right;
		clear:right;
		/*background-color:#f0f6ff;*/
		padding:5px;
		margin-bottom:10px;
	}

	/*Content Titles Style*/

	.main-text-header
	{
		background-image:url(Images/maintextheader.jpg);		
		height:20px;
		margin:-2px;
		margin-bottom:10px;
		padding-top:4px;
		padding-left:2px;
		color:#006699;
	}
	
	.main-text-header a:link
	{
		color:#006699;
		text-decoration: underline;
	}
	
		.main-text-header a:active
	{
		color:#006699;
		text-decoration: underline;
	}
	
		.main-text-header a:visited
	{
		color:#006699;
		text-decoration: underline;
	}
	
		.main-text-header a:hover
	{
		color:#006699;
	}

/*Registration*/

	.registration-icon
	{
		text-align:center;
		float:left;
		width:100px;
		margin-left:10px;
		cursor:pointer;
	}

	.thanks-block
	{
		margin:20px;
	}

	.thanks-image
	{
		margin:20px;
		float:left;
		margin-bottom:300px;
	}

/*Call For Paper*/
    .button
    {
        font-family:arial;
        padding:3px;
        border:solid 1px #a2c5ed;
        background-color:#e4f1ff;
        width:300px;
    }
    .button-pressed
    {
        font-family:arial;
        padding:3px;
        border:solid 1px #a2c5ed;
        background-color:#a2c5ed;
        width:300px;
    }
    
    /*News Scroll*/
     #marqueecontainer{
        position: relative;
        width: 160px; /*marquee width */
        height: 120px; /*marquee height */
/*        border: #FFFFCC;*/
        border-style:none;
        overflow: hidden;
        padding: 2px;
        padding-left: 4px;
        font-size:small;
     }