﻿* {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background-color: #f0f0f0;
}

input, select, textarea, #content input, #content textarea, #content select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #666666;
    padding: 5px;
}


input + label {
	margin: 2px;
}

a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00b92d;
}

h1, h3 {
	color: #00b92d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #00b92d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #00b92d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

hr {
	height: 2px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 20px 0px 20px 0px;
}

a.arrow {
	margin-top: 10px;
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	display: block;
	background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.arrow:hover {
	color: #00b92d;
}

/* ------------------------------- */

/* Top */
/* Top */

#top
{
    height: 40px;
    width: 980px;
    margin: 0 auto;
    background-color: #000;
}

#top-right
{
    height: 40px;
    position: relative;
}

#top-right a
{
    text-decoration: none;
}

#top-right a.action
{
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #000;
    color: #fff;
    background: #000 url(/images/layout/link-black.png) no-repeat 10px center;
    padding: 0px 16px 0px 30px;
}

#top-right div.login-name
{
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
}

#LoginForm
{
    position: absolute;
    z-index: 800;
    right: 0;
    top: 40px;
    width: 245px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 20px;
    color: #fff;
    display: none;
}

#LoginForm ul
{
    margin: 10px 0px 10px 15px;
}

#LoginForm ul li
{
    margin-top: 3px;
    list-style-type: square;
}

#LoginForm ol
{
    margin: 10px 0px 10px 15px;
}

#LoginForm ol li
{
    margin-top: 3px;
    list-style-type: decimal;
}

#LoginForm div.login-item-container
{
    margin-bottom: 8px;
}

#LoginForm input.link
{
    margin: 6px;
    width: auto;
    padding: 0px 0px 0px 16px;
    border: none;
    background: #000000 url(/images/layout/link-black.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#LoginForm a
{
    color: #fff;
}

#LoginForm hr
{
    border: 0;
    background-color: #000;
    color: #000;
    width: 100%;
    height: 1px;
    margin: 2px 0 10px 0;
}

#LoginForm input
{
    border: 1px solid #666666;
    padding: 2px;
    width: 235px;
    color: #000000;
    padding: 4px;
}

#LoginForm span.checkbox input
{
    width: auto;
    border: none;
}
/*#top {
	height: 40px;
	width: 980px;
	margin: 0 auto;
    background-color: #000000;
}

#top-right {
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#top-right a.button {
	margin-top: 10px;
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	background: #f0f0f0 url(/images/layout/link_gray.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

#top-right a {
	text-decoration: underline;
}
#top-right a.action
{
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #000;
    color: #fff;
    background: #000 url(/images/layout/link-black.png) no-repeat 10px center;
    padding: 0px 16px 0px 30px;
}

#top-right a:hover {
	color: #00b92d;
}

#login {
	margin: 0;
	padding: 0;
}

#login .login-username, #login .login-password, #login .login-button {
	float: left;
	padding-right: 4px;
}

#login .login-button {
	padding-right: 0;
}*/

/* ------------------------------- */

/* Header */
#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header a {
	height: 360px;
}

#header ul {
	width: 980px;
	height: 50px !important;
	overflow: hidden;
	display: block;
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
}

#header ul li {
	height: 50px;
	display: block;
	width: 196px;
	float: left;
	background-color: #BEBEBE;
}

#header ul li a {
	height: 50px;
	display: block;
	width: 196px;
	background: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding-top: 17px;
}

#header ul li a:hover {
	background-color: #FFF;
}
#header ul li a.active {
	background-color: #FFF;
}

/* ------------------------------- */

/* Content */
#content * {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#content-container {
	width: 980px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background-color: #ffffff;
	background: #ffffff url(/images/layout/content/bg_threecols.png) repeat-y;
	border-top: 30px solid #FFF;
	border-bottom: 30px solid #ffffff;
}

#content-container.wide {
	background: #ffffff url(/images/layout/content/bg_twocols-right.png) repeat-y;
}

#content-container.nonav {
	background: #ffffff url(/images/layout/content/bg_twocols.png) repeat-y;
}

#content {
	width: 440px;
	margin-left: 40px;
	margin-right: 40px;
}

#content.wide {
	width: 670px;
}

#content.nonav {
	width: 670px;
}

