@import "../../css/breadcrumbs.css";

.imagelink_href
{
	text-decoration:none;	
}

.imagelink_outer
{
	float:left;	
	position:relative;
}
.imagelink_title
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	bottom:0px;
	text-decoration:none;
}

.imagelink_admin
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	top:0px;
	text-decoration:none;	
}

a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 50;
border: 0;
}

a.linkbutton, a.linkbutton:visited { 
position: absolute;
right: 25px;
top: 5px;
z-index: 50;
border: 0;
}

a.btn2, a.btn2:visited { 
position: absolute;
right: 30px;
top: 5px;
z-index: 50;
border: 0;
}

/*	content		*/
.editor input[type=text], .editor select {
width: 100%;
}

.editor input[type=submit], .editor input[type=button] {
width: 48%;
margin: 7px;
}

.author, .created, .edited {
font-size: 14px;
margin: 0px;
}

.new, .edit, .delete {
float: right;
margin: 5px;
}

.new img, .edit img, .delete img {
border: 0px;
}

/* ADMIN PANEL */

#mainnav_wrap {
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.66);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	text-align:center;
	height:26px;
}
#homebtn {
	padding: 4px;
	float:left;
	margin-left:5px;
}
#welkom {
	float:left;
	padding: 2px;
	margin-left:10px;
}
#welkom img {
	float:left;
	padding:0;
	margin:2px;
}
#welkom p {
	color: #FAFAFA;
    float: left;
    font-size: 11px;
    margin: -1px 0 0 5px;
}
p#NCCMSv{
	color: #FAFAFA;
    font-size: 11px;
    margin: 0;
	padding-top:2px;
}
#icons {
	float: right;
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
#icons li {
	float: right;
    margin: 0 5px 0 0;
}
#icons li a {
	display: block;
    padding: 5px;
}


input[type='text'], input[type='password'], textarea, select {
	padding:4px;
	border-left:1px solid #e2e3ea;
	border-top:1px solid #abadb3;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
	border-radius:2px;
}