body, table, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #0099E0;
}

.text {
	font-size: 11px;
}

.mini-box-title {
	font-size: 11px;
	font-weight: bold;
}

.menu {
	font-size: 13px;
}

.menu-top {
	background-image: url(themes/default/images/menu-bg.png);
	background-repeat: repeat-x;
}

.menu-left {
	background-color: #0088FF;
}

a.menuitem:hover {
	background-color: #2E9DFF;
}

a {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

.input-text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

select {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D9F0FD;
	background-color: #0A9CEC;
	border-bottom: thin solid #05496E;
	border-right: thin solid #05496E;
	border-top: thin solid #58C0F8;
	border-left: thin solid #58C0F8;
}

.fixed {
	font-size: 13px;
	font-family: monospace, fixed;
}

.list-headers {
	font-weight: bold;
}

.list-headers-bg {
	background-color: #0088FF;
}

.list-group {
	font-weight: bold;
	font-size: 12px;
	background-color: #0099FF;
}

.list-actions {
	font-size: 12px;
}

.list-bg-0 {
	background-color: #66B3FF;
}

.list-bg-1 {
	background-color: #80BFFF;
}

.view-key {
	font-weight: bold;
}

.view-val {
	font-weight: normal;
}

.prefs-title {
	font-size: 13px;
	font-weight: bold;
	background-color: #4499FF;
	background-image: url(themes/default/images/prefs-title.png);
	background-repeat: repeat-x;
}

.prefs-option {
	font-weight: bold;
}

.messages-box {
	background-color: #0088FF;
}

.messages-item {
	background-color: #66B3FF;
}

.main-box-title {
	background-color: #0088FF;
	background-image: url(themes/default/images/main-box-title-bg.png);
	background-repeat: repeat-x;
	font-size: 17px;
	font-weight: bold;
}

.main-box-title-bg {
	background-color: #0088FF;
	background-image: url(themes/default/images/main-box-title-bg.png);
	background-repeat: repeat-x;
}

.main-box-submit-bg {
	background-color: #0088FF;
	background-repeat: repeat-x;
	background-image: url(themes/default/images/main-box-submit-bg.png);
}

.main-box-bg {
	background-color: #66B3FF;
	background-image: url(themes/default/images/main-box-bg.png);
}

