/* Minification failed. Returning unminified contents.
(1528,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2020,9): run-time error CSS1035: Expected colon, found ';'
(2020,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
/* ********************************************************************* */
/* ************************** General HTML TAGs ************************* */
/* ********************************************************************** */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#user_blogpost_content ul li {
    margin:auto;
}
body {
	/*font-family: "open-sans";*/
	font-size: 13px;
	color: #949494;
	background:url('/content/images/main-bg.png') 0 0 repeat;
}
.fb-like {
    display:block;
    float:left;    
    z-index:1000;
    margin-left:25px;
    margin-top:3px;
}
    .fb_iframe_widget {
        z-index:1000;
    }

.g-like {
    margin-left:15px;
    float:left;
}


ul, ol {
	list-style: none;
}
.content .left ul, .content .left ol {
    margin-left:20px;
    color:#737373;
}
.content .left li {
    margin-bottom: 7px;
}
.content .left ul {
    list-style:disc;
}
.content .left ol {
    list-style:decimal;
}



a {
	color:#36b6ae;
	text-decoration:none;
}

input, 
textarea {
	font-family: "open-sans";
	font-size:inherit;
	color:inherit;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	display: block;
	clear: both;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 0px !important;
	border: none !important;
}

.wrapper {
	width:803px;
	margin:0 auto;
}

.btn {
	display:block;
	background:url('/content/images/btn-bg.png') 0 0 repeat-x;
	line-height:28px;
	border:solid 1px #94a8b6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 13px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	font-size:13px;
	font-weight:bold;
	color:#8597a6;
	font-size:14px;
	text-shadow:0 1px rgba(255, 255, 255, 0.5);
}

.btn span {
	display:block;
	background:url('/content/images/btn-arrow.png') right 50% no-repeat;
	padding-right:27px;
	line-height:28px;
}

.btn:hover {
	cursor:pointer;
	background-position:0 -28px;
}



/* ********************************************************************** */
/* ***************************** Content CSS **************************** */
/* ********************************************************************** */

#content {
	padding-bottom:30px;
}

#content-left {
	width:623px;
	float:left;
	padding-right:36px;
	border-right:solid 1px #cecece;
}

#sidebar {
	width:345px;
	float:left;
	padding-left:35px;
	border-left:solid 1px #cecece;
	margin-left:-1px;
}

.posts .post {
	margin-bottom:28px;
}

.posts .post .tn {
	background:#575757;
	height:236px;
}

.posts .post .content {
	background:#FFF;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
}

.posts .post .content .date {
	border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
	background:url('/content/images/stripes.png') 0 0 repeat;
	border-right:solid 2px #89d4cf;
	padding:60px 12px 0;
	width:96px;
	height:132px;
	float:left;
	font-size:18px;
	line-height:20px;
	text-align:center;
}

.posts .post .content .date span {
	font-size:24px;
	line-height:26px;
}

.posts .post .content .text {
	width:468px;
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	padding:22px 20px 14px 13px;
	position:relative;
	float:left;
	height:156px;
}

.posts .post .content .text h2 {
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:4px;
}

.posts .post .content .text h2 a {
	color:#737373;
}

.posts .post .content .text h2 a:hover {
	color:#2cb3aa;
}

.posts .post .content .text p {
	font-size:13px;
	line-height:20px;
	height:100px;
	margin-bottom:10px;
}

.posts .post .content .text a.comments {
	display:inline-table;
	height:25px;
	line-height:25px;
	width:32px;
	padding-left:33px;
	background:url('/content/images/comments-icon.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
}
.posts .post .content .text a.likes {
        display:inline-table;
	height:28px;
	line-height:28px;
	width:38px;
	padding-left:36px;
    padding-top:1px;
	background:url('/content/images/like-icons.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
    margin-left: 5px;
    margin-top: 0px;
}



.posts .post .content .text span.arrow {
	display:block;
	width:42px;
	height:27px;
	position:absolute;
	top:50%;
	margin-top:-14px;
	right:-42px;
	background:url('/content/images/post-arrow.png') no-repeat;
}

.pagination {
	float:right;
	clear:both;
	margin:30px 0;
	overflow:hidden;
}

.pagination a,.pagination span {
	display:block;
	width:38px;
	height:35px;
	text-align:center;
	float:left;
	margin-left:7px;
	background:#d3d3d3;
	font-size:18px;
	color:#7e8081;
	line-height:35px;
}
    .pagination span {
        background:none;
    }

.pagination a:hover,
.pagination a.current {
	background:#36b6ae;
	color:#FFF;
}

.pagination a span {
	display:block;
	width:38px;
	height:35px;
	background:url('/content/images/pagination-arrows.png') no-repeat;
}

.pagination a.prev {
	margin-right:12px;
}

.pagination a.next {
	margin-left:19px;
}

.pagination a.prev span {
	background-position:0 0;
}

.pagination a.prev:hover span {
	background-position:0 -35px;
}

.pagination a.next span{
	background-position:-38px 0;
}

.pagination a.next:hover span {
	background-position:-38px -35px;
}

#sidebar .box {
	padding:26px 30px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom:28px;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	position:relative;
	background:#FFF;
}

#sidebar .box span.arrow {
	display:block;
	width:40px;
	height:26px;
	position:absolute;
	top:20px;
	left:-40px;
	background:url('/content/images/sidebar-arrow.png') 0 0 no-repeat;
}

.box h3 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:20px;
}

#sidebar .box .video {
	margin-bottom:30px;
}

#sidebar .box .more {
	display:block;
	width:137px;
	font-weight:bold;
	text-align:center;
}

#sidebar .stories,
#sidebar .sites {
	margin-bottom:36px;
}

