
#mycontent .loading 
{
	text-align: center;
	width: 550px;
	display: none;
}

#mycontent .loaded 
{
	display: none;
}

#mycontent .error
{
	display: none;
}

#mycontent .ui-tabs-panel
{
	padding: 5px;	
}


#mycontent
{
	font-size: 95%;
}

#sidebar
{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	/*float: left;*/
}

#mycontentbody 
{
	position: relative;
	width: 100%;
}

#content h1
{
	padding-left: 175px;
}

.fileselector 
{
	/*width: 200px;*/
	float: left;
	padding-right: 3px;
}

.upload-progress 
{
	border: 1px solid #EBEDE0;
	padding: 3px;
	float: left;
	width: 344px; 
	font-size: 10px; 
}

.upload-progress-table
{
	padding: 0px;
	margin: 0px;
}

.upload-progress-table td
{
	padding: 0px 2px;
}

.upload-progress .progress 
{
	float: left;
	height: 0.6em;
	width: 200px;
	display: none;
}

#mycontent .ui-progressbar-value
{
	background-color: #F4F2EA;
	background-image: none;
}

#mycontent .ui-progressbar
{
	background-color: #FAFAF4;
	background-image: none;
}

.upload-progress .status
{
	float: left;
}

.upload-progress .filename
{
	float: left;
}

.upload-progress .fileId
{
	display: none;
}

.swfUploadContainer .queue
{
	width: 360px;
	margin-left: 190px;
}


/* tabs */
.ui-tabs-hide
{
	display: none;
}	

#mycontent .ui-tabs-nav a
{
	text-decoration: none;
	border-bottom: none;	
	font-size: 14px;
	padding: 3px 8px;
}

#mycontent div.screenshot
{
	float: left;
	width: 75px;
	padding: 5px;	
}

#mycontent div.basic-info
{
	width: 470px;
	float: left;
	/*padding-left: 90px;*/	
}

#mycontent .upload-input
{
	/*background-color: #FAFAF4;*/
	background-color: #F2F5EA;
	/*border: 1px solid #DFD9C3;*/
	border: 1px solid #EBEDE0;
	font-size: 11px;
	padding: 2px;
	/*color: #9B9367;*/
	/*color: #9DA268;*/
	color: #8DA260;
}

.upload-input:focus
{
	/*border: 1px solid #736638;*/
	border: 1px solid #534618;	
}
	 
.title-input, .description-input
{
	width: 455px;
}

.title-input
{
	font-weight: bold;
	font-size: 12px;
}

div.criteria 
{
	margin-bottom: 0.5em;
	color: #748326;
}

div.criteria-name
{
	float: left;
	font-weight: bold;
}

div.criteria-field
{
	padding-left: 90px;
}

div.criteria-description
{
	font-size: 10px;
}

.subject-input, .keyword-input, .topic-input, .product-input
{
	width: 200px;
}


.ui-state-highlight p
{
	margin-bottom: 0.5em;
	padding: 0px 0.5em;
}


.section-description
{
	font-size: 12px;
	margin-bottom: 0.5em;
}

#mycontent .result p.options
{
	margin: 0;
	font-size: 10px;
}

#mycontent .result p.summary
{
	font-size: 12px;
	margin: 1px 1px 3px;
	color: #666; 
}

#mycontent .result p.info 
{
	margin: 1px 0px 3px;
	color: #666; 
	font-size: 80%; 
	float: right;
}

#mycontent .result .comment-details
{
	font-size: 10px;
	float: right;
}

.description-edit, .title-edit
{
	width: 350px;	
}

#mycontent hr
{
	margin: 5px;
}

ul.results li
{
	border: 0;
}

ul.results li.odd
{
	background-color: #F8F8F2;
}	

div.searchresults div.results 
{
	padding: 0 5px 10px 0;
}
/*
div.searchresults div.pagelinks ul li.current a 
{
	background: #736638;
}

div.searchresults div.pagelinks ul li a, div.searchresults div.pagelinks ul li span.disabled 
{
	color: #736638;
}
*/

.bubble .option-list
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.bubble a, .bubble a:visited
{
	color: #882200;
}

.bubble .option-list li
{
	padding-left: 5px;
}

.bubble 
{
	padding: 5px;
	font-size: 11px;
	margin: 1em 0 1em 0;
}

.bubble div
{
	margin: 0.3em 0 0.3em 0;
}

.bubble ul
{
	margin: 0.5em 0 0.5em 0;	
}

.bubble form
{
	margin: 0.3em 0 0.3em 0;	
}

.bubble .textinput
{
	width: 130px;
}

.bubble h3
{
	/*color: #736638;*/
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 0.5em;
}

.bubble h2
{
	/*color: #736638;*/
	border-bottom: none;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 0.5em;
}

.list-table td
{
	padding-left: 8px;
	padding-right: 8px; 
}

.list-table th
{
	text-align: left;
}



