html, body {
    height:100%;
}

html {
    background:url("../img/html_bg1.jpg") repeat-x scroll 0 0 #F6F3EF;
    height:100%;
    margin:0;
    padding:0;
}

body {
    background:url("../img/header_background1.jpg") no-repeat scroll center 0 transparent;
    color:#353535;
    font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
    font-size:10pt;
    height:100%;
    margin:0;
    padding:0;
    min-width: 995px;
}

h1 {
    font-size:20pt;
    font-weight:bold;
}

h1, h2, h3, h4 {
    margin:0;
    padding:0;
}

a { color:#B17225; }

a:hover { color:#0083e5; text-decoration:none }

input, textarea, select, div.multiselect_container {
    background:none repeat scroll 0 0 #FAFAFA;
}

input, select {
    color:#555555;
    font:1em Verdana,sans-serif;
    padding:2px;
}

input, textarea, select {
    background:none repeat scroll 0 0 #F3F9FC;
    border-color:#000000 #CCCCCC #CCCCCC #000000;
    border-style:solid;
    border-width:1px;
    font-size:8pt;
}

ul, ol {
    margin:10px 30px;
    padding:0 15px;
}

ul span, ol span {
    color:#666666;
}

.imgfloat { float:left; padding:0 5px 5px 0; }
.imgbreak { padding-right:10px; float:left; }
.clear { clear:both; }

/* STYLES FOR THE HEADER */
h1#envirospeaklogo a {
    background:url("../img/snimite-menya-logo.gif") no-repeat scroll 0 0 transparent;
    /*background:url("../img/snimite-menya-logo-2011.gif") no-repeat scroll 0 0 transparent;*/
    display:block;
    float:left;
    height:64px;
    margin-bottom:1px;
    margin-right:30px;
    overflow:hidden;
    text-indent:-9999px;
    width:236px;
}
.fleft { float:left }
.fright { float:right }
#header  {
    background:none repeat scroll 0 0 transparent;
    height:auto;
    padding-top:0;
    width:100%;
}

#headerwrap {
    margin:0 auto;
    padding: 0;
    position:relative;
    width:1005px;
}

/* search form */
#searchform  {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    margin:0;
    padding:0;
    position:absolute;
    right:130px;
    top:10px;
}

#searchform .btn {
/*    background:url("../img/search.jpg") no-repeat scroll left center #F7FFF1;*/
    background: transparent;
    border:0;
    height:18px;
    width:18px;
    padding:0;
    margin:0px;
    position:absolute;
    right:1px;
    top:1px;
    //padding:1px 0 0 0;
}

#searchform .input {
    border:1px solid #9EC630;
    color:#555555;
    font-size:10px;
    height:14px;
    line-height:10px;
    margin:0;
    padding:2px 20px 2px 2px;
    width:155px;
}

#searchform .input:focus {
  background-color: #fff;
}

#searchform select {
  margin: 0; 
  min-width: 0;
  width: 70px;
  border: 1px solid #9EC630; 
  background: #FFF;
  color: #333; 
  height: 18px;
  font-size: 8pt;
  vertical-align: top;
}

#searchform input.button { 
  margin: 0; 
  padding: 2px 3px; 
  font: bold 12px Arial, Sans-serif; 
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  color: #777;  
  width: 60px;
  vertical-align: top;
}

#breadcrumb {
  padding-bottom: 5px;
}

/*
 * NAV MENU
 */
ul#globalnavlist  {
    list-style-type:none;
    margin:0;
    padding:45px 0 0 0;
}

#globalnavlist li {
    float:left;
    margin:0;
    padding: 0 1px 0 0;
}

#globalnavlist li a {
    background:url("../img/globalnav_left.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:16px;
    height:32px;
    line-height:32px;
    overflow:hidden;
    padding-left:8px;
    text-decoration:none;
}

#globalnavlist li a span {
    background:url("../img/globalnav_right.gif") no-repeat scroll right center transparent;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:left;
    height:32px;
    padding-right:8px;
}

#globalnavlist li a:hover {
  background: url(../img/globalnav_left_on.gif) no-repeat 0 0;
}
#globalnavlist li a:hover span {
  background: url(../img/globalnav_right_on.gif) no-repeat right;
}

#globalnavlist li.current a {
    background:url("../img/globalnav_left_on.gif") no-repeat scroll 0 0 transparent;
}

#globalnavlist li.current a span {
    background:url("../img/globalnav_right_on.gif") no-repeat scroll right center transparent;
}
ul#tabsnavlist  {
    list-style-type:none;
    margin:0;
    padding:0;
}

#tabsnavlist li {
    float:left;
    margin:0;
    padding: 0 1px 0 0;
}

#tabsnavlist li a {
    background:url("../img/globalnav_left.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:16px;
    height:32px;
    line-height:32px;
    overflow:hidden;
    padding-left:8px;
    text-decoration:none;
}

#tabsnavlist li a span {
    background:url("../img/globalnav_right.gif") no-repeat scroll right center transparent;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:left;
    height:32px;
    padding-right:8px;
}

#tabsnavlist li a:hover {
  background: url(../img/tabs_globalnav_left.gif) no-repeat 0 0;
}
#tabsnavlist li a:hover span {
  background: url(../img/tabs_globalnav_right.gif) no-repeat right;
}

