/* global css */
body {
  margin:0;
  padding:0;
  color:#000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:24px;
}

a img { border: none; /* get rid of the border around linked image */
  margin: 0;
  position: relative;
  top:2px;
}
a img2 { border: none; /* get rid of the border around linked image */
  margin: 0;
  position: relative;
  top:7px;
}
a { text-decoration:none; color:#8EA800; }
a:hover { text-decoration:underline;}

.dotted {
  padding-top: 6px;
  border-top: 3px #8ea800 dotted;
  clear: left;
}

.oembed-container {
  margin-right:200px;
  margin-bottom: 15px;
  text-align:left;
  position:relative;
}
.clear { clear:both }

.wrap {
  width:985px;
}

.footer-wrap {
  width:985px;
  margin: 0px auto;
}

.content {
  background:#fff;
}

#advert {
  background:#dfdfdf;
  padding:15px 0;
  height:91px;
}

.main-shadow {
  margin:0 auto;
  width:985px;
  padding:0 35px;
  background: url(../../images/main-shadow.png) repeat-y;
}

.inline-text {
  color:#8EA800;
  display:inline;
  line-height:23px;
  margin-left:5px;
  position:absolute;
}

.chromeFrameOverlayUnderlay,
.overlay {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: url(../../images/black-60.gif);
  z-index:1000;
}

.shadow-container {
  margin: 10px 0 20px 0;
}

#headerstripe {
  background-color:#8EA800;
  height:190px;
  position:absolute;
  top:120px;
  left:0;
  width:100%;
  z-index:-5;
  border-top: solid black 30px;
}

#spaceinvader {
  background:transparent url(../../images/space_invader.gif) no-repeat scroll 0 0;
  height:193px;
  left: 20px;
  position:absolute;
  top:293px;
  width:111px;
  z-index:-4;
}

.has-shadow {
  position:relative;
  z-index:1;
}

.shadow {
  background:#bbb;
  display:inline-block;
  margin-left:6px;
  margin-top:6px;
  position:absolute;
  z-index:0;
}

.email-form{
  background-attachment:scroll;
  background-repeat:repeat;
  height:100%;
  position:fixed;
  width:100%;
  z-index:1000;
}

 .email-form .element-form{
  background: #FFFFFF;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  position:relative;
  top:20%;
  width:400px;
  padding: 20px;
  border: 5px solid #AAAAAA;
}


#chromeFrameOverlayContent {
  z-index:1001;
}

/* Generic Form */
.fieldWithErrors input {
  border: solid #f00;
}

.generic-form {
  text-align:justify;
  padding:10px;
  line-height: 20px;
}

.generic-form .form-control {
  float:right;
  margin-right:10px;
}

.generic-form textarea {
  width: 99%;
}

.generic-form textarea.desc {
  width: 284px;
}
.generic-form .submit {
  float:right;
  margin-right:10px;
  margin-top: 1px;
}

.form-item {
  height:40px;
  line-height:40px;
  color: #999;
  clear:both;
}

.form-item-box{
  height:40px;
  line-height:18px;
  color: #999;
  clear:both;
}

.form-item .form-label {
  width:145px;
  float:left;
  font-size:12px;
}
.form-input-user {
  position:relative;
  right:-110px;
  top:-40px;
}

.form-item .form-input {
  width:auto;
  float:left;
}
.form-item .form-input input {
  width:200px;
}

#facebox .form-item .form-input input {
  width:284px;
}

.form-item .form-input select {
  width:420px;
}

#facebox .form-item .form-input select {
  width:290px;
}

/* Rails Error Reporting */
.errorExplanation {
  border:solid thick #f00;
  background:#c77;
  line-height: 20px;
}

.errorExplanation h2 {
  margin:0;
  background:#f00;
  color:#fff;
  padding:0 10px;
  font-weight:bold;
}

.errorExplanation p {
  padding:0 10px;
}

/* header */
#header {
  background:#000000;
  height:auto;
  border-bottom:10px solid #8EA800;
}

.logo {
  float:left;
  background:url(../../images/logo.gif) no-repeat;
  width:330px;
  height:155px;
  margin-left:14px;
}

a.nounder {
  border:0 none;
  cursor:pointer;
  text-decoration:none;
}

/* Shoe Boxes */
.shoe-boxes {
  float:left;
  margin:25px 0 0 22px;
}

.shoe-box {
  background:#000;
  float:left;
  width:106px;
  height:72px;
  padding:12px 18px 15px 56px;
  margin-right: 20px;
}

.shoe-box .title {
  color:#A8A8A8;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
}

.shoe-box .description {
  font-size:11px;
  line-height:13px;
  height: 50px;
  overflow: hidden;
}

.shoe-box .description a {
  color:#FFFFFF;
}

.shoe-box .title a {
  color:#A8A8A8;
}
/* user-bar */
.user-bar {
  background: #000000;
  /* filter: alpha(opacity=80); ie-opacity filter */
  padding: 2px 5px;
}

.user-bar input[type="text"],
.user-bar input[type="password"] {
  border: 1px solid;
  width: 150px;
}
.user-bar input[type="checkbox"] {
  margin:0 3px 0 0;
}

.user-bar .remember-me {
  color: #F66A09;
}

.user-bar .submit {
  background: transparent;
  color:#8EA800;
  border:none;
  font-size:1em;
  font-weight:400;
  cursor:pointer;
  padding:0px;
}

.user-bar #fb-connect-button {
  float:left;
  height:25px;
  margin-left:30px;
}

#user-bar-greeting {
  float:left;
  color:#8EA800;
  font-size:12px;
  font-weight:700;
}

#user-bar-greeting a {
  color:#8EA800;
  font-weight:400;
}

#user-bar-greeting a:visited {
  color:#8EA800; text-decoration:none;
}

#user-bar-action {
  float:right;
  color: #F66A09;

}

#user-bar-action a {
  color: #ffffff;
  font-size:12px;
  margin: 0px 15px;
  font-weight: bold;

}

#user-bar-action img.button {
  top:0px;
  margin: 0px -15px;
}

#user-bar-action img.separator {
  top:0px;
  margin: 0px -22px 0px 0px;
}

#user-bar-action span.fb {
  position: relative; right: -15px;
}

#user-bar-action label {
  padding-right: 10px;
}

#user-bar-action label.left {
  padding-left: 10px;
}


/* Navigation Bar */
.navigation-bar {
  background: #000;
  border-bottom:7px solid #FFFFFF;
}

.navigation-bar ul {
  list-style:none;
  margin: 0 0 0 20px;
  padding: 0;
}

.navigation-bar ul li {
  display:block;
  height: 30px;
  float:left;
  background:#000;
  margin-top:6px;
}

.navigation-bar ul li:hover {
  background-position:50%;
}

.navigation-bar ul li.active {
  background-color: #fff;
  background-position:100%;
}

.navigation-bar li.home {
  background-image:url(../../images/nav-home.gif);
  width:80px;
}

.navigation-bar li.mobfeed {
  background-image:url(../../images/nav-mobfeed.gif);
  width:106px;
}

.navigation-bar li.myfeed {
  background-image:url(../../images/nav-myfeed.gif);
  width:106px;
}

.navigation-bar li.profile {
  background-image:url(../../images/nav-profile.gif);
  width:103px;
}

.navigation-bar li.podcast {
  background-image:url(../../images/nav-podcast.gif);
  width:115px;
}

.navigation-bar li.about {
  background-image:url(../../images/nav-about.gif);
  width:87px;
}

.navigation-bar li.contact {
  background-image:url(../../images/nav-contact.gif);
  width:103px;
}

