.standard, .submit, .cancel
{
	border:					0px;
	margin:					0px;
	padding:				0px;
	width:					94px;
	height:					24px;
	background-image:		url(../../ikoner/buttons.png);
	background-repeat: 		no-repeat;
	background-position: 	0px -56px;	
	font-family:			Verdana;
	font-weight:			normal;
    font-size:				11px;
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;
	outline:				none;    
}
.submit
{
	background-image:		url(../../ikoner/buttons.png);
	background-repeat: 		no-repeat;
	background-position: 	0px -28px;
}
.cancel
{
	background-image:		url(../../ikoner/buttons.png);
	background-repeat: 		no-repeat;
	background-position: 	0px 0px;	
}
.botton_hover
{
	font-weight:			bold;    	
}
/*----------------------------------*/
.standard_textbox
{
	width: 					220px;
	height: 				14px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_textbox_gray
{
	width: 					220px;
	height: 				14px;
	margin-top:				4px;
	margin-bottom:			4px;
	background-color:		#ECEAE4;
	border:					1px solid #99bbe8;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_textarea
{
	width: 					220px;
	height: 				150px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_select
{
	width: 					225px;
	height: 				19px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.inputs_hoover
{
	background-color: 		#e4ebf6;
}
.inputs_on
{
	background-color: 		#e4ebf6;
}
/*----------------------------------*/
.load_box
{
	position: 				absolute;
	visibility: 			hidden;
	z-index: 				50000;
	zoom:					1;
}
.load_box_table
{
	border-collapse: 		collapse;
	border: 				1px solid #99bbe8;
	width: 					200px;
	height: 				130px;
	background-color: 		#FFFFFF;
}
/*----------------------------------*/
.tooltip
{
	position: 				absolute;
	visibility: 			hidden;
	z-index: 				50000;
}
.tooltip_content
{
	border: 				1px solid #C0C0C0;
	background-color:		#FFFFFF;
	padding-top: 			5px;
	padding-bottom: 		1px;
	padding-left: 			5px;
	padding-right: 			5px;
}
.tooltip_content, .tooltip_shadow
{
  position: 				relative;
  bottom: 					2px;
  right: 					2px;
}
.tooltip_shadow
{
	background-color: 		#CCCCCC;
}
.content
{
	padding-bottom:			3px;
	font-family: 			Arial;
	font-size: 				12px;
	color: 					#000000;
	font-weight:			normal;
}
.title_arrow
{
	position: 				absolute;
	top: 					-3px;
	left: 					-18px;
	height: 				22px;
	width: 					11px;
	background-image:		url('../../ikoner/arrowleft.gif');
	background-repeat: 		no-repeat;
	background-position:	0px 0px;
}
/*----------------------------------*/
.error
{
	display: 				block;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#FF0000;
	font-weight:			normal;
}
