/*highlight textarea*/
	.textInput,textarea{	/* General style for my inputs when they're not highlighted */
		color: #003399;
		width:600px;	
		font-family:arial;
		background-color:#FFFFFF;
		border:1px solid #000;
	}

	.textInputEmail,textarea{	/* General style for my inputs when they're not highlighted */
		color: #003399;
		width:200px;	
		font-family:arial;
		background-color:#FFFFFF;
		border:1px solid #000;
	}

	.inputHighlighted{	/* Highlighting style */
		background-color:#999999;
		color:#FFF;
		width:600px;
		border:1px solid #000;
	}
	/*************************************************************************************/
			.sor {
				border: 1px solid #000000;
				border-collapse: collapse;
				background: #EFEFEF;
				} 
			.sor:hover {
				background: #CCCCCC;
				}	

			.sor_ajanlat {
				border: 1px solid #000000;
				border-collapse: collapse;
				} 



			a:link {
				color: black;
				TEXT-DECORATION: none;
			}
			a:hover {
				color: #999999;
				TEXT-DECORATION: none;
			}
			a:active {
				color: black;
				TEXT-DECORATION: none;
			}
			a:visited {
				color: black;
				TEXT-DECORATION: none;
			}
			body {
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
			}
			.td_line{
				border-style: solid;
				border-color: #999999;
				border-left: 0px;
				border-right: 0px;
				border-top: 0px;
				border-bottom: 1px;
			}
			.keret{
				border-style: solid;
				border-color: #999999;
				border-width: 1px;
				background-color: white;
			}
			.keret_nyito {
				border-width: 1px;
				border-style: solid;
				border-color: red;
				background-color: white;
			}
			.gomb{
				border-style: solid;
				border-color: #666666;
				border-width: 1px;
				background-color: white;
				font: arial ;
				font-size: 12px;
			}
			.gomb:hover {
				border-style: solid;
				border-color: black;
				border-width: 1px;
				background-color: #CCCCCC;
				font: arial ;
				font-size: 12px;
			}


			.export{
				border-style: solid;
				border-color: #666666;
				border-width: 1px;
				background-color: white;
				font: arial ;
				font-size: 12px;
			}
			.export:hover {
				border-style: solid;
				border-color: black;
				border-width: 1px;
				background-color: #6699FF;
				font: arial ;
				font-size: 12px;
			}
			.style{
				font: arial ;
				font-size: 12px;
			}
			.style2{
				font-family: Arial;
				font-weight: bold;
				font-size: 13px;
			}
			.kistabla {
				padding-left: 10px;
				padding-top: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				background: #EFEFEF;
			}
			.cimsor {
				background: #ABB3C2;
				font: arial ;
				font-size: 20px;
				color: black;

			}
			.picture {
				border-style: solid;
				border-color: black;
				border-width: 2px;
				background-color: white;
				font: arial ;
				font-size: 12px;
			}
			.picture:hover {
				border-style: dotted;
				border-color: black;
				border-width: 2px;
				background-color: white;
				font: arial ;
				font-size: 12px;
			}