DIV.pager {
	background-color: #F1F1F1;
	border: 1px solid #E5E5E5;
	padding: 1em;
	text-align: center;
}
DIV.pager SPAN.disabled {
	color: #aaa;
}
DIV.pager SPAN, DIV.pager A {
	padding: 0.2em 0.2em;
}
DIV.pager A {
	color: black;
	text-decoration: none;
}
DIV.pager A.current {
	font-weight: bold;
}

/* In-place editable */
.editable {
	padding: 5px;
	border: 1px dotted green;
	cursor: pointer;
}
.editable form input.text {
	width: 100%;
}
.editable form .actions {
	padding: 10px 0;
}

/* Links that act like buttons */
a.button {
	margin-right: 0.5em !important;
	padding: 5px 10px 5px 7px !important;   /* Links */
	 
	border: 1px solid #dedede !important;
	border-top:1px solid #eee !important;
	border-left:1px solid #eee !important;
	
	background-color: #f5f5f5 !important;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important;
	font-size: 12px !important;
	line-height: 130% !important;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #565656 !important;
	cursor: pointer !important;
}
a.button:hover {
  background-color: #dff4ff !important;
  border: 1px solid #c2e1ef !important;
  color: #336699 !important;
}
a.button:active {
  background-color: #6299c5 !important;
  border: 1px solid #6299c5 !important;
  color: #fff !important;
}

/* Language selection */
#languages {
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
}
#languages ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
}

/* Custom pages icons */
DIV.custompages-brick LI {
	clear: right; /* Contain the edit buttons */
}
DIV.custompages-brick DIV.edit-options {
	float: right;
	clear: right;
	padding: 5px 5px 0 0;
	margin-left: 5px;
}
DIV.custompages-brick DIV.edit-options A {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
DIV.custompages-brick DIV.edit-options A IMG {
	border: 0px;
}

/* Dialogs */
div.dialog {
	padding: 10px;
}

/* Form errors */
INPUT.error, SELECT.error, TEXTAREA.error {
	background-color: #F7CECC !important;
}

/* Sitebar pagination */
#sitebar div.pagination {
	overflow: hidden;
}
#sitebar div.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}
#sitebar div.pagination li {
	float: left;
	margin-right: 5px;
}
#sitebar div.pagination li.previouspage {
	margin-right: 15px;
}
#sitebar div.pagination li.nextpage {
	margin-left: 10px;
}
#sitebar div.pagination li.previouspage span, #sitebar div.pagination li.nextpage span {
	padding: 4px 5px;
}
#sitebar div.pagination li span {
	display: block;
	padding: 4px 3px;
	color: #ccc;
}
#sitebar div.pagination li.currentpage span {
	font-weight: bold;
	color: black;
}
#sitebar div.pagination li.ellipsis span {
	color: black;
}
#sitebar div.pagination a {
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	text-decoration: none;
	color: black;
}
#sitebar div.pagination a:hover {
	border-color: #bbb;
	background-color: #F1F5FA;
	color: black !important;
}