* {
   margin: 0; 
   padding: 0;
}

body {
   padding: 8px;
   font-family: arial, san-serif;
   font-size: 75%;
   background: #DBDBDB;  
   margin: 0; 
   padding: 0;
   height: 100%;
}

h1 {
   font-size: 1.4em;
   font-weight: bold;
   font-family: arial, san-serif;
   color: #333333;
}

h2 {
   font-size: 1.2em;
   font-weight: bold;
}

h3 {
   font-size: 1.1em;
   font-weight: bold;
}

h4 {
   font-size: 1.0em;
   margin-top: 10px;
   margin-bottom: 5px;
}

img {
   border: 0px;
}

p {
   padding-top: 10px;
}

hr {

}

a {
   color: #278CA5;
   text-decoration: none;
}

a:hover, a:focus {
   text-decoration: underline;
}

form {
   margin: 0;
   padding: 0;
}

fieldset {
   margin: 0;
   padding: 0 0 0 0;
   border: 0;
}


input {
   font-family: arial, san-serif;
}

textarea {
   font-family: arial, san-serif;
   font-size: 1.0em;
}

select {
   font-family: arial, san-serif;
}

label {

}        

table {

}

th {
   text-align: left;
}
  
td {
   vertical-align: top;
}

pre {
   font-family: arial, san-serif;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   width: 99%;
}

ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
   text-indent: 0px;
}

li {
   margin: 0;
   padding: 0;
}

#container {
   width: 980px; 
   margin-right: auto;
   margin-left: auto;
}

#index-table {
   width: 630px; 
   margin-right: auto;
   margin-left: auto;
}

#header {
   width: 980px; 
   height: 85px;
   background: #FFFFFF url(../images/header.png) top left no-repeat;
}

#logo {
   padding-top: 5px;
   padding-left: 5px;
   float: left;
   width: 190px;
}

#banner {
   float: left;
   width: 785px;
}

#main-container {
   width: 980px;
   background: #FFFFFF url(../images/main-background.png) top left repeat-y;
}

#content-container {
   float: left;
   width: 660px;
   border-right: 3px solid #DBDBDB;
   padding-top: 6px; 
   background: #FFFFFF url(../images/box-top.png) top left no-repeat;
}

#side-container {
   float: left;
   width: 317px;
   padding-top: 6px; 
   background: url(../images/side-box-top.png) top left no-repeat;
   text-align: center;
}

#full-container {
   width: 980px;
   padding-top: 6px; 
   background: #FFFFFF url(../images/box-top-full.png) top left no-repeat;
}

#ad-top {
   float: right;
   height: 90px;  
}

#login-top {
   width: 770px;
   padding-top: 5px;
   font-size: 12px;
   text-align: right;
}

#login-top a{
   font-weight: bold;
   color: #1C6E83; 
}

#ad-top img {
   display: block;
}

ul#main-nav {
   list-style: none;
   margin-left: 0;
   padding-top: 16px;
   text-indent: 0px;
}

ul#main-nav li {
   display: inline;
   margin: 0;
   padding: 0;
}

ul#main-nav li blank {
   font-family: arial, san-serif;
   font-size: 1.0em;
   font-weight: bold;
   text-align: center;
   padding-top: 4px;
   display: block;
   width: 91px;
   padding-right: 5px;
   height: 23px;
   float: left;
   color: #8B8B8B;
   text-decoration: none;
}

ul#main-nav li a {
   font-family: arial, san-serif;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding-top: 6px;
   display: block;
   width: 140px;
   margin-left: 2px;
   margin-right: 3px;
   margin-top: 16px;
   height: 27px;
   float: left;
   color: #8d8d8d;
   text-decoration: none;
   background: #DBDBDB url(../images/tab-big.png) top left no-repeat;   
}

ul#main-nav li a:hover, #main-nav li a:focus {
   background: #2CA6C9 url(../images/tab-selected-big.png) top left no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

ul#main-nav li a:active {
   text-decoration: none;
}

ul#main-nav a.selected {
   background: #2CA6C9 url(../images/tab-selected-big.png) top left no-repeat;
   text-decoration: none;   
   color: #FFFFFF;
}

ul#secondary-nav {
   float: right;
   padding-right: 10px;
   padding-top: 3px;
}

ul#secondary-nav li {
   display: inline;
   margin-left: 3px;
   margin-right: 3px;
   padding: 0;
   border-right: 1px solid #A1A1A1;
}

ul#secondary-nav li.last {
   border-right: 0;
}

ul#secondary-nav li a {
   font-weight: bold;
   color: #9B9B9B;
}