.navigation-bar li.jobs {
  background-image:url(../../images/nav-jobs.gif);
  width:77px;
}
.navigation-bar li.admin {
  background-image:url(../../images/nav-admin.gif);
  width:87px;
}

/* search-form */
.search-form {
  float:right;
  background-color:#3d3d3d;
  line-height:36px;
  padding-left:10px;
}

.search-form input {
  border-top: solid thin #96ad19;
  border-right: solid thin #c3d177;
  background-color:#ffffff;
  color:#666666;
  font-size:12px;
  width:190px;
}

.search-form input[type=submit] {
  background:url(../../images/search_b.gif) no-repeat scroll center top;
  border:0 none;
  height:23px;
  margin:0;
  padding:0;
  vertical-align:middle;
  text-indent:-1000em;
  width:65px;
}

/* search result */
#cse-search-results iframe {
  width:95%;
  margin: 20px 10px;
}

/* system navigation */
#navigation-system ul {
  list-style:none;
  margin: 0 0 0 5px;
  padding: 0;
}

#navigation-system ul li {
  float:left;
  padding-top:5px;
  margin-bottom:3px;
}

#navigation-system ul li.active {
  background: #8EA800 center;
  background:url(../../images/background-system-nav.png) repeat-y center;
}

#navigation-system ul li a {
  display:block;
  margin:0 5px;
  padding:2px 15px 0;
  font-weight:bold;
  color:#666;
}

#navigation-system .rss{
  padding:0;
  float:right;
}

#navigation-system .rss a{
  padding:0;
  margin-right:20px;
  float:right;
}

#navigation-system ul li.active a {
  color:#fff;
  background: #8EA800;
}

/* content */
.preview_container {
  width:610px;
  height:500px;
  overflow-y:scroll;
}

#main {
  background:#ffffff;
  float:left;
  width:648px;
  padding:0px 10px 10px;
}
#main_full {
  background:#ffffff;
  float:left;
  width:965px;
  padding:0px 10px 10px;
}

.page-header {
  background-color: #fff;
  color:#FFFFFF;
  font-size:18px;
  width:95%;
  margin:10px auto;
}

.page-header .has-shadow {
  height:37px;
  line-height:37px;
  background:#8EA800;
  text-align:center;
}

.page-header-boost {
  background-color: #fff;
  color:#FFFFFF;
  font-size:16px;
  width:95%;
  margin:10px auto;
}

.page-header-boost .has-shadow {
  height:37px;
  line-height:37px;
  background:#8EA800;
  text-align:center;
}

.componentheading {
  background:transparent url(../../images/bg-header-tile.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-size:18px;
  height:37px;
  line-height:37px;
  margin:0 0 20px;
  text-align:center;
  width:578px;
}

#sidebar {
  float:right;
  width:301px;
  padding:0 10px 0 0;
}

#ie6error {
  background:#FFFFFF none repeat scroll 0 0;
  border:5px solid #9f3131;
  color:#999999;
  margin:0 0 10px;
  overflow:hidden;
  padding:10px;
}

/* Registration Form */
.registration-form {
  padding:10px;
}

.registration-form ol {
  padding: 0 20px;
}

#facebox .registration-form {
  width:450px;
}

/* Article & Mobfeed */
.mobfeed-item,
.article-item {
  width:606px;
  background:#fff;
  color: #999999;
  border: solid 5px #EDEEE8;
  margin:0 0 10px;
  padding:10px;
  overflow: hidden;
}


.author-font {
  float:left;
  color:#7b7b7b;
  font-size:10px;
  font-variant:small-caps;
  font-weight:bold;
  margin-right:3px;
  margin-left:3px;
  text-transform:uppercase;
}

.mobfeed-tools {
  float :left;
  margin-right:10px;
  overflow:hidden;
}


.mobfeed-tools .thumbnail {
  width:78px;
  height:78px;
  border:solid thin black;
}

.mobfeed-tools .button {
  width:80px;
  line-height:20px;
  color:#000;
  font-weight:bold;
  text-align:left;
  text-decoration:none;
  display:block;
}

.mobfeed-tools .button a {
    color:#8EA800;
}

.mobfeed-content a{
    color:#999999;
}

.mobfeed-tools .mobfeed-icon {
  width:8px;
  height:10px;
  vertical-align:middle;
}

.mobfeed-content {
  float:left;
  text-align:left;
  width:460px;
  line-height:135%;
}

.mobfeed-content .link_profile a{
  color: #000;
}

.mobfeed-content .link_article a{
  color: #8EA800;
}


.mobfeed-content2 a{
    color:#8EA800;
}

.mobfeed-content2 {
  float:left;
  line-height:135%;
  margin-left:-5px;
  text-align:justify;
  width:460px;
}

.article-date a{
  color:#7B7B7B;
  font-size:11px;
}
.article-date {
  color:#7B7B7B;
  font-size:11px;
  line-height:30px !important;
  margin-bottom:-10px;
  margin-right:-58px;
}

.article-date2 {
  color:#7B7B7B;
  float:left;
  font-size:10px;
  position:relative;
  right:378px;
  top:23px;
}

.mobfeed-author a{
  color:#000000;
  font-weight:bold;
  text-transform:capitalize;
  line-height:20px;
}

.mobfeed-author-comment a{
  color:#8EA800;
  font-weight:bold;
  text-transform:capitalize;
  line-height:20px;
}

.mobfeed-title a {
  color:#8da900;
  text-transform:capitalize;
  line-height:135%;
  font-size: 16px;
}
.mobfeed-title {
  margin-bottom:4px;
}

