/*
########################################################################################
# CMME - Content Management Made Easy, (c) 2007-2008, Hans Oesterholt, License: Creative Commons BY-SA
########################################################################################
*/

/**************************************************************************/
/* Misc */
/**************************************************************************/

.message {
	border: 1px solid black;
	color: black;	
	background: #e0e0e0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	text-align: center;
}

p.donate {
	text-align: center;
	text-decoration: none;
}

p.donate a:visited img, p.donate a:link img {
	border: 1px solid #ff0000/* #b0b0b0; */
}

p.donate a:hover img  {
	border: 1px solid #808080;
}

/**************************************************************************/
/* Editing */
/**************************************************************************/

.edittab {
	margin-top: 5px;
}
.edittab .tab {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid black;
	border-bottom: 0;
	margin: 0px;
	margin-right: 1px;
	background: white;
}

.edittab .tabedited {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid black;
	border-bottom: 0;
	margin: 0px;
	margin-right: 1px;
	background: #d0d0d0;
}


.editarea {
	border: 1px solid black;
	margin-top: -1px;
}

.changetemplate, .changetitle, .changeprotection  {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid black;
	padding: 5px;
}

.menu {
	position:absolute;
	top: 0px;
	right: 5px;
	background: #d0d0d0;
	border: 1px solid black;
	z-index: 4;
	padding-left: 5px;
	padding-right: 5px;
}

.menu a:link, .menu a:visited {
	color: #3d8e37;
	text-decoration: none;
}

.menu a:hover {
	color: #24c618;
	text-decoration: none;
}

.menu a.entry {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #909090;
	border-left: 1px solid #909090;
}

@media print {
	.menu {
		display: none;
	}
}

.instruction {
	padding: 5px;
	color: blue;
	background: #d0d0d0;
	margin: 0px;
}

.weblogdate {
	padding: 5px;
	color: blue;
	background: #d0d0d0;
	margin: 0px;
	border: 1px solid black;
}


body {
	color: #505050;
	width: 1100px;
	/*width: 1200px;*/
	margin-left: auto;
	margin-right: auto;
}

.adminleft {
	float: left;
	width: 190px;
}

.adminleft a:visited, .adminleft a:link {
	color: #3d8e37;
	text-decoration: none;
}

.adminleft a:hover {
	color: #24c618;
	text-decoration: none;
}

.adminleft .adminmenu, .cssfiles {
	background: #d0d0d0;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}

.adminleft .adminmenu h4, .cssfiles h4 {
/*	line-height: 0em;*/
	padding-left: 1em;
	margin: 0px;
	margin-top: 1em;
	padding-bottom: 0;
	line-height: 0.1em;
}

.login {
	background: #d0d0d0;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	margin-bottom: auto;
	width:300px;
	height:200px;
	padding-left: 50px;
	padding-top: 10px;
}

.submit {
	border: 1px solid black;
}

.content {
	padding-left: 200px;
}

textarea#template {
	width: 90%;
	height: 10em;
}

textarea#cssedit {
	width: 90%;
	height: 30em;
}

textarea#xinha_templatepage {
	width: 90%;
	height: 40em;
}

/**************************************************************************/
/* page overview  */
/**************************************************************************/

table.pageoverview {
	width: 50%;
}

table.pageoverview th {
	background: #d0d0d0;
}

table.pageoverview a:link, table.pageoverview a:visited {
	color: #3d8e37;
	text-decoration: none;
}

table.pageoverview a:hover {
	color: #24c618;
	text-decoration: none;
}

/**************************************************************************/
/* login form */
/**************************************************************************/

input.text {
	width: 95%;
}

/**************************************************************************/
/* news plugin */
/**************************************************************************/

.newscalendar {
	text-align: center;
}

.years {
	font-size: 80%;
}

.years div.active {
	border: 1px solid black;
	color: black;
	background: #d0d0d0;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
}

.years div.inactive {
	border: 1px solid #a0a0a0;
	color: #808080;
	text-align: center;
	cursor: pointer;
}

.years .months {
	border: 1px solid #808080;
	margin-bottom: 1em;
	width: 100%;
}

.years .months td.active {
	border: 0;
	color: black;
	background: #d0d0d0;
	border-right: 1px solid black;
	text-align:center;
	cursor: pointer;
}

.years .months td.inactive {
	color: #808080;
	border: 0;
	border-right: 1px solid black;
	text-align:center;
	cursor: pointer;
}

td.linked-day {
	border: 1px solid black;
	color: black;
	background: #d0d0d0;
}

/**************************************************************************/
/* Settings  */
/**************************************************************************/

table.cmme_settings td.var {
	text-align:right;
}

/**************************************************************************/
/* Statisitics  */
/**************************************************************************/

.statistics {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.statistics .menu {
	float: none;	
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.statistics .menu a.entry {
	border-right: 1px solid #909090;
	border-left: 1px solid #909090;
	padding-left: 3px;
	padding-right: 3px;
}

.statistics a:link, .statistics a:visited {
	color: #3d8e37;
	text-decoration: none;
}

.statistics a:hover {
	color: #24c618;
	text-decoration: none;
}

.hstat_year, .hstat_month, .hstat_years {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.statistics table.view {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.statistics table.visits,.statistics table.types {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0;
	border: 1px solid black;
}

.statistics table.visits th,.statistics table.types th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #d0d0d0;
	margin: 0;
	padding: 0;
}

.statistics table.visits td.type, .statistics table.types td.type {
	width: 20%;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
}

.statistics table.vistits td.emptytype,.statistics table.types td.emptytype {
	width: 20%;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
}

.statistics  table.visits td.month,.statistics table.types td.month {
	width: 20%;
	text-align: right;
	padding: 0;
	padding-right: 5px;
	margin: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.statistics  table.visits td.emptymonth,.statistics  table.types td.emptymonth {
	width: 20%;
	text-align: right;
	padding: 0;
	padding-right: 5px;
	margin: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.statistics  table.visits td.week,.statistics  table.types td.week {
	width: 20%;
	text-align: right;
	padding: 0;
	padding-right: 5px;
	margin: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.statistics  table.visits td.total,.statistics  table.types td.total {
	width: 20%;
	text-align: right;
	padding: 0;
	padding-right: 5px;
	margin: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

