/* style definitions for the admin area */

html {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: #010101;
	background: #E5EAF5;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
head {
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	color: White;
	background: #125EA4;
	background-image: url(bar.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #010101;
	width: 100%;
	height: 27px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	z-index: 1000;
}
title {
	height: 27px;
	display: block;
}
body {
 padding: 0 0 0 0;
 margin:0 0 0 0;
 background: #E5EAF5;
 }
a:link, a:visited {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	color: White;
	background-color: #125EA4;
	background-image: url(barx.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0px 0px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #010101;
	width: 100%;
	height: 32px;
}
#content {
	font-size: 83%;
	padding: 10px 10px 50px 10px;
	margin-left: 135px;
}
#quickmenu {
	font-size: 75%;
	background-color: #C3D2E6;
	padding: 0px 0px 25px 0;
	margin: 0px;
	border: 1px solid #010101;
	position: absolute;
	overflow: hidden;
	top: 50px;
	left: 10px;
	width: 110px;
}
#quickmenu ul {list-style: none;}
#quickmenu p, #quickmenu ul {
	margin: 3px;
	padding: 3px 0px 0px 5px;
}
#quickmenu li {
	padding: 3px;
}
#quickmenu h2 {
	font-size: 110%;
	color: #CBCFDC;
	background-color: #284162;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}
#quickmenu form {
	margin: 1px 5px;
}
.loginname {
	text-align: right;
	color: #E2E4EB;
	background-color: #4570AD;
	padding: 5px;
	margin: -10px 0px 0px;
	border: 1px solid #010101;
	float: right;
}
.loginname a {
	color: inherit;
	background-color: inherit;
}
#content h2 {
	font-size: 140%;
	background-image: url(clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	border-bottom: 1px solid #010101;
}
#content h3 {
	font-size: 140%;
	color: #FF0000;
}
#content .note, pre {
	background-color: #FCEFD8;
   border: ridge;
	border-width: 2px;
	padding: 5px;
}
.skip {display: none;}
label {cursor: pointer;}
pre {margin-left: 10px;}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
	background: #D1DAED;
}
.batchoperations {
	text-align: right;
	background-color: #F9DEB0;
	padding: 5px;
   border: ridge;
	border-width: 2px;
	width: auto;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #010101;
}
th {
	color: #010101;
	background-color: #F9DEB0;
   border: ridge;
	border-width: 2px;
}
td.draft, td.future {
	background-color: #ffe;
}
tr.highlighted td {
	background-color: green;
}
table.navigation td, table.navigation th {
	border: none;
}
/* footer */
#foot {
	font-size: 90%;
	line-height: 90%;
	font-weight: bold;
	text-align: right;
	color: #EEF2FB;
	background-color: transparent;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2000;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#foot a {
	color: #EEF2FB !important;
	background-color: transparent;
	text-decoration:underline;
}
/* a div that has an indent */
div.indent {
	margin-left: 40px;
}
img {
  border:0 none;
}
img.skinpreview {
	border: 1px solid #ccc;
}
/* HTMLarea Container */
#editarea1, #editarea2 {
	margin:0;
	padding: 0;
	clear: both;
}
#editarea1 div, #editarea2 div {
 width: auto;
}
#editarea1 td, #editarea2 td {
	margin:0;
	padding: 0;
	border: none;
	text-align: left;
}
#editarea1 table, #editarea2 table {
 background-color: transparent;
 width: auto;
 margin:0;
 padding:0;
}
textarea {
	width: 95%;
}
fieldset {	padding:10px}

.highlight{
	background:#F0ECA4;
	border-width:1px;
	border-style: groove;
	padding:2px;
}