a {
	color: #165788;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#navigation a {
	color: #fff;
	text-decoration: none;
}

.error {
	color: #F43;
}
.success {
	color: #5b8f22;
}
h1 {
	padding-bottom: 10px;
}
h4 {
	color:#165788;
	padding-top:10px;
}
.title {
	font-weight:bold;
}
/* Form */
form input[type="submit"] {
	padding:5px 15px 5px 15px;
	color:#165788;
}
[disabled] {
	color:#444;
}
/* Table */
table {
	border-collapse:collapse;
}
table .heading {
	border-bottom:1px solid #165788;
	font-weight:bold;
	margin: 15px 0 5px 0;	
}
.rowO {
	background-color:#f8f8f8;
}
.rowE {
	background-color:#fff;
}
.rowO td {
	padding: 2px 0 2px 0;
}
.rowE td {
	padding: 2px 0 2px 0;
}
/* Block code */
.block {
	width: 206px;
	background: url(../img/block_content.png) repeat-y left top;
	text-shadow: #FFF 0 1px 2px !important;
}
.block label {
	text-align: center;
}
.block dt {
	margin-left: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #b0b0b0;
}
.block-header {
	width: 206px;
	height: 15px;
	background: url(../img/block_header.png) no-repeat left top;
}
.block-footer {
	width: 206px;
	height: 26px;
	background: url(../img/block_footer.png) no-repeat left top;
}
.block .block-title {
	background: url(../img/block_title_div.png) no-repeat center bottom;
	padding: 5px 10px;
	height: 20px;
}
.block .block-title h2 {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}
.block h3 {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #005991;
}
.block .block-content {
	min-height:120px;
	min-height:30px;
    height:auto !important;
    height:120px;
    height:30px;
	background: url(../img/block_div.png) no-repeat center bottom;
	padding: 5px 15px 15px;
}
.block .block-content p {
	text-align: center;
}
.block .input-box {
	padding-top: 5px;
	padding-left: 10px;
}
.block .actions {
	height: 50px;
	background: url(../img/block_action.png) center top;
	padding-top: 9px;
}
.block .actions .button /*.action-button*/ {
	margin-left: 25px;
}
.block .actions .action-button {
	margin-left: 25px;
}
.block .actions a.link {
	margin-left: 25px;
}
.block .actions a {
	
}
.block .label {

}
.block li {
	padding-right: 10px;
	padding-left: 10px;
	background: url(../img/block_item_div.png) no-repeat center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
