.column-wide { /*width: 596px;*/
	clear: both;
}

.portlet {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	overflow: hidden;
}

.portlet-header {
	margin: 0px;
	cursor: move;
	background: #FDFDFE url("../img/header-bg.gif") bottom left repeat-x;
	color: #030303;
	font-size: 11pt;
	border: none;
	height: 27px !important;
	position: relative;
	overflow: hidden;
}

.portlet-header span {
	float: left;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 10px;
}

.calendar-header {
	background: #1A7895 url("../img/calendar-bg.gif") repeat-x scroll left
		bottom;
	height: 83px;
	cursor: move;
	padding-left: 10px;
	font-size: 11px;
}

.calendar-header-inner {
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-left: 2px;
	float: left;
	width: 87%;
}

.calendar-header span {
	float: left;
	cursor: pointer;
	margin-top: 25px;
	margin-left: 5px;
}

.portlet-content {
	position: relative;
	font-size: 13px;
}
/*
.portlet-content p {
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
}

.portlet-content table {
	border-collapse: collapse;
}

.portlet-content table td img {
	margin-bottom: 10px;
}
*/
.portlet-content-inner {
	margin: 0.4em;
}

.bottom-corners {
	position: relative;
	overflow: hidden;
	background-color: White;
	clear: both;
	display: none;
}

.bottom-corners IMG {
	width: 12px;
	height: 12px;
	border: none;
}

IMG.left {
	float: left;
}

IMG.right {
	float: right;
}

.ui-sortable-placeholder {
	border: 2px dotted black;
	visibility: visible !important;
	/*height: 50px !important;*/
	margin-bottom: 5px;
	margin-right: 5px;
}

.ui-sortable-placeholder * {
	visibility: hidden;
}

.ui-icon-arr-right {
	background: transparent url("../img/ico-arr-right.gif") 0 0 no-repeat;
	height: 18px;
	width: 18px;
	margin-right: 5px;
	font-size: 1px;
}

.ui-icon-arr-down {
	background: transparent url("../img/ico-arr-down.gif") 0 0 no-repeat;
	height: 18px;
	width: 18px;
	margin-right: 5px;
	font-size: 1px;
}

.ui-widget-content {
	border: none;
	background-image: none;
}

.two-column {
	table-layout: fixed;
	/*	width: 653px;*/
	width: 100%;
	height: 100%;
	margin-top: -2px;
	padding: 0px;
	border-collapse: collapse;
	/*	margin-left: -1px;
	margin-right: -1px;*/
}

.two-column TD.column {
	width: 50%;
	height: 100px;
}

/* button SEARCH*/
a#search-database {
	display: block;
	width: 104px;
	height: 154px;
}

a#search-database :link,a#search-database :visited,a#search-database
	:hover,a#search-database :active {
	background: transparent url("../picture/button_up.gif") top left
		no-repeat;
}

a#search-database :hover {
	background: transparent url("../picture/button_down.gif") top left
		no-repeat;
}