#tabsnavlist li.current a {
    background:url("../img/tabs_globalnav_left.gif") no-repeat scroll 0 0 transparent;
}

#tabsnavlist li.current a span {
    background:url("../img/tabs_globalnav_right.gif") no-repeat scroll right center transparent;
}
table.tabs-profile {

}
table.tabs-profile tr td {
    border-top:3px solid #f69901;
}
table.tabs-profile tr td {
    text-align:left;
    padding: 3px 5px;
    color:#353535;
    vertical-align:top;
}
table.tabs-profile tr td strong {
    color:#799D50;
    font-weight:normal;
}

.steps-block {
    border:1px solid #FDE47E;
    background-color:#FFFAE4;
    float:left;
}
.steps-menu {
    width:225px;
}
.steps-menu h2 {
    text-align:center;
    color:#F69901;
}
.steps-menu ul {
    margin:0 0 0 35px;
    padding:0;
    list-style:none;
    list-style-image: url('/img/pluso.gif');
}
.steps-menu ul li {
    line-height:1em;
    margin:10px 0;
}
.steps-menu ul li a {
    color:#353535;
    text-decoration:none;
}
.steps-menu ul li a:hover {
    text-decoration:underline;
}
.steps-menu ul li.done {
    list-style-image: url('/img/galkag.gif');
}
.steps-menu ul li.now, .steps-menu ul li.now a {
    list-style-image: url('/img/arrowb.gif');
    color:#6FA4C6;
}
.steps-menu ul li.selected {
    font-weight:bold;
}
.steps-main {
    width:483px;
    margin-left:5px;
}
table.tabs {
    border-right:1px solid #F69901;
    border-bottom:1px solid #F69901;
}
table.tabs tr td {
    border-left:1px solid #F69901;
    border-top:1px solid #F69901;

    padding:2px;
    text-align:center;
}
table.form {
    margin:10px;
    width:96%;
}

table.form tr td label {
    color:#B17225;
    text-transform:lowercase;
}
table.form tr td input, table.form tr td select, table.form tr td textarea {
    width:210px;
}
table.form tr.error input, table.form tr.error select, table.form tr.error textarea {
    color:#FF0000;
    border:1px solid #FF0000;
}

table.form input.checkbox {
    width:auto;
}

table.form tr td.error {
    color:#FF0000;
    padding-bottom:10px;
    text-align:right;
    font-style:italic;
}

/* STYLES FOR BLUE BAR */
#bluebar{ background:#6FA4C6; padding:5px 0;}
#bluebarwrap { width:995px; height:18px; margin:0 auto; padding:0 0 0 10px; }
#bluenbar a { color:#ffc622; }
#bluenbar a:hover { text-decoration:none; }

span.join {
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
  font-size: 1.6em;
  color: #FFF;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
  display: block;
}
#hello {
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
  font-size: 1.6em;
  color: #FFF;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
  display: block;
}
#login {
  background: url(../img/existingmember_bg.gif) no-repeat 0 center;
  font-size: 1.1em;
  color: #FFF;
  padding: 16px 0 19px 45px;
  position: relative;
  /*left: 100px;*/
  top: -13px;
}
#member {
  color: #FFF;
  padding-right: 20px;
  float: right;
  padding-top: 0;
}
#member a {
  text-decoration:none;
  color: #FFF;
  font-weight: bold;
}
#member a:hover {
  text-decoration:underline;
}
#my-msg-hot-cnt {
    color:#555555;
    font-weight:normal;
    margin-right:0px;
    text-decoration:none;
}
#envirosubwrap {
}
ul#envirosubnav {
  height:18px;
  list-style-type: none;
  padding: 0;
  margin: 0px 0 0 0;
}
ul#envirosubnav li {
  float: left;
  margin-right: 2px;
}
ul#envirosubnav li a {
  background: url(../img/subnav.gif) repeat-x 0 0;
  padding: 0 6px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  display: block;
  overflow: hidden;
  float: left;
  color: #302c23;
}
ul#envirosubnav li a:hover, ul#envirosubnav li.current a {
  color: #ffeaba;
  background: url(../img/subnav_on.gif) repeat-x 0 0;
}
ul#envirosubnav li ul {
  display: none;
  clear: both;
  position: absolute;
  list-style: none;
  margin: 30px 0 0 -3px;
  padding: 3px;
  background: #302c23;
  z-index: 99;
}
* html ul#envirosubnav li ul {
  /* IE only */
  margin-top: 0px;
  width: 300px;
}
ul#envirosubnav li ul li {
  float: none;
  border: 1px solid #302c23;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul#envirosubnav li ul li a {
  display: block;
  width: 100%;
}

/* MAIN CONTAINER */
#maincontainer {
  width:1005px;
  margin:0 auto;
  padding:2px 0 2px 0;
  min-height: 100%;
/*  height: 100%;*/
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}

#leftcol { width:720px; float:left; }
#rightcol { width:250px; float:right; }
#rightcol ul { list-style-type:none; margin:0; padding:0; }
#threecol_left { width:200px; float:left; }
#threecol_main { width:520px; float:left; padding:10px 0 0 15px; }
#threecol_right { width:250px; float:right; }

