body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

form
{
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

.error
{
	color: red;
	text-align: center;
	padding: 5px;
}

.clear
{
	clear: both;
}

.click
{
	cursor: pointer;
}

.float_left
{
	float: left;
}

a
{
	text-decoration: none;
}

a:hover, .click:hover
{
	text-decoration: underline;
}

#login
{
	width: 300px;
	margin: 0 auto;
	border: 1px #363636 solid;
	margin-top: 300px;
	font-family: tahoma;
	font-size: 12px;
	background: #fff;
}

#login form *
{
	font-family: tahoma;
	font-size: 12px;
}

#login table
{
	margin: 30px;
}

#login_title
{
	background: url(images/panel_top.jpg) top repeat-x;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}body
{
	background-color: #436C99;
    color: #000000;
    font-family: Georgia,Garamond,serif;
    font-size: 10pt;
}

div.centered
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

h2
{
	font-size: 24px;
	color: #638CBB;
	font-weight: normal;
}

#header
{
	background: url(../themes/common/header-left.jpg) top left no-repeat;
	height: 219px;
}

#logo
{
	position: absolute;
	background: url(../themes/common/logo-box.jpg) center left no-repeat;
	height: 72px;
	top: 69px;
	right: 13px;
}

#logo-text h1
{
	font-size: 36pt;
	font-weight: normal;
	font-family: Georgia;
	padding: 0;
	margin: 0;
}

#logo-text p
{
	margin: 0;
	padding: 0;
}

#logo-text
{
	padding-left: 80px;
	margin-top: -10px;
	color: #fff;
	font-size: 18pt;
	font-family: Arial;
}

#nav-container
{
	background: #638CBB;
	height: 25px;
	margin-top: -10px;
}

#nav
{
	font-size: 12px;
}

#nav li
{
	padding: 5px 10px;
}

#nav li.inner
{
	border-left: 1px solid #000;
}

#nav li.last
{
	border-left: 1px solid #000;
}

#nav li.active a
{
	color: #325884;
}

#nav li.active
{
	font-weight: bold;
	background: #E3FAE7;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#main-content img
{
	margin: 12px;
}

#main-content
{
	margin-top: 5px;
	background: #fff;
	min-height: 400px;
	padding: 25px;
	font-size: 16px;
	line-height: 19px;
}

#copyright
{
	background: #325884;
	height: 17px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-family: arial;
} 
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
}

ul.dropdown > li {
 padding: 10px 20px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
}


ul.dropdown ul {
 width: 200px;
 margin-top: 0px;
}

ul.dropdown ul li {
 font-weight: normal;
}

ul.dropdown li.menu ul li a
{
	text-decoration: none;
}#ck_text
{
	width: 100%;
	height: 100%;
}#cf_fields
{
	height: 95%;
}

#cf_fieldlist
{
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 1px;
}

table.contact_history
{
	width: 100%;
}

table.contact_history tr.a td
{
	background: #fff;
}

table.contact_history tr.b td
{
	background: #666;
}/* admin plaintext css */

#plaintext
{
	width: 100%;
	height: 100%;
}

#plaintext textarea
{
	width: 100%;
	height: 100%;
}