.clear {
    clear: both;
    margin: 0;
    padding: 0
}
body {
	background-color: #0b1e2f;
	font: normal 11px Tahoma, Geneva, sans-serif;
	line-height:16px;
}
#body {
	width:1000px;
	background-image: url('../img/body/background-shadow.jpg');
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto 0 auto;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
.middle {
	vertical-align: middle;
}
.photo {
	margin:5px;
	padding:5px;
	border:1px #3b76ad solid;
}

#header {
	margin: 0 auto 0 auto;
	width: 960px;
	height: auto;
}
#top_menu {
	margin: 0 auto 0 auto;
	padding: 0;
	margin-top: 0px;
	width: 960px;
	height: 31px;
	background-image: url('../img/head/topmenu_background.jpg');
}
#top_menu a {
	margin:15px;
	text-decoration: none;
}
#top_menu .topmenu_link {
	color: #e0f0ff;
	font: normal 11px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
#top_menu .topmenu_link:hover {
	text-decoration: underline;
}
#container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}
#sidebar {
	width: 200px;
	background-color: #ffffff;
	border-right: 1px #cccccc solid;
	vertical-align: top;
}
.sidebar_heading {
	font-size: 11px;
	width: 188px;
	background-color: #bbbec0;
	color: #2b2f33;
	padding:4px 4px 4px 8px;
	height:16px;
	line-height:16px;
	margin-top:5px;
}
#content {
	background-color: #ffffff;
	padding:10px;
}
#content h3 a {
	color:#001f4d;
}
#content .date {
	margin-bottom:5px;
	color:#808080;
}
#content .read_more {
	margin-top:3px;
	margin-bottom:4px;
}
#content .read_more a {
	color:#001f4d;
}
#content.td {
	color:red;
}
#latest_posts {
	margin-left: 20px;
	padding :0;
	width:170px;
	list-style-type: square;
	color:red;
}
#latest_posts li {
	margin-top:15px;
}
hr {
	color:#cccccc;
	border:0;
	border-bottom:1px #cccccc solid;
	margin: 15px 0 15px 0;
}
#category_heading h2 {
	font-size:14px;
	font-family:tahoma;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom:1px;
	color:#808080;
	border-bottom:1px #808080 dotted;
}
#latest_posts li a{
	color: #213548;
	text-decoration: none;
}
#footer {
	width:960px;
	height:auto;
	margin: 20px auto 110px auto;
	color:#cfe0f0;
	text-align: left;
	font-size:10px;
}
#footer_copyright {
	width:500px;
	float:left;
	line-height:13px;
	color:#d9e3ec;
}
#footer_copyright a {
	color: #b7c5d3;
}
#footer_copyright a:hover {
	text-decoration: none;
}
#footer_logos {
	float:right;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* --------------------

    UPDATE 18.10.2011

-------------------- */

h1 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}
a {
    color: #0b1e2f;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.blue {
    color: #0000ff;
}
.red {
    color: #ff0000;
}
.container {
    background-color: #ffffff;
    margin: 150px auto 0 auto;
    padding: 20px 10px;
    width: 735px;
}
table.accounts {
    width: 100%;
}
table.accounts th {
    background-color: #0b1e2f;
    background-image: url('../img/content/th_back.png');
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px #323232;
}
table.accounts td {
    text-align: center;
    padding: 5px 10px;
}
table.accounts tr.subheading {
    font-family: Arial;
    font-style: italic;
}
table.accounts tr.subheading th {
    background-color: transparent;
    background-image: url('../img/content/subth_back.png');
    background-repeat: repeat-x;
    color: #021f4a;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #ffffff;
}
table.accounts tr:nth-child(2n) {
    background-color: #f7f7f7;
}
table.accounts tr:nth-child(2n+1) {
    background-color: #ffffff;
}
table.accounts tr:hover {
    background-color: #e0f0ff;
}


/* --------------------

    ICONS

-------------------- */


#akmos_tbl{
     margin: 0 0 10px 0;
}
.left {
    float: left;
    width: 595px;
}
.right {
    float: right;
    text-align: center;
    width: 140px;
}
a.clientIcon {
    background-image: url('../img/content/icons.png');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 14px;
    float: left;
    height: 62px;
    margin: 0 20px;
    padding: 42px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 107px;
}
a.clientIcon:hover {
    background-position: 100% 0%;
}
#container div#akmos_tbl table td  td {
    padding: 0;
}

/* --------------------

    UPDATE 18.10.2011

-------------------- */

h1 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}
a {
    color: #0b1e2f;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.blue {
    color: #0000ff;
}
.red {
    color: #ff0000;
}
.container {
    background-color: #ffffff;
    margin: 150px auto 0 auto;
    padding: 20px 10px;
    width: 735px;
}
table.accounts {
    width: 100%;
}
table.accounts th {
    background-color: #0b1e2f;
    background-image: url('../img/content/th_back.png');
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px #323232;
}
table.accounts td {
    text-align: center;
    padding: 5px 10px;
}
table.accounts tr.subheading {
    font-family: Arial;
    font-style: italic;
}
table.accounts tr.subheading th {
    background-color: transparent;
    background-image: url('../img/content/subth_back.png');
    background-repeat: repeat-x;
    color: #021f4a;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #ffffff;
}
table.accounts tr:nth-child(2n) {
    background-color: #f7f7f7;
}
table.accounts tr:nth-child(2n+1) {
    background-color: #ffffff;
}
table.accounts tr:hover {
    background-color: #e0f0ff;
}


/* --------------------

    ICONS

-------------------- */


#akmos_tbl{
     margin: 0 0 10px 0;
}
.left {
    float: left;
    width: 595px;
}
.right {
    float: right;
    text-align: center;
    width: 140px;
}
a.clientIcon {
    background-image: url('../img/content/icons.png');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 14px;
    float: left;
    height: 62px;
    margin: 0 20px;
    padding: 42px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 107px;
}
a.clientIcon:hover {
    background-position: 100% 0%;
}
#container div#akmos_tbl table td  td {
    padding: 0;
}