/* FOUR BLOCKS */
#groupsbox, #videosbox, #profilebox, #causesbox { width:355px; margin:5px 5px 0 0; float:left; }
#fourblocks h2 { color:#c39110; font-size:1.8em; font-weight:bolder; }
#fourblocks img { float:left; padding-right:10px; }
#fourblocks p { margin:0; padding:0; }

.tl { background:url(../img/box_corner_topleft.gif) no-repeat 0 0 } 
.tr { background:url(../img/box_corner_topright.gif) no-repeat right 0; }
.bl { background:url(../img/box_corner_bottomleft.gif) no-repeat 0 bottom; }
.br { background:url(../img/box_corner_bottomright.gif) no-repeat right bottom; padding:6px 10px; height:auto; zoom:1 }
.l { background:url(../img/corner_line.gif) 0 0 repeat-y; }
.r { background:url(../img/corner_line.gif) right 0 repeat-y; }

.bt { background:url(../img/corner_line.gif) #FFF 0 0 repeat-x; }
.bb { background:url(../img/corner_line.gif) 0 bottom repeat-x; }

/*
 * HEADINGS
 */
div.hdrgreen {
  height: 38px;
  background: url(../img/hdr_green_left-3.gif) no-repeat left;
  padding: 0 3px 0 3px;
  white-space: nowrap;
  width: 200px;
  position: relative;
  margin: 5px 0 5px 0;
}
div.hdrgreen h1, div.hdrgreen h2 {
  background: url(../img/hdr_green_right-3.gif) no-repeat right;
  position: absolute;
  right: -5px;
  height: 38px;
  width: 99%;
  color: #fde47e;
  font-size: 24px;
  line-height: 38px;
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
}
div.hdrgreen h2 a {
    color: #fde47e;
    text-decoration: none;
}
div.hdrgreen h2 a:hover {
    color: #ffffff;
}
div.hdrblue {
  height: 38px;
  background: url(../img/hdr_blue_left.gif) no-repeat left;
  padding: 0 3px 0 3px;
  white-space: nowrap;
  width: 200px;
  position: relative;
  margin: 5px 0 5px 0;
}
div.hdrblue h2 {
  background: url(../img/hdr_blue_right.gif) no-repeat right;
  position: absolute;
  right: -5px;
  height: 38px;
  width: 99%;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
}
div.hdrorange {
  height: 38px;
  background: url(../img/hdr_orange_left-3.gif) no-repeat left;
  padding: 0 3px 0 3px;
  white-space: nowrap;
  width: 200px;
  position: relative;
  margin: 5px 0 5px 0;
}
div.hdrorange h1 {
  background: url(../img/hdr_orange_right-3.gif) no-repeat right;
  position: absolute;
  right: -5px;
  height: 38px;
  width: 99%;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
  overflow: hidden;
}

div.hdrmore {
  float: right;
  position: relative;
  top: 10px;
  left: -1%;
  z-index: 2;
}
div.hdrmore a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #9fd6fc;
  padding-left: 10px;
  padding-right: 10px;
}
div.hdrmore a:hover {
  color: #fff
}
div.hdrmore .first {
  border-left: none;
  padding-left: 0;
}
div.hdrmore .big {
  background: url(../img/hdrplus.gif) no-repeat center;
}

form { margin:0; padding:0; }
.formbutton { position:relative; top:7px; }
fieldset { margin:0; padding:0; border:0; }

a.findoutmore {
  display: block;
  overflow: hidden;
  background: url(findmore.gif) no-repeat 0 0;
  width: 110px;
  height: 26px;
  text-indent: -9999px;
  position: relative;
  left: 130px;
  top: 5px;
}

/* GREEN HEADINGS */
.greenheadbars h1 {
  background: url(h2_green_large.gif) no-repeat 0 0;
  width: 880px;
  height: 41px;
  color: #fde47e;
  font-size: 2.2em;
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
  padding: 5px 15px;
}
.greenheadbars h2 {
  background: url(h2_green.gif) no-repeat 0 0;
  width: 715px;
  height: 41px;
  color: #fde47e;
  font-size: 2.2em;
  font-family: Helvetica, "Lucida Grande", Arial, Tahoma;
  padding: 5px 15px;
}

.greenhdmore {
  background: url(hdmore.gif) no-repeat 0 0;
  width: 55px;
  height: 17px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  float: right;
  position: relative;
  top: -40px;
  left: -30px;
}

.greenhdseeall, .hdseeall {
  background: url(hd_seeall.gif) no-repeat 0 0;
  width: 55px;
  height: 17px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  float: right;
  position: relative;
  top: -40px;
  left: -7px;
}

/* NEW VIDEOS */
.newvideos {
  float:left;
  margin-bottom: 20px;
}
.textwrap {
  width: 250px;
  font-size: 0.9em;
  margin: 0 5px;
  float: left;
}

.memberthumb {
  background: #e0ddda;
  width: 70px; 
  height: 70px;
  padding: 5px;
  text-align: center;
  float: left;
}

.newvideos h3 { font-size:1.6em; }
.newvideos a { color:#6fa4c6; }
.newvideos a:hover { text-decoration:none; color:#0083e5; }

/* BLOG ENTRIES */
#blogentries img {
  border: 3px solid #e5eef0;
  float: left;
  margin: 0 20px 5px 0;
} 
#blogentries h3 {
  margin: 0;
  padding: 0;
  color: #966314;
  font-size: 1em;
  text-decoration: underline;
}
#blogentries p { margin:0; padding:0; }
#blogentries a { color:#966314; }
#blogentries a:hover { color:#353535; }

