﻿.progress
{
	background-image:url(img/progress.gif);	
	background-position:center;
	background-repeat:no-repeat;	
	width:56px;
	height:21px;
}

.test
{
	color:Red;
	border-bottom:solid 2px red;
	width:100%;
	height:2px;
	
}


/*************** ui tabs *************/
.ui-tabs-hide { display: none; }
.tabs
{
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
	/*margin-top:3px;*/
	margin-bottom:0px;
}
.tabs li
{
	margin:0;
/*	float:left;	*/
	border:solid 1px #b9b9b9;
	border-bottom:0;
	padding: 2px 4px 2px 4px;
	margin-left:5px;
	display:inline;
}

.tabs li 
{
	
}

.tabs li a
{
	text-decoration:none;
}


.tabContainer
{	
	padding:3px 3px 3px 3px;
	border:solid 1px #b9b9b9;
	margin:0px 3px 3px 3px;
}

/* editors */
.editor fieldset
{
	left:0;
	margin:0;
	padding:0;	
	clear: both;  
	width:100%;
	border:solid 1px #b9b9b9;
}
.editor fieldset legend
{
	margin-left:10px;
	font-size:0.7em;
}
.editor fieldset label
{
	width:50px;	
}
.editor fieldset input,label
{	
	display:block;
	margin:5px;	
	float:left;
}

/* misc */
.growl
{
	padding:5px 10px 5px 10px;
	text-align:center;
	vertical-align:middle;
	background:black;
	border:solid 2px white;
	color:White;
	width:200px; 
	height:30px;	
}

/******* Image editor *******/
.imageResults img
{
	width:100px;
	margin:5px 5px 5px 5px;
	float:left;
}


.editor .smallinput
{
	width:50px;
}

.currentImage
{
	width:200px;
}

