	/*###################################################################################
	#								COPYRIGHTS											#
	#																					#
	#		Cybertechnics Systems Limited - v12 universal ebusiness system				#
	#		www.myv12.com																#
	#																					#
	#-----------------------------------------------------------------------------------#
	#								FILE DESCRIPTION									#
	#																					#
	#		main css file																#
	#																					#
	#-----------------------------------------------------------------------------------#
	#								AUTHOR												#
	#																					#
	#		author:			 v12 team													#
	#		date created:																#
	#																					#
	#-----------------------------------------------------------------------------------#
	#						FILE HISTORY - MODIFICATIONS								#
	#																					#
	#		modified by: 	viktor - 201009												#
	#		code modified:	added the "NORMAL" link							 			#
	#		modified by: 	istvan - 171109												#
	#		code modified:	I changed the search section's position and size. 			#
	#		modified by: 	istvan - 301109												#
	#		code modified:	I created the twitter section under newsletter sign up, and #
	#						I added 2 applications(Printable Version, Email to a Friend)# 
	#						under this section.											#
	#-----------------------------------------------------------------------------------#
	#							REQUIREMENTS AND LOCATION								#
	#																					#
	#		location of this file:	[v12 root]/websites/rlnyh/style						#
	#																					#
	#		required variables:		-													#
	#																					#
	###################################################################################*/

		/* BROSER COMP. PART - START */
		html,body,form{
			margin: 0;
			padding: 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		}
		/* Neutralize styling:
		   Elements with a vertical margin: */
		h1, h2, h3, h4, h5, h6, p, pre,
		blockquote, ul, ol, dl, address {
			margin: 0em 0;
			padding: 0;
		}
		/* Apply left margin:
		   Only to the few elements that need it: */
		li, dd, blockquote {
			margin-left: 0em;
		}
		/* Miscellaneous conveniences: */
		form label {
			cursor: pointer;
		}
		/* Form field text-scaling */
		input, select, textarea {
			font-size: 100%;
		}



	.reg_panel{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:0px; margin:0px;
		color:#333333;
	}
	.reg_panel tr td a.link_text{
		text-decoration:none;
		color:#333333;
	}
	.reg_panel tr td a.link_text:hover{
		text-decoration:none;
		color:#00CC66;
	}
	.reg_panel tr td a.link_text:visited{
		text-decoration:none;
		color:#333333;
	}
	
	.languo_panel{
		width:279px;
		z-index:300;
		border:1px solid #e6e6e6;
		background-color:#f2f2f2;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:5px;
	}
	.languo_panel th{
		color:#033359;
		font-size:13px;
		font-weight:bolder; text-align:left;
		padding:10px 0px 15px 0px;
	}
	.languo_panel td{
		padding:0px 0px 15px 0px;
	}
	.languo_panel td a,a:visited{
		font-size:12px;
		color:#000000;
		text-decoration:none;
	}
	.languo_panel td a:hover{
		color:#00CC66;
	}
	.languo_panel h3{
		color:#033359;
		font-size:13px;
		font-weight:bolder; text-align:left;
		padding:10px 0px 10px 0px;
		position:relative; padding-left:8px;
	}


	.clouds_panel{
		width:279px;
		z-index:300;
		border:1px solid #e6e6e6;
		background-color:#f2f2f2;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:5px;
	}
	.clouds_panel p{
		color:#000000; font-size:12px;
		line-height:20px; position:relative; padding-left:8px; padding-bottom:10px;
	}
	.clouds_panel h3{
		color:#033359;
		font-size:13px;
		font-weight:bolder; text-align:left;
		padding:10px 0px 10px 0px;
		position:relative; padding-left:8px;
	}
	.clouds_panel p a{
		font-size:14px;
		font-weight:bold; color:#999999; text-decoration:none;
	}
	.clouds_panel p a:hover{
		color:#00CC66;
	}
	.clouds_panel p a.normal_link{
		font-size:12px;
		color:#000000; text-decoration:none; font-weight:normal;
	}
	.clouds_panel p a.normal_link:hover{
		color:#00CC66;
	}
	.clouds_panel p a.big_link{
		font-size:12px;
		color:#000000; text-decoration:none; font-weight:bold;
	}
	.clouds_panel p a.big_link:hover{
		color:#00CC66;
	}
	.clouds_panel p a.bigger_link{
		font-size:14px;
		color:#000000; text-decoration:none; font-weight:bold;
	}
	.clouds_panel p a.bigger_link:hover{
		color:#00CC66;
	}
	#languo_search{
		height:30px;
		width:290px;
		z-index:300;
	}
	#languo_search input{
		height:13px;
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		width:115px;
		border:1px solid #a6a6a6;
		padding:2px 5px;
	}
	#languo_search .search_destination{
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		border:1px solid #a6a6a6;
		height:19px;
		width:120px;
	}
	
	
	#languo_search img{
		position:relative;
		top:5px;
	}
	