#home-header-image {
   padding-bottom: 3px;
}

#sub-nav {
   width: 950px; 
   height: 27px;
   background: #2CA6C9 url(../images/sub-nav.png) top left no-repeat;
   color: #A4DDEB;
   border-bottom: 3px solid #DBDBDB;
   padding-top: 3px;
   padding-left: 15px;
   padding-right: 15px;
}

#sub-nav-small {
   width: 950px; 
   height: 3px;
   background: #2CA6C9 url(../images/sub-nav-small.png) top left no-repeat;
   color: #A4DDEB;
   border-bottom: 3px solid #DBDBDB;
   padding-top: 3px;
   padding-left: 15px;
   padding-right: 15px;
}

#filter-container {
   float: left;
}

#filter-container select {
    padding: 0px;
    background-color: #2CA6C9;
    border: 1px solid #A4DDEB;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 15px; 
}

#filter-container input.button {
   padding: 0px;
   color: #FF0000;
}

#filter-container select {
  float: left;
}

.filter-text {
  display: block;
  float: left;
  margin-right: 2px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  color: #eeeeee;
}

#sub-nav a {
  display: block;
  float: left;
  margin-right: 17px;
  font-size: 13px;
  font-weight: bold;
  color: #EEEEEE;
}

#sub-nav a:hover, #main-nav li a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}

#sub-nav a.selected {
   color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   border: 1px solid #ffffff;
   font-weight: bold;
}

#search-container {
   float: right;
}

#search-container input.text {
   height: 16px;
   width: 115px;
   background-color: #2CA6C9;
   border: 1px solid #A4DDEB;
   color: #FFFFFF;
   font-size: 13px; 
   margin-top: 2px;
   margin-right: 2px;
   padding-left: 5px;
   float: left;
}

#search-container input.button {
   padding: 0px;
   color: #666666;
   float: left;
   font-size: 13px; 
}

#sub-nav-ad {
   width: 980px; 
   height: 98px;
   padding-top: 7px;
   background: #FFFFFF url(../images/banner-ad-container.png) top left no-repeat;
   text-align: center;
   border-bottom: 3px solid #DBDBDB;
}

.page_title_big
{
    font-family: arial;
    font-weight: bold;
    color: #333333;
    font-size: 1.6em;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    line-height:1.5em;
}

.page_title_verybig
{
    font-family: arial;
    font-weight: bold;
    color: #333333;
    font-size: 2.0em;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    #padding-bottom: 30px;
    line-height:1.5em;
}

.lm-title
{
    font-family: arial;
    font-weight: bold;
    color: #333333;
    font-size: 2.0em;
    padding-top: 15px;
    padding-left: 20px;
    #padding-bottom: 30px;
}

.lm-header {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    color: #333333;
}

.invite-confirm-text
{
    padding-bottom: 5px;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.invite-text {
    padding-bottom: 20px;
    color: #666666;
    text-align: center;
}

.panel-50 {
   padding-left: 10px;
   padding-bottom: 10px;
   float: left;
   width: 48%;
   font-size:1.2em;
   text-align: left;
}

#send-form-iframe {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    text-align: left;
}

#send-form-iframe .form_title {
    margin-bottom: 15px;
}

#send-form-iframe label {
   width: 130px;
   color: #666666; 
   float: left;
   display: block;
   font-size:13px;
   font-weight: bold;
   margin-bottom: 10px;
}

#send-form-iframe label.full {
   width: 300px; 
   float: none;
   margin-bottom: 5px;
}

#send_to_friend {
   padding-left: 10px;
   padding-bottom: 10px;
}

#send_to_friend label {
   display: block;
   font-weight: bold;
   font-size: 1.1em;
   color: #666666;
}

#send_to_friend input.text {
   width: 290px;
   margin-bottom: 5px;
}

#send_to_friend textarea {
   font-family: arial, san-serif;
   font-size: 1.0em;
   width: 430px;
   height: 30px;
   margin-bottom: 5px;
}

#user-form-iframe {
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    text-align: left;
}

#user-form-iframe-header {
    font-family: arial;
    font-weight: bold;
    color: #1C6E83;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

#user-form-iframe label {
   width: 150px;
   color: #666666; 
   float: left;
   padding-right: 10px;
   display: block;
   font-size:13px;
   font-weight: bold;
}

#user-form-iframe input {
    float: left;
    margin-bottom: 15px;
}

#user-form-iframe .lbl {
    margin-bottom: 15px;
}

.page_title {
    font-family: arial;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 26px;
    text-align: center;
}

.page_title_small {
    font-family: arial;
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 26px;
    text-align: center;
}