#raised {
  background: url(raised_bg.gif) no-repeat 0 0;
  width: 122px;
  height: 76px;
  float: left;
  margin-right: 1px;
}
#acts {
  background: url(acts_bg.gif) no-repeat 0 0;
  width: 123px;
  height: 76px;
  float: left;
}
#raised, #acts {
  color: #e8d987;
  font-size: 26px;
  text-align: center;
  padding-top: 5px;
}

/* NEWS HEADLINES */
ul#newslist { list-style-type:none; margin:0; padding:0; }
ul#newslist h3 { font-size:1em; color:#47894c; text-decoration:underline; }
ul#newslist li a { color:#47894c; }
ul#newslist li a:hover, ul#newslist h3.hot a:hover { color:#353535; }
ul#newslist li { border-bottom:1px #CCC dotted; padding:0 0 5px 15px; margin:0 0 10px 0; }
ul#newslist h3.hot, ul#newslist h3.hot a { color: #966314; }

/* FOOTER */
#footer { background:#83a980; padding:10px; color:#fff; margin-top:20px; }
#footerwrap { width:990px; margin:0 auto; text-align:center; }
#footer a { color:#FFF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footerlinks {
  margin: 0 auto;
  padding-bottom: 20px;
}
#footerlinks tr td {
  padding: 0 20px;
}
#footerlinks tr th {
  text-decoration: underline;
}

/* SITE-WIDE CONTENT FORMATTING */
div.summary_box {
  margin: 0 15px 15px 15px;
}
div.summary_box h1 {
  border: 0;
  font-size: 10pt;
  margin: 0px 15px;
}
div.info {
  width: 90%;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #777;
  padding: 10px;
  color: #555;
}
#breadcrumb {
  padding-bottom: 5px;
}
span.header_link {
  float: right;
  margin: 15px 15px 0 0;
  font-weight: bold;
}
span.header_link a {
  color: #fff;
}
span.header_link a:hover {
  color: #000;
}
hr {
  background: #83acca;
  margin: 10px 5px 10px 5px;
  height: 2px;
  border: none;
}

p {
  margin: 10px 15px;
}
ul, ol {
  margin: 10px 30px;
  padding: 0 15px;
  /*color: #4284B0;*/
}
ul span, ol span {
  color: #666666; 
}

/* form elements */
form.plain {
  margin: 0;
  border: none;
  background-color: transparent;
}
label {
  /*display:block;*/
  font-weight:bold;
  margin:0;
}
.compact label {
  display: inline;
}
table.compact {
  width: 95%;
}
table.compact td {
  padding-bottom: 10px;
}
input,select {
  padding: 2px;
  /*border:1px solid #eee;*/
  font: normal 1em Verdana, sans-serif;
  color:#555;
}
select {
  /*min-width: 200px;*/
}
textarea {
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  /*border:1px solid #eee;*/
  display:block;
  color:#555;
}
input.button { 
  margin: 0; 
  font: bold 1em Arial, Sans-serif; 
  border: 1px solid #CCC;
  background: #FFF; 
  padding: 2px 3px; 
  color: #4284B0; 
}

/* images */
img {
  border: none;
}
img.border {
  border: 2px solid #CCC;
}
img.no-border {
  border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.profile {
  border: 2px solid #ccc;
}
a img {  
  border: none;
}

/* tables */
table.profile {
  border: 2px solid #83acca;
  padding: 5px;
  background: #fff;
}
table.profile th {
  text-align: left;
}
table.profile th.bar {
  background: #649597;
  color: #fff;
}
table.profile td.full {
  padding-bottom: 10px;
}
table.gifts {
  width: 100%;
}
table.gifts td {
  padding: 15px 0;
}
table.plain {
}
table.plain th {
  background: #7a9e51;
  color: #fde47e;
  font-weight: bold;
}
table.plain td {
  border-bottom: 1px solid #aaa;
  background: #f1f1f1;
  padding: 5px 0;
}

/* BLOG */
blockquote {
  margin: 0 0 0 35px;
}
div.blog_comment {
  border-bottom: 1px dotted #ccc;
  padding-top: 8px;
}
div.blog_comment_body {
  padding-bottom: 8px;
}
div.blog_comment_author {
  font-size: 8pt;
  margin-bottom: 5px;
}
div.blog_post {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
}
div.blog_post_content {
  padding-bottom: 15px;
}
div.blog_post_content h3 {
  margin-bottom: 15px;
}

/* COMMUNITY */
table.community_description {
  width: 100%;
}
table.community_description th {
  vertical-align: top;
  padding-right: 8px;
  color: #aaa;
}
table.community_description th {
  vertical-align: top;
}
ul.community_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.community_menu li {
  border-bottom: 1px solid #999;
  padding: 1px 10px;
}
ul.community_menu li a {
  display: block;
  text-decoration: none;
}

/* CAUSE */
div.cause-desc {
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  padding-left: 10px;
}
table.cause-stats th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  background: #f1f1f1;
}
table.cause-stats td {
  font-weight: bold;
  vertical-align: top;
}
table.cause-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.cause-stats ul li {
}

