/*
Main CSS File for reCMS
*/

}

#editable {
	padding: 8px;
	border: 1px dotted #65B1E1;
	background-color: #ffffff;
	font-family: times;
	font-size: 10px;
	z-index: 1;
	position: relative;
}

#editable:hover {
	border: 2px dotted #6CE631;
}

#editable.edit {
	border: 1px dotted #cccccc;
	background-image: url('../images/editable_bg.jpg');
	background-repeat: repeat-x;
	z-index: 1;
	position: relative;
}

#editable a {
	font-family: times;
	font-size: 10px;
	color: #237EA3;
	text-decoration: none;
}

#editable a:hover {
	text-decoration: underline;
}

#editable textarea {
	border: 1px solid #cccccc;
	font-family: times;
	font-size: 10px;
	padding: 2px;
	height: 16px;
}

#editable h1 {
	font-size: 16px;
}

#editable input {
	height: 20px;
}

#editmenu {
    height: 13px;
    border-bottom: 2px solid #cccccc;
	background-color: #F6F7F6;
    padding: 6px;
}

#editmenu a {
    color: #0c0c0c;
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
}

/* Empty boxes go here */

#emptytext {
	background-color: #EEFDE5;
	border: 2px dotted #65B1E1;
	font-family: Verdana;
	font-size: 10px;
	padding: 10px;
}

#emptytext a {
	font-family: verdana;
	font-size: 10px;
	color: #237EA3;
	text-decoration: none;
}

#emptytext a:hover {
	text-decoration: underline;
}

#emptyimage {
	background-image: url('../images/emptyimage_bg.jpg');
	background-color: #BBDBE8;
	border: 1px dotted #65B1E1;
	font-family: Verdana;
	font-size: 10px;
	padding: 10px;
}

#emptyimage a {
	font-family: verdana;
	font-size: 10px;
	color: #237EA3;
	text-decoration: none;
}

#emptyimage a:hover {
	text-decoration: underline;
}

#gallerypicture {
	width: 130px;
	height: 158px;
	float: left;
	border: 1px dotted #cccccc;
	margin: 5px;
}

#gallerypicture:hover {
	border: 1px solid #488DC9;
}
#gallerypicture-admin:hover {
	border: 1px solid #488DC9;
}

#gallerypicture-admin {
	width: 130px;
	height: 180px;
	float: left;
	border: 1px dotted #cccccc;
	margin: 5px;
}

#gallerypicture-admin-edit {
	width: 180px;
	height: 180px;
	float: left;
	border: 1px solid #000000;
	margin: 5px;
}

#gallerypictures-admin-edit input {
	height: 18px;
}

#gallerypicture-content {
	margin: 10px;
	text-align: center;
}

#gallerypicture-content img {
	width: 100px;
	height: 110px;
	border: 0px;
	margin-bottom: 4px;
}

#gallerypicture-content a:hover {
	border: none;
}

#gallerypicture-content .editimg {
	width: 50px;
	height: 60px;
}

#workpicture {
	width: 117px;
	height: 180px;
	float: left;
	margin: 5px;
	text-align: center;
}

#workpicture img {
	width: 117px;
	height: 145px;
	border: 0px;
	margin-bottom: 4px;
}

#workpicture-admin {
	width: 130px;
	height: 220px;
	float: left;
	border: 1px dotted #cccccc;
	margin: 5px;
	text-align: center;
}

#workpicture-admin img {
	width: 117px;
	height: 145px;
	border: 0px;
	margin-bottom: 4px;
}

#workpicture-admin-edit {
	width: 180px;
	height: 180px;
	float: left;
	border: 1px solid #000000;
	margin: 5px;
}

#workpictures-admin-edit input {
	height: 18px;
}

/* Forms!!! */

input {
	border: 1px solid #cccccc;
	padding: 2px;
	height: 14px;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	height: 26px;
}