.mobfeed-date {
  color:#999;
  font-style:italic;
  font-size:9px;
}
.mobfeed-descripition {
  color:#2e2e2e;
  font-size:12px;
  line-height:135%;
  text-align:left;
}
.article-header-show {
  font-weight: bold;
  color: white;
  padding: 10px;
  clear: both;
  background: #f9f9f7;
  width:606px;
  height:100%;
  margin:-10px 0 0 -10px;
}
.article-header-show a, .article-header-show a:visited{
  color: #8EA800;
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.artile-title-author-box{
  background: url(../../images/background-profile2.png) no-repeat bottom center;
  border-top:5px solid #2A2A2A;
  color:#868686;
  float:right;
  font-size:11px;
  font-weight:bold;
  height:55px;
  line-height:15px;
  margin-bottom:15px;
  margin-right:-10px;
  padding-top:5px;
  width:580px;
}

.article-header {
  font-weight:bold;
  line-height:165%;
  margin:0 0 2px 0;
}

.article-header a {
  color:#000;
  font-weight:700;
}

.article-title {
  font-size:23px;
  font-weight:400;
  line-height:100%;
  margin-bottom:6px;
}

.article-title a {
  color:#8EA800;
  font-weight:400;
}

.article-title a:visited {
color:#8EA800; text-decoration:none;
}

.readmore {
  font-size:18px;
  font-weight:bold;
  position:relative;
  text-transform:uppercase;
  top:10px;
}

.article-content {
  color:#333333;
  float:left;
  line-height:140%;
  width:604px;
}

.article-content a:visited {
  text-decoration:none;
}

.article-content img {
  border:3px solid #8EA800;
  margin-left:0;
  margin-top:8px;
  padding-left:0;
}

.loader-boosted img{
  border:0px;
}

.article-item .comments-link a {
  background-color:#8EA800;
  color:#FFFFFF;
  float:left;
  font-size:16px;
  line-height:20px;
  margin:6px 3px;
  padding:4px 7px;
  text-transform:uppercase;
  width:101px;
}

.article-item .comments-link2 a {
  background-color:#8EA800;
  color:#FFFFFF;
  float:left;
  font-size:16px;
  line-height:20px;
  margin:6px;
  padding:3px 7px;
  width:86px;
  text-transform:uppercase;

}

.comment-box{
  height:25px;
  width:73px  !important;

}

.comment-count{
 margin-left:15px;
}

.comment {
  background:transparent url(../../images/comment.gif) no-repeat scroll 0 0;
  margin-left: 5px;

}


.comment-count2{
  line-height:26px;
  margin-left:16px;
}

.comment2 {
  background:transparent url(../../images/comment2.gif) no-repeat scroll 0 0;

}

.comment-count3{
  margin-left:28px;
}

.article-item .share-link a {
  background-color:#8EA800;
  color:#FFF;
  float:left;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  margin-top:10px;
  margin-left:5px;
  padding:4px 10px;
  text-transform:uppercase;
}

.article-item .read-more a {
  background-color:#8EA800;
  color:#FFFFFF;
  float:left;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  margin-top:10px;
  margin-left:5px;
  padding:4px 10px 4px 10px;
  text-transform:uppercase;
}

.article-item .votes-link a {
  background:#8EA800 none repeat scroll 0 0;
  color:#000000;
  float:left;
  font-size:12px;
  height:19px;
  line-height:19px;
  margin-left:3px;
  overflow:hidden;
  padding:4px;
  width:107px;
}

.article-item .votes-link2 a {
  color:#000000;
  float:left;
  margin-left:13px;
  margin-top:13px;
}

.article-item .white-bg {
  background:#FFFFFF none repeat scroll 0 0;
  font-weight:bold;
  margin-left:-1px;
  padding:2px 3px;
  position:relative;
  top:-4px;
}

.white-bg2 {
  background:#FFFFFF none repeat scroll 0 0;
  font-weight:bold;
  left:-53px;
  margin-left:-6px;
  padding:4px 10px;
  position:relative;
  text-transform:uppercase;
  top:-5px;
}

.article-item .mobfeed-icon  {
  border:0 none;
  left:3px;
  margin-right:3px;
  padding:0;
  position:relative;
  top:1px;
}

.article-item .liked,
.article-item .likedbosted{
  display:inline-block;
  float:left;
  font-size:10px;
  height:31px;
  margin-left:-6px;
  margin-top:-7px;
  width:136px;

}

.article-item .like,
.article-item .likebosted{
  display:inline-block;
  float:left;
  font-size:10px;
  height:25px;
  margin-left:-5px;
  margin-top:-3px;
  width:74px;
}

.article-item .like {
  background:transparent url(../../images/graphic-boost.gif) no-repeat scroll center center;

}

.article-item .likebosted {
  background:transparent url(../../images/graphic-boosted.png) no-repeat scroll center center;

}

.article-item .liked {
  background:transparent url(../../images/bottom-boost.png) no-repeat scroll center center;
}

.article-item .likedbosted {
  background:transparent url(../../images/bottom-boosted.png) no-repeat scroll center center;
}


.article-item .reports-link a {
  background-color:#8EA800;
  color:#FFFFFF;
  float:left;
  font-weight:700;
  line-height:24px;
  margin-top:10px;
  margin-left:5px;
  padding:4px 9px;
}

.article-item .read-more a,.article-item .comments-link a, .article-item .comments-link2 a, .article-item .share-link a,.article-item .votes-link a, .article-item .votes-link2 a, .article-item .reports-link a {
  text-decoration:none !important;
}

.profile-article-item {
  background: #8EA800;
  border-top:0px;
  border-left:5px solid #7c9400;
  border-right:0px;
  border-bottom:0px;
  color: white;
  position: relative;
  width:640px;
}

.article-content #article-page-numbers{
  color:#8EA800;
  padding-bottom:10px;
  padding-top:4px;
}

#article-page-numbers .number {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #8EA800;
  color:#8EA800;
  font-weight:bold;
  padding:3px;
}

#article-page-numbers .number-selected {
  background:#8EA800 none repeat scroll 0 0;
  border:1px solid #8EA800;
  color:#ffffff;
  font-weight:bold;
  padding:3px;
}

#article-page-numbers .number a{
  color: #8EA800;
  }

#article-page-numbers .page-info{
  color:#8EA800;
  font-weight:bold;
  display:block;
  margin:0px;
}

.article-page-numbers{
  color:#8EA800;
  margin-bottom:50px;
  margin-top:10px;
}

.article-page-numbers .number {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #8EA800;
  color:#8EA800;
  font-weight:bold;
  padding:3px;
}

.article-page-numbers .number-selected {
  background:#8EA800 none repeat scroll 0 0;
  border:1px solid #8EA800;
  color:#ffffff;
  font-weight:bold;
  padding:3px;
}

.article-page-numbers .number a{
  color: #8EA800;
  }

.article-page-numbers .page-info{
  color:#8EA800;
  font-weight:bold;
  display:block;
  margin:0px;
}

/* Article Editor */
.article-editor {
  width:970px;
}
.article-editor-header {
  border-bottom:solid thin #e3e3e3;
  margin-bottom:5px;
  padding-bottom:5px;
}

.article-editor-header h2 {
  margin: 0px;
  float:left;
}

.article-editor-control {
  float:right;
}

.article-editor-container {
  width:596px;
  padding:0px 12px;
  float:left;
}

.article-numbers a{
  color:#8EA800;
}

.article-numbers .active-page{
  font-weight: bold;
  color:#000000;
}

.article-numbers a:hover{
  font-weight:bold;
  color: red;
}


.article-editor-item {
  margin-bottom: 5px;
}

.article-editor-item h3 {
  float:left;
  margin:0px;
}

.article-editor-item textarea {
  display:block;
  clear:both;
  width:325px;
  padding-bottom:10px;
}

.article-editor-container .article-editor-item h3 {
  width:70px;
}

.article-editor-options .article-editor-item h3 {
  width:125px;
}

.article-editor-options-container {
  float:right;
}

.article-editor-options h2 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: solid thin #e3e3e3;
}

.article-editor-options #article_category_id {
  width:206px;
}

.article-editor-options #tags_auto_complete {
  width:325px;
}

.article-editor #article_title {
  width:510px;
}

#article-editor-thumbnails {
  width:325px;
}

#article-editor-thumbnails img {
  max-width: 60px;
  max-height:60px;
  margin: 1px !important;
  padding: 2px;
  background:#333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#article-editor-thumbnails .selected {
  opacity: 1;
  filter:alpha(opacity=100);
  border:4px solid #8EA800;
}

/* Comments */
.comments-title {
  color:#585947;
  font-size:14px;
  font-weight:700;
  margin:10px 10px 0;
}

.comments {
  margin:0 10px 0 0;
}

.comments-box {
  margin-top: 3px;
  margin-bottom: 10px;
  border-top:1px solid #e4e4e4;
  padding-top: 10px;
  position: relative;
}
.comments-box ul {
 -webkit-padding-start: 0px;
}
.comment-item {
  float:right;
  margin-bottom:-20px;
  overflow:hidden;
  padding:0 5px;
  width:67%;
}
.comment-item p {
margin-top:-1px;
}
.comment-author {
  float:left;
  line-height:17px;
  margin-bottom:-95px;
  overflow:hidden;
  padding:0 0 0 0;
  text-align:left;
  width:31%;
}

.comment-author-name a{
  color: black;
  font-weight: bold;
}

.comment-author-name{
  color: black;
}

