.header 
{
	padding-bottom:10px;
}
.CategoryItemManager
{
    color: white;
    background-color: red;
    width: 100%;
    padding:5px;
}

.CategoryItemManager a
{
    color: white;
}

.DocumentManager
{
    color: white;
    background-color: red;
    width: 100%;
    padding:5px;
}

.DocumentManager a
{
    color: white;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.fieldTooltip
{
    position: absolute;
    background-color: white;
    outline: red dashed thin;
    height:20px;
    cursor: pointer;
	z-index: 999;
}

.fieldTooltip .button
{
    width:20px;
    height:20px;
    float:left;
}
.fieldTooltip .save
{
    background-image: url(images/save.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .remove
{
    background-image: url(images/delete.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .edit
{
    background-image: url(images/edit.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .editwin
{
    background-image: url(images/edit_win.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .upload
{
    background-image: url(images/upload.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .open
{
    background-image: url(images/open.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .attributes
{
    background-image: url(images/attributes.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.fieldTooltip .clear
{
    clear: both;
}

#StrBoxNotifier
{
    position: fixed;
    top: 5px;
    right: 15px;
    width:300px;
    outline: black solid 2px;
	z-index:9999999;
}
#StrBoxNotifier  div
{
    padding: 5px;
}
#StrBoxNotifier .success
{
    width:100%;
    background-color: green;
    color: white;
}

#StrBoxNotifier .progress
{
    width:100%;
    background-color: yellow;
    color: black;
}


#StrBoxNotifier .error
{
    width:100%;
    background-color: red;
    color: white;
}

.StrUploader
{
    opacity:0;
    filter:opacity(alpha=0);
    top:0;
    left:0;
    width:20px;
    height:20px;
    overflow:hidden;
}

.form
{
	
}

.form .header,.grid .header
{
	font-size: 20px;
	text-align:center;
	font-weight:bold;
	background-color: #C9E0ED;
	padding:10px;
}
.form .column_left
{
	float:left;
	width:455px;
	padding:10px;
}

.form .column_right
{
	float:left;
	width:455px;
	padding:10px;
}

.form .end_columns
{
	clear:both;
}	

.form fieldset legend
{
	font-weight:bold;
}

.form .buttons 
{
	margin:10px;
	text-align:center;
}

.form .successSaved
{
	padding:10px;
	background-color:lightgreen;
	border:2px solid green;
	color:black;
}


.infoMessage {
    height: 100%;
    padding: 5px 30px;
    margin: 0;
    vertical-align: middle!important;
    display: table-cell;
}
