﻿.column
{
	width: 100%;
	float: left;
	padding-bottom: 100px;
	border: solid 1 #E5E5E5;
}

.portlet
{
}

.portlet-header, .toolButtons
{
	padding-bottom: 4px;
	padding-left: 0.2em;
	font-size: 10px;
	clear:left;
}

.portlet-header a, .toolButtons a 
{
	font-size: 10px;
}

.portlet-header .ui-icon, .toolButtons .ui-icon
{
	float: right;
}

.portlet-content
{
	background-color: White;
}

.ui-sortable-placeholder
{
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}

.ui-sortable-placeholder *
{
	visibility: hidden;
}

#noTemplate
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

.columnToolBox
{
	border: solid 1 #E5E5E5;
	padding: 3px;
}

.columnToolBox a
{
	height:20px;
	padding-right: 8px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 11px;
}

.nonshared
{
	border: 1px solid #999966;
}

.duplicate
{
	border: 1px solid #993300;
}

.removeTemplateLink
{
	border: 1px solid #C0C0C0;
	padding: 4px;
	text-decoration:none;
	font-weight: bold;
	background-color: white;
	width: 90px;
}

.removeTemplateLink a, 
.removeTemplateLink a:hover,
.removeTemplateLink a:visited,
.removeTemplateLink a:active 
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.toolbox
{
	color: Black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    background: #ffc;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    height: 100%;
}

.toolbox .toolbox-content
{
	display: none;
	padding-left: 5px;
	width: 150px;
	vertical-align: top;
}

.toolbox .toolbox-content p
{
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.toolbox .toolbox-content p a:link, .toolbox-content p a:active, .toolbox-content p a:visited
{
	color: Black;
	font-size: 11px;
}

.toolbox .toolbox-content p a:hover
{
	color: Blue;
}

.toolbox .toolbox-splitter
{
	cursor: pointer;
	width: 6px;
	background-image: url(../Content/Images/splitter.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.toolbox select
{
	margin-top: 10px;
	width: 140px;
}

span.header
{
	font-size:11px;
	font-weight:bold;
	color:Blue;
}

span.info
{
	font-size:11px;
	
}