#sidebar .stories li,
#sidebar .sites li {
	overflow:hidden;
	margin-bottom:19px;
}

#sidebar .stories li .tn,
#sidebar .sites li .tn {
	display:block;
	width:120px;
	height:79px;
	background:#c1c1c1;
	float:left;
	margin-right:15px;
}

#sidebar .stories li h4,
#sidebar .sites li h4 {
	float:left;
	width:150px;
	font-weight:600;
	font-size:13px;
	color:#2f2f2f;
	margin-top:-2px;
}

#sidebar .sites li h4 a {
	color:#01a0f7;
}

#sidebar .stories li h4 a {
	color:#2f2f2f;
}

#sidebar .stories li h4 a:hover,
#sidebar .sites li h4 a:hover {
	color:#2cb3aa;
}

#sidebar .stories li p,
#sidebar .sites li p {
	float:left;
	width:150px;
	color:#949494;
	font-size:12px;
	line-height:15px;
}

/* ********************************************************************** */
/* ***************************** Footer  CSS **************************** */
/* ********************************************************************** */

#footer {
	border-top:solid #64a3cc 1px;
	background:url('/content/images/footer-bg.png') 0 0 repeat-x;
	padding:190px 0 117px;
	overflow:hidden;
	color:#FFF;
	font-size:16px;
	height:215px;
	color:#d3d3d3;
}

#footer .col {
	border-left:solid 1px #3a3b3c;
	padding-left:45px;
	margin-left:32px;
	float:left;
	height:215px;
}

#footer .col:first-child {
	margin-left:21px;
	margin-right:22px;
	width:360px;
	border:none;
}

#footer .logo {
	display:block;
	width:302px;
	height:112px;
	background:url('/content/images/footer-logo.png') 0 0 no-repeat;
	margin:-91px 0 0; 
}

#footer .col p {
	font-size:15px;
	line-height:28px;
	margin-bottom:20px;
}

#footer .social {
	margin:0;
}

#footer .social a {
	margin:0 14px 0 0;
}    

#footer .col h4 {
	color:#01a0f7;
	font-size:17px;
	font-weight:600;
	margin:-21px 0 21px;
	text-shadow:-1px 1px #000;
}

#footer ul.links {
	width:218px;
}

#footer ul.links li {
	border-bottom:dashed 1px #4e4e51;
}

#footer a {
	color:#d3d3d3;
}

#footer a:hover {
	color:#FFF;
}

#footer ul.links li a {
	display:block;
	line-height:32px;
	font-weight:600;
	font-size:13px;
	text-transform: uppercase;
}

#footer .tweets {
	width:218px;
    max-height: 230px;
    overflow: hidden;
}

#footer ul.tweets li {
	border-bottom:dashed 1px #4e4e51;
	background:url('/content/images/teitter-icon.png') 9px 13px no-repeat;
	padding:10px 0 10px 40px;
	font-size:12px;
	line-height:18px;
	font-weight:500;
}
    #footer ul.tweets li p {
        margin-bottom:0px;
        line-height: 20px;
        font-size: 12px;        
    }
#breadcrumb {
	background:url('/content/images/breadcrumb-bg.png') 0 0 repeat-x;
	position:relative;
	z-index:2;
	padding:10px;
	line-height:55px;
	overflow:hidden;
	margin-bottom:21px;
}

#breadcrumb a {
	display:block;
	float:left;
	background:url('/content/images/breadcrumb-arrow.png') right 50% no-repeat;
	font-style:italic;
	font-size:22px;
	padding-right:21px;
	margin-left:12px;
}

#breadcrumb a:first-child {
	margin-left:30px;
}

#breadcrumb span {
	color:#b2b2b2;
	font-style:italic;
	font-size:22px;
	display:block;
	float:left;
	margin-left:12px;
}

.jqTransformSelectWrapper {
	height:28px;
	position:relative;
	width:95px;
	margin:0 0 22px;
}

.jqTransformSelectWrapper div span {
	display:block;
	background:url('/content/images/btn-bg.png') 0 0 repeat-x;
	line-height:28px;
	height:28px;
	border:solid 1px #94a8b6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	font-size:13px;
	font-weight:bold;
	color:#8597a6;
	font-size:14px;
	text-shadow:0 1px rgba(255, 255, 255, 0.5);
	position: relative;
	z-index:2;
	white-space: nowrap;
	width:95px;
	overflow: hidden;
	cursor:pointer;
	text-indent:13px;
	width:auto !important;
}

.jqTransformSelectWrapper div a.jqTransformSelectOpen {
	background:url('/content/images/btn-arrow.png') 0 50% no-repeat;
	position:absolute;
	height:28px;
	width:13px;
	right:13px;
	top:0;
	z-index:3;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	top: 30px;
	left: 0px;
	background:url('/content/images/main-bg.png') 0 0 repeat;
	border: solid 1px #94a8b6;
	display: none;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	border-radius:0 0 5px 5px;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 0 5px;
	line-height:28px;
	text-decoration: none;
	color:#8597a6;
	font-weight:bold;
}

.jqTransformSelectWrapper ul a:hover, 
.jqTransformSelectWrapper ul a.selected:hover,
.jqTransformSelectWrapper ul a.selected {
	background:url('/content/images/btn-bg.png') 0 0 repeat-x;
	color: #8597a6;
}

.jqTransformSelectWrapper select {
	position:absolute;
	z-index:1;
	opacity:0;
}

.author-box {
	text-align:center;
}

.author-box .tn {
	display:block;
	width:104px;
	padding:113px;
	padding:19px 39px 33px 35px;
	margin: 0 auto 12px;
	background:url('/content/images/author-tn-bg.png') 0 0 no-repeat;
}
    .img-blog-authors-author {        
        margin-left:-24px;
        margin-top:-19px;
        max-height:154px;
    }