/* main menu section */	
	a.menu_system{
		font-family       : Arial;
		font-weight       : bold;
		color             : #0e335f;
      		background-color  : #e5e1e2;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 8px;
      		padding-bottom    : 8px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system:active{
		font-family       : Arial;
		font-weight       : bold;
		color             : #0e335f;
      		background-color  : #e5e1e2;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 8px;
      		padding-bottom    : 8px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system:visited{
		font-family       : Arial;
		font-weight       : bold;
		color             : #0e335f;
      		background-color  : #e5e1e2;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 8px;
      		padding-bottom    : 8px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system:hover{
		font-family       : Arial;
		font-weight       : bold;
		color             : white;
      		background-color  : #c20001;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 8px;
      		padding-bottom    : 8px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
		a.menu_system_sublinks{
		font-family       : Arial;
		font-weight       : normal;
		color             : white;
      		background-image  : url(<?=$friendly_path?>images/languo_menu_line.gif);
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 4px;
      		padding-bottom    : 4px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system_sublinks:active{
		font-family       : Arial;
		font-weight       : normal;
		color             : white;
      		background-image  : url(<?=$friendly_path?>images/languo_menu_line.gif);
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 4px;
      		padding-bottom    : 4px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system_sublinks:visited{
		font-family       : Arial;
		font-weight       : normal;
		color             : white;
      		background-image  : url(<?=$friendly_path?>images/languo_menu_line.gif);
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 4px;
      		padding-bottom    : 4px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system_sublinks:hover{
		font-family       : Arial;
		font-weight       : normal;
		color             : white;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 4px;
      		padding-bottom    : 4px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	a.menu_system_sublinks_selected{
		font-family       : Arial;
		font-weight       : normal;
		color             : white;
		text-decoration   : none;
		font-size 		  : 12px;
      		padding-top       : 4px;
      		padding-bottom    : 4px;
      		padding-left      : 20px;
     		padding-right     : 20px;
      		display         : block;
		cursor      	  : pointer;
	}
	DIV.message {
		font-family			:	Verdana, Arial, Helvetica, sans-serif;	
		font-size			:	9px;
	
		background-color	:	#eeeeee;
		padding-top			:	5px;
		padding-right		:	5px;
		padding-bottom		:	5px;
		padding-left		:	5px;
		border				:	1px solid #000000;
		border-left-width	:	0px;
		border-top-width	:	0px;
		z-index				:	100;
	}
	
/* footer section */
	#rlnyh_footer_maindiv{
		position:relative;
		width:1000px;
		height:110px;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
	}
	#rlnyh_footer_maindiv img.rlnyh_footer_pics1{
		position:absolute; top:0px; left:0px;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_body{
		width:910px;
		height: 82px;
		background-color:#cc0001;
		background-image:url(<?=$friendly_path?>images/footer_pics2.jpg); background-repeat:repeat-x;
		position:absolute; top:0px; left:90px;
		color:white;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_body div.rlnyh_footer_title{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		color:white;
		line-height:15px;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_body ul.rlnyh_footer_linklist{
		position:relative; top:15px;  padding:0px;
		margin-left:630px; margin-top:8px;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_body ul.rlnyh_footer_linklist li{
		display:block;
		float:left;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_body ul.rlnyh_footer_linklist li a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:white;
		text-decoration:none;
		padding-right:18px;
	}
	#rlnyh_footer_maindiv div.rlnyh_footer_bottom{
		width:980px;
		position: absolute; top:89px; left:20px;
		height: 27px;
		color:#b2b2b2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
	}
	
/* ###################################   website search section   ######################################## */
			#rlnyh_website_search_maindiv{
					float:left;
					position:relative; top:0px; left:0px;
					width:720px;
					height:600px; 
					font-family:Arial, Helvetica, sans-serif; 
					font-size:12px;
			}
			#rlnyh_website_search_maindiv font.header_font{
				position:absolute; top:11px; left:30px;
			}
			#rlnyh_website_search_maindiv font a.title_link{
				color:#000000;
				TEXT-DECORATION: none;
			}
			#rlnyh_website_search_maindiv font a.title_link:hover{
				COLOR:#373737;
				TEXT-DECORATION: underline;
			}
			#rlnyh_website_search_maindiv a.print_this_page{
				color:#0359e4;
				font-size:11px;
				position:absolute; top:11px; left:638px;
				text-decoration:none;
			}
			/*
			#shareThisObject{
				position:relative; top:9px; left:-190px; height:0px; 
			}
			#shareThisObject a{
						color:#0359e4;
						font-size:11px;
						text-decoration:none;
			}
			*/
			#shareThisObject2{
				position:relative; top:0px; left:0px;
				width:50px;
				height:0px; 
			}
			#shareThisObject2 .stbutton{
				text-decoration:none;
			}
			#shareThisObject2 .stbuttontext{
				text-decoration:none; 
				font-size:9px;
				color: #333333;
				line-height:11px;
			}
			#shareThisObject2 .stico_default { background-image: none !important; padding: 0 !important; }
			
			#rlnyh_website_search_maindiv font.rlnyh_website_search_title{
				font-size:14pt;
				position:absolute; top:55px; left:30px;
				color:#9f9f9f;
				font-weight:bold;
			}
			#rlnyh_website_search_maindiv div.rlnyh_searchInAll{
				position:absolute; top:120px; left:30px; font-weight:bold;
			}
			#rlnyh_website_search_maindiv div.rlnyh_searchInfo{
				position:absolute; top:142px; left:30px; color:#333333;
			}
			#rlnyh_website_search_maindiv table.rlnyh_website_search_listtable{
				position:absolute; top:175px; left:30px; width:658px;
			}
			#rlnyh_website_search_maindiv table.rlnyh_website_search_listtable tr td div.rlnyh_website_search_list{
			}
			#rlnyh_website_search_maindiv table.rlnyh_website_search_listtable tr td div.rlnyh_website_search_list div.website_search_list_title1 a{
				font-size:12px;
				color:#cc0809;
				padding-bottom:5px;
				font-weight:bold;
				text-decoration:underline;
			}
			#rlnyh_website_search_maindiv table.rlnyh_website_search_listtable tr td div.rlnyh_website_search_list div.website_search_list_title2{
				font-size:12px;
				color:#353535;
				padding-bottom:15px;
				margin-left:19px;
			}		
			/* paging system*/
			#rlnyh_website_search_maindiv ul.search_cubes{
				list-style: none;
				padding: 0;
				margin: 0;				
			}
			#rlnyh_website_search_maindiv ul.search_cubes li{
				margin: 4px 0;
				float:left;			
				line-height:20px;
			}
			#rlnyh_website_search_maindiv ul.search_cubes li a{
				padding:5px 7px;
				color: white;
				background-color:#134173;
				text-decoration: none;
				margin-left:3px;
				font-weight:bold;	
			}
			#rlnyh_website_search_maindiv div.previous_next a,a:visited{
				color:#134173; text-decoration:none;
			}
			#rlnyh_website_search_maindiv div.previous_next a.active_pager{
				font-weight:bold;
			}


			a.normal{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
				color:#0000FF;
				visited:#0000FF;
			}
			