body
{
	font-size: 0.75em; /* 12pt */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
/*	color: #666;*/
}

textarea, .textInput
{
	border: 1px solid #999;
}

h3
{
	margin: 0;
	padding: 8px 0;
}

.format_preview
{
	margin: 0 16px 0 0;
}

#tabs
{
	width: 880px;
	height: 48px;
	padding: 0 0 0 14px;
}

.tab
{
	float: left;
	margin: 16px 0 0 4px;
	cursor: pointer;
}

.tab span
{
	float: left;
	height: 22px;
	padding: 10px 20px 0 4px;
	background-image: url('/images/design/tab-bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #999;
}

.active span
{
	background-image: url('/images/design/tab-bg-active.jpg');
	color: #fff;
}

#panelWrapper
{
	width: 920px;
}

#message
{
	float: left;
	width: 460px;
}

#rename
{
	width: 300px;
	float: left;
	margin: 0 16px 0 0;
	padding: 6px 0 0 0;
}

.panel
{
	width: 854px;
	padding: 0 16px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

.panel hr
{
	height: 1px;
	border: 1px solid #999;
	border-bottom: none;
}

.panel h3
{
	margin: 0;
	padding: 8px 0 0 0;
	color: #333;
}

#panel-middle_column, #panel-right_column
{
	float: left;
	margin: 0 0 0 16px;
}

#panel-middle_column
{
	width: 208px;
}

#panel-middle_column li h3
{
	display: inline;
}

#panel-right_column
{
	width: 278px;
}

.panelWrapper
{
	width: 890px;
}

.editTextColumn
{
	/*float: left;*/
	display: block; /*added to try to fix IE6 layout problems*/
	overflow: hidden; /*added to try to fix IE6 layout problems*/
	width: auto; /* originally 448px -- edited out to try to fix IE6 layout problem */
}

.msgStatus
{
	width: 32px;
	height: 16px;
	border: 1px solid #999;
	text-align: center;
}

.msgStatus.warning {
	background: red;
}

.msg_controls
{
	float: left;
	width: 460px;
}

.nav_buttons 
{
  clear: left;
}

.panel_buttons
{
	float: right;
	margin: 0 0 0 16px;
}

.info
{
	margin: 0 0 0 8px;
	vertical-align: text-bottom;
}

.toolbarLink
{
	float: right;
	width: 99px;
	height: 26px;
	padding-top: 6px;
}

.suggestion-text {
	float: right;
	padding-right: 8px;
	font-size: .95em;
	margin-top: 10px;
}

.formats_block {
/*	width: 235px;*/
}

#formats {
	padding-bottom: 1em;
}

#formats li
{
	height: 4em;
	padding: 4px 0;
	float: left;
	width: 50%;
	display: inline-block; /*added to try to fix IE6 layout problems*/
	overflow: hidden; /*added to try to fix IE6 layout problems*/
}

.listIndent
{
	padding-left: 36px;
}

.completed
{
	background-image: url('/images/design/icon_check.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.info
{
	margin: 0 0 0 8px;
	vertical-align: text-bottom;
}

.meta_data {
	width: 210px;
}

.meta-block {
	color: #999;
	line-height: 1.8em;
	width: 457px; 
	padding: 10px; 
	border: #999 solid 1px; 
	margin-bottom: 10px;
}

.uses {
	width: 257px;
	padding: 10px; 
	background-image: url('/images/design/uses-new-bg.gif');
	background-repeat: no-repeat;
	background-color: #F8B95A;
	margin: 0 0 10px 0px;  
	padding-left: 65px;
	border: #EFCC95 solid 1px;
}

.inline { display: inline; }
.baseline { vertical-align: bottom; }
.text-bottom { vertical-align: text-bottom; }
.noborder { border: none; }
.border-top { border-top: 1px solid #999; }
.border-right { border-right: 1px solid #999; }
.border-bottom { border-bottom: 1px solid #999; }
.border-left { border-left: 1px solid #999; }
.border-all { border: 1px solid #999;}
.float-left { float: left; }
.float-right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear { clear: both; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.gray { color: #333; }

.summary { font-size:1.2em; margin-top: 50px; }


#edit_account_link_container{
  padding-top: 20px;
}

#inline_account_form #errorExplanation {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}


.form_help_text {
  border: 1px solid #ccc;
  padding: 10px;
}