.author-box  h2, .author-box  h2 a {
	font-size:18px;
	font-weight:600;
	color:#737373;
	margin-bottom:4px;
}
    .a-blog-post-author {
        margin-left:5px;
    }


.author-box  h3 {
	font-style:italic;
	font-weight:normal;
	color:#2cb3aa;
	font-size:14px;
	margin-bottom:8px;
	color:#2AB2A9;
}

.author-box .profiles {
	margin-bottom:10px;
}

.author-box .profiles a{
	display:inline-block;
	width:24px;
	height:24px;
	background:url('/content/images/profiles-icons.png') no-repeat;
	margin:0 1px;
}

.author-box .profiles a.facebook {
	background-position:0 0;
}

.author-box .profiles a.twitter {
	background-position:-28px 0;
}

.author {
	background:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	overflow:hidden;
	margin-bottom:43px;
}

.author .left {
	background:url('/content/images/stripes.png') 0 0 repeat;
	padding:28px 12px 23px;
	width:178px;
	border-right:solid 2px #2AB2A9;
	float:left;
	/*height:486px;*/
}

.author .right {
	width:795px;
	float:left;
	padding:40px 0 0 40px;	
    padding-bottom: 20px;
}

.author .author-box {
	text-align:left;
}

.author .author-box h2,
.author .author-box h3,
.author .author-box p.profiles {
	margin-left:15px;
}


.author .topics {
	border-top:solid 1px #89d4cf;
	margin:0 -5px;
	padding:15px 20px 0;
}

.author .topics li {
	margin-bottom:10px;
}

.author .topics li h4 {
	font-size:16px;
	font-weight:600;
	color:#737373;
	line-height: 18px;
}

.author .topics li a.link {
	display:block;
	background:url('/content/images/blue-arrow.png') 0 50% no-repeat;
	font-size:14px;
	line-height:16px;
	color:#01A0F7;
	padding-left:14px;
}

.author .topics li a.btn {
	float:left;
	margin-right:4px;
}

.count {
	display:block;
	background:url('/content/images/count-bg.png') 0 -1px no-repeat;
	width:32px;
	height:24px;
	line-height:24px;
	padding-left:5px;
	font-size:13px;
	text-align:center;
	color:#939fa7;
	font-weight:600;
}

.author .topics li .count {
	margin-top:4px;
	float:left;
}

.author .right h3 {
	color:#737373;
	font-weight:normal;
	background:url('/content/images/gradient-border.png') 0 bottom no-repeat;
	padding-bottom:15px;
	margin-bottom:21px;
	font-size:24px;
}

.author .right  ul li{
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:21px;
	background:url('/content/images/gradient-border.png') 0 bottom no-repeat;
	position:relative;
}

.author .right  ul li span.tn {
	display:block;
	width:86px;
	height:86px;
	background:#c2c2c2;
	float:left;
	margin-right:15px;
	margin-top:4px;
}

.author .right  ul li h2 {
	font-weight:normal;
	font-size:18px;
}

.author .right  ul li h2 a {
	color:#01A0F7;
}

.author .right  ul li h2 a:hover {
	color: #2CB3AA;
}

.author .right  ul li p {
	width:540px;
	/*height:36px;*/
	overflow:auto;
	font-size:13px;
	line-height:18px;
	color:#949494;
	margin-bottom:6px;
}