.form_title {
    margin-left: auto;
    margin-right: auto;
    font-family: arial;
    font-weight: bold;
    color: #666666;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    background-color: #EAEBE9;
}

#user-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
}

#user-form header {
    font-family: arial;
    font-weight: bold;
    #color: #666666;
    font-size: 1.1em;
    padding-left: 10px;
}

#user-form label {
   width: 140px;
   float: left;
   padding-top: 2px;
   padding-bottom: 10px;
   padding-right: 10px;
   display: block;
   font-size:1.5em;
   color: #666666;
   text-align: right;
}

#user-form label.wide {
   width: 340px;
   float: left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   display: block;
   font-size: 16px;
   font-weight: normal;
   color: #666666;
}

#user-form label.right {
   width: 197px;
   float: left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   display: block;
   font-size:1.1em;
   color: #666666;
   text-align: left;
} 

.wide {
   width: 377px;
   float: left;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 10px;
   display: block;
   font-size: 14px;
   font-weight: normal;
   color: #666666;
   text-align: right;
}

.right {
   width: 160px;
   float: left;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 10px;
   display: block;
   font-size: 14px;
   color: #666666;
   text-align: left;
} 

#user_signup label, #user_signup input{
   float: left;
}  

#user_signup input.text, #user_signup select {
   width: 200px;
}      

#my_account_edit label, #my_account_edit input {
   float: left;
}  

#my_account_editinput.text, #my_account_edit select {
   width: 60px;
   float: left;
}            

.label-50 {
   width: 50px;
   float: left;
   padding-bottom: 10px;
   padding-left: 10px;
   display: block;
   font-size:13px;
   font-weight: bold;
}

   
#user-form input {
    font-family: arial, san-serif;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 1px;
}

.right-text {
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
    font-size: 1.1em;
    padding-left: 5px;
}

#user-form select {
    margin-bottom: 15px;
    margin-right: 5px;
}

.msgleft {
   font-size: 1.1em;
   line-height: 2.5;
   vertical-align: middle;
   float: left;
   padding-left: 10px;
   padding-bottom: 5px;
   padding-right: 10px;
   display: block;
   font-weight: bold;
}

#user-form h2 {
   font-size: 1.1em;
   vertical-align: middle;
   padding-top: 5px;
   padding-left: 10px;
   padding-bottom: 5px;
   padding-right: 10px;
   display: block;
   font-weight: bold;
}


.form_button {
    padding-left: 10px;
}

.error {
   padding-top: 5px;
   padding-bottom: 5px;
   color: red;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
   margin-top:-5px;
   margin-bottom:5px;
}


#user-form label {
    font-family: arial;
    font-weight: bold;
    color: #666666;
    font-size: 1.1em;
}

#title-bar {
    border-bottom: 1px solid #dbdbdb;     
    padding-left: 10px;
}

#title-bar h1 {
   font-family: arial, san-serif;
   color: #333333;
   margin-top: 4px;
   margin-bottom: 10px;
}

.title-bar {
    border-bottom: 1px solid #dbdbdb;     
    padding-left: 10px;
}

.title-bar h1 {
   font-family: arial, san-serif;
   color: #333333;
   margin-top: 4px;
   margin-bottom: 10px;
}

#title-bar-login {  
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
}



#email-title {
   font-family: arial, san-serif;
   float: left;
   padding-top: 5px;
   padding-bottom: 5px;
}

#email-title-horizontal-hp {
   font-family: arial, san-serif;
   float: left;
   padding-top: 10px;
   padding-bottom: 5px;  

}

#email-title-vertical-hp {
   font-family: arial, san-serif;
   float: left;
   padding-top: 5px;
   padding-bottom: 5px;
}

#email-title-hp {
   font-family: arial, san-serif;
   float: left;
   padding-top: 20px;
   padding-bottom: 5px;
}

.email-list-header {
   font-size: 1.2em;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #6d6d61;
   display: block;
}

.email-list-header-links {
   font-size: 1.0em;
   font-weight: bold;
   font-family: arial, sans-serif;
   float: right;
   color: #666666;
   display: block;     
   }
   
.email-subject {
   font-size: 1.8em;
   font-weight: bold;
   color: #333333;
   display: block;  
   padding-right: 10px; 
   padding-bottom: 5px;  
   border-bottom: 0px solid #E9E9E9;
}

.email-forward-sub-header {
   float: left;
   #font-family: arial, sans-serif;
   padding-top: 5px;
   padding-left: 115x;
   padding-right: 3px;
   font-size: 1.1em;
   font-weight: normal;
   display: block;
   color: #1C6E83; 
    
}