/* USER TABLES */
table.user_list {
  width: 100%;
}
table.user_list td  {
  vertical-align: top;
  padding-bottom: 10px;
  text-align: center;
}
table.user_list td img {
  border: 1px solid #555;
  padding: 0;
}

/* MAIL/INBOX TABLES */
table.inbox {
  width: 100%;
  padding-bottom: 20px;
}
table.inbox td  {
  vertical-align: bottom;
  padding: 10px 0 10px 20px;
  border-bottom: 1px dotted #ccc;
}
table.mailmessage {
  width: 100%;
  padding-bottom: 30px;
}
table.mailmessage tr.header td {
  border: none;
}
table.mailmessage td {
  vertical-align: top;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}
table.mailmessage td p {
  margin: 0;
  font-size: 12pt;
}
table.mailmessage th {
  text-align: left;
  font-size: 18pt;
  font-weight: bold;
}

/* BLOG LIST TABLES */
.blog_post_list {
  padding-bottom: 10px;
}
.blog_post_list span.title {
  font-size: 13px;
  font-weight: bold;
}
.blog_post_list span.author {
  font-size: 10px;
  color: #777;
}
.blog_post_list span.rank {
  font-size: 12px;
  font-weight: bold;
  color: #247701;
}
.blog_post_list span.excerpt {
  font-size: 12px;
  color: #333;
}

/* COMMUNITY/GROUP TABLES */
table.community_list td, table.group_list td {
  vertical-align: top;
}
table.community_list img, table.group_list img {
  border: 2px solid #ccc;
  padding: 4px;
}
table.community_list h1, table.group_list h1 {
  font-size: 14px;
  width: 90%;
  border: 0;
  margin: 0;
}
table.community_list h2, table.group_list h2 {
  font-size: 11px;
  color: #339933;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
}
/* used for syndication widgets */
.syndicate h1 { font-size: 11px !important; }
.syndicate h2 { font-size: 8px !important; }
table.syndicate td.member img {
  border: 2px solid #98b93f;
}

/* VIDEOS */
.video_sortopts a {
  color: #2f708e;
  text-decoration: none;
}
.video_sortopts a:hover {
  color: #0083e5;
}
.radio_on {
  background: url(../img/radio_on.png) no-repeat right center;
  padding: 5px 20px 5px 5px;
  margin: 0 5px 0 0;
}
.radio_off {
  background: url(../img/radio_off.png) no-repeat right center;
  padding: 5px 20px 5px 5px;
  margin: 0 5px 0 0;
}
div.video_stats {
  font-size: 12pt;
  width: 480px;
}
div.video_stats table {
  width: 100%;
}
div.video_stats td {
  vertical-align: top;
}
div.video_details {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 10px;
}
div.video_details hr {
  background: #ccc;
  width: 100%;
  height: 1px;
}
table.video_list {
  /*margin: 0 auto;*/
}
table.video_list td {
  vertical-align: top;
  width: 120px;
  padding-right: 20px;
}
table.video_list img.thumbnail,
ul.video_list img.thumbnail,
div.newvideos img.thumbnail
{
  border: 2px solid #ccc;
  padding: 4px;
  width: 120px;
}
table.video_list h1,
ul.video_list h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  border: 0;
}
table.video_list h4,
ul.video_list h4 {
  font: normal normal 10px/10px Verdana, Arial;
  color: #777;
  margin: 0;
  background: transparent;
}
table.video_list span.title,
ul.video_list span.title,
div.newvideos span.title {
  font-size: 13px;
  font-weight: bold;
}
table.video_list span.author,
ul.video_list span.author,
div.newvideos span.author {
  font-size: 10px;
  color: #777;
}
table.video_list span.rank,
ul.video_list span.rank,
div.newvideos span.rank {
  font-size: 12px;
  font-weight: bold;
  color: #247701;
}
table.video_list span.excerpt,
ul.video_list span.excerpt,
div.newvideos span.excerpt {
  font-size: 12px;
  color: #333;
}
table.video_list span.connections,
ul.video_list span.connections,
div.newvideos span.connections {
  font-size: 10px;
  display: block;
  padding-top: 3px;
  color: #777;
}
table.video_list_compact td {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
table.video_list_compact img.thumbnail {
  border: none;
}
table.video_list_compact {
  font-size: 7pt;
}

/* PHOTOS */
table.photo_list {
  /*margin: 0 auto;*/
}
table.photo_list td {
  vertical-align: bottom;
  width: 120px;
  padding-right: 20px;
}
table.photo_list img.thumbnail {
  border: 2px solid #ccc;
  padding: 4px;
}
table.photo_list h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  border: 0;
}
table.photo_list h4 {
  font: normal normal 10px/10px Verdana, Arial;
  color: #777;
  margin: 0;
  background: transparent;
}

/* FAVORITES */
table.favorites {
  width: 100%;
}
table.favorites td {
  vertical-align: top;
}


/*
 * OVERRIDES FOR main.css
 */