.author .right  ul li a.comments {
	display:block;
	height:25px;
	line-height:25px;
	width:32px;
	padding-left:33px;
	background:url('/content/images/comments-icon.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
	float:left;
}
.author .right  ul li a.likes {
        display:inline-table;
	height:28px;
	line-height:28px;
	width:38px;
	padding-left:36px;
    padding-top:1px;
	background:url('/content/images/like-icons.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
    margin-left: 5px;
    margin-top: -3px;
}

.author .right  ul li a.next {
	display:block;
	width:14px;
	height:20px;
	background:url('/content/images/blue-arrow-large.png') 0 0 no-repeat;
	position:absolute;
	right:27px;
	top:50%;
	margin-top:-21px;
}
.div-img-authors{
    max-height:86px;
    min-height:86px;
    max-width:86px;
    min-width:86px;
    overflow:hidden;
    text-align:center;
}
.img-authors {
    max-height:86px;
    min-height:86px;
}


.share {
	overflow:hidden;    
}

.share span {
	display:block;
	font-weight:600;
	font-size:15px;
	color:#737373;
	float:left;
	margin-right:24px;
}

.share a{
	display:block;
	width:24px;
	height:24px;
	background:url('/content/images/profiles-icons.png') no-repeat;
	margin:0 5px 0 0;
	float:left;
}

.share a.facebook {
	background-position:0 0;
}

.share a.twitter {
	background-position:-28px 0;
}

.share a.google {
	background-position:-57px 0;
}

.author .right .share {
	float:left;
}

.author .right a.btn {
	float:right;
	margin-right:30px;
}

.full-post {
	margin-bottom:25px;
	position:relative;
}

.full-post .image {
	/*height:513px;*/
	position:relative;
	z-index:2;
}

.full-post .image img {
	display:block;
	max-width:878px;
	position:relative;
	z-index:1;
    margin-left: auto;
    margin-right: auto;
}

.full-post p.date {
	position:absolute;
	z-index:2;
	width:64px;
	height:69px;
	padding:11px 8px 0 12px;
	font-size:12px;
	line-height:15px;
	text-shadow:1px -1px 1px rgba(0, 0, 0, 0.7);
	background:url('/content/images/post-date-bg.png') 0 0 no-repeat;
}

.full-post .image p.date {
	bottom:-14px;
	right:0;
}

.full-post p.date span {
	color:#d9d9d9;
	font-style:italic;
	font-weight:bold;
	display:block;
}

.full-post p.date strong {
	color:#22afa6;
	font-weight:600;
	display:block;
}

.full-post .content {
	background:#FFF;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	padding:35px 84px 0 47px;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

.full-post.text-only .content{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.full-post .content .left {
	width:632px;
	float:left;
	margin-bottom:55px;
}

.full-post h1 {
	color:#737373;
	font-weight:normal;
	background:url('/content/images/gradient-border.png') right bottom no-repeat;
	padding-bottom:14px;
	margin-bottom:14px;
	font-size:26px;
	margin-left:-8px;
	padding-left:8px;
}

.full-post .content .left p {
	color:#737373;
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}

.full-post .right {
	width:196px;
	float:right;
	margin-bottom:55px;
	position: relative;
}

.full-post .right p.date {
	right:-84px;
	top:0;
}

.full-post .right .author-box {
	background:url('/content/images/gradient-border.png') right bottom no-repeat;
	margin-right:-84px;
	padding-right:84px;
	padding-bottom:1px;
	margin-bottom:25px;
	text-align:left;
}

.full-post .right .author-box h2 {
	margin:0;
}

.full-post .right .author-box h2 span {
	font-size:12px;
}

.full-post .right .tags {
	background:url('/content/images/gradient-border.png') right bottom no-repeat;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:24px;
	margin-left:-4px;
}

.full-post .right .tags h4 {
	margin-left:4px;
	font-size:15px;
	color:#2AB2A9;
	font-weight:600;
	margin-bottom:14px;
}

.full-post .right .tags a {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	background:#505050;
	color:#f2f1f1;
	font-size:13px;
	font-weight:600;
	text-align:center;
	padding:0 13px;
	margin:0 0 9px 6px;
}

.full-post .right .tags a.full {
	float:left;
	width:100%;
	padding:0;
}

.full-post .right .tags a:hover {
	background:#22afa6;
	color:#FFF;
}

.full-post .right .related h4 {
	margin-left:4px;
	font-size:15px;
	color:#2AB2A9;
	font-weight:600;
	margin-bottom:10px;
}

.full-post .right .related ul li {
	border-top:solid 1px #cdd8de;
}

.full-post .right .related ul li:first-child {
	border-top:none;
}

.full-post .right .related ul li a {
	display:block;
	font-size:12px;
	line-height:29px;
	color:#868686;
	padding-left:17px;
	background:url('/content/images/related-posts-arrow.png') 3px 0 no-repeat;
}

.full-post .right .related ul li a:hover {
	background-position:3px -29px;
	background-color:#22AFA6;
	color:#FFF;
}

.post-options {
	border-top:solid 1px #e7e7e7;
	padding:11px 23px 11px 26px;
	overflow:visible;
	margin:0 -24px 0 -17px;    
}
.fb_ltr fb_iframe_widget_lift {
    z-index:1000;
}

.post-options a.comments {
	display:block;
	height:25px;
	line-height:25px;
	width:32px;
	padding-left:33px;
	background:url('/content/images/comments-icon.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
	float:left;
}
a.likes-hov, a.likes-sel {
        display:inline-table;
	height:28px;
	line-height:28px;
	width:38px;
	padding-left:36px;
    padding-top:1px;
	background:url('/content/images/like-icons.png') 0 0 no-repeat;
	font-size:12px;
	color:#939fa7;
	font-weight:600;
	text-align:center;
    margin-left: 10px;
    margin-top: 3px;    
    float:right;
}
a.likes-sel {
    background:url('/content/images/like-icons.png') -147px 0px no-repeat;
}

a.likes-hov:hover,a.likes-sel:hover {
    background:url('/content/images/like-icons.png') -74px 0px no-repeat;
}



.post-options a.toggle {
	display:block;
	width:14px;
	height:9px;
	background:url('/content/images/toggle-arrow.png') 0 -9px;
	float:left;
	margin:9px 0 0 14px;
}

.post-options a.toggle.up {
	background-position:0 0;
}

.post-options .share {
	float:right;
	margin:0;
}

div.comments {
	margin:0 -24px 0 -17px;	
	border-top:solid 1px #e7e7e7;
	height:0;
    overflow:hidden;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
#follow-sub2o {
    float:left;
    margin-left:30px;
    margin-top:3px;
}
.fb-follow {
    float:left;
    margin-left:15px;
}



.comments ul {
	margin-top:46px;
    margin-left:15px;
}

.comments li {
	margin-bottom:26px;
	overflow:hidden;
}

.bp-pager-title {
    max-height: 50px;
    overflow: hidden;
}


.comments li span.tn {
	display:block;
	float:left;
	width:47px;
	height:48px;
	margin-right:18px;
}

.comments li span.tn img {
	display:block;
	width:47px;
	height:48px;
}

.comments li p {
	width:750px;
	float:left;
}

.comments li p strong a{
	font-size:14px;
	font-weight:600;
	color:#22afa6;
}

.comments li p em {
	font-size:11px;
	color:#949494;
	font-style:normal;
}

.comments li span {
	display:block;
	line-height:20px;
	color:#2f2f2f;
}

.comments li a {
	color:#949494;
	font-weight:600;
	font-size:12px;
}

.comments .btn.more {
	display:block;
	width:200px;
	padding:0;
	text-align:center;
	margin:0 auto 36px;
}

.add-comment-blog {
	max-width:790px;
    min-width:790px;
	height:55px;
	padding:6px 10px;
	background:#FFF;
	border:none;
	box-shadow:inset 2px 2px 3px #b3b3b3;
	-moz-box-shadow:inset 2px 2px 3px #b3b3b3;
	-webkit-box-shadow:inset 2px 2px 3px #b3b3b3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:3px;
	border:none;
	color:#1d99d3;
	font-family:inherit;
	min-height:25px;
}
#btn-add-comment {
    margin-left:0px;
}


.full-post .comments .post-options {
	margin:0 -60px 0 -47px;
}

.featured {
	margin-bottom:60px;
}

.featured h3 {
	font-size:26px;
	font-weight:normal;
	color:#22AFA6;
	margin-bottom:21px;
}

.featured ul {
	overflow:hidden;
}

.featured li {
	width:280px;
	float:left;
	margin-left:30px;
	background:#FFF;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:0 23px 42px;
}

.featured ul li:first-child {
	margin-left:0;
}

.featured li span.image {
	display:block;
	margin:0 -23px 24px;
	background:#575757;
	border-bottom:8px solid #575757;
	position:relative;
	z-index:1;
	height:228px;
    max-height:228px;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
    overflow:hidden;
}

.featured li span.image img {
	position:relative;
	z-index:1;
	display:block;
	width:326px;
	height:228px;
}
.featured li span.image .img-featured-blog {
    height:auto;
}

.featured li span.image .overlay {
	display:block;
	width:326px;
	height:228px;
	background:url('/content/images/plus.png') center 50% no-repeat;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.featured li span.image:hover {
	border-bottom-color:#22AFA6;
}

.featured li span.image:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.featured li h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
} 

.featured li h2 a {
	color:#737373;
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.featured li h2 a:hover {
	color:#22afa6;
}

.featured li p {
	line-height:20px;
	color:#949494;
	height:100px;
	overflow:hidden;	
}

.full-post .image.gallery {
	height:auto
}


.pikachoose {
	width: 878px;
}

.pika-stage, 
.pika-textnav {
	width: 878px;
}

.pika-stage {
	position: relative;
	height: 513px;
    overflow:hidden;
}



.pika-stage .caption {
	position: absolute;
	background: url('/content/images/gallery-caption-bg.png') 0 0 repeat;
	padding: 14px 50px;
	width:779px;
	bottom: 0;
	right: 0;
	z-index:10;
	color:#FFF;
	font-size:16px;
	font-weight:600;
}

.pika-stage .caption h2 {
	font-weight:bold;
	font-size:26px;
	color:#209cc9;
	line-height: 26px;
	margin-bottom:2px;
}


.pika-imgnav {
	opacity:1 !important;
}

.pika-imgnav a {
	display:block;
	position:absolute;
	width:24px;
	height:35px;
	background:url('/content/images/banner-controls.png');
	top:50%;
	margin-top:-18px;
	text-indent:-5000px;
	z-index:10;
	cursor:pointer;
}
    .pika-imgnav .play {
        display:none;
    }


.pika-imgnav a.next{
	background-position:0 -35px;
	right:21px;
}

.pika-imgnav a.next:hover {
	background-position:-24px -35px;
}

.pika-imgnav a.previous {
	background-position:0 0px;
	left:21px;
}

.pika-imgnav a.previous:hover {
	background-position:-24px 0px;
}

.pika-imgnav a.pause {
	display:none;
}

.pika-textnav,
.pika-tooltip,
.pika-counter {
	display:none;
}

.pika-loader {
	background: url(/content/images/loading.gif) 3px 3px no-repeat #000;
	background-color: rgba(0,0,0,0.9);
	color: white;
	width: 60px;
	font-size: 11px;
	padding: 5px 3px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
}

.pika-thumbs li {
	height: 114px;
	width: 130px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.7);
}

.pika-thumbs li .clip {
	position: relative;
	height: 114px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
    text-align:center; --add this one among with the other rules already defined
}

.full-post .pika-thumbs li img {
    display: inline-block !important;
    height: 100%;
    width: auto !important;
}



.jcarousel-container-horizontal {
	padding: 12px 88px;
	overflow: hidden;
	background:url('/content/images/gallery-carousel-bg.png') 0 0 repeat-x;
}

.jcarousel-clip-horizontal {
	height: 114px;
	width: 861px;
	overflow:hidden;
}
.gallery_short .jcarousel-clip-horizontal{
    width:702px;
}

.jcarousel-item-horizontal {
	margin-right: 15px;
}

.jcarousel-prev,
.jcarousel-next {
	display:block;
	position:absolute;
	width:24px;
	height:35px;
	background:url('/content/images/banner-controls.png');
	top:50%;
	margin-top:-18px;
	text-indent:-5000px;
	z-index:10;
	cursor:pointer;
}

.jcarousel-next{
	background-position:0 -35px;
	right:35px;
}

.jcarousel-next:hover {
	background-position:-24px -35px;
}

.jcarousel-next.jcarousel-next-disabled {
	background-position:0 -35px;
	cursor:default
}

.jcarousel-prev {
	background-position:0 0px;
	left:35px;
}

.jcarousel-prev:hover {
	background-position:-24px 0px;
}

.jcarousel-prev.jcarousel-prev-disabled {
	background-position:0 0px;
	cursor:default
}

.full-post .content .left .post-options {
	margin:0;
	border:none;
	padding:11px 0;
}

.full-post .content .left div.comments {
	height:auto;
	background:none;
	margin:0;
	padding:20px 0;
}

.content .left div.comments ul {
	margin:0;
}

.content .left div.comments ul li p {
	width:566px
}

.content .left div.comments .btn.more {
	margin:0;
}
.div-index-featured-img {
    min-width:1023px;
    min-height:375px;
    overflow:hidden;
    max-width:1023px;
    max-height:375px;    
}
    .div-index-featured-img img {
        min-width:1023px;
        max-width:1023px;        
    }

.div-index-post-img{
    min-width:623px;
    min-height:236px;
    overflow:hidden;
    max-width:623px;
    max-height:236px;   
}
.div-index-post-img img{
    min-width:623px;
    max-width:623px;
}
.div-index-popular-img{
    min-width:120px;
    min-height:79px;
    overflow:hidden;
    max-width:120px;
    max-height:79px;   
}
.div-index-popular-img img{
    min-width:120px;
    max-width:120px;
}
.span_textlen_error,.span_textlen_ok{
    padding:5px;
    float:right;
}
.span_textlen_ok {
    color:#aaa;
}
.span_textlen_error {
    background-color:pink;
    color:white;    
}

.div_clear {
    clear:both;
}
#div_sub2o_popular_posts_body {
    background:none;
}


/*Footer*/
.footer {	
	margin:0 -18px 15px -19px;
	padding:32px 42px 42px 47px;
	min-height:701px;
	overflow:hidden;
    width: 850px;
}

#footer-tabs.ui-widget-content {
	padding:0;
	margin:0;
	border:none;	
    background: url('/content/images/main-bg.png') 0 0 repeat;
}

#footer-tabs ul.ui-tabs-nav {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom:40px;
	box-shadow:2px 2px rgba(255,255,255, 0.5);
	-moz-box-shadow:2px 2px rgba(255,255,255, 0.5);
	-webkit-box-shadow:2px 2px rgba(255,255,255, 0.5);
	background:none;
	padding:0;
	border:solid 1px #666666;;
	display:block;
	float:left;
	overflow:hidden;
}

#footer-tabs ul.ui-tabs-nav li.ui-state-default {
	border:none;
	background:url('images_profile/footer-tabs-link-bg.png') 0 0 repeat-x;
	padding:0;
	margin:0;
	top:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	height:37px;
	display:block;
}