.email-forward-sub-header-text {
    float: left;
   padding-top: 5px;
   padding-right: 40px;
   font-size: 1.1em;
   display: block;
}

.email-forward-sub-header-text-points {
    float: left;
    padding-left: 2px;
   padding-top: 5px;
   padding-right: 40px;
   font-size: 1.1em;
   display: block;
   font-weight: normal;
   color: #8DC21C;
}

.email-forward .forward {
   font-weight: normal;
   color:  #666666;
}

.email-forward .by {
   font-weight: normal;
   color: #666666;
}

#email-sub-menu {
   float: right;
   padding-right: 20px;
}

#email-sub-menu a.selected {
   font-weight: bold;
}

#email-info {
   font-size: 12px;
   font-weight: normal;
   float: right;
   padding-left: 2px;
   padding-right: 2px;
}

#email-info-right-cover {
   font-size: 12px;
   font-weight: normal;
   float: right;
   padding-left: 2px;
   padding-right: 5px;
}

#email-info-right {
   font-size: 13px;
   font-weight: bold;
   color: #1C6E83;
   display: block;
   padding-left: 2px;
   padding-right: 2px;
}

#email-info-right h4 {
   font-size: 12px;
   font-weight: normal;
   padding-bottom: 3px;
}


#email-info img {
   padding-bottom: 2px;   
}

.email-info-label {
   display: block;
   float: left;
   width: 72px;
   color: #666666;
}

#email-body {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 15px;
   border-top: 1px solid #DBDBDB;  
   overflow: auto;
}

#loading_message {
   font-style: italic;
   font-size: 1.2em;
   color: #333333;
}

#email-attachments {
   padding-left: 15px;
}

.email-attachment {
   padding-bottom: 15px;
   overflow: auto;
}

.email-attachment img {
   display: block;
}

#email-action {
   padding-top: 5px;
   padding-bottom: 5px;
   #margin-bottom: 10px;
   #border-bottom: 1px solid #C8C8C8;
   #text-align: center;
}

#email-action img {
   float: left;
   margin-right: 3px;
}

#email-group-hp {
    padding-left: 10px; 
    padding-top: 10px;
}

#related-emails {
    padding-bottom: 0px;    
}

#email-group-small {
    padding-left: 20px; 
    padding-top: 10px;
}

#email-group {
    padding-left: 10px;
    padding-top: 5px;
}

#email-group a {
   font-size: 1.3em;
   font-weight: bold; 
}

#email-view-header-subject {
   float: left;
   width: 540px;
   padding-left: 15px;
   padding-top: 5px;
   margin-bottom: 5px;
   padding-right: 10px;
   border-right: 1px solid #DBDBDB;
}

#email-view-header-vote {
   float: left;
   width: 74px;
   padding-right: 10px;
   padding-left: 10px;
   text-align: center;
   color: #666666;
}

#email-view-header-vote #vote_count {
   font-size: 1.4em;
   font-weight: bold;
   font-family: arial, san-serif;
}

.vote_red {
   color: #CC382A;
}

.vote_green {
   color: #658B14;
}

.vote_gray {
   color: #666666;
}

.vote_black {
   color: #000000;
}

#side-container #email-group {
   text-align: left;
}

#side-container #email-group a {
   font-size: 1.0em;
   font-weight: bold; 
}

#side-container #email-group h2 {
   margin-bottom: 10px;
}

#side-container #email-group .email-item-info {
   width: 160px;
}

#side-container #email-group .email-item-\ img {
   display: inline;
}

#email-navigation {
   margin-top: 30px;
   border-top: 1px solid #DBDBDB;
   padding-top: 10px;
   text-align: center;
}

.email-item {
    padding-bottom: 5px;      
}

.email-item-hp {
   margin-bottom: 10px;
   display: block;
   float: left;
   padding-bottom: 5px;
   width: 158px;
}

.email-item-small {
   margin-bottom: 5px;
   margin-right: 5px;
   width: 100px;
   height: 91px;
   display: block;
   float: left;
   padding-bottom: 5px;
   overflow: hidden;
   font-size: 0.9em;
}

.email-item-thumb-hp {
   width: 145px;
}

.email-item-thumb-hp img {
   border: 1px solid #C6C6C6;
   padding: 1px;
}

.email-item-thumb {
   display: block;
   float: left;
   width: 125px;
   padding-top: 10px; 
   padding-bottom: 5px; 
}

.email-item-thumb img {
   border: 1px solid #C6C6C6;
   padding: 1px;
}

