.draggable
{
	position : fixed;
	top : 100px;
	left :125px;
	z-index : 999;
}

.clear
{
	clear : both;
}

.dev_menu
{
	border : 1px solid #aaaaaa;
	background-color : #fafafa;
	padding : 0px 0px 0px 1px;
	font-family: Arial,Helvetica,sans-serif;

	position:fixed;
	top : 100px;
	left : 0px;
}
	
	.dev_buttons
	{
		width : 90px;
	}
	.dev_buttons img
	{
		border : 0px;
		padding : 1px;
	}
	
	.dev_buttons td
	{
		vertical-align : middle;
		padding : 1px;
	}
		
	.dev_buttons tr
	{
		color : #555555;
		text-decoration : none;
		cursor : pointer;
		padding : 0px 3px 0px 2px;
		line-height : 16px;
		font-size : 12px;
	}

		
	.dev_buttons td:hover 
	{
		text-decoration : underline;
		color : red;
	}
	

	.dev_menu .devshowhide 
	{
		display : block;
		height : 17px;
		background-color : #444444;
		font-weight : bold;
		color : #FFFFFF;
		font-style : italic;
		margin : 0px 0px 0px 5px;
		padding : 3px;
		float : left;
		font-size : 14px;
		text-decoration : none;
	}
	
	.dev_buttons
	{
		float : left;
		padding : 3px;
	}
	
	
	
	
	.devmenu_content
	{
		border : 2px solid #444444;
		background-color : #fafafa;
		color : #555555;
		font-size : 12px;
		font-family: Arial,Helvetica,sans-serif;
		float : left;
		margin-left : 5px;
		height : 300px;
		overflow : scroll;
	}
	
		.devmenu_content th
		{
			font-weight : bold;
			text-align  : left;
			color : #222222;
			border-bottom : 1px solid #222222;
		}
		
			.devmenu_content th a , .devmenu_content td a
			{
				text-decoration : none;
				border : none;
				color : #222222;
			}
			
	.devmenu_content_submenu a 
	{
		font-size : 14px;
		font-style : italic;
		text-decoration : none;
	}
	
	.devmenu_content_submenu a:hover 
	{
		text-decoration : underline;
	}
	