#footer-tabs ul.ui-tabs-nav li.ui-state-hover,
#footer-tabs ul.ui-tabs-nav li.ui-state-active {
	background-position:0 -37px;
}

#footer-tabs ul.ui-tabs-nav li.ui-state-default a {
	float:none;
	text-align:center;
	padding:0 37px;
	line-height:37px;
	color:#4f5459;
	font-size:15px;
	font-weight:bold;
	text-shadow:0 1px #FFF;
	background:url('images_profile/tabs-separator.png') right 0 no-repeat;
	display:block;
}

#footer-tabs ul.ui-tabs-nav li.ui-state-hover a,
#footer-tabs ul.ui-tabs-nav li.ui-state-active a {
	color:#FFF;
	text-shadow:0 -1px #525559;
	background:none;
	border-right:solid 1px #6d7075;
	border-left:solid 1px #6d7075;
	padding:0 36px;
	line-height:39px;
}  

#footer-tabs ul.ui-tabs-nav li.ui-state-hover:first-child a,
#footer-tabs ul.ui-tabs-nav li.ui-state-active:first-child a {
	border-left:none;
} 

#footer-tabs ul.ui-tabs-nav li.ui-state-default:last-child a {
	background:none;
}

#footer-tabs ul.ui-tabs-nav li.ui-state-hover:last-child a,
#footer-tabs ul.ui-tabs-nav li.ui-state-active:last-child a {
	border-right:none;
}

