html {
	min-height: 100%;
	margin-bottom: 1px;
}
a {
	overflow: hidden;
}

ul.sortable-list{
	margin: 0;
	list-style-type: none;
}

/* Thumbs onder elkaar */

.sortable-list li {
    border : 2px solid #000;
	list-style-type : none;
    cursor : move;
    margin : 4px 0 4px 0;
    padding : 3px 3px 3px 35px;
    background : #E5E5E5;
    border : #ccc;
    width : 96%;
	background:url(../images/icons/arrow_out.png) #E5E5E5 no-repeat;
	background-position:8px 3px;
}

/* Thumbs naast elkaar

.sortable-list li{
	margin: 0 10px 10px 0;
	width: 100px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: move;
}
*/

span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	clear: both;
}

#pages td.draft a.navigation{
	color:#b65b2e;
	font-style:italic;
	/*font-weight:bold;*/
}

.gt-left-col2 {
	width: 1%;
	float: left;
	display: inline;
}
.gt-right-col2 {
	width: 97%;
	float: right;
	display: inline;
}

.pageicon{padding-top:2px;}


#pages td.pages-icon{
	padding-left:9px;
	/*background:#F5F9EA url(../images/icons/page.png) no-repeat 5px 6px;*/
}

#pages td.pages-sub1{
	padding-left:24px;
	/*background:#F5F9EA url(../images/icons/page.png) no-repeat 20px 6px;*/
}

#pages td.pages-sub2{
	padding-left:44px;
	/*background:#F5F9EA url(../images/icons/page.png) no-repeat 40px 6px;*/
}

#pages td.pages-sub3{
	padding-left:64px;
}

#pages a{font-weight:normal;}

table.gt-list-table .rowOdd:hover,
table.gt-list-table .rowEven:hover,
table.gt-list-table .hover,
table.gt-list-table tr.rowOdd:hover td,
table.gt-list-table tr.rowEven:hover td,
table.gt-list-table tr.hover td {
    background:   #ebede0;
}


#MB_frame form{
	margin-bottom:30px;
}

ul#tabsnav{
	background:url(../images/layout/line-333.gif) repeat-x bottom;
	margin:0px;
	padding:0px;
}

ul#tabsnav li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}

ul#tabsnav li a{
	display:block;
	background-color:#F5F9EA;
	padding:3px 10px;
	margin-right:2px;
	text-decoration:none;
	color:#333333;
	border:#CFCFCF solid 1px;
	outline:none;
}

ul#tabsnav li a.selected{
	border-bottom:#fff solid 1px;
	background-color:#fff;
}


ul#tabsnav li a.has-error {
    border-top: #CC0000 solid 1px;
    border-left: #CC0000 solid 1px;
    border-right: #CC0000 solid 1px;
    color: #CC0000;
    background-color: #f7dadc;
}

#tabcontainer{
	border:#CFCFCF solid 1px;
	border-top:none;
	padding:20px 30px;
}

.tab-content{display:none;}
.tab-content.selected { display: block; }

.gt-submit-btn-save-and-publish{
	width: 159px;
	height:31px;
	background:url(../images/gt/btn-save-and-publish.jpg) no-repeat;
	border:none;
}

.gt-submit-btn-save-as-draft{
	width: 159px;
	height:31px;
	background:url(../images/gt/btn-save-as-draft.jpg) no-repeat;
	border:none;
}

SPAN.tagMatches {
    margin-left: 0px;
    margin-top: 25px;
}

SPAN.tagMatches SPAN {
    padding: 2px;
    margin-right: 4px;
    background-color: #0000AB;
    color: #fff;
    cursor: pointer;
}

.hidden{display:none;}

.gt-submit-btn-search {
    background: url("../images/gt/btn-search.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 31px;
    width: 85px;
}

.gt-searchform-text{
	padding: 7px 2px 6px 2px;
    width: 700px;
	background-color: #f5f9ea;
    border: 1px solid #aaa;
}

/**
* COLORS
* _____________________________________________
*/
.imgbox {
	background-size: contain;
	background-repeat: no-repeat;
}
.imgbox.structure {
	margin: 15px 0 5px;
	width: 150px;
	height: 150px;
}

/**
* SEARCHBOX USERS
* _____________________________________________
*/

#searchform input[type='text']{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#searchform input[type='submit']{
	margin: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

/* Dropdown */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	position:absolute;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../../images/spinner.gif) right center no-repeat;
}

.ac_odd {
	background-color: #E6F8DF;
}

.ac_over {
	background-color: #0099CC;
	color: white;
}

ul#file_output{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#file_output li{
	margin: 5px;
	padding: 0;
	width: 100px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
}

ul#file_output li a.delete{
	width: 16px;
	height: 16px;
	position: absolute;
	right: -6px;
	top: -6px;
}

ul#file_output li input{
	margin: 5px 0 0 0;
	padding: 2px;
	width: 94px;
}