.email-item-thumb-small img {
   border: 1px solid #C6C6C6;
   padding: 1px;
}

.email-view-image-cover {
   display: block;
   float: left;
   padding-left: 10px;
   padding-right: 10px;
}

.email-view-image {
   text-align: center;
   color: #666666;
   padding-left: 10px;
   padding-right: 10px;
   border-right: 1px solid #DBDBDB;
}

.email-view-image h1 {
   font-size: 16px;
   font-weight: bold;
   display: block;
   text-align: center;
   color: #8DC21C;
}

.email-view-image h4 {
   font-size: 10px;
   font-weight: normal;
   display: block;
   padding-top: 25px;
}


.email-view-thumb-cover {
   display: block;
   float: left;
   width: 105px;
   padding-right: 0px;
}

.email-view-thumb {
   width: 65px;
   height: 48px;
   padding-top: 0px; 
   padding-bottom: 0px;
   padding-right: 10px;
   border-style: double;
   border-color: #dbdbdb; 
}

.email-item-info {
   display: block;
   float: left;
   padding-top: 10px; 
   padding-bottom: 5px; 
}

.fav-action {
   padding-top: 10px;
   float: right; 
   width: 60px;
   text-align: center;
}

.fav-action a{
   text-decoration: underline;
}

.email-item-info-hp {
   display: block;
   float: left;
   width: 158px;
   padding-right: 10px;
   padding-bottom: 5px; 
   padding-top: 5px;  
}

.email-item-info-entry-subject {
   width: 485px;
   padding-bottom: 4px;
   padding-left: 10px;
   border-bottom: 1px solid #E9E9E9;   
}

.email-item-info-entry-subject-fav {
   width: 445px;
   padding-bottom: 1px;
   padding-left: 10px;
   border-bottom: 1px solid #E9E9E9; 
}

.email-item-info-entry {
   padding-left: 10px;
   padding-top: 3px;
}

.email-item-info-entry-bg {
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px; 
   background-color: #f1f1f1;
}

.email-item-info-entry-header {
   font-size: 1.0em;
   color: #666666;
   padding-top: 3px;
   padding-bottom: 3px;      
}

.email-item-info-entry-header-viewpage {
   color: #666666;
   margin-right: 0px;
   line-height: 1.5;
   font-size: 1.1em;      
}

.email-item-info-entry-points-header {
   color: #8DC21C;
   padding-bottom: 5px;      
}

.email-item-info-entry-hp {
   display: block;
   float: left;
   padding-left: 0px;
   padding-right: 5px;
   padding-top: 5px; 
   width: 90%;
}

.action-title {
   color: #1C6E83;
   font-weight: bold;
   font-size: 1.3em;
   float: left;
   width: 53px;
   display: block;
}

#email_view {
   margin-bottom: 100px;
}

.comment-title {
   font-size: 16px;
   color: #1C6E83;
   font-weight: bold;
   border-bottom: 1px solid #DBDBDB;
}

#email-view-bottom-ad {
    text-align: center;
    border-top: 1px solid #DBDBDB;
    padding-top: 10px;
    padding-bottom: 10px;
}

#email-next {
    text-align: center;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}

#email-previous {
    padding-top: 10px;
    float: left;
}

#email-next img {
   padding-top: 0px;
   padding-right: 10px;
}

#email-previous img {
   padding-top: 0px;
   padding-left: 10px;
}

#email_tab_container {
   margin-top: 5px;
   width: 640px; 
   margin-bottom: 1px; 
   padding: 10px;
}

#email-url {
    display: none;
    font-size: 13px;
}

#email-url textarea {
   width: 616px;
   height: 32px;
}

.share-group {
   background-color: #ffffff;
   text-align: center;
}

#share-options {
   padding-top: 10px;
}

#share-options img {
   padding-left: 10px;
   padding-right: 3px;
   padding-bottom: 15px;
   float: left;
}

#share-options a {
  font-weight: bold;
  font-size: 1.1em;
}

#share-options .share-option {
   padding-right: 25px;
   display: block;
   float: left;
}

.email-share {
   padding-left: 3px;
   padding-right: 30px;
   padding-bottom: 5px;
   font-family: arial, sans-serif;
   font-size: 13px; 
   color: #1C6E83;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle; 
}

#.email-share a {
   font-family: arial, sans-serif;
   font-size: 13px; 
   color: #1C6E83;
   display: block;
   margin-top: 1px;
   font-weight: bold;
   text-decoration: none;
   padding-left: 10px;
}

#email-fav {
   float: left;
   padding-right: 10px;
   padding-bottom: 10px;
}