#footer-tabs.ui-tabs .ui-tabs-panel {
	clear:both;
	padding:0;
	border-radius:none;
}

#footer-tabs h2, .editorials h2{
	font-size:22px;
	color:#2cb5ab;
	margin:0 0 8px 0;
	font-weight:normal;
}

#footer-tabs p,.editorials p {
	font-size:15px;
	color:#8c8c8c;
	line-height:20px;
	margin:0 0 20px 0;
    margin-bottom: 8px;
}
.editorials h1 {
    color:#2cb5ab;
    margin-bottom:10px;
}

.editorials p {
    text-indent:20px;
}
.editorials ul {
    font-size:1.1em;
    margin-left:60px;
}
.editorials li {
    list-style:inside;
}



#footer-tabs h3 {
	font-size:15px;
	margin:0 0 2px 0;
	font-weight:normal;
}

#footer-tabs .right-img {
	float:right;
	margin:0 35px 30px 50px;
}

#footer-tabs .separator {
	height:1px;
	background:#d1d1d1;
	border-bottom:solid 1px #d6d6d6;
	margin:30px 0 20px;
	clear:both
}

#footer-tabs p + .separator {
	margin-top:0;
} 

.faq {
	width:534px;
}

.faq.ui-accordion h3.ui-accordion-header.ui-state-default {
	border:solid 1px #c6c6c6;
	background:#10a99c;
	margin:20px 0 0 0;
	border-radius:none;
	color:#FFF;
	font-size:15px;
	text-shadow:0 -1px #095d56;
	line-height:17px;
	padding:14px 120px 14px 14px;
}

.faq.ui-accordion h3.ui-accordion-header.ui-state-hover,
.faq.ui-accordion h3.ui-accordion-header.ui-state-active {
	border:solid 1px #c6c6c6;
	background:#10a99c;
	margin:20px 0 0 0;
	border-radius:0;
	color:#FFF;
	font-size:15px;
	text-shadow:0 -1px #095d56;
	line-height:17px;
	padding:14px 120px 14px 14px;
}

.faq.ui-accordion h3.ui-accordion-header .ui-icon {
	left:500px;
	top:50%;
	margin-top:-7px;
	background:url('images_profile/accordion-icons.png') no-repeat;
	width:19px;
	height:14px;
}

.faq.ui-accordion h3.ui-accordion-header .ui-icon.ui-icon-triangle-1-e {
	background-position:0 0;
}

.faq.ui-accordion h3.ui-accordion-header .ui-icon.ui-icon-triangle-1-s {
	background-position:0 -14px;
}

