.toggler
{
	width:905px;
	padding-right:25px;
	height:20px;
	background-image:url(/images/ui/default/session_toggler.png);
	text-align:right;
	color:black;
	font-weight:bold;
	margin-bottom:5px;	
	font-size:14px;
	line-height:20px;
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */

#session_infos
{
	margin:0;
	padding:0;
	clear:both;
	display:block;
	overflow:auto;
	width:930px;
	margin-bottom:10px;
}

#session_form
{
	float:left;
	width:465px;
	height:485px;
	background-color:transparent;
	padding:0;
	margin:0;
	overflow:hidden;
	background-image:url(/images/ui/default/session_form_bg.jpg);
	/*background:brown;*/

}

#infos_container
{
	background-color:transparent;
}

/* ----------------------------------------------------------------------------------------------- */

#infos
{
	margin:0;
	padding:0;
	width:350px;
	padding:10px;
	height:80px;
	float:left;
	font-weight:bold;
	font-size:14px;
	text-align:left;	
	background-color:transparent;
	/*background:red;*/
}
	#location
	{
		overflow:hidden;
		height:20px;
		line-height:20px;
		/*background:green;*/
		font-size:14px;
	}
	
	#short_desc
	{
		font-size:12px;
		height:40px;
		line-height:18px;
	}
	
	#date
	{		
		height:20px;
		/*background:green;		*/
	}

		#session_form #datefield
		{
			font-family:arial;
			font-size:12px;
			border:1px solid;
			width:85px;
			text-align:center;
			font-weight:normal;
		}
		#hour, #minute
		{
			border:1px solid;
			width:30px;
			text-align:center;
			margin-left:5px;
			font-size:12px;
		}

/* ----------------------------------------------------------------------------------------------- */
		
#buttons
{
	margin:0;
	padding:0;
	width:90px;
	height:90px;
	padding-top:10px;
	background-color:transparent;
	float:left;
}		
	#buttons a
	{
		width:40px;
		height:40px;
		display:block;
		float:left;
		margin:0px 0px 2px 2px; 
	}
		#buttons img
		{
			border:none;
		}
	#buttons span
	{
		display:none;
	}
		#src
		{
		}	
		#del
		{
		}
		#public
		{
		}
		#favorite
		{
		}
			#favorite_grp
			{
				display:none;
			}


/* ----------------------------------------------------------------------------------------------- */

#table_container
{
	width:445px;
	height:150px;
	background-color:transparent;
	text-align:left;
	padding:0px 10px 10px 10px;
	/*background:green;*/
}		
	#usertables_container
	{
		clear:both;
		display:block;
		font-size:10px;
		overflow:hidden;
		height:20px;
		margin-bottom:4px;
	}
		#usertables
		{
			width:435px;
			border:1px solid;
			font-size:10px;
			margin-right:3px;
		}

	#table
	{
		/*background:yellow;*/
		height:100px;
	}		
		#table select
		{
			margin:0;
			padding:0;
			font-size:12px;
			border:1px solid;
			margin-right:10px;
			width:212px;
			height:20px;
			margin-bottom:8px;
		}

#addusertable_container
{
	font-weight:normal;
	font-size:12px;
	margin:auto;
	text-align:right;
	height:20px;
	line-height:20px;
	/*background:blue;*/
}

/* ----------------------------------------------------------------------------------------------- */

#inout
{
	text-align:left;
	width:445px;
	height:75px;
	padding:10px;
	font-weight:bold;
	background-color:transparent;
	/*background:orange;*/
}
	#cash
	{
		clear:both;
		background-color:transparent;
		overflow:auto;
		height:35px;
		width:445px;
		padding:0px 0px 10px 0px;
		overflow:auto;
		margin-bottom:5px;
		/*background:purple;*/

	}
		#cash .field
		{
			width:80px;
			text-align:right;
			float:left;
			margin-bottom:3px;
		}
			.field input
			{
				font-size:12px;
				border:1px solid;
				width:55px;
				font-weight:bold;
				padding-left:3px;
				padding-right:3px;
				margin-left:3px;
			}
		#totalout
		{
			text-align:right;
			float:left;
			margin-bottom:3px;			
			width:80px;
			overflow:hidden;
			text-align:left;

		}
	#totals
	{
		clear:both;
		height:30px;
		line-height:30px;
		background-color:transparent;
		overflow:hidden;
		/*background:blue;*/
	}
		#totals div
		{
			float:left;
			width:108px;
			text-align:center;
			font-size:14px;
			overflow:hidden;
		}
		#total
		{

		}
		#session_place
		{
			font-size:14px;
			font-weight:bold;
			height:30px;
			line-height:30px;
	
		}
			#session_place input
			{
				width:25px;
				border:1px solid;
				text-align:center;
			}

/* ----------------------------------------------------------------------------------------------- */

#session_comment
{
	font-size:10px;
	width:445px;
	height:60px;
	padding:10px 20px;
	overflow:hidden;
	background-color:transparent;
	/*background:magenta;*/
}
	#session_comment textarea
	{
		margin:0;
		padding:0;
		overflow:auto;
		font-family:arial;
		font-size:12px;
		display:block;
		clear:both;
		height:60px;
		width:425px;
		border:1px solid;
		border-color:#DDDDDD;
	}

/* ----------------------------------------------------------------------------------------------- */

#submit
{
	width:445px;
	height:50px;
	padding:10px;
	/*background:pink;*/
	
}
	#submit input
	{
		margin:0;
		padding:0;
		clear:both;
		margin:auto;
		border:none;
		width:200px;
		height:30px;
		line-height:30px;
		display:block;
		background-image:url(/images/ui/default/button200x30.png);
		color:white;
		font-weight:bold;
		font-family:arial;
		font-size:14px;
	}


/* ----------------------------------------------------------------------------------------------- */

#session_stats
{
	width:455px;
	height:485px;
	float:left;
	background:transparent;
	margin-left:10px;
/*	background:red; */
	overflow:auto;
	background-image:url(/images/ui/default/session_stats_bg.jpg);
}

	#session_stats select
	{
		border:1px solid;
		font-size:10px;
		margin-top:10px;
	}

	#pitch_container
	{
		width:435px;
		height:160px;
		padding:0px 10px 0px 10px;
/* 		background:orange;		*/
	}
	
		#pitch
		{
			font-family:arial;
		}
			#pitch table
			{
				margin:0;
				padding:0;
				/*background:yellow;*/
				height:150px;
			}
			#pitch tr
			{
				margin:0;
				padding:0;
			}
			#pitch td
			{
				font-size:12px;
				padding-left:10px;
				padding-right:10px;

			}
			.stats_desc
			{
				text-align:right;
				font-weight:bold;
				width:200px;
			}
			.stats_nb
			{
				text-align:center;
			}
			.stats_pc
			{
				margin:0;
				padding:0;
				text-align:left;
				font-weight:bold;
				padding-left:5px;
			}

	#actions
	{
		font-family:arial;
		width:435px;
		margin-left:10px;
		padding-top:5px;
	}
		#actions table
		{
			width:435px;
			height:285px;
			/*background:purple;*/
			border-collapse:collapse;

	
		}
		#actions table a
		{
			margin-left:10px;
		}
		#actions table img
		{
			border:none;
		}
		#actions th
		{
			text-align:center;
			margin:0;
			padding:0;
		}
		
		.row0
		{
			background-color:transparent;
			
		}
		.row1
		{
			background-color:transparent;
		}
		
		#actions td
		{
			margin:0;
			padding:0;			
			border:none;
			border-bottom:1px solid;
			border-color:#DDDDDD;
			overflow:hidden;
		}
		
		.pc
		{
			font-size:10px;
		}
		.sd
		{
			font-size:10px;
		}
		
		.street
		{
			color:black;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			line-height:24px;
			height:24px;
			width:50px;
		}
		
		.statname
		{
			font-weight:bold;
			text-align:right;
			/*background:red;*/
			width:100px;
			font-size:12px;
		}
	