#content a.button {
	margin-top: 10px;
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	background: url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

/* Add space between 2 buttons */
#content a.button + a.button {
	margin-left: 10px;
}

#content h1 {
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 4px 0px 0px 0px;
}

#content h3 {
}

#content h4 {
	padding: 0px 0px 0px 0px;
}

#content p {
	padding: 8px 0px 8px 0px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #00b92d;
}

#content a span.linkarrow {
	display: block;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 0px;
	background: url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
}

#content ul {
	margin: 10px 0px 10px 15px;
}

#content ul li {
	margin-top: 3px;
	list-style-type:square;
}

#content ol {
	margin: 10px 0px 10px 15px;
}

#content ol li {
	margin-top: 3px;
	list-style-type: decimal;
}

#content li a {
	text-decoration: none;
}

.treeView table, #content .treeView table
{
    width: 440px;
    margin: 0px;
    padding: 0px;
}

.treeView tr td, #content .treeView tr td
{
    padding:0px;
    margin: 0px;
}
    
/* TreeView */
#content div.treeview {
}

#content div.treeview table {
	border: 5px solid #000000;
	margin: 0px;
	width: auto;
}

#content div.treeview table td {
	vertical-align: middle;
	padding: 0px;
}

#content div.treeview table td input {
	width: auto;
	border: none;
}

#content div.treeview table td input + a {
	margin-left: 2px;
}

#content div.treeview table a {
	text-decoration: none;
}

#content div.treeview table a:hover {
	color: inherit;
}

#content.wide div.treeview {
}

#content.wide div.treeview table {
	border: 5px solid #000000;
	margin: 0px;
	width: auto;
}

#content.wide div.treeview table td {
	vertical-align: middle;
	padding: 0px;
}

/* Table */
#content table {
	width: 440px;
	margin: 10px 0 10px 0;
}

#content.wide table {
	width: 670px;
	margin: 10px 0 10px 0;
}

#content table th {
	text-align: left;
	padding: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
}

#content.wide table th {
	text-align: left;
	padding: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
}

#content table tr td {
	padding: 6px 4px 4px 2px;
	vertical-align: top;
	vertical-align: middle;
}

#content.wide table tr td {
	padding: 6px 4px 4px 2px;
	vertical-align: top;
	vertical-align: middle;
}

#content.wide table tr.footer {
	text-transform: uppercase;
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #cbcbcb;
}

#content.wide table tr.footer td {
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #cbcbcb;
}

#content ul {
	margin: 10px 0px 10px 15px;
}

#content ul li {
	margin-top: 3px;
}

#content ul.no-bullet {
	list-style-type: none;
	margin: 0;
}

#content ol {
	margin: 10px 0px 10px 15px;
}

#content ol li {
	margin-top: 3px;
	list-style-type: decimal;
}

#content li a {
	text-decoration: none;
}

#content div.hr {
	height: 2px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 20px 0px 20px 0px;
}

#content hr {
	height: 2px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 20px 0px 20px 0px;
}

/* Add this */
#sidebar-left .addthis_toolbox {

}

#sidebar-left .addthis_toolbox .addthis_button_compact {
	text-decoration: none;
}

#sidebar-left .addthis_toolbox .at300bs {
	margin-right: 2px;
	display: inline-block;
}

/* ------------------------------- */

/* Gridview */
#content table.gridview {
	margin-top: 20px;
	border-collapse: separate;
	padding: 2px;
}

#content table.gridview .gridview-header {
	background-color: #bebebe;
}

#content table.gridview .gridview-header th {
	height: 25px;		
	padding: 2px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

#content table.gridview .gridview-header a {
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
}

#content .gridview-header a:hover {
	color: #ffffff;
}

#content table.gridview .gridview-row {
	height: 25px;	
	background-color: #ffffff;
}

#content table.gridview .gridview-row:hover {
	
}

#content table.gridview td {
	padding: 2px;
}

/* Gridview classes */

#content table.gridview td.no,
#content table.gridview th.no {
	width: 60px;
}

#content table.gridview td.description,
#content table.gridview th.description {
	width: 200px;
}

#content table.gridview td.date,
#content table.gridview th.date {
	width: 80px;
}

#content table.gridview td.default,
#content table.gridview th.default {
	width: 100px;
}