.comment-item-body {
  font-size:12px;
  margin:5px 0;
  padding:5px 0;
  color:#000;
  line-height:135%;
}

.comment-item-body p {
  color:#000000;
  line-height:140%;
}

.comment-item-body a {
  color:#8EA800;
}

.comment-item-body a:visited {
  color:#8EA800; text-decoration:none;
}

.comment-item-edit {
  margin:5px 0;
  padding:5px 0;
}

.comment-item-footer {
  color:#999999;
  font-size:9px;
  line-height:16px;
}

.comment-item-poster {
  float:left;
}

.comment-item-control {
  float:left;
  margin:0 0 0 5px;
  padding-left:0;

}

.comment-item-control ul {
  height:21px;
  margin:0;
  padding:0;
}

.comment-item-control li {
  background:url(../../images/icon-comment-item-control.gif);
  list-style:none;
  float:left;
  width:21px;
}

.comment-item-control li.reply {
  background:none;
  width:auto;
  margin-right:5px;
}

.comment-item-control li.reply a {
  color:#555;
  font-weight:bold;
}

.comment-item-control li.vote-up {
  background-position:0 -20px;
}

.comment-item-control li:hover.vote-up {
  background-position:0 -1px;
}

.comment-item-control li.vote-down {
  background-position:0 -42px;
}

.comment-item-control li:hover.vote-down {
  background-position:0 -62px;
}

.comment-item-control li.vote-count {
  background-position:0 -125px;
  color:#999999;
  display:block;
  font-size:10px;
  font-weight:700;
  height:18px;
  line-height:17px;
  text-align:center;
  width:30px;
  padding-left:5px;
}

.comment-item-control li.report-spam {
  background-position:0 -103px;
}

.comment-item-control li:hover.report-spam {
  background-position:0 -84px;
}

.comment-item-replies {
  width:99%;
  padding-top:5px;
}

.comment-item-post-reply {
  padding:5px 0;
}

.comment-item-post-reply textarea {
  width:99%;
  height:50px;
}

.post-comment-header {
  border-bottom:1px dashed #CCCEA9;
  color:#585947;
  font-size:14px;
  font-weight:700;
  margin:15px 0 5px;
  padding-bottom:8px;
}

.post-comment textarea {
  width:100%;
  height:50px;
  border:1px solid #CCCCCC;
}

/* Staff Page */
#main .staffs {
  margin:30px 0;
}

#main .staffs img {
	width: 80px;
  height: 80px;
	float: left;
	margin: 0 14px 18px 0;
}

#main .staffs h4 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	margin: 0 0 16px 0;
	padding: 0;
	text-decoration: none
}

#main .staffs a {
  color: #8es800;
	text-decoration: none
}

#main .staffs p a {
  color: #8ea800;
	text-decoration: none
}

#main .staffs a:hover {
  color: #8ea800;
	text-decoration: underline;
}

#main .staffs p a:hover {
  color: #8ea800;
	text-decoration: underline;
}

#main .staffs strong {
	color: #000;
	margin-bottom: 10px;
}

#main .staffs p {
	margin-top: 0;
  color: #666666;
  font-size: 12px;
}

.paginate-total {
  display:block;
  width:100%;
  text-align:center;
}

/* Side Bar Boxes */
.side-bar-box {
  position:relative;
  width:282px;
  border-top:6px solid #8ea800;
  border-left:9px solid #8ea800;
  border-right:9px solid #8ea800;
}

.side-bar-box .side-bar-header {
  background:#8ea800;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:12px;
  padding:7px 0 0px 16px;
}

.side-bar-box .side-bar-content {
  background:#fff;
  padding: 16px 5px 16px 16px;
}

.side-bar-box .side-bar-content-mobfeed {
  background:#fff;
  padding: 10px 5px;
}

.side-bar-box .side-bar-content-comment {
  background:#fff;
  padding: 10px 5px;
}
.side-bar-box .side-bar-footer {
  background:#8ea800;
  font-size:12px;
  font-weight:700;
  text-align:right;
  padding-right:8px;
}

.side-bar-box .side-bar-footer a {
  color:#fff;
  margin:9px 0;
}

/* staff */
.side-bar-box .staff-spacer {
  display:block;
  height:7px;
}

.side-bar-box .staff-item .staff-photo {
  width:32px;
  height:32px;
  float:left;
}

.side-bar-box .staff-item .staff-photo img {
  width:32px;
  height:32px;
}

.side-bar-box .staff-item .staff-summary {
  width:219px;
  float:left;
  margin-left:10px;
  font-size:11px;
  font-weight:400;
  line-height:13px;
}

.side-bar-box .staff-item .staff-name a {
  color:#000000;
}

.side-bar-box .staff-item .staff-title {
  color:#666666;
}

.side-bar-box .staff-item .staff-headline {
  display:block;
}

.side-bar-box .staff-item .staff-headline a {
  color:#8EA800;
}

.side-bar-box .staff-item .staff-headline a:visited {
  color:#8EA800; text-decoration:none;
}
/* Mini Mobfeed bar*/
.side-bar-box .mini-spacer {
  display:block;
  height:10px;
}

.side-bar-box .mini-item .mini-summary {
  float:left;
  margin-left:10px;
  font-size:11px;
  font-weight:400;
  line-height:13px;
}

.side-bar-box .mini-item .mini-name a {
  color:#000000;
}

.side-bar-box .mini-item .mini-title {
  color:#666666;
}

.side-bar-box .mini-item .mini-headline {
  display:block;
  height: 14px;
  overflow: hidden;
  text-align: justify;
}

.side-bar-box .mini-item .mini-headline a {
  color:#8EA800;
  font-weight:bold;
}

.side-bar-box .mini-item .mini-headline a:visited {
  color:#8EA800;
  font-weight:bold;
  text-decoration:none;
}

.truncated, .truncated a, .truncated a:hover, .truncated a:visited{
  overflow: hidden;
  text-overflow: ellipsis; /* this works with IE, Safari and Chrome */
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('http://www.bitmob.com/ellipsis.xml#ellipsis');   /* this is a Firefox hack */
}

.truncated.somename, .truncated.somename a, .truncated.somename a:hover, .truncated.somename a:visited {
  /* this is a IE6 hack for max-width: */
  width: expression(this.offsetWidth > 253 ? '253px' : true);
  /* this works for all other browsers: */
  max-width: 253px;
}

.truncated.somename, .truncated.somename a, .truncated.somename a:hover, .truncated.somename a:visited, x:-moz-any-link {
  max-width:253px;
  width:253px;
  display:block;
}

/* Latest Comments Bar*/
.side-bar-box .latest-comment-spacer {
  display:block;
  height:10px;
}

.side-bar-box .latest-comment-item .latest-comment-summary {
  width:265px;
  float:left;
  margin-left:10px;
  font-size:11px;
  font-weight:400;
  line-height:13px;
}

.side-bar-box .latest-comment-item .latest-comment-headline .comment-name a,
.side-bar-box .latest-comment-item .latest-comment-headline .comment-name a:visited{
  color: #000000;
  }

.side-bar-box .latest-comment-item .comment-title a{
  color: #8EA800;
  font-weight:bold;
  }
.side-bar-box .latest-comment-item .comment-title a:visited{
  color:#8EA800;
  font-weight:bold;
  text-decoration:none;
}

.side-bar-box .latest-comment-item .latest-comment-name a {
  color:#000000;
}

.side-bar-box .latest-comment-item .latest-comment-title {
  color:#666666;
}