#email-rate {
   float: left;
   padding-bottom: 10px;
}

#email-rate .action-text {
   display: block;
   float: left;
   margin-right: 5px;
}

#email-rate img {
   margin-right: 0px;
}

.login_message {
   float: left;
   margin-left: 10px;
   margin-top: 1px;
   display: none;
   color: #333333;
}

.info_message {
   float: left;
   margin-left: 30px;
   margin-right: 20px;
   padding-top: 5px;
   color: RGB(140,192,31);
   font-size: 1.5em;
   background: #FFFFFF url(../images/checkmarksmall.png) top left no-repeat;
   line-height: 1.5em;
   padding-bottom: 20px;
   text-indent: 40px;

}

#share_message {
   margin-left: 0px;
   margin-bottom: 10px;
}

#rating-text {
   margin-left: 5px;
   margin-top: 10px;
}

#email-spam {
   padding-bottom: 15px;
}

#share-forwardedby {
    display: none;
}

#email-comment {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
}

#email-comment label {
   font-size: 13px;
   padding-top: 5px;
   padding-left: 10px;
   display: block;
   font-weight: normal;
   color: #666666;
}

#email-comment button {
   padding-top: 5px;
   padding-left: 10px;
}

#comment-text-area {
   font-family: arial, san-serif;
   width: 610px;
   height: 80px;
   margin-left: 20px;
   margin-bottom: 10px;
}

#comment-submit-button {
   margin-left: 20px;
   margin-top: 5px;
}

.comment-item {
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#comment-item-post-label {
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    padding-top: 10px;  
    margin-bottom: 3px;
    padding-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #dbdbdb;
}

#comment-message {
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: RGB(140,192,31);
    padding-top: 10px;  
    margin-bottom: 3px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.comment-item img {
   float: left;
   margin-right: 3px;
   margin-bottom: 15px;
}

.comment-item-title {
   font-size: 13px;
   background: #E6E6E6;
   color: #1C6E83;
   font-weight: normal;
   padding: 5px;
   border-bottom: 1px solid #C8C8C8;
   margin-top: 10px;
   margin-bottom: 10px;
}

.comment-item-date {
    font-size: 13px;
   margin-left: 5px;
   color: #727371;
   font-weight: normal;
}

.comment-view-all {
   font-size: 13px;
   margin-bottom: 10px;
   float: right;
   padding-right: 20px;
}

.comment-view-all a {
    font-size: 13px;
   font-weight: bold;
}

#footer {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 980px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.seperator {
   width: 660px;
   height: 15px;
   background: #FFFFFF url(../images/seperator.png) top left no-repeat;
}

.side-seperator {
   width: 317px;
   height: 15px;
   background: #FFFFFF url(../images/side-seperator.png) top left no-repeat;
}

#box-bottom {
   width: 980px;
   height: 6px;
}

#box-bottom img {
   display: block;
}

#box-bottom-full {
   width: 980px;
   height: 6px;
   background: #FFFFFF;
   padding-top: 100px;
   border-bottom: 3px solid #DBDBDB;
}

#box-bottom-full img {
   display: block;
}

.gutter {
   width: 30px;
}

.box {
   width: 100%;
   background: #FFFFFF;
}

.box-left {
   float: left;
}

.box-text a {
   font-weight: normal;
   padding-top: 8px;
   font-size: 1.6em;
   color: #666666;
}

.box-text a {
   font-weight: normal;
   padding-top: 8px;
   font-size: 0.9em;
   color: #666666;
}

.box-right {
   float: right;
}

.side-box {
   width: 323px;
   text-align: left;
   background: #FFFFFF url(../images/side-box.png) top left repeat-y;
}

.side-box-ads {
   width: 300px;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 13px;
   padding-right: 10px;
   text-align: center;
   background: #FFFFFF url(../images/side-box.png) top left repeat-y;
}

.side-box-ads-vert {
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 80px;
   padding-right: 10px;
   text-align: left;
   background: #FFFFFF url(../images/side-box.png) top left repeat-y;
}

.side-box img {
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.side-box-top img {
   display: block;
   background-color: #A4DDEB;
}

.side-box-bottom {
   border-bottom: solid 3px #DBDBDB;
}

.side-box-bottom img {
   display: block;
   
}

#error_image {
    visible:false;
}

.box-header {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    padding-left: 10px;
    padding-top: 11px;
    padding-bottom: 17px;
    padding-right: 10px;
    color: #333333;
}

.box-header .promo {
    color: #8CC01F; 
}

.box-header-small {
    font-weight: normal;
    font-size: 1.3em;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #1C6E83;
}

