body {
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	background: #FFF4DF;
}

#content {
	background: white;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #2F2C2C;
}

h2, .headline {
	font-family: arial,helvetica,sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #2F2C2C;
}

a {
	color: #000000;
}

a:hover {
	color: #0E6090;
}

#header {
	height: 56px; 
	background: #318CDD no-repeat url(../images/admin/pelogo.jpg);
	color: white;
}

td.tabhead, th {
	background: black url(../images/admin/nav.jpg);
	color: white;
	height: 32px;
	font-weight: bold;
	padding: 5px;
	text-align: left; 
	font-size: 110%;
	border-bottom: 3px solid #0E6291;
}

th button, th input {
	font-size: 100% !important;
}

td {
	font-size: small;
}

td.tabbody, .menu td {
	background: #FDF8EE;
	padding: 10px;
}

td.row1 {
	background: #FDF8EE;
}

td.row2 {
	background: #EFEAE0;
}

td.row3 {
	background: #FFFABF url(../images/admin/nav3.jpg);
}

input, button {
	font-family: arial,helvetica,sans-serif;
	font-size: 100%  !important;
}

.second, .second a {
	background: #00314F url(../images/admin/nav2.jpg) !important;
	color: #ffffff !important;
}

#menu {
	background: black url(../images/admin/nav2.jpg);
	color: white;
	height: 32px;
	border-bottom: 3px solid #0E6291;
	font-size: small !important;
}

#footer {
	text-align: right;
	background: #FFF4DF;
	border-top: 2px solid #8F8F8F;
	width: 100%;
	height: 30px;
}

#footer p {
	margin: 10px 20px 0 0;
}

.plain li {
	list-style-type: none;
}

.plain_left li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

.plain_left li h3 {
	margin-bottom: 10px;
}

th.small {
	font-size: 100% !important;
}

/* Tooltips */

.tooltip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

.tooltip p {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	margin: 0;
}

.box {
	left: 0;
	position: absolute;
	background: #000000;
	z-index: 10000;
	visibility: hidden;
}
