.section {
	border:1px solid white;   /* required for IE dragging */
    margin-bottom:10px;
}
.section div,.section td {
	color:#686868;
}
.section_center_col {
	float:left;
	width:528px;
}
.section_center_col .section_content {
	padding:15px 25px;
}
.section_right_col {
	float:right;
	width:208px;
	background-color:#e9e9e9;
	border:1px solid #dddddd;
	padding:10px;
}
.section_right_col .section {
	border:1px solid #cfcfcf;
}
.sub_center_col {
	border:1px solid #c2c1c5;
	padding:10px 12px;
}
.sub_center_col .section {
	border-bottom:1px solid #dddddd;
}
.sub_center_col .section_content,.dragitem .section_content {
	border-top:1px solid #dddddd;
	background-color:#f4f6fd;
	line-height:1.3em;
}
.section_center_col .section_head,.dragitem .section_head {
	letter-spacing:0.1em;
	font-size:10pt;
	font-weight:bold;
	color:#454545;
	padding:3px 2px 5px 3px;
}
.sub_center_col .section_head {
	background:url(../../images/profile/title_img.gif) center left no-repeat;
	padding-left:15px;
}
.section_right_col .section_head {
	background: url(../../images/profile/column_right_head.gif) repeat-x;
	background-color:#eeeeee;
	height:19px;
	font-size:10pt;
	font-weight:bold;
	color:#4b7596;
	padding:4px 1px 0px 5px;
}
.section_right_col .section_content {
	border-top:1px solid #cfcfcf;
	padding:10px;
	background-color:white;
}
.section_right_col .small_button {
	width:40px;
}
/*
.section_head .section_hide,.section_head .section_min,.section_head .section_edit {
	visibility:hidden;
}
.section_head:hover .section_hide,.section_head:hover .section_min,.section_head:hover .section_edit {
	visibility:visible;
}
*/
/* Hide */
.section_hide {
	float:right;
	padding-left:2px;
	display:none;
}
.hide .section_hide {
	width:12px;
	height:12px;
	background: url("../../images/profile/button_hide.gif") no-repeat;
	display:inline;
	cursor:pointer;
}

/* Minimize */
.section_min {
	float:right;
	padding-left:2px;
	display:none;
}
.min .section_min {
	width:12px;
	height:12px;
	background: url("../../images/profile/button_min.gif") no-repeat;
	display:inline;
	cursor:pointer;
}
.minimized .section_content {
	display:none;
}
.minimized .section_min {
	background: url("../../images/profile/button_show.gif") no-repeat;
}

/* Drag and drop */
.drag_hover .section_head {
	cursor:move;
}
.drag_hover,.placeholder {
	opacity:0.8;
	filter:alpha(opacity=80);
	border:1px solid #ccddff !important;
}
.drag_bottom,.drag_bottom:hover {
	height:10px;
	margin:0px;
	border:none !important;
}
.dragitem,.placeholder {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.dragitem .section_content {
	padding:5px;
}
.placeholder {
	width:100%; /* fix for opacity bug in IE */
}
.dragitem {
	position:absolute;
	text-align:left;
}

/* Edit */
.section_edit {
	float:right;
	padding-left:2px;
	display:none;
}
.edit .section_edit,.editing .section_edit {
	margin-right:3px;
	display:inline;
}
.editing .small_button {
	background-color:#ef6f29;
}
.section_form {
	display:none
}
.editing .section_edit {
}
.editing .section_form {
	display:block;
}
.editing .section_content/*,.editing .section_hide,.editing .section_min*/ {
	display:none;
}