#content table.gridview td.label,
#content table.gridview th.label {
	width: 100px;
	padding-left: 0;
}

/* ------------------------------- */

/* Modal popup */
.modal-bg {
	background-color: #666666;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

#content .modal-popup {
	width: 440px;
	height: auto;
	margin: 0;
	padding: 20px;
	text-align: left;
	background-color: #fff;
	display: none;
	z-index: 999;
}

#content a.modal-popup-close {
	display: none;
	z-index: 999;
	width: 28px;
	height: 28px;
	background: url(/images/close.png) no-repeat top left;
}

#content a.modal-popup-close:hover {
	background-position: top left;
}

#content .modal-popup h2, #content .modal-popup h4 {
	margin: 0;
	padding: 0;
}

#content div.modal-popup div.left-column {
	width: 210px;
	float: left;
	margin: 0 20px 0 0;
}

#content div.modal-popup div.right-column {
	width: 210px;
	float: left;
}

#content div.modal-popup select.select, div.modal-popup textarea.textarea {
	width: 200px;
	border: 1px solid #666666;
}

#content div.modal-popup input.text {
	width: 194px;
}

#content div.modal-popup textarea.modal-textarea {
	width: 439px;
	height: 150px;
}

#content div.modal-popup textarea.modal-textarea-small {
	width: 205px;
	height: 150px;
}

#content div.modal-popup span.checkbox input {
	margin-top: 3px;
}

#content div.modal-popup .label {
	width: 210px;
	display: block;
}

/* ------------------------------- */

/* Form */
#content div.form {
	margin: 10px 0 10px 0;
	width: 440px;
	height: auto;
	clear: both;
	overflow: hidden;
}

#content.wide div.form {
	width: 670px;
}

#content.wide div.modal-popup.form {
	width: 440px;
}

#content div.form h2 {
	padding: 0;
	margin: 0;
}

#content div.form select.year, #content div.form select.month, #content div.form select.day {
	margin: 0 2px 0 0;
	width: 65px;
}

#content div.form p {
	padding: 0 0 8px 0;
}

#content .form ul {
	margin: 5px 40px 10px 20px;
	list-style-type: square;
}

#content div.form ul li {
	margin-top: 5px;
}

#content div.form ul.no-bullet {
	margin: 0;
	list-style-type: none;
}

#content div.form ol {
	margin: 5px 40px 10px 20px;
}

#content div.form ol li {
	margin-top: 5px;
	list-style-type: decimal;
}

#content div.block {
	display: block;
}

#content div.column-container {
	display: inline-block;
	float: left;
	clear: both;
	width: 439px;
	height: auto;
	margin-bottom: 20px;
}

#content.wide div.modal-popup div.column-container {
	width: 439px;
}

#content.wide div.modal-popup div.widecolumn {
	display: block;
	width: 439px;
}

#content.wide div.column-container {
	display: inline-block;
	float: left;
	clear: both;
	width: 669px;
	height: auto;
	margin-bottom: 20px;
}

#content div.last, #content.wide div.last {
	margin-bottom: 0px;
}

#content div.column {
	display: inline-block;
	width: 210px;
}

#content.wide div.column {
	display: inline-block;
	width: 210px;
}

#content.wide div.column {
	display: inline-block;
	width: 209px;
}

#content.wide div.column + div.column {
	margin-left: 20px;
}

#content div.widecolumn {
	display: block;
	width: 439px;
}

#content.wide div.widecolumn {
	display: block;
	width: 659px;
}

#content div.column div {
	display: inline-block;
	padding-bottom: 2px;
}

#content div.widecolumn div {
	display: block;
	padding-bottom: 2px;
}

#content div.widecolumn textarea {
	border: 1px solid #000000;
	padding: 2px;
	width: 434px;
	color: #000000;
}

#content.wide div.widecolumn textarea {
	border: 1px solid #000000;
	padding: 2px;
	width: 664px;
	color: #000000;
}

#content.wide div.modal-popup div.widecolumn textarea {
	width: 434px;
}

#content div.widecolumn input {
	border: 1px solid #000000;
	padding: 2px;
	width: 195px;
	color: #000000;
}

#content div.form div.button {
	padding: 10px 0 0 0;
	width: auto;
}