input, textarea, select, div.multiselect_container {
  background: #fafafa none;
}
input.submit, input.button {
  background: #feffff url(../img/button_bg.gif) repeat-x left top;
  color: #111;
}
/*black 302C23*/
.middle-button, .small-button, .large-button {
	font-size: 12px;
	height:26px;
	border:0;
	margin:0;
	padding:0;
	line-height:26px;
	color: #2A6385;
}
.small-button {
	width:69px;
	background:url(../img/small-button.gif) transparent left top no-repeat;
}
.middle-button {
	width:140px;
	background:url(../img/middle-button.gif) transparent left top no-repeat;
}
.large-button {
	width:220px;
	background:url(../img/large-button.gif) transparent left top no-repeat;
}
.button-step {
    font-weight:bold;
    text-align:center;
    font:14px Verdana,sans-serif;
	height:39px;
    width:110px;
	border:0;
	margin:0;
	padding:0;
	line-height:39px;
	color: #FFFFFF;
    cursor: pointer;
    text-decoration:none;
    display:block;
    background:url(../img/buttono_step.gif) transparent left top no-repeat;
}

input:focus, textarea:focus, select:focus {
/*  background: #e0f6e5 none;*/
  border: 1px solid #7a9e51;
}

div.form p {
  margin: 0;
}
div.multiselect .selected {
  background: #e0f6e5 none;
}
#flash {
  position: static;
  width: 100%;
  height: 20px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #fde47e;
  background: #fff url(../img/categories_bg.gif) repeat-x 0 bottom;
  padding: 2px 6px;
}
div.link_button {
  margin: 0 auto;
  background: url(../img/button_left.gif) no-repeat left;
}
div.link_button a {
  color: #2a6385;
  font-family: Helvetica, Arial, Verdana, Sans-serif;
}
div.link_button a:hover {
  color: #00a;
}
div.link_button a span {
  background: url(../img/button_right.gif) no-repeat right;
}
ul.pagination li {
  background: url(../img/pagination_left.gif) no-repeat left;
  height: 24px;
  padding-left: 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: Helvetica, Arial, Verdana, Sans-serif;
}
ul.pagination li.current span {
  color: #333;
  text-decoration: none;
}
ul.pagination li span a {
  color: #2a6385;
  text-decoration: none;
}
ul.pagination li span a:hover {
  color: #00a;
}
ul.pagination li span {
  background: url(../img/pagination_right.gif) no-repeat right;
  height: 24px;
  padding-right: 7px;
  display: block;
  position: relative;
  right: -2px;
}
ul.pagination li.ellipsis {
  background: transparent;
  padding: 0;
}
ul.pagination li.ellipsis span {
  background: transparent;
  padding: 0 2px 0 0;
  line-height: 30px;
}
textarea.wide, input.wide {
    width: 100%;
}
textarea.wide90, input.wide90 {
    width: 90%;
}

/*
 * AJAX Dialogs
 */
div.dialog {
  width: 450px;
  height: 250px;
}
div.popup {
  display: none;
  width: 350px;
  background: #83acca;
  color: #fff;
  font-weight: bold;
  border: 2px outset #000;
  margin: 15px;
  position: absolute;
  z-index: 99;
}
div.popup div.buttons {
  float: right;
  padding: 0 15px 15px 0px;
}

/*
 * Photos
 */
table.photo_edit {
  width: 100%;
}
table.photo_edit td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0 20px 10px;
}

.label {
	font-style:normal;
	color:#666666;
}
.value {
	font-weight:none;
}
div img.online, .ava img.online, .foto img.online {
	background: transparent;
	border:0;
	width:30px;
	height:29px;
	position: absolute;
	top: 0;
	left: 0;
}
.single-message {
	word-wrap:break-word;
	width:650px;
}
.mailmessage {
	width: 100%;
}
.mailmessage .new {
	font-weight:bold;
}
.mailmessage .sent {
	color: #91B432;
}
.mailmessage .sent-ico {
	padding-left: 24px;
	background: url(../img/send.gif) no-repeat left;
}
.mailmessage .taken {
	color: #F69901;
}
.mailmessage .taken-ico {
	background: url(../img/take.gif) no-repeat left;
	padding-left: 24px;
}
.profile-line {
        white-space:normal;
        word-wrap:break-word;
}

#message_block {
  position: relative;
  z-index:10;
}
#errmsgblock {
  display:none;
  position: absolute;
}
.pos_error {
    color:#FF0000;
}
span.pos_error {
    padding-left: 5px;
}
.changed {
    font-weight:bold;
}
#welcome_container {
    position: absolute;
    width: 600px;
    margin-left: 25%;
    z-index:3;
    background: #F6F3EF;
    padding: 10px;
    border: 1px solid #555555;
}

.galerie {
	padding: 0;
	margin-right: 0;
	min-height: 1px;
}

.foto, .ava, .avanoborder {
	width: 130px;
	height: 120px;
	margin: 4px;
	text-align: center;
	position: relative;
}

.foto, .ava {
	border: 1px solid #FFFFFF;
}

.foto, .avanoborder {
	float: left;
	display: inline;
}

.ava .thumb, .foto .thumb, .avanoborder .thumb {
	margin: 0;
	border: 0;
}

.foto:hover, .ava:hover {
	background-color: #D6ECF8;
	border: 1px solid #82B7DF;
}

.foto p, .ava p, .avanoborder p {
	margin: 0;
	font-size: 9px;
	line-height: 10px;
}

a.is2 {
    color: #f69901;
}

a.not2 {
    color: #7a9e51;
}

.online-ico {
	border:0;
	width:30px;
	height:29px;
	position: absolute;
	top: 0;
	left: 0;
}