.side-bar-box .latest-comment-item .latest-comment-headline {
  display:block;
  width: 253px;
  height: 15px;
  overflow: hidden;
  text-align: justify;
}

.side-bar-box .latest-comment-item .latest-comment-headline a {
  color:#8EA800;
}

.side-bar-box .latest-comment-item .latest-comment-headline a:visited {
  color:#8EA800; text-decoration:none;
}


/* Notification side Bar*/
.side-bar-notification {
  position:relative;
  width:300px;
}

.cufon-loading .side-bar-notification h3 { /* for Cufon.replace('h3') */
	visibility: hidden !important;
}

.cufon-loading .votes-link { /* for Cufon.replace('a') */
	visibility: hidden !important;
}

.cufon-loading .votes-link2 { /* for Cufon.replace('a') */
	visibility: hidden !important;
}

.cufon-loading .article-content a { /* for Cufon.replace('a') */
	visibility: hidden !important;
}

.side-bar-notification h3 {
  font-size:18px;
  text-transform:uppercase;
  margin:0 0 10px 0;
}


.side-bar-notification .close{
  float: right;
}

.side-bar-notification a {
  color: #fff;
  text-decoration:underline;
}

.side-bar-notification .notification{
  background: #8EA800 url(../../images/notification_bottom.png) no-repeat bottom center;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 1px;
  color: #ffffff;
  line-height: 15px;
  font-family: 'arial';
}
.side-bar-notification .notification-bottom{
  background: #ffffff url(../../images/notification_bottom.png) no-repeat;
  padding: 1px 10px 20px;
  color: #ffffff;
  line-height: 15px;
}

.side-bar-notification .notification h1{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'arial';
  line-height: 25px;
  margin: 0 0 10px;
}

#footer {
  background:#000;
  height:192px;
  width:100%;
}

#footer p {
  margin:0;
}

#footer .infos {
  float:left;
  margin:20px 5px 12px 26px;
}

#footer dl,
#footer dt,
#footer dd {
  color:#FFFFFF;
  font-weight:700;
  list-style:none;
  margin:0;
}

#footer dt {
  font-size:16px;
}

#footer dd {
  line-height:22px;
}

#footer dd a {
  color:#8EA800;
  font-size:12px;
  text-transform:uppercase;
}

#footer .copyright {
  color:#FFFFFF;
  font-size:16px;
  margin:0;
  padding:0;
}

#footer .site-design {
  font-size: 10px;
  color: #666666;
  margin-top: 8px;
}

#footer .footer-image {
  background: url(../../images/footer-image.gif);
  float:right;
  display:block;
  height:64px;
  width:88px;
}

.bitmob_pagination {
  background: white;
  margin: 0 12px 0 1px;
   /* self-clearing method: */ }

.bitmob_pagination a, .bitmob_pagination span {
  padding: .2em .5em;
  display: block;
  float: left;
  margin-right: 1px; }

.bitmob_pagination span.disabled {
  color: #999;
  border: 1px solid #DDD; }

.bitmob_pagination span.current {
  font-weight: bold;
  background: #8EA800;
  color: white;
  border: 1px solid #8EA800; }

.bitmob_pagination a {
  text-decoration: none;
  color: #8EA800;
  border: 1px solid #8EA800; }

.bitmob_pagination a:hover, .bitmob_pagination a:focus {
  color: #8EA800;
  border-color: #8EA800; }

.bitmob_pagination .page_info {
  background: #F1F1F1;
  color: #8EA800;
  padding: .4em .6em;
  margin-bottom: .3em;
  text-align: center; }

.bitmob_pagination .page_info b {
  color: #8EA800;
  background: #F1F1F1;
  padding: .1em .25em; }

.bitmob_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .bitmob_pagination {
  height: 1%; }

*:first-child+html .bitmob_pagination {
  overflow: hidden; }

.pagging {
  margin-bottom:8px;
  margin-top:0px;
  width:100%;
}

.pagging .start_page {
  float:left;
  text-align:center;
  width:50px;

}

.pagging .pages {
  display:table;
  margin:0 auto;
}

.pagging .end_page {
  float:right;
  text-align:center;
  width:50px;
}

.cms-page {
  color: #2E2E2E;
  background-color:#ffffff;
  border:5px solid #EDEEE8;
  margin:48px 10px 10px 0;
  overflow:hidden;
  padding:10px;
  width:615px;
  line-height:135%;
  text-align:left;
}

.cms-page a,.cms-page a:visited {
 color: #8EA800;
}

.cms-page h1{
 font-size:26px;
 color: #8EA800;
 font-weight:400;
 margin:15px 0 10px 0;
 }

.about {
 color: #2E2E2E;
}

.about p,.about  strong{
 text-align: justify;
 line-height: 20px;
 /*padding: 0 0 0 12px; */
    }

.about a{
 color: #8EA800;
}

.about a:visited{
color:#8EA800; text-decoration:none;
}

.about h1{
 color: #8EA800;
 }

 /* contact */
 .contact {
 color: #2E2E2E;
}

.contact p, .contact strong{
 text-align: justify;
 line-height: 20px;
    }
.contact a{
 color: #8EA800;
}

.contact a:visited{
  color:#8EA800; text-decoration:none;
}

.contact h1{
 color: #8EA800;
 }


.jobs{
  line-height:0px;
  color: #2e2e2e;
  border-collapse:collapse;


}

.jobs table{
  color: #2e2e2e;
  line-height:23px;
  margin: 15px 0px 0px 10px;
  width: 100%;
}

.jobs table tr th{
  border-bottom: solid 1px #999999;
  padding: 3px 10px;
}

.jobs table tr{
  border-bottom: solid 1px #999999;

}

.jobs h1{
  font-size: 26px;
  color: #8EA800;
  line-height:26px;
}

.jobs h2 a{
  font-size: 13px;
  color: #8EA800;
}

.search-profile{
  float:left;
  font-weight:700;
  margin-left:4px;
  margin-top:10px;
  padding:4px 0;
}

.new-post-profile a{
  background-color:#8EA800;
  color:#FFFFFF;
  float:right;
  margin-right:4px;
  margin-top:10px;
  padding:2px 30px;
}
.content-profile{
  margin:60px 0 20px;
}

.content-profile a{
  color: #8EA800;
}

.content-profile a:visited{
  color:#8EA800; text-decoration:none;
}

.content-profile table {
  line-height:135%;
  padding: 0 0 45px;
  width:98%;
  border-spacing: 0px;
}

.content-profile-table tr {
  height: 28px;
}

.content-profile-table td {
  border-bottom:1px solid #E3E4E3;
  color:#999999;
}
.content-profile-table th {
 border-bottom:2px solid #999999;
 color:#000000;
}

.content-profile-table td.img {
  text-align:center;
  width: 52px;
}

.content-profile2 table {
  line-height:135%;
  width:10%;

}

.content-profile2-table tr {
  height: 28px;
}

.content-profile2-table td {
  border-bottom:1px solid #E3E4E3;
  color:#999999;
  width: 100px;
}

.content-profile2-table th {
  border-bottom:2px solid #999;
  color: #000000;
}

.content-profile2-table td.img {
  text-align:center;
  width: 51px;
}

ul.by-author {
  list-style:none;
  margin: 0 0 0 10px;
  padding: 0;
  color: black;
}

ul.by-author li {
  display:block;
  height: 30px;
  float:left;
  margin-top:20px;
  margin-left: 6px;
  margin-right:10px;
}
.font-style{
  position: relative;
  top: 1px;
  font-size: 9px;
  color: #999
}
ul.by-author li.sort {
   position: relative;
   top: 1px;
   font-size: 9px;
   color: #999;
}

ul.by-author li.right {
   margin-right: 0px;
}

.float-right {
   float:right;
}

.myfeed-header {
   margin-top: 10px;
   height: 60px;
   color:#999;
}

.title-header{
  float:left;
  font-size:186%;
  margin-left:19px;
  margin-top:22px;
}

.profile-header {
    text-align: center;
    height: 80px;
    padding-top: 10px;
    margin-bottom:10px;
}

.profile-title {
    font-family:Trebuchet MS;
    font-size:45px;
    font-weight:bolder;
    margin-bottom:15px;
    margin-top:10px;
    text-transform:uppercase;
}
.profile-title-bar {
    color: #8EA800;
    font-size: 13px;
    text-transform: uppercase;
}

.profile-report-user{
   text-align: right;
   margin-top:-8px;
}

.profile-report-post img{
  border: 0px;
  margin:15px 0 -45px;
  position:relative;
  right:13px;
  text-align:right;
  top:8px;
  margin-left:480px;
}

.profile-right-side-post {
	padding-left: 15px;
}

.profile-right-side-tool {
	border:0px;
	margin:0;
	padding:0;
	width: 636px;
}

.profile-right-side-link-all {
	margin-top:10px;
        padding-right:5px;
        text-align:right;
}

#featured-list {
	padding-bottom:20px;
	width:710px;
}

#featured-list .inside {
	padding-bottom:0;
        width:700px;
}

#featured-list table {
	width: 100%;
}

#featured-list tr.header {
	border-bottom: 1px solid black
}

