/* Based on a template by Ben Meadowcroft, see 
   http://www.benmeadowcroft.com/webdev/  for more info 
*/

.widgetPanel 
{
	display : block;
	padding : 0ex;
	line-height : normal;
	width : auto;
	margin-left : 5ex;
	margin-top : 2ex;
	margin-bottom : 2ex;
	margin-right : 1ex;
}

.widgetLabel 
{
	display : table-cell;
	font-weight : bold;
	text-align : left;
	vertical-align : middle;
	margin : 0ex;
	line-height : normal;
	height : auto;
	width : 15ex;
	padding-right: 1ex;
}

.widget 
{
	display : table-cell;
	line-height : normal;
	vertical-align : middle;
	height : auto;
}


.color-button
{
	display : inline-table;
	border : solid medium black;
	min-width : 1.4em;
	width : 1.4em;
	max-width : 1.4em;
	min-height : 1.4em;
	height : 1.4em;
	max-height : 1.4em;
	cursor : pointer;
	line-height : normal;
	margin-top: 0.4em;
	padding : 0.7em 0;
}

.color-button:focus {
	border-color : rgb(255,255,255);
	border-style : dotted;
	border-width : thin;
}

.selectMenu
{
	cursor : pointer;
	font-family : inherit;
	font-weight : normal;
	height : auto;
	margin : 0ex;
	padding : 0ex;
}