.visitca {
	float: left;
	display: inline;
	width: 480px;
	height: 150px;
	margin: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	position: relative;
}

.visitca img {
	margin: 10px;
	border: 1px solid silver;
}

.visitca:hover {
	background-color: #D6ECF8;
	border: 1px solid #82B7DF;
}

.visin {
	height: auto;
	text-align: center;
}

.visout {
/*	float: left;
	width: 50%;*/
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.perex {
	background-color: #E3F4FF;
	border-left: 4px solid #57A9DF;
	text-align: left;
	margin: 0;
	padding: 2px 12px;
}
table tr td.lefttd {
	width:auto;
	text-align: right;
}
table tr td.centertd {
	width:400px;
}
table tr td.righttd {
	width:300px;
	text-align: left;
}
table tr td.leftcentertd {
	text-align: center;
}
table tr td.centerall {
	text-align: center;
	padding-bottom: 10px;
	font-style:italic;
	color: #555555;
}
table tr td.centerall-top-title {
	text-align: center;
	padding: 10px 0 0 0;
	font-style:italic;
	color: #555555;
}
.main-advertisement-list, .main-tv-online {
	margin: 0;
}
.main-advertisement-list {
	width: 790px;
	float: left;
	font-size: .9em;
}
.main-advertisement-list p {
	padding: 0;
	margin: 0;
}
.main-tv-online {
	width: 190px;
	float: right;
}
.main-tv-online .head {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #629495;
	-moz-border-radius: 5px;
}
.main-tv-online .list {
	padding: 5px;
}
.main-left-user-block {
	width: 720px;
	float: left;
}
.main-all-user-block {
	width: 100%;
	margin-top:6px;
}

.main-right-user-block {
	width: 220px;
	float: right;
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 5px 0 0;
	height: 220px;
}
.main-photo-block {
	width: 220px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 6px;
	/*height: 250px;*/
}
.main-slot-line {
	background: url(../img/bandit-background.jpg) no-repeat left;	
	height: 217px;
	width: 999px;
	margin: 5px 0;
	padding: 0px;
	border: 0px solid red;
}
.main-slot-line-inner {
	width:985px;
	height: 203px;
	padding: 7px;
	margin: 0;
	border: 0px solid blue;
}
#ui-datepicker-div {
	font-size:11px;
}
.helper-i {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:2px 2px 0 rgba(0, 0, 0, 0.1);
	background:none repeat scroll 0 0 #EDE9F2;
	border:1px solid #BBB5C4;
	display:none;
	font-size:11px;
	font-weight:400;
	left:-5000px;
	padding:5px;
	position:absolute;
	text-align:left;
	top:-5000px;
	width:200px;
	z-index:9999;
}
.helper .icon {
	cursor:help;
	height:13px;
	vertical-align:middle;
	width:12px;
}
.hover-element:hover {
    background-color:#DDDDDD;
}
.dashed-underline, a.dashed-underline {
    background: url("/img/bg-dashed-blue.gif") repeat-x scroll center bottom transparent;
    cursor: pointer;
    color: #006C8A;
    text-decoration:none;
}
.red {
    color: #F00;
}
.external-link {
    color:#acacac;
    text-decoration:none;
}
.external-link strong {
    font-weight:normal;
    color:#7a7a7a;
}
input.ok-button {
    background-color: none;
    border:0;
    color:#0000FF;
    margin:0;
    padding:0;
    cursor:pointer;
}
input.esc-button {
    background-color: none;
    color: #FF0000;
    margin:0;
    padding:0;
    border:0;
    cursor:pointer;
}
.one_photo .photo_big {
    float: left;
}
.one_photo img {
    margin: 0;
}
.one_photo .options {
    float: left;
    padding-top: 9px;
    font-size: 80%;
    width:30px;
}
.one_photo .options a.del {
    background-position: 0 0;
}
.one_photo .options a.del:hover {
    background-position: 0 -28px;
}
.one_photo .options a.edit {
    background-position: 0 -56px;
}
.one_photo .options a.edit:hover {
    background-position: 0 -84px;
}
.one_photo .options a.make_cover {
    background-position: 0 -112px;
}
.one_photo .options a.make_cover:hover {
    background-position: 0 -140px;
}
.one_photo .options a.fullsize {
    background-position: 0 -168px;
}
.one_photo .options a.fullsize:hover {
    background-position: 0 -196px;
}
.one_photo .options a.cover {
    background-position: 0 -224px;
}
.one_photo .options a {
    background: url("/img/options.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    left: 0;
    margin: 0 0 5px 0px;
    position: relative;
    top: 0;
    width: 30px;
}
.one_photo .options a span.hint {
    background: transparent;
    border-color: none;
    color: #464646;
    display: none;
    line-height: 100%;
    padding: 4px 8px 4px 10px;
    position: absolute;
    right: 30px;
    top: 0;
    white-space: nowrap;
    z-index: 99;
}
.one_photo .options a:hover span {
    display:block;
    background: none repeat scroll 0 0 #FFFDBA;
    border-bottom: 1px solid #FFFA57;
    border-color: #EAD648 #FFFA57 #FFFA57 #E2D449;
}
.rating {
    margin: 2px;
    clear: both;
    display: block;
    width: 120px;
}
.rating, .rating-title {
    color:#F69901;
}

.rating-title {
    font-size:14px;
    padding-left:35px;
}
.rating .count {
    font-size:12px;
}
div.rating-pl30 {
    padding-left:30px;
}
.rating:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}
.rating .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    border: 0px;
}

.rating div.done, .rating div.done span {
  cursor: default;
}

.rating .star {
    cursor:pointer;
}

.rating .star,
.rating .star span {
    background: url(/img/rating-stars.gif) no-repeat 0 0px;
}

.rating .star span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}

div.rating div.on span {
    background-position: 0 -32px;
}
div.rating div.hover span {
    background-position: 0 -16px;
}

.carousel ul {
    display: block;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    top: 0;
}
.carousel ul li {
    display: block;
    float: left;
    position: relative;
}
.carousel .prev, .carousel .jCarouselLite {
    float: left;
}
.carousel .prev, .carousel .next {
    border:0;
    margin:0;
    padding:0;
    width:30px;
    height:30px;
    background:url("/img/arrow_carusel.gif") no-repeat scroll 0 0;
    cursor:pointer;
}
.carousel .prev {
    background-position: 0px -30px;
    margin-top:50px;
}
.carousel .next {
    float: right;
    margin-top:50px;
}
.carousel .next:hover {
    background-position: -30px 0px;
}
.carousel .prev:hover {
    background-position: -30px -30px;
}
.carousel .jCarouselLite {
    width:870px;
    margin-left:35px;
    height:130px;
    overflow:hidden;
}
.yt-block {
    margin-left:110px;
    display:block;
}
/* BLOGS */
.blog {
    margin-bottom:4px;
}
.blog .created {
    color:gray;
    font-size:.8em;
    margin-left: 20px;
}
.blog .control {
    font-size:.8em;
    margin-left: 20px;
}
.blog .control a {
    color:gray;
}
.blog h1 {
    font-size:1.4em;
}
.blog h2 {
    font-size:1.2em;
}
.blog h1 a, .blog h2 a, .blog h3 a {
    text-decoration: none;
}
.blog h3, .blog h4, .blog h5, .blog h6, .blog h7 {
    font-size:1em;
}
form .field {
    padding: 5px 10px 3px 40px;
    font-size: 80%;
}
form .field .label {
    color: #919191;
    font-size: 120%;
    font-weight: bold;
    width: 130px;
    float: left;
}
form .field .text {
   width: 514px;
}
form .field .area {
   width: 644px;
}
.aright {
    text-align:right;
}
.acenter {
    text-align:center;
}
.tab_menu {
    margin:10px 0;
}
/*PHOTO TOP*/
.orange-block {
    border:1px solid #FDE47E;
    background-color:#FFFAE4;
}
.photo-top .orange-block {
    margin:5px;
    padding:10px;
}
.photo-top .photo {
	width: 132px;
	height: 135px;
	margin: 4px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
}
.photo-top .photo .cont {
    padding:4px;
}
.photo-top .photo .thumb, .photo-top .photo .mythumb, .photo-top .photo .myprothumb {
	margin: 0;
}
.photo-top .photo .thumb {
	border: 2px solid transparent;
}
.photo-top .photo .mythumb {
	border: 2px solid #7A9E51;
}
.photo-top .photo .myprothumb {
	border: 2px solid #F69901;
}


.photo-top .photo p {
	margin: 0;
}
div.rating-pl20 {
    padding-left:21px;
}
.green {
    color:#47894C;
}
.orange {
    color:#F69901;
}
.comments div.subscribe {
    margin:0;
    padding:0;
    font-size:0.8em
}
.comment {
    border-bottom:1px dashed gray;
    margin:0;
}
.comment-inremove {
    background-color:#ffeeee;
}
.comment .comment-head, .comment .comment-foot {
    color:gray;
    font-size:.8em;
}
.comment .comment-owner {
    float:left;
}
.comment .comment-foot {
    padding: 5px;
}
.comment .comment-actions {
    float:right;
    margin-right:10px;
}
.comment .comment-actions .comment-rating {
    float:left;
}
.comment .comment-actions .rating-ico {
    background: url("/img/rating-arrows.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    height: 15px;
    margin-left: 2px;
    overflow: hidden;
    text-indent: 16px;
    width: 15px;
}
.comment .comment-actions a.rating-ico {
    cursor: pointer;
}
.comment .comment-actions .dislike {
    background-position: 0 0;
}
.comment .comment-actions .like {
    background-position: 0 -15px;
}
.comment .comment-actions a.dislike:hover, .comment .comment-actions .sdislike {
    background-position: 0 -30px;
}
.comment .comment-actions a.like:hover, .comment .comment-actions .slike {
    background-position: 0 -45px;
}
.hidden {
    display:none;
}
.casting h2 a {
    text-decoration:none;
}
.text-length {
    color:gray;
    font-size:.8em;
}
.pointer {
    cursor:pointer;
}

.grd {
    min-height: 26px;
    width: 40px;
    background-position: 0 50%;
    display: inline-block;
    overflow: hidden;
    background-image: url("/img/grd.png");
    background-repeat: repeat-y;
    position:absolute;
    right:-5px;
    margin-top:6px;
}

.title-star {
    margin:0 0 -5px 0;
}

.bg-star {
    background:url("/img/bg-star.gif") repeat-x 100% 100%;
}