.faq.ui-accordion .ui-accordion-content {
	background:#ffffff;
	border:solid 1px #c6c6c6;
	border-top:none;
	margin:0;
	top:-1px;
	float:none;
	padding:20px 21px 25px;
}

.faq.ui-accordion .ui-accordion-content.ui-accordion-content-active {
	padding:20px 21px 25px;
}


#footer-tabs ul {
	background:#ffffff;
	padding:30px 35px 5px 25px;
	margin:0;
	list-style:none;
	margin-bottom:20px;
}

#footer-tabs ul li {
	background:url('images_profile/board-advisor-bullet.png') 0 3px no-repeat;
	padding-left:15px;
	font-size:15px;
	color:#8c8c8c;
	line-height:20px;
	margin:0 0 20px 0;
}

#footer-tabs ul li span {
	color:#2cb5ab;
}

#footer-tabs ul.floatLeft {
	width:430px;
}

#footer-tabs ul.floatLeft  li {
	margin-bottom:15px;
}

#footer-tabs .ticket h3 {
	color:#2cb5ab;
	font-weight:bold;
	font-size:15px;
	margin-bottom:22px;
}

#footer-tabs .ticket input {
	width:326px;
	height:25px;
	border:solid 1px #e0e0e0;
	display:block;
	text-indent:10px;
	line-height:23px;
	color:#838383;
	margin-bottom:13px;
	box-shadow:inset 0 0 3px #c6c6c6;
	-moz-box-shadow:inset 0 0 3px #c6c6c6;
	-webkit-box-shadow:inset 0 0 3px #c6c6c6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:12px;
}

#footer-tabs .ticket textarea {
	width:308px;
	height:127px;
	border:solid 1px #e0e0e0;
	display:block;
	padding:9px;
	line-height:16px;
	color:#838383;
	margin-bottom:13px;
	box-shadow:inset 0 0 3px #c6c6c6;
	-moz-box-shadow:inset 0 0 3px #c6c6c6;
	-webkit-box-shadow:inset 0 0 3px #c6c6c6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:12px;
}

#footer-tabs .ticket .custom-select {
	background:url('images_profile/ticker-custom-select.png') 0 0 no-repeat;
	height:29px;
	width:331px;
	float:left;
	margin:0 0px 13px 0;
	float:none;
}

#footer-tabs .ticket .custom-select-text {
	line-height:29px;
}

#footer-tabs .ticket select.custom-dropdown {
	height:29px;
}

#footer-tabs .ticket button {
	display:block;
	width:151px;
	height:28px;
	padding-bottom:3px;
	background:url('images_profile/filter-search.png') 0 0 no-repeat;
	border:none;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-shadow:1px 1px #1264aa;
}
/*Footer*/


/*Marine Popup*/
.marine-popup.ui-dialog {
	background:none;
	border:none;
	padding:0;
}

.marine-popup.ui-dialog .ui-dialog-content {
	padding:20px;
	position:relative;
	font-size:14px;
	background:url('images_profile/message-popup-bg.png') no-repeat;
    background-color:white;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow:8px 8px 6px rgba(24, 24, 24, 0.7);
	-moz-box-shadow:8px 8px 6px rgba(24, 24, 24, 0.7);
	-webkit-box-shadow:8px 8px 6px rgba(24, 24, 24, 0.7);
	margin:0 15px 15px 28px;
	overflow:visible
}

.marine-popup .ui-dialog-titlebar {
	height:0px;
	background:none;
	border:none;
	padding;0;
	position:relative;	
    z-index: 100000;
}

.marine-popup-arrow {
	display:block;
	width:28px;
	height:59px;
	background:url('images_profile/marine-arrow.png') 0 0 no-repeat;
	position:absolute;
	left:-28px;
	top:50%;
	margin-top:-29px;
}

.marine-popup .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display:block;
	background:url('images_profile/close-popup.png') 0 0 no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	top:37px;
	right:30px;
	cursor:pointer;
	outline:none;
	border:none;
	text-indent:-5000px;
}

.marine-popup h2 {
	font-size:18px;
	color:#2cb5ab;
	font-weight:normal;
	margin:0 0 10px 0;
}

.marine-popup .marine-img {
	display:block;
	float:left;
	margin-right:17px;
	margin-bottom:25px;
}

.marine-popup ul.info {
	margin:0;
	padding:0;
	list-style:none;
}

.marine-popup ul.info li {
	padding:0;
	margin:0 0 6px 0;
	line-height:15px;
	font-size:13px;
}

.marine-popup ul.info li strong {
	display:block;
	color:#1e90c6;
	font-weight:bold;
}

.marine-popup ul.info li span {
	display:block;
	color:#949494;
}

.marine-popup .info.full-width li {
	overflow:hidden;
}

.marine-popup .info.full-width li strong {
	width:108px;
	float:left;
}

/*Marine Popup*/

/*Login|Register*/
#div_fade_back
{
    position:fixed;
    background-color:Black;
    width:100%;
    height:100%;
    left:0;
    top:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";   
    filter:alpha(opacity=50); 
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:9999;
    display:none;
     
}
/*#div_sign_in
{  
    display:none;
    width:830px;
    height:660px;
    position:absolute;
    top:80px;
    left:50%;
    margin-left:-391px;    
    background-image:url('/Content/login_back.png');   
    z-index:10000; 
}*/
#div_sign_in td,#div_sign_in_non_ajax td
{
    vertical-align:top;
}

