/**
* GLOBAL
*/
body, h1, h2, h3, h4, ul {
	margin: 0px;
	padding: 0px;
}

body, h1, h2, h3, h4, p, ul, li, b {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	color: #666666;
}

body, p, li {
	font-size: 12px;
}

body {
	background-color: #e3e3e3;
}

a img {
	border: none;
}

a {
	color: #0076a3;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00394f;
}

/**
* SIDEBAR
*/
#sidebar ul li a {
	color: #666666;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}

#sidebar ul li a:hover,
#sidebar ul li a.selected {
	color: #333333;
}

/**
* CONTENT
*/
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 16px;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	color: #0076a3;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	color: #0076a3;
}

p,
#content  p,
#content li {
	font-size: 14px;
	line-height: 18px;
}

#content ul {
	margin-left: 25px;
}

#content .required {
	color: red;
}

p.spaced_small {
	font-size: 12px;
	line-height: 17px;
}

/**
* CUSTOM
*/
img.img_right {
	float: right;
	margin-left: 10px;
}

th.c, td.c {
	text-align: center;
}

.hidden {
	display: none;
}

table.dotted_cells td {
	border-bottom: 1px dotted #ddd;
}

table tr.clear td {
	border-bottom: none;
}

table tr.no_dots td {
	border-bottom: none;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.error {
	color: #ff6d1d;
}

/**
* LISTS
*/
ul.no-list {
	list-style-type: none;
}

ul li.deep {
	padding-left: 25px;
	font-weight: normal;
}

ul li.deeper {
	padding-left: 50px;
	font-weight: normal;
}

/**
* PAGINATION
*/
div.pagination {
	text-align: center;
}

div.pagination a {
	text-decoration: none;
	padding: 3px;
}

div.pagination a:hover {
	color: #000;
}

div.pagination span.current {
	font-weight: bold;
}

/**
* CONTENT
*/
ul.validation_errors {
	margin: 5px 0 0 25px;
}

ul.validation_errors li {
	color: red;
}

/**
* PRETTY TABLE
*/
table.pretty {
	border: 1px solid #84aebe; 
	padding: 1px; 
	font-size: 11px;
}

table.pretty th {
	background-image: url('/assets/images/th_grad.gif');
	height: 24px;
}

table.pretty tr {
}

table.pretty td {
	background-color: #fff;
}

table.pretty span.date {
	color: #5f5f5f;
}

table.pretty a.title {
	color: #0076a3;
}

table.pretty td.c {
	font-weight: bold;
	color: #0076a3;
}

table.pretty td.up {
	color: green;
}

table.pretty td.down {
	color: #ff6d1d;
}

table.pretty td.odd {
	background-color: #f4f4f4;
	border-top: 1px solid #c3dbe4;
	border-bottom: 1px solid #c3dbe4;
}

table.pretty td.even {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/**
* STOCKS
*/
h3.stock_title {
	fo
}

table.stocks td.odd {
	color: #0076a3;
}

span.stock_quote {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

span.up {
	color: green;
}

span.down {
	color: red;
}

/**
* LATEST NEWS
*/
table.latest_news  {
	border-left: 1px solid #dedede; 
	border-right: 1px solid #dedede; 
	background-color: #f9f9f9;
}

/**
* TABLE
*/
table tr.c td {
	text-align: center;
}

/**
* FORMS
*/
dl.zend_form {
    margin: 0;
    padding: 0;
}

dl.zend_form dt,
dl.zend_form dd {
	line-height: 30px;
}

dl.zend_form dt {
	clear: both;
	font-weight: bold;
}

dl.zend_form dd {
}

ul.errors li {
	color: red;
}