.box-subheader {
    background: #EAEBE9 url(../images/shade3.png) top left repeat-x;
    font-size: 1.5em;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #333333;
    border-top: solid 1px #DBDBDB; 
    font-weight: normal;
}

.box-header-new {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    padding-left: 10px;
    padding-top: 6px;
    padding-right: 10px;
    color: #333333;
}

.box-header img {
    float: left;
}

#low-banner {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: RGB(140,192,31);
}

#low-banner a {
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: RGB(140,192,31);
}

.orange {
    color:#fe8504;
}

.green {
    color:#8CC01F;
}

#low-banner-text {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    padding-top:10px; 
    padding-bottom: 10px;
    color: #666666;
    background-color: #EFEFEF; 
    margin-left:10px;
    margin-right:10px; 
    margin-top: 20px;
    border:solid 1px #C6C6C6;
}

#low-banner-text a {
    text-decoration: underline;
}

#report-spam-box {
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    color: #1C6E83; 
}

#report-spam {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #1C6E83;
    background-color: #dddddd;
}

#low-banner img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-sub-header {
    float: right;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.8em;
    vertical-align: text-top;
    color: #1C6E83;
    padding-right: 20px;
    padding-top: 5px;
}

.iframe-label {
   width: 200px;
   float: left;
   padding-top: 0px;
   padding-bottom: 10px;
   padding-left: 5px;
   display: block;
   font-size:13px;
   font-weight: bold;
}

.iframe-formelement {
   width: 350px;
   #float: left;
   padding-top: 0px;
   padding-bottom: 10px;
   padding-left: 5px;
   display: block;
   font-size:13px;
   font-weight: normal;
}

.iframe {
    border-bottom: 1px solid #dbdbdb;
}

.share-forwardedby-iframe {
    border: 1px solid #dbdbdb;
}

.side-box-text img {
   padding-right: 13px;
   margin-left: auto;
   margin-right: auto;
   float: right;
}

.side-box-sub-header {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.7em;
    color: #6D6D61;
}

.side-box-text {
    font-family: Arial;
    font-weight: normal;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 13px;
    color: #6D6D61;
}  

.side-box-text img {
   margin-left: auto;
   margin-right: auto;
   padding-top: 5px;
   float: right;
}

.side-box-text ul {
    list-style: none;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
}     

.side-box-text li {
    padding-bottom: 5px;
} 

.side-box-topics {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.topic-section {
   padding-left: 20px;
   float: left;
   width: 138px;
}

.topic {
   padding-top: 5px;
}

.side-box-rewards {
    text-align: left;
}  

.side-box-rewards img {
    width: 80px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 9px;
    float: left;
}

.side-box-rewards-text {
    padding-top: 15px;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 2.0em;
}

.side-box-text-icons {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-left:15px;
    padding-right: 15px;
    color: #6D6D61;
    vertical-align: middle;
}   

.side-box-text-icons ul {
    padding-bottom: 5px;
}  

.side-box-text-icons li {
    line-height: 1.5em;
    padding-bottom: 25px;
    padding-top: 15px;
    background-repeat: no-repeat; 
    background-position: left;
    text-align: left;
}

.side-box-text-icons-li-text {
    font-size: 14px; 
    font-weight: normal; 
    color: #1C6E83;
}

.side-box-text-icons a {
    float: right;
    padding-right: 13px;
}

.login-text {
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 4px;
   font-size: 1.1em;
   color: #666666;
}

.login-text a {
   color: #1C6E83;
   text-decoration: underline;
}

.search-highlight {
   background: #DDDDDD;
   font-weight: bold;
}

#form label {
   width: 300px;
   float: left;
   padding-bottom: 15px;
   display: block;
   font-weight: bold;
}

table.basic-table {
   width: 570px;
}

table.basic-table th {
   border-bottom: 1px solid #999999;
   padding: 3px;
}

table.basic-table td {
   padding: 5px 3px 5px 3px;
   border-bottom: 1px dotted #ffffff;
}

.sub-text {
   font-weight: normal;
   font-size: 0.8em;
}

.account-panel {
   font-family: arial;
   font-weight: normal;
   font-size: 1.1em;
   padding-left: 5px;
   padding-bottom: 10px;
   padding-top: 5px;
   margin-bottom: 10px;
}

.account-panel a {
   font-family: arial;
   font-weight: bold;
   color: #1C6E83;
   font-size: 1.1em;
   margin-bottom: 5px;
   border-bottom: 1px solid #dbdbdb;
}

.panel-50 {
   padding-left: 10px;
   padding-bottom: 10px;
   float: left;
   width: 48%;
   font-size:1.2em;
}