#div_sign_in label, #div_sign_in_non_ajax label
{
    color:#888;
    font-weight:bolder;
    font-size:0.8em;    
}
#div_sign_in input, #div_sign_in_non_ajax input
{        
}
#div_login_close
{    
    margin-top:20px;
    text-align:right;
    font-weight:bolder;    
    float: right;
}
#span_login_close
{
    float:right;
    cursor:pointer;
    padding:5px;
    color:#888;
}

#span_login_title,#span_login_reg
{
    font-size:x-large;
    color:#3399cc;
}
#span_login_title2
{
    font-size:small;
    font-weight:bold;
    color:#3399cc;
}
#span_login_register
{
    border-top-color: White;
    border-top-style: groove;
    border-top-width: 3px;
    max-width: 750px;
    display: block;
    color:#0ea89e;
    font-size:x-large;
}
#span_login_register2
{
    color:#888; 
    font-size:small;
    font-weight:bold;
}
#span_login_register3
{
    font-size:small;
    font-weight:bold;
    color:#3399cc;
}
#ul_login_benefits li
{
    font-size:small;
    font-weight:bold;
    color:#3399cc;
}
#table_log_on
{
    padding:10px;
    padding-top:0px;
    max-width:500px;
    margin-top: 20px;
}
#td_login_sign_in
{
    padding-bottom:5px;
    padding-right:40px;
}
#td_login_reg
{
    padding-right:40px;
}
#td_login_register
{
    padding-left:30px;
}
.td_login
{        
    padding-top:0px;
    padding-bottom:0px;
}


.login_fieldset
{
    border:none;
    padding: 30px;
    padding-top: 10px;
}
.txtbox_logonmini
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    min-width:250px;
}
.txtbox_logonmini
{
    min-width: 340px;
    min-height: 24px;
    margin-right: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.account_update_status,.account_update_status_ok,.log_a_dive_status
{
    padding:2px;
    background-color:Red;
    color:White;
    font-size:0.8em;
    font-weight:bold;
    display:none;
}

.span_incl_h
{    
    font-weight:bold;
    color:#0d7f78;
}
.span_incl_info
{
    font-size: 0.9em;
    color: #777;
    list-style: none;
    background: url(/content/teaser/cs_mask_arrow.png) no-repeat left center;
    text-align: left;
    padding-left: 10px;
    margin-left: 35px;
    margin-top: 7px;
}
#div_sign_in td, #div_sign_in_non_ajax td {
    vertical-align: top;
}
#hat_search_button, .button, .a_as_button, .a_dir_details_button {
    font-weight: bold;
    font-size: x-small;
    cursor: pointer;
    border: none;
    background-image: url('/Content/searchback.png');
    background-repeat: no-repeat;
    color: White;
    min-height: 24px;
    min-width: 80px;
}
#reg_table_input {    
    margin-right: 20px;
    vertical-align: top;        
}
#table_login_sign_in{    
    border-bottom-width: 3px;
    border-bottom-style: groove;
    border-bottom-color: White;
    padding-right: 40px;
    padding-bottom: 5px;
    min-width:750px;
}
#reg_table_incl
{        
    padding-bottom:10px;
    margin-right:10px;  
}
.editor-field-hidden {
    display:none;
}

#reg_table_input_td_1 {
    padding-right: 20px;
}
#reg-tick-ds-owner {
    max-width:340px;
    display:block;
}
.jqtranformdone {
    max-width:250px;
    min-width:250px;
}
.jqTransformInputWrapper, .jqTransformSafari {
    max-width:280px;
    min-width:280px;
}
#td_register_incl_sitesandshops {
    width: 240px;
    border-right-style: groove;
    border-width: 3px;
    border-color: White;
    text-align:center;
}
#td_register_incl_logbooks {
    width: 255px;
    border-right-style: groove;
    border-width: 3px;
    border-color: White;
    text-align:center;
}
#td_register_incl_divestream {
    width: 260px;
    text-align:center;
}
#reg_menu_button {
    margin-right:80px;
}

/*Login|Register*/

#table-contact-editorials td{
    padding:3px;
    padding-left:10px;
}
#table-contact-editorials textarea
{
    max-width:300px;
    min-width:300px;
}
.add-mes-editorials_textbox,.add-mes-editorials_textarea {
	max-width:910px;
    min-width:910px;	
	padding:6px 10px;
	background:#FFF;
	border:none;
	box-shadow:inset 2px 2px 3px #b3b3b3;
	-moz-box-shadow:inset 2px 2px 3px #b3b3b3;
	-webkit-box-shadow:inset 2px 2px 3px #b3b3b3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:3px;
	border:none;
	color:#1d99d3;
	font-family:inherit;	
}
.add-mes-editorials_textbox{
    margin-left:25px;
    max-width:300px;
    min-width:300px;
}
.add-mes-editorials_textarea{
    height:55px;
    max-height:55px;
    min-height:25px;
}
#div-editorials-message{
    margin-top:20px;
    margin-left:50px;
}
.btn-editorials {
	display:block;
	background:url('/content/images/btn-bg.png') 0 0 repeat-x;
	line-height:28px;
	border:solid 1px #94a8b6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 13px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 1) inset, 0 -2px rgba(0, 0, 0, 0.2) inset;
	font-size:13px;
	font-weight:bold;
	color:#8597a6;
	font-size:14px;
	text-shadow:0 1px rgba(255, 255, 255, 0.5);
    margin-left:420px;
    margin-top:-20px;
}


.btn-editorials:hover {
	cursor:pointer;
	background-position:0 -28px;
}
.span-error-editorials{
    color:red;
    margin-left:40px;
    display:none;
}
#mes-editorials-sent{
    float:left;
    color:#0ea89e;
    font-weight:bold;
    margin-top:-10px;
    display:none;
}
#mes-editorials-error{
    float:left;
    color:pink;
    font-weight:bold;
    margin-top:-10px;    
    display:none;
}