#featured-list tr.list{
	border-bottom: 1px solid #E3E4E3;
}

#featured-list th {
	text-align:center;
        width:65px;
}

#featured-list td {
	text-align:center;
}

#featured-list td.title {
	width:464px;
	text-align:left;
        padding-right:10px;
}

#featured-list td.publish {
	width:100px !important;
	text-align:center;
}

img.show-picture {
    float: left;
    height: 100px;
    width:100px;
    /**border: 1px solid gray; **/
}

img.display-image {
    display:inline;
    margin-right: 7px;
    width: 85px;
    height: 75px;
    border:1px;
}


img.thumb-picture {
    float: left;
    position: relative;
    right: -5px;
    top: 2px;
    width: 20px;
    height: 20px;
}

img.thumb-left {
    width: 78px;
}

img.sign-picture {
    float: left;
    margin-right: 2px;
    margin-left: 2px;
}

span.text-search {
    margin-top: 0px;
    position: relative;
    top: -1px;
    font-size: 84%;

}

.new-post-button a{
    color: red;
    font-size: 70%;
    background: white;
    padding: 3px;
}

.post-stat {
  background:#fff;
  border:4px solid #EDEEE8;
  color:#666666;
  font-size:62%;
  height:35px;
  overflow:hidden;
  padding-top:9px;
  text-align:center;
  width:715px;
}
.post-stat2 {
  background:#fff;
  border:4px solid #EDEEE8;
  color:#666666;
  float:right;
  height:44px;
  margin-top:-52px;
  width:170px;

}

.post-stat b{
 margin-left:8px;
}
td.center {
    text-align: center;
}

td.center a{
  color: #999999;
}

td.center a:visited{
  color: #999999;
}

tr.title-header {
  border-bottom: 1px;
  border-style: solid;
  border-color: black
}
th.box {
    background:#999;
    color: white;
    text-align: center;
    height: 25px;
    width:234px !important;
}
th.box a{
 color: white;
}

strong.black {
    color: black;
}

.comment-profile {
    background: #f7f7f7;
    color: #999;
    overflow: hidden;
    padding: 10px;
    width: 615px;
}
.comment-profile p{
    padding: 0px;
    margin: 0px;
}

#profile-description {
	line-height:1.2em;
}

.profile-box-show {
    background-color:#3D3D3D;
    padding: 15px 15px 15px;
    margin-bottom:-15px !important;
    color: #b0b0b0;
}

.underbox{
    background: url(../../images/background-profile.png) no-repeat bottom center;
    height:23px;
    margin-bottom:20px;
    margin-left:-1px;
    width:302px;
}

.profile-left-side {
    float: left;
    width: 300px;
    position: relative;
    border-top: 5px solid #EDEEE8;
}

.profile-right-side {
    float: left;
    border-top: 5px solid #EDEEE8;
}

.profile-box-picture {
    background: black;
    width: auto;
    color: white;
    padding: 8px;
    overflow: hidden;
}

.profile-box-picture-left {
    width: 120px;
    float: left;
    /**height: 100px; **/
}
.profile-box-picture-left img {
    width: 100px;
    /**height: 100px; **/
}

.profile-box-right{
    float: right;
    width: 110px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.profile-box-onright{
  font-size:11px;
  font-weight:bold;
  text-align:center;
  margin-top: 10px;
}

.profile-link-follow {
  margin:2px 0 16px -26px;
  height: 23px;

}

.profile-link-follow2 img{
    height:20px;
    width:64px;
}

.profile-link-follow3 img{
   margin-bottom:5px;
   margin-left:6px !important;
   margin-top:-8px;
}

.profile-list-network {
	color: #a4a4a3;
	border-bottom: solid 1px #a8a8a8;
	padding: 3px 2px 5px 2px;
	margin:0 5px;
	font-size: 95%;
	font-weight: bold;
	height: 32px;
	font-size: 10px;
}

.profile-list-network img.button{
  float: right;

}

.profile-list-network2 {
	color: #a4a4a3;
	border-bottom: solid 1px #a8a8a8;
	padding: 3px 2px 5px 2px;
	margin:0 5px;
	font-size: 95%;
	font-weight: bold;
	height: 32px;
	font-size: 10px;
}

.profile-list-network2 a{
  font-size:13px;
  color: #666666;
}

.profile-list-network2 img{
  float: right;
}

#profile-adsense {
	margin-top: 20px;
}

.profile-adsense-title {
	width:280px;
	border-bottom: 3px solid #fff;
}

.profile-adsense-google {
 margin-top: 5px;
}

.follower-item {
  position: relative;
  width:625px;
  background:#fff;
  color: #999999;
  border: solid 5px #EDEEE8;
  margin:0 0 10px 10px;
  padding:10px;
  overflow: hidden;
}

.follower-title {
  font-size:163%;
  font-weight:bold;
  margin-bottom:5px;
  margin-left:23px;
}

.follower-date{
  float:left;
  line-height:17px !important;
  margin-left:23px;
}

.follower-author{
  color:#666666;
  font-weight:bold;
  margin-bottom:3px;
  margin-left:23px;
}

.follower-button {
  position: relative;
  right: 2px;
  top: -7px;
  float:right;
}

.following-right {
  border-top: solid 5px  #EDEEE8;
  float: right;
}

.following-item {
  background: #8EA800;
  color: white;
  border-left:5px solid #7c9400;
  border-top: 0px; border-bottom: 0px;
  border-right: 0px;padding: 0px;
  width: 660px;
  height: 33px;
}

span.following {
  position: relative;
  top: -8px;
}

#form-follower {
    width: 450px;
}

#form-follower table {
    width: 100%;
}

#form-follower .fb-picture {
    float: left;
    margin-right: 10px;
}

input.search_button {
  margin-top: 0px;
  position: relative;
  top: 7px;
 }

input.filter{
  margin-top: 0px;
  border: solid 2px #EDEEE8;
  position: relative;
  top: -2px;
}