.panel-30 {
   padding-left: 10px;
   padding-bottom: 5px;
   text-align: right;
   float: left;
   width: 40%;
   font-size:1.2em;
}

.panel-20 {
   padding-left: 10px;
   padding-bottom: 10px;
   float: left;
   width: 20%;   
}

.panel-10 {
   padding-left: 10px;
   padding-bottom: 5px;
   float: left;
   width: 10%;
   font-size:1.2em;
}

#home-email-lists {
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   border-top: 1px solid #C8C8C8; 
   border-bottom: 1px solid #C8C8C8;    
}

#home-email-lists .email-group {
   float: left;
   padding-right: 20px;
}

#home-email-lists li {
   margin-left: 30px;
}

#home-email-lists h2 {
   margin-bottom: 10px;
}

.error {
   color: red;
}

.info{
   color: #333333;
}

.clear {
   clear: both;
}

.faq_title {
   font-size:16px;
   font-weight: bold;
   padding-bottom: 10px;
}

#faqs {
    padding-left: 5px;
}

#faqs ol {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 25px;
}

#faqs li {
    font-size: 12px;
    font-weight: bold;
    color: #1C6E83;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    list-style: outside;
    margin-left: 10px;
}

#faqs a { 
    font-size: 1.1em;
    font-weight: normal;
    color: #1C6E83;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
}

#faqs h3 {
    font-size: 13px;
    font-weight: normal;
    color: #6d6d61;
    padding-top: 5px;
    padding-bottom: 20px;
}

.faq-header a {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #1C6E83;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.signupbanner {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}
 
.page_body {
    font-family: arial;
    font-weight: bold;
    color: #666666;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.page_body_invite {
    font-family: arial;
    font-weight: normal;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
 
.page_body_small {
    font-family: arial;
    font-weight: normal;
    color: RGB(109,109,97);
    font-size: 1.1em;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

#login-form {
   padding-top; 0px;
   margin-top; 0px;
   border: 1px solid #FFFFFF;
}

#login-form label {
   padding-left; 0px;
   margin-left: 0px;
   width: 75px;
}

#login-form .buttons {
   padding-bottom; 0px;
   margin-bottom: 0px;
}

#login-form input.text {
   width: 150px;
}

#edit-form {
   padding: 20px;
}

#edit-form .form-left {
   float: left;
}

#edit-form .form-right {
   float: right;
}

#flag_form {
   text-align: left;
}

#flag_form label {
   width: 200px;
   text-align: left;
   margin-left: 0px;
   padding-left: 0px;
}

#flag_form select {
   width: 232px;
   float: left;
   margin-left: 0px;
   padding-left: 0px;
}

.redeem-title {
   font-size: 1.4em;
   color: #666666;
   font-weight: bold;
}

.redeem-title a {
   font-size: 13px;
   font-weight: normal;
}

.redeem-point {
   font-size: 1.0em;
   color: #1C6E83;
   font-weight: normal;
}

#captcha_image {
   margin-left: 185px;
   border: 1px solid #7F9DB9;
}

#invite_form input.name {
   float: left;
   margin-right: 10px;
   width: 150px;
}

#invite_form input.email {
   float: left;
   width: 225px;
}

#points_form input.test {
   float: right;
   margin-right: 10px;
   width: 400px;
   border: 1px solid #6d6d61;
}


.admin-actions {
   float: left;
   text-align: left;
   margin-left: 17px;
   width: 280px;
   border: 1px solid #DBDBDB;
}

.admin-section {
   padding-left: 95px;
   padding-bottom: 10px;
}

.admin-buttons {
   padding-left: 80px;
}

.admin-section label {
   float: left;
   text-align: right;
   padding-right: 5px;
   width: 100px;
}

.admin-section input {
   float: left;
}

.admin-section-header {
   color: #333333;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 5px;
   font-size: 1.1em;
}

.removed {
   width: 654px;
   background: #B43A3A;
   color: #FFFFFF;
   text-align: center;
   padding: 3px;
}

.table-header {
   margin-bottom: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #DBDBDB;
   padding-right:10px;
}

     #pop_overlay
     {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: #000000;
          filter: alpha(opacity=60);
          -moz-opacity: 0.6;
          opacity: 0.6;
          z-index: 99;
     }

     #pop_container
     {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: transparent;
          z-index: 100;
     }

     #pop_inner
     {
          display: block;
          width: 522px;
          margin: 80px auto 0 auto;
          background: #FFFFFF;
          border: 1px solid #999999;
          text-align: center;
     }