#content div.column input {
	border: 1px solid #666666;
	padding: 2px;
	width: 205px;
	color: #000000;
}

#content span.radiobutton input + label {
	margin-left: 1px;
	margin-right: 2px;
}

#content span.checkbox input + label {
	margin-left: 1px;
	margin-right: 2px;
}

#content div.column select {
	border: 1px solid #666666;
	padding: 2px;
	width: 211px;
	color: #000000;
}

#content div.column textarea {
	border: 1px solid #666666;
	padding: 2px;
	width: 205px;
	color: #000000;
}

#content .button, #content div.column .button {
	margin-top: 10px;
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
}

#content span.radio input {
	width: auto;
	padding: 0;
	margin: 0 2px 0 0;
	border: none;
}

#content span.radio {
}

#content span.checkbox input {
	width: auto;
	padding: 0;
	margin: 0 2px 0 0;
	border: none;
}

#content div.label {
	width: 220px;
}

#content div.treeview {
	width: 200px;
	height: 100px;
	overflow: auto;
	border: 1px solid #eeeeee;
}

#content div.treeview table {
}

#content div.treeview table td {
	vertical-align: middle;
	padding: 0px;
}

#content div.treeview table td span {
	margin: 0 0 0 2px;
}

#content div.treeview table td input {
	width: auto;
	border: none;
}

/* ------------------------------- */

/* Footer */
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-size: 10px;
	color: #62686a;
}

#footer div#image-links {
	margin-left: 30px;
}

#footer div#image-links a + a {
	margin-left: 15px;
}

#footer div#phone {
	margin-left: 30px;
	padding-top: 2px;
}

#footer div#links {
	margin-right: 30px;
	padding-top: 2px;
}

#footer div#links a {
	color: #62686a;
}

#footer div#links a:hover {
	color: #000;
}

/* ------------------------------- */

/* Sidebar left */
#sidebar-left {
	width: 200px;
	margin-left: 30px;
}

#sidebar-left h3 {
	font-size: 12px;
}

#sidebar-left h4 {
	font-size: 12px;
	margin-left: 10px;
}

#sidebar-left ul {
	list-style: none;
	margin: 3px 0 20px 0;
}

#sidebar-left ul li {
	margin-bottom: 2px; /*text-transform:uppercase;*/
}

#sidebar-left ul.sub {
	margin-left: 15px;
	margin-bottom: 2px;
}

/* ------------------------------- */

/* Sidebar right */
#sidebar-right {
	width: 200px;
}

#sidebar-right a {
	display: block;
}

#sidebar-right a + a {
	border-top: 2px solid #f0f0f0;
	margin-top: 20px;
	padding-top: 20px;
}

#sidebar-right a h2 {
	height: 20px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

#sidebar-right a ins {
	text-decoration: none;
}

#sidebar-right a span {
	display: block;
	padding: 10px 0px 0px 0px;
}

#sidebar-right a img {
	margin-top: 8px;
}

#sidebar-right a span.linkarrow {
	display: block;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 0px;
	background: url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
}

#sidebar-right a.nolink {
	display: block;
	cursor: default;
}

#sidebar-right a.nolink:hover {
	color: #000;
}
/* Activity list */
#sidebar-right div.list-small + a
{
    border-top: 2px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 20px;
}

#sidebar-right div.list-small
{
    width: 200px;
    margin-top: 8px;
}

#sidebar-right div.list-small ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
}

#sidebar-right div.list-small li
{
    display: block;
    width: 200px;
    height: 50px;
}

#sidebar-right div.list-small li img
{
    border: 0;
    padding: 0;
    margin: 0;
    left: 0;
    position: absolute;
}

#sidebar-right div.list-small li a
{
    display: block;
    height: 50px;
    width: 200px;
    position: relative;
}

#sidebar-right div.list-small li span
{
    display: block;
    height: 50px;
    overflow: hidden;
    width: 140px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
}

#sidebar-right div.list-small li + li
{
    margin-top: 10px;
}

/* ------------------------------- */

/* Classes */

.watermarked {
	color: #bebebe;
	font-style: normal;
}

.fixed {
	position: fixed;
	top: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleared {
	display: block;
	font: 1px/1px monospace;
	line-height: 0;
	clear: both;
}

.clear:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	content: ".";
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display: none;
}