.new-post{
  margin-top: 0;
  position: relative;
  right: -225px;
  top: -37px;
}
.img_header {
  float:left;
  margin-left:-7px;
  padding:10px;
}
.dot {
  left:-9px;
  margin:13px 0 -37px;
  position:relative;
  top:-6px;
}
.text_header_right{
  float:right;
  font-size:11px;
  font-weight:bold;
  line-height:12px;
  margin-top:8px;
  width:128px;
}
.font_profile{
 font-size: 13px;
 text-transform:capitalize;
}
.user_font{
  color: #999999;
  font-size: 13px;
}
.user_font2{
  color: #000000;
  font-size: 18px;
}
.profile-text-title {
  background-color: black;
  color: white;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  padding: 4px 10px;
  text-transform: uppercase;
}
.profile-text-title2 {
  color: white;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  padding: 4px 10px;
  text-transform: uppercase;
}
.div-social-network-tools {
  float: right;
  font-size: 11px;
}

.div-social-network-tools a:link, .div-social-network-tools a:hover, .div-social-network-tools a:visited {
  text-transform:lowercase;
  margin-top: 0px;
}

.comment-profile2{
  font-weight: bold;
  background: white;
  position: relative;
  top:-42px;
  right:-60px;
  margin:41px -29px;
   width:622px;
}

.first-row {
  background: #f7f7f7;
}

.second-row {
  background: #fff;
}

.profile-header-image{
  display:inline-table;
  float:left;
  height:40px;
  width:78px;
  /*padding: 15px 29px;*/
}
.profile-article-header{
  width: 430px;
  margin-top: -42px;
  color: white;
}
.header-title a:link, .header-title a:visited{
  color :white;
  font-size:158%;
  font-weight: bold;
}
.article-image{
  max-width: 78px;
  max-height:78px;
}

.article-image-header {
  display :block;
  width:138px;
  margin-top :-4px;
}


.date-header{
  color:white;
  margin-bottom:20px;
  margin-top:12px;
}

.date-header a:hover{
  color:white;
  margin-bottom:20px;
  margin-top:12px;
}

.profile-article-image{
  display:inline-table;
  float:left;
  height:78px;
  vertical-align:middle;
  width:78px;
}
.text-header{
  margin-top: 10px;
  height: 60px;
  color:#999;
}
.comment-date{
  font-size: 9px;
  color: #666;
  position:relative;
  top:-84px;
  right:-31px;
}
.button-edit{
  float:right;
  margin:0px 1px 0 0
}

.input-first-name{
  /*margin: 5px;*/
}

.input-last-name{
  /*margin: 9px;*/
}
.change_password_button {
  position:relative;
  right:41px;
  top:4px;
}
.email_user{
  margin: 0 7px;
}
.timezone {
  margin-top:41px;
  position:relative;
  right:-107px;
  top:-39px;
}

.mobfeed-left-bar {
  -moz-border-radius:1em;
  border:1px solid #8EA800;
  float:right;
  height:177px;
  position:relative;
  right:17px;
  top:10px;
  width:112px;
  margin-left: 30px;
}

.mobfeed-like-icon{
  position: relative;
  right:159px;
  top:6px;
}

.digg-icon{
  position: relative;
  right:80px;
  top:3px;
}

.topsy_widget_data{
  position:relative;
  right:-18px;
  top:-20px;
}

.left-bar-title{
  color:#8EA800;
  font-size:13px;
  font-weight:bold;
  margin-left:13px;
  margin-top:-6px;
  width:108px;
}

.line{
  border: 1px solid #8EA800;
  position:relative;
  right:-3px;
  top:6px;
  width:113px;
}
.article-sponsor{
    border:11px solid #EDEEE8;
    height:285px;
    margin-top:-15px;
    margin-bottom:310px;
    overflow:hidden;
    width:300px;
}

.related-bar-box .related-bar-content .related-spacer {
  display:block;
  height:7px;
}

.related-bar-box .related-bar-content .related-headline a{
  color:#8EA800;
}

.related-bar-box .related-bar-content .related-name{
  font-size:11px;
  font-weight:400;
  line-height:13px;
}

.related-bar-box {
  border-left:9px solid #8EA800;
  border-right:9px solid #8EA800;
  border-top:6px solid #8EA800;
  position:absolute;
  width:282px;
}

.related-bar-box .related-bar-header {
  background:#8ea800;
  color:#fff;
  font-size:22px;
  font-weight:700;
  line-height:17px;
  padding:7px 0 1px 16px;
}

.related-bar-box .related-bar-content {
  background:#fff;
  font-size:11px;
  font-weight:400;
  line-height:13px;

  width:265px;
  padding: 16px 5px 16px 12px;
}

.related-bar-box .related-bar-footer {
  background:#8ea800;
  font-size:12px;
  font-weight:700;
  text-align:right;
  padding-right:8px;
}

.shadow-container2 {
  left:330px;
  margin:10px 0 20px;
  position:relative;
  top:-605px;
  width:282px;
}

.user-image img{
  float:left;
  height:36px;
  margin-left:13px;
  margin-right:0;
  margin-top:2px;
  width:36px;
}

.user-image2 img{
  float:left;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: -3px;
  margin-top: 2px;
}

.user-profile{
  border-bottom:1px solid #9F9D9D;
  float:left;
  height:20px;
  margin-left:10px;
  margin-top:4px;
  width:510px;
}

.profile-date{
  float:none;
  margin-left:61px;
  margin-top:27px;
}

.article-roundedcornr{
  float:right;
  height:185px;
  margin-bottom:20px;
  margin-left:10px;
  width:125px;
}

.roundedcornr_box_857504 {
  background: url(../../images/roundedcornr_857504_tl.png) no-repeat top left;
  float:right;
  height:184px;
  margin-right:10px;
  position:relative;
  width:115px;
}
.roundedcornr_top_857504 {
  background: url(../../images/roundedcornr_857504_tr.png) no-repeat top right;

}
.roundedcornr_bottom_857504 {
  background: url(../../images/roundedcornr_857504_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_857504 div {
  background: url(../../images/roundedcornr_857504_br.png) no-repeat bottom right;
}

.roundedcornr_top_857504 div,.roundedcornr_top_857504,
.roundedcornr_bottom_857504 div, .roundedcornr_bottom_857504 {
  height:169px;
  width:125px;

}
.roundedcornr_content_857504, .roundedcornr_bottom_857504 {
 position:relative;
 top:-153px;
}
.roundedcornr_content_857504 {

}

.article-tool{
  padding-left: 10px;
}

.report-user{
  float:right;
  margin-bottom:-10px;
}

.article-bottom{
  border: 0px;
  margin:0px -15px -15px;
}

.mobfeed-desc{
  margin-bottom: 10px;
}

.article-tools{
  position: relative;
  right:-2px;
  top:-326px;
}

#content_follow {
  float:left;
  margin-left:5px;
  margin-top:-8px;
}

#content_follow2{
   float:left;
}

#content_follow3{
  float:left;
  margin-top:-2px;
}

.editor-box{
  background: #edeee8;
  padding:2px 0;
  width:460px;
}

.editor-box2{
  background: #edeee8;
  float:left;
  margin-bottom:10px;
  margin-top:10px;
  padding:2px 0 0 0;
  width:603px;
}

.editor-box-title{
  color:#000000;
  font-size:12px;
  font-weight:bold;
  margin-left:10px;
  margin-right:5px;
  margin-top:0px;
  width:108px;
}

.editor-name{
 font-size:12px;
 font-weight:bold;
 margin-left:2px;
}

.editor-name2 a{
 color: #000000;
 font-size:14px;
 font-weight:bold;
 margin-left:2px;
}

