
#Panel1, .layoutContainer
{	
	height : 100% !important;
	min-height : 100%; 
	max-height : 100%;
	_height : 100%;
}

a 
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color : #4297d7; 
	text-decoration:none; 
}

a:hover 
{
	text-decoration : underline;	
}

.floatright 
{
	float : right;
}

.floatleft 
{
	float : left;
}

.pointer
{
	cursor : pointer; 
}

.hide 
{
	display : none;
}
.show
{
	display : block;
}

#layout1 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout2 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout3 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout4 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout5 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout6 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

#layout7 .ui-selected
{ 
	/*border : solid 2px #456DA6;*/
	background-color:#E6E9F1;
}

.ui-sortable-placeholder 
{ 
	border: 1px dotted #4297d7;
	visibility: visible !important; 
	height: 25px !important; 
}

.ui-sortable-placeholder * 
{ 
	visibility: hidden;
}

.top { width : 100%; }

.column { padding-bottom: 20px; }

.portlet {  background-color:White; padding:5px 5px 5px 5px; }

.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }

.portlet-header .ui-icon { float: right; }

.portlet-content { padding: 0.4em; position:relative; }

.right {  }

.center { padding-right : 5px; }

.splitcol1 { width : 33%; }

.splitcol2 { width : 63%; }

.splitcol3 { width : 50%; }

.splitter { width : 99%; height:500px }

.splitter .vsplitbar 
{
	width: 2px;
	background: #ffffff url(img/vgrabber.gif) no-repeat center;
}

.splitter .vsplitbar .active 
{
	background: #f0f0ff (img/vgrabber.gif) no-repeat center;
	opacity: 0.7;
} 

.imgIcon
{
position:absolute;
z-index:100;
padding-right : -5em;
border:2;

}