.floatFix {
	clear: both;
}

.error {
	padding: 5px 0 5px 0;
	color: Red;
	text-align: left;
}

/* ------------------------------- */

/* Notify */
#notify-container {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

#notify-container .message {
	padding: 0 0 0 25px;
	display: inline !important;
	display: inline-block;
}

/* Default */
#notify-container.default {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
	background-color: #A3E6BD;
}

#notify-container.default .message {
	background: url(/images/notify-success.gif) no-repeat left;
}

/* Error */
#notify-container.error {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a0a0a0;
	border-color: #EFB9C3;
	color: #000;
	background-color: #FFC6CA;
}

#notify-container.error .message {
	background: url(/images/notify-error.gif) no-repeat left;
}

/* Info */
#notify-container.info {
	border-bottom: 1px solid #a0a0a0;
	border-color: #5FCEEA;
	color: #000;
	background-color: #9FDDEA;
}

#notify-container.info .message {
	background: url(/images/notify-info.gif) no-repeat left;
}

/* Warning */
#notify-container.warning {
	border-bottom: 1px solid #a0a0a0;
	border-color: #FFCB4F;
	color: #000;
	background-color: #F9E497;
}

#notify-container.warning .message {
	background: url(/images/notify-warning.gif) no-repeat left;
}

/* Success */
#notify-container.success {
	border-bottom: 1px solid #a0a0a0;
	border-color: #68D59B;
	color: #000;
	background-color: #A3E6BD;
}

#notify-container.success .message {
	background: url(/images/notify-success.gif) no-repeat left;
}

/* ------------------------------- */



/*--------------------CAREEBOOK---------------*/
#tellfriend
{
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 15px;
    position: absolute;
    width: 280px;
    height: 100px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    font: 15px/22px "Helvetica Neue" ,Arial,Helvetica,Geneva,sans-serif;
}
#tellfriend a.close
{
    background: url("../images/fancy_closebox.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
}

#content a.cbRemove
{
    display: block;
    text-transform: uppercase;
    background: url(../images/cb_ico-remove.png) repeat-y;
    height: 17px;
    padding-left: 24px;
    margin-top: 10px;
}

#content a.cbAdd
{
    display: block;
    text-transform: uppercase;
    background: url(../images/cb_ico-add.png) repeat-y;
    height: 17px;
    padding-left: 24px;
    margin-top: 10px;
}
#cbMIkroblogg
{
    margin-top: 20px;
}
#cbMIkroblogg h2
{
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #f0f0f0;
}
#cbMIkroblogg div.post
{
    padding: 6px 0 16px 0; /*padding: 14px 14px 14px 4px;          background-color: #f4f5f4;*/
}

#cbMIkroblogg div.post div.leftImg
{
    float: left;
    margin-right: 10px; /*margin-left: 30px;*/
}
#cbMIkroblogg div.post div.leftImg img
{
    width: 50px;
}
#cbMIkroblogg div.post div.rightTxt
{
    float: left;
    font-size: 13px;
    width: 380px;
}
#cbMIkroblogg div.post div.rightTxt a
{
    color: #00B92D;
}
#cbMIkroblogg div.post div.rightTxt a:hover
{
    color: #000;
}
#cbMIkroblogg div.post div.rightTxt i
{
    font-size: 10px;
    color: #666;
    font-style: normal;
}
#cbMIkroblogg div.post div.rightTxt2
{
    float: left;
    margin-left: 30px;
    font-size: 13px;
    width: 320px;
}
#cbMIkroblogg div.post div.rightTxt2 a
{
    color: #00B92D;
}
#cbMIkroblogg div.post div.rightTxt2 a:hover
{
    color: #000;
}
#cbMIkroblogg div.post div.rightTxt2 i
{
    font-size: 10px;
    color: #666;
    font-style: normal;
}
#cbMIkroblogg a.moreButton
{
    background: #BEBEBE;
    display: block;
    padding: 16px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
#cbMIkroblogg a.moreButton:hover
{
    background: #ccc;
    display: block;
    padding: 16px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#cbCompanyProfile
{
    width: 680px;
}
#cbCompanyProfile .mainlogo
{
    margin-bottom: 20px;
    width: 680px;
    height: 406px;
}
#cbCompanyProfile #videoThumbs
{
    float: left;
    width: 496px;
    margin-bottom: 20px;
}
#cbCompanyProfile #videoThumbs a
{
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
#cbCompanyProfile #videoThumbs a img
{
    width: 106px;
    height: 62px;
}
#cbCompanyProfile #addAndTip
{
    float: left;
    width: 184px;
}
#cbCompanyProfile #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}

#cbCompanyProfile #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 133px;
    height: 33px;
    background: url(../images/cb_cprofile_flik_active.png);
}
#cbCompanyProfile #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 133px;
    height: 33px;
    background: url(../images/cb_cprofile_flik_inactive.png);
}

/* Tabs */

#content .tab
{
    width: 100%;
    padding: 15px 5px 5px 5px;
    clear: both;
}

#content .tab p
{
    padding: 0 0 10px 0;
}

#tabs ul li.active, #content .tabs ul li.active
{
    display: block;
    background-color: #fff;
}

#tabs ul li a, #content .tabs ul li a
{
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
}

#tabs ul li.active a, #content .tabs ul li.active a
{
    text-transform: uppercase;
    color: #00b92d;
}

#tabs ul, #content .tabs ul
{
    display: block;
    width: 100%;
    height: 30px;
    margin: 5px 0 5px 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

#tabs ul li, #content .tabs ul li
{
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #f0f0f0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* End tabs */

/* START TAB MENU */
#cbCompanyProfile #tabs .tab
{
    width: 100%;
    display: block;
    padding: 5px;
    clear: both;
}

#cbCompanyProfile #tabs .tab p
{
    padding: 0 0 10px 0;
}

#cbCompanyProfile #tabs ul li.active
{
    display: block;
    background: url(../images/cb_cprofile_flik_active.png);
    background-repeat: no-repeat;
    color: #fff;
}

#cbCompanyProfile #tabs ul li a
{
    text-decoration: none;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px 0 10px;
}

#cbCompanyProfile #tabs ul li.active a
{
    color: black;
}

#cbCompanyProfile #tabs ul
{
    display: block;
    width: 100%;
    height: 40px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

#tabs ul li
{
    background: url(../images/cb_cprofile_flik_inactive.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 33px;
    display: block;
    padding-right: 2px;
    text-align: center;
    float: left;
}
/* END TAB MENU */
#cbCompanyProfile .leftCol
{
    width: 460px;
    margin-right: 36px;
    float: left;
    margin-bottom: 40px;
}
#cbCompanyProfile h1
{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    padding: 0px;
    margin: 16px 0px 16px 0px;
}
#cbCompanyProfile .rightCol
{
    width: 162px;
    float: left;
}
#cbCompanyProfile #basicAddress
{
    margin-bottom: 40px;
}
#cbCompanyProfile #events
{
    margin-bottom: 40px;
}
#cbCompanyProfile #events h2, #cbCompanyProfile #events h3
{
    margin-bottom: 14px;
}
#cbCompanyProfile #events a.eventRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #events a.eventRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #events a.eventRow div
{
    width: 100px;
    float: left;
}
#cbCompanyProfile #images
{
    margin-bottom: 40px;
}
#cbCompanyProfile #images h2
{
    margin-bottom: 14px;
}
#cbCompanyProfile #images a.imageRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #images a.imageRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #images a.imageRow div
{
    width: 100px;
    float: left;
}
#cbCompanyProfile #documents
{
    margin-bottom: 40px;
}
#cbCompanyProfile #documents h2
{
    margin-bottom: 14px;
}
#cbCompanyProfile #documents a.documentRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #documents a.documentRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #documents a.documentRow div
{
    width: 100px;
    float: left;
}

#cbEvents
{
    margin-bottom: 20px;
}

#cbEvents h3
{
    margin-bottom: 14px;
}

#cbEvents a.eventRow
{
    display: block;
    margin-bottom: 10px;
}

#cbEvents a.eventRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
}

#cbEvents a.eventRow div
{
    width: 100px;
    float: left;
}

#cbSearch
{
    width: 680px;
}




#cbSearch #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}

#cbSearch #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_active.png);
}

#cbSearch #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_inactive.png);
}

#cbSearch #searchForm
{
}

#cbSearch #searchForm #leftCol
{
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
#cbSearch #searchForm #rightCol
{
    float: left;
}
#cbSearch #searchForm input.searchField, input.searchField
{
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 5px;
    width: 504px;
}
#cbSearch a.searchResultRow, #cbEvents a.searchResultRow
{
    display: block;
    padding: 18px;
    text-decoration: none;
}
#cbSearch a.searchResultRow img
{
    display: block;
    float: left;
    width: 99px;
    margin-right: 20px;
    border: 0px none;
}
#cbSearch a.searchResultRow div
{
    float: left;
    width: 500px;
}
#cbEvents
{
    width: 680px;
}
#cbEvents #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}
#cbEvents #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_active.png);
}
#cbEvents #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_inactive.png);
}
#cbEvents #searchForm
{
}
#cbEvents #searchForm #leftCol
{
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
#cbEvents #searchForm #rightCol
{
    float: left;
}
#cbEvents #searchForm input.searchField, input.searchField
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 5px;
    width: 400px;
}
#cbEvents #searchForm select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 4px;
    width: 150px;
    margin-left: 20px;
}
#cbEvents a.searchResultRow
{
    display: block;
    padding: 18px;
}
#cbEvents a.searchResultRow img
{
    display: block;
    float: left;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
}
#cbEvents a.searchResultRow div.container
{
    float: left;
    width: 500px;
    padding: 0;
    margin: 0;
}
#cbEvent
{
    width: 680px;
}
#cbEvent a span.backarrow
{
    margin: 0px 0px 24px 0px;
}
#cbEvent #leftCol
{
    float: left;
    width: 221px;
    margin-right: 24px;
    margin-bottom: 40px;
}
#cbEvent #leftCol img.eventLogo
{
    /*border: 1px solid #f0f0f0;*/
    margin-bottom: 40px;
    margin-top: 10px;
}
#cbEvent #leftCol div.signupForm
{
    margin-bottom: 12px;
    width: 400px;
}
#cbEvent #leftCol div.signupForm input
{
    width: 210px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}
#cbEvent #rightCol
{
    float: left;
    width: 418px;
    margin-bottom: 40px;
}
#cbEvent #rightCol h1
{
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

#content .chkBoxFollow input, #content table.chkBoxFollow
{
    border: none;
}

#companybookmarking
{
    margin: 12px 0 0 0;
}
#companybookmarking a + a
{
    margin-left: 4px;
}

/* theme movies */
#theme
{
    width: 760px; margin-top: 20px;
}
#theme .leftContent
{
    display: block; float: left;
}
#theme .leftContent table td a .playMovie
{
    margin: 0px; padding: 0px; border: 0px; cursor:pointer;text-decoration:none;
}
#theme .leftContent a .leftImg
{
    display:table;
}
#theme .leftContent a .leftImg img
{
    float: left;margin-right:20px;
}
#theme .leftContent a .leftImg .title
{
    vertical-align: middle; display:table-cell;
}
#theme rightContent
{
    display: block; float: left;padding-left:10px;    
}

/* end theme movies */

/* Rss puff */
#rssPuff div.rssPuff
{
    width: 200px;
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-left: 1px solid #e1e1e1;
}
#rssPuff div.rssPuffPosts
{
    width: 198px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 2px;
    padding-bottom: 2px;
        background-color: #EFEFEF;
}

#rssPuff div.rssPuffPosts ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#rssPuff div.rssPuffPosts li
{
    border-bottom: 2px solid #e1e1e1;
    background-image: url(/images/rss/rsspuff-ico.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    text-transform: uppercase;
    margin: 12px 10px 0px 10px;
    padding-bottom: 10px;
    list-style: none;
}
#rssPuff div.rssPuffPosts li.last
{
    border-bottom: 0px none;
}
#rssPuff div.rssPuffPosts li i
{
    font-style: normal;
    font-size: 10px;
    color: #868686;
    text-transform: none;
}
#rssPuff div.rssPuffPosts li a
{
    text-decoration: none;
    color: #000;
}
#rssPuff div.rssPuffPosts li a i
{
    text-decoration: none;
    color: #868686;
}
/* End Rss puff */
/*--------------------END CAREERBOOK----------*/