.editor-article p{
 font-size:10px;
 line-height:15px;
 margin-top:-10px !important;
 margin-bottom:-5px !important;
 padding:10px !important;
}

.author_loader img{
   float:left;
   left:73px;
   position:relative;
   top:-18px;
   height:16px;
   width:15px;
}

.subscribe-title a{
  color:#000000;
  float:right;
  font-size:14px;
  position:relative;
  right:22px;
  top:-27px;
}

.profile-description{
    height:20px;
}

a.ajax_text_color{
    color:black;
}

.info-location{
  color:gray;
  font-size:10px;
  float:left;
  font-weight:bold;
  margin-right:6px;
  margin-top:1px;
}

.link_comment_text{
    color :white;
}

.tags {
  color:#868686;
  font-weight:bold;
}

.tags a{
  color: #000000;
}


#facebox .b {
  background:url(../../facebox/b.png);
}

#facebox .tl {
  background:url(../../facebox/tl.png);
}

#facebox .tr {
  background:url(../../facebox/tr.png);
}

#facebox .bl {
  background:url(../../facebox/bl.png);
}

#facebox .br {
  background:url(../../facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }@import url("http://www.bitmob.com/stylesheets/cache/ui.core.css");

@import url("http://www.bitmob.com/stylesheets/cache/ui.accordion.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.datepicker.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.dialog.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.progressbar.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.resizable.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.slider.css");
@import url("http://www.bitmob.com/stylesheets/cache/ui.tabs.css");
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:2000001; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?tr=&ffDefault=Segoe%20UI,%20Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.2em&cornerRadius=6px&bgColorHeader=9fda58&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=85&borderColorHeader=000000&fcHeader=222222&iconColorHeader=1f1f1f&bgColorContent=000000&bgTextureContent=12_gloss_wave.png&bgImgOpacityContent=55&borderColorContent=4a4a4a&fcContent=ffffff&iconColorContent=9fda58&bgColorDefault=0a0a0a&bgTextureDefault=02_glass.png&bgImgOpacityDefault=40&borderColorDefault=1b1613&fcDefault=b8ec79&iconColorDefault=b8ec79&bgColorHover=000000&bgTextureHover=02_glass.png&bgImgOpacityHover=60&borderColorHover=000000&fcHover=96f226&iconColorHover=b8ec79&bgColorActive=4c4c4c&bgTextureActive=01_flat.png&bgImgOpacityActive=0&borderColorActive=696969&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=f1fbe5&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=8cce3b&fcHighlight=030303&iconColorHighlight=000000&bgColorError=f6ecd5&bgTextureError=12_gloss_wave.png&bgImgOpacityError=95&borderColorError=f1ac88&fcError=74736d&iconColorError=cd0a0a&bgColorOverlay=262626&bgTextureOverlay=07_diagonals_small.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=303030&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=6px&offsetTopShadow=-6px&offsetLeftShadow=-6px&cornerRadiusShadow=12px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Segoe UI, Helvetica, Arial, sans-serif; font-size: 1.2em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe UI, Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #4a4a4a; background: #000000 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_gloss-wave_55_000000_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #000000; background: #9fda58 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_gloss-wave_85_9fda58_500x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #1b1613; background: #0a0a0a url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_glass_40_0a0a0a_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #b8ec79; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #b8ec79; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #000000; background: #000000 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_glass_60_000000_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #96f226; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #96f226; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #696969; background: #4c4c4c url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_flat_0_4c4c4c_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #8cce3b; background: #f1fbe5 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_glass_55_f1fbe5_1x400.png) 50% 50% repeat-x; color: #030303; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #030303; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #f1ac88; background: #f6ecd5 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_gloss-wave_95_f6ecd5_500x100.png) 50% top repeat-x; color: #74736d; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #74736d; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #74736d; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_9fda58_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_9fda58_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_1f1f1f_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_b8ec79_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_b8ec79_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_000000_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { bacdatepickerkground-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #262626 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_diagonals-small_50_262626_40x40.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -6px 0 0 -6px; padding: 6px; background: #303030 url(http://www.bitmob.com/stylesheets/images/jquery-ui/ui-bg_flat_0_303030_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 12px; -webkit-border-radius: 12px; }


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('http://www.bitmob.com/stylesheets/cache/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* Main Dark Style Sheet for jQuery UI Datepicker */
 #datetimepicker_div,  .datetimepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #222;
	width: 185px;
}
 #datetimepicker_div {
	display: none;
	border: 1px solid #07F;
	z-index: 1000;
}
 .datetimepicker_inline {
	float: left;
	display: block;
	border: 0;
}
 .datetimepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #222 !important;
}
 button.datetimepicker_trigger {
	width: 25px;
}
 img.datetimepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
 .datetimepicker_prompt {
	float: left;
	padding: 2px;
	background: #222;
	color: snow;
}
*html  .datetimepicker_prompt {
	width: 185px;
}
 .datetimepicker_control,  .datetimepicker_links,  .datetimepicker_header,  .datetimepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #111;
}
 .datetimepicker_control {
	background: #469;
	padding: 2px 0px;
}
 .datetimepicker_links {
	background: #347;
	padding: 2px 0px;
}
 .datetimepicker_control,  .datetimepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
 .datetimepicker_links label {
	padding: 2px 5px;
	color: #888;
}
 .datetimepicker_clear,  .datetimepicker_prev {
	float: left;
	width: 34%;
}
 .datetimepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
 .datetimepicker_close,  .datetimepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
 .datetimepicker_header {
	padding: 1px 0 3px;
	background: #944;
	text-align: center;
	font-weight: bold;
	height: 3em;
}
 .datetimepicker_header select {
	background: #944;
	color: snow;
	border: 0px;
	font-weight: bold;
}
 .datetimepicker {
	background: #333;
	text-align: center;
	font-size: 100%;
}
 .datetimepicker a {
	display: block;
	width: 100%;
}
 .datetimepicker .datetimepicker_titleRow {
	background: #733;
	color: snow;
}
 .datetimepicker .datetimepicker_daysRow {
	background: #111;
	color: #AAA;
}
 .datetimepicker_weekCol {
	background: #733;
	color: #FFF;
}
 .datetimepicker .datetimepicker_daysCell {
	color: snow;
	border: 1px solid #222;
}
 #datetimepicker .datetimepicker_daysCell a {
	display: block;
}
 .datetimepicker .datetimepicker_weekEndCell {
	background: #444;
}
 .datetimepicker .datetimepicker_daysCellOver {
	background: #111;
	border: 1px solid #999;
}
 .datetimepicker .datetimepicker_unselectable {
	color: #888;
}
 .datetimepicker_today {
	background: #944 !important;
}
 .datetimepicker_currentDay {
	background: #733 !important;
}
 #datetimepicker_div a,  .datetimepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: snow;
}
 .datetimepicker_inline .datetimepicker_links a {
	padding: 0 5px !important;
}
 .datetimepicker_control a,  .datetimepicker_links a {
	padding: 2px 5px !important;
	color: snow !important;
}
 .datetimepicker_titleRow a {
	color: snow !important;
}
 .datetimepicker_control a: hover {
	color: #ccc !important;
}
 .datetimepicker_links a: hover,  .datetimepicker_titleRow a: hover {
	background: #111 !important;
	color: #CCC !important;
}
 .datetimepicker_multi .datetimepicker {
	border: 1px solid #944;
}
 .datetimepicker_oneMonth {
	float: left;
	width: 185px;
}
 .datetimepicker_newRow {
	clear: left;
}
 .datetimepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}