/* -- skin/css/yui-reset-fonts-base.css -- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:"Courier New",monospace;*font-size:108%;line-height:100%;}

body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:16px;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}


/* -- skin/colorbox/colorbox.css -- */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(/static/skin/colorbox/controls.gif) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(/static/skin/colorbox/border.gif) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(/static/skin/colorbox/controls.gif) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(/static/skin/colorbox/controls.gif) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(/static/skin/colorbox/border.gif) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(/static/skin/colorbox/controls.gif) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(/static/skin/colorbox/controls.gif) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(/static/skin/colorbox/controls.gif) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/static/skin/colorbox/loading_background.gif) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/static/skin/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#333;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#333;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/static/skin/colorbox/controls.gif) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}


/* -- skin/css/rsm_app.css -- */

html {
  background: #ddd;
}

body {
  margin: 0;
  padding: 0;
  background: #ddd;
  font-size: 100%;
  font-family: Verdana, Arial;
}

td, th {
  border: none;
  padding: 0;
}

:focus {
    outline: 3px dotted darkorange;
}
   
#hd {
  position: relative;
  color: #FCFCFC;
  background: #821122;
  padding: 0;
  margin: 0;
  height: 103px;
}

#hd img {
  position: absolute;
  top: 10px;
  left: 30px;
}

#hd a {
  color: #FCFCFC;
  font-weight: bold;
}

#tab_table {
  position: absolute;
  bottom: 0;
  right: 30px;
}

#ft {
  color: #FCFCFC;
  height: 50px;
}

#bd {
  margin: 15px 30px 15px 30px;
}

#sidebar {
  width: 225px;
  padding-left: 30px;
}

#sidebar .box {
  border: 2px solid #bbb;
  background: #fff;
  padding: 0;
  margin: 0 0 20px 0;
}

#sidebar .important {
  border: 2px solid #821122;
}

#sidebar h3.box_title {
  font-family: 'Trebuchet MS',Arial,helvetica,clean,sans-serif;
  font-weight:normal;
  font-size: 105%;
  margin: 0;
  padding: 0.3em 9px;
  background: #bbb url(/static/skin/gradient1.png) top left repeat-x;
  border: 1px solid white;
}

#sidebar .important h3.box_title {
  background: #821122;
  color: white;
}

#sidebar .box_body {
  padding: 10px;
  line-height: 1.4em;
}

#sidebar .box_body ul {
  margin: 0 0 0 1em;
}

#sidebar .box_body li {
  list-style: square;
}

#sidebar .box_body a {
  color: #821122;
}


.direct_message {
  border: 2px solid #821122;
  background: #fff;
  padding: 0;
  margin: 0 0 20px 0;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
}

.direct_message h3 {
  font-family: 'Trebuchet MS',Arial,helvetica,clean,sans-serif;
  font-weight:normal;
  font-size: 105%;
  margin: 0;
  padding: 0.3em 9px;
  background: #821122;
  color: white;
  border: 1px solid white;
}

.direct_message .text {
  padding: 10px;
  line-height: 1.4em;
}

.direct_message .dismiss {
  text-align: right;
  margin-bottom: 10px;
}

#search_form td {
  margin: 0;
  padding: 0;
}

#search_form #keywords {
  width: 140px;
}

#search_form #submit {
  padding: 2px 8px;
  margin: 0;
}

#content {
  background: #fff;
  padding: 20px;
  border: 2px solid #bbb;
}

#content table.simple {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#content table.fancy {
  border: 1px solid #BFBAB0;
  background-color: #F0E5DB;
  background-image: url(/static/skin/fieldset_gradient.jpg);
  background-repeat: repeat-x;
}

#content table.fancy th {
  color: #561420;
  text-align: left;
  font-family: 'Trebuchet MS',Arial,helvetica,clean,sans-serif;
  font-weight: normal;
  font-size: 105%;
  padding: 10px;
  white-space: nowrap;
  vertical-align: top;
}

#content table.fancy td {
  text-align: left;
  vertical-align: top;
}

#content table td {
  border: none;
  padding: 10px;
}

#content table th {
  border: none;
  padding: 5px 10px;
}

#content #msg_headers td, #content #msg_headers th {
  vertical-align: middle;
}

#msg_body {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
  margin-top: 18px;
  position: relative;
}

.contact_email {
  color: #444;
  font-size: 95%;
}

#content #msg_body table {
  margin: 0;
}

#content #msg_body table td {
  padding: 0;
}

#content #msg_body table th {
  padding: 0;
}

#textisizer {
    position: absolute;
    top: -18px;
    right: 0;
    padding-left: 36px;
    background: #F5F3E9 url(/static/skin/zoom_in.png) center left no-repeat;
    border-color: #aaa;
    color: #3B3619;
}

#textisizer.on {
    background: #F5F3E9 url(/static/skin/zoom_out.png) center left no-repeat;
}

#textisizer:hover, #textisizer.on:hover {
    background-color: #fff;
    color: #000;
}

#simplified_view {
  font-size: 120%;
  line-height: 30px;
  display: none;
}

#simplified_view pre {
  font-size: 120%;
  line-height: 30px;
}

h1 {
  font-size: 140%;
  font-weight: normal;
  font-family: 'Trebuchet MS', Arial, sans;
  color: #561420;
  margin: 0 0 1em 0;
}

h1 img {
  vertical-align: middle;
  margin-right: 0.5em;
}

h2 {
  font-size: 110%;
  font-weight: normal;
  font-family: 'Trebuchet MS', Arial, sans;
  color: #561420;
  margin: 0 0 1em 0;
}

h2 img {
  vertical-align: middle;
  margin-right: 0.5em;
}

h3 {
  font-size: 105%;
  font-weight: normal;
  font-family: 'Trebuchet MS', Arial, sans;
  margin: 0 0 1em 0;
}

p, li {
  line-height: 150%;
}

st, em {
  font-weight: bold;
}

kbd {
  background:#EEE;
  border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
  border-style:solid;
  border-width:2px 4px 5px 3px;
  padding:1px 7px;
}

button {
  font-weight: normal;
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 110%;
  padding: 3px 10px;
  color: #561420;
  background: #D4B493;
}

button:hover {
  color: #D4B493;
  background: #561420;
}

button.disabled {
  -moz-opacity:.50; 
  filter:alpha(opacity=50); 
  opacity:.50; 
}

button.disabled:hover {
  color: #561420;
  background: #D4B493;
}

.borderless_button {
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  padding: 0;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

/* Solve browser differences in buttons */

button {
  .margin-right: 0.5em;
  .padding: 0;
}

/* Links that look like buttons */

a.buttonlike {
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 110%;
  font-weight: normal;
  padding: 3px 10px;
  color: #561420;
  background: #D4B493;
  border: 2px solid #D4B493;
  border-color: #efe4d8 #806c59 #806c59 #efe4d8;
  text-decoration: none;
  white-space: nowrap;
}

a.buttonlike:active {
  border-color: #806c59 #efe4d8 #efe4d8 #806c59;
}

a.buttonlike:hover {
  color: #D4B493;
  background: #561420;
}

a.buttonlike.disabled {
  -moz-opacity:.50; 
  filter:alpha(opacity=50); 
  opacity:.50; 
}

a.buttonlike.disabled:active {
  border-color: #efe4d8 #806c59 #806c59 #efe4d8;
}

a.buttonlike.disabled:hover {
  color: #561420;
  background: #D4B493;
}

#active_table td {
  padding: 8px;
  xxxheight: 2em;
}

#active_table th {
  padding: 8px;
  xxxheight: 2em;
  font-family: 'Trebuchet MS',Arial,helvetica,clean,sans-serif;
  font-weight: normal;
  font-size: 110%;
  color: #561420;
  text-align: left;
}

#active_table a {
  text-decoration: none;
  color: #000;
}

#active_table tr.selected {
  background: #561420;
  color: #fff;
  cursor: pointer;
}

#active_table tr.selected a {
  color: #fff;
}

#active_table td.viewed_false {
}

#active_table td.new_ind, .new_ind {
  padding-top: 0.5em;
  padding-right: 0.5em;
  width: 2em;
}

#active_table td.new_ind span, .new_ind span {
  color: white;
  background: #821122;
  font-size: 75%;
  padding: 0 0.3em;
  border: 1px solid #a43344;
}

/* Deleted messages */

#active_table tr.deleted_msg td {
  text-decoration: line-through;
  color: #666;
}

#active_table tr.deleted_msg a {
  text-decoration: line-through;
  color: #666;
}

#active_table tr.deleted_msg td.del_ind {
  padding-top: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
}

#active_table tr.deleted_msg td.del_ind span {
  color: white;
  background: #444;
  font-size: 75%;
  padding: 0 0.5em;
  border: 1px solid #777;
}

#active_table tr td.row_action_arrow {
  width: 6px;
  background: url(/static/skin/arrow_left.gif) right center no-repeat;
  text-decoration: none;
}

#active_table tr td.row_action {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
  border-left: 2px solid #fff;
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

#active_table tr td.row_action span {
  display: inline-block;
  width: 4.5em;
}

#active_table .row_action:hover {
  background-color: #821122;
}

#active_table tr.selected .row_action {
  opacity: 1;
  filter: alpha(opacity=100);
}

#title {
  margin: 0.5em 0;
}

.error {
  font-weight: bold;
  color: #821122;
  /*padding-left: 20px;
  background: url(/static/skin/error.png) no-repeat;*/
}

div#compose_to {
  background: #ddd;
  border: 2px solid #999;
  padding: 0.7em;
}

div#compose_subject {
  background: #ddd;
  border: 2px solid #999;
  margin-top: 1em;
  padding: 0.7em;
}

div#compose_body {
  background: #ddd;
  border: 2px solid #999;
  margin-top: 1em;
  padding: 0.7em;
}

div#compose_body textarea {
  width: 100%;
}

#compose #compose_actions {
  margin-top: 1em;
  border: none;
  text-align: center;
  width: 100%;
}

#compose #compose_actions button {
  font-size: 120%;
  height: 75px;
  width: 100px;
}

#compose #compose_actions button:first-child {
  font-size: 140%;
  font-weight: bold;
}

#mail_body {
  border-bottom: 1px solid #ccc;
}

#hd table {
  margin: 0;
}

#hd td.tab A {
  display:block;
  color:#333;
  text-decoration:none;
  font-family: 'Trebuchet MS',Arial,helvetica,clean,sans-serif;
  font-weight: normal;
  font-size: 110%;
  background:#bbb url(/static/skin/gradient2.png) bottom left repeat-x;
  margin:0;
  padding:0.5em 2em;
  border-left:1px solid #efefef;
  border-top:1px solid #efefef;
  border-right:1px solid #a0a0a0;
  border-bottom:1px solid #a0a0a0;
  white-space: nowrap;
}

#hd td.tab A:hover,
#hd td.tab A:active {
  color: white;
}

#hd td.tab A.here {
  color: #111;
}

#hd td.tab A.here:link,
#hd td.tab A.here:visited {
  background:#ddd;
  position:relative;
  z-index:102;
  padding-top: 0.5em;
  border-bottom:1px solid #ddd;
}

#curr_user {
  position: absolute;
  top: 10px;
  right: 10px;
}

#curr_user a {
  font-weight: normal;
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px dotted #D4B493;
}
 
/* Forms */

input, textarea, select {
  padding: 5px;
  height: 20px;
  font-family: Verdana, Arial, sans-serif;
  border: 1px solid #997;
  background: #fcfafa;
}

select {
  background: #fff;
  height: 30px;
}

.charfield input, .integerfield input, .emailfield input {
  width: 250px;
}

.choicefield input, .booleanfield input {
  position: relative;
  top: 4px;
  border: none;
  background: transparent;
}

.choicefield .radio_on, .booleanfield .radio_on {
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

option {
  font-weight: normal;
}

textarea {
  line-height: 1.6em;
  width: 33em;
  height: 8em;
  margin-top: 0.5em;
}

.focused_field {
  background: #ffffaa;
}

.form_field_with_error input, .form_field_with_error textarea, .form_field_with_error select {
  border-color: #cc0000;
}

.action_form {
  margin-bottom: 1.1em;
}

.form_help {
  color: #666;
  font-style: italic;
  font-size: 90%;
}

fieldset {
  width: 33em;
  margin: 1em 0 0 0;
  padding: 0 1em 1em 1em;
  border: 1px solid #BFBAB0;
  background: #F0E5DB url(/static/skin/fieldset_gradient.jpg) repeat-x;
  display: block;
}
legend {
  padding: 0 5px;
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: bold;
  background: #fff;
}
fieldset div.form_field_div {
  display: block;
  margin-top: 1em;
}
form.wide fieldset div.form_field_div {
  width: 33em;
}
fieldset.submit {
  border-style: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}
p.fieldset_desc {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0;
  width: 25em;
}
form.wide p.fieldset_desc {
  width: 32em;
}
.form_label_cover {
  display: inline-block;
  width: 12em;
  margin-right: 1.2em;
  margin-top: 0.3em;
  vertical-align: top;
}

.form_field_div strong {
  display: block;
  color: #C00;
  font-weight: bold;
  font-size: 85%;
}

fieldset label strong a {
  color: #e00;
}

.form_field_cover {
  display: inline-block;
}

.form_field_cover ul {
  display: inline;
  padding: 0;
  margin: 0;
}

.form_field_cover li {
  list-style: none;
  padding: 0.15em 0;
  white-space: nowrap;
}

.form_field_cover li label {
  float: none;
}


form.wide label {
  width: 20em;
}

.with_header_gradient {
  background-image: url(/static/skin/header_gradient.jpg);
  background-repeat: repeat-y;
}

#join_form .form_field_div_first_name, #join_form .form_field_div_last_name {
  float: left;
  width: auto;
}

#join_form .form_field_div_first_name .form_label_cover, #join_form .form_field_div_first_name label {
  width: auto;
  margin-right: 0;
}

#join_form .form_field_div_last_name .form_label_cover, #join_form .form_field_div_last_name label {
  width: auto;
  margin-right: 0;
}

#join_form .form_field_div_first_name input, #join_form .form_field_div_last_name input {
  width: 9em;
  margin-right: 2em;
}

/* Compose */

#compose fieldset {
  border: none;
  border-top: 1px solid #D4B493;
  background: transparent;
}

#compose_to #to_list {
  margin: 0 0 0 1em;
}

#compose_to #to_list li {
  list-style: square;
  padding-bottom: 0.4em;
}

/* Sync */

#sync_cover {
  height: 400px;
}

/* Progress bar */

.progressbar {
    width: 300px;
    background: url(/static/skin/progressbar.png) no-repeat 0 -40px;
}

.progressbar-completed {
    height: 20px;
    margin-left: -1px;
    background: url(/static/skin/progressbar.png) no-repeat 1px 0;
}

.progressbar-completed div {
    float: right;
    width: 50%;
    height: 20px;
    margin-right: -1px;
    background: url(/static/skin/progressbar.png) no-repeat 100% 0;
    display: inline; /* IE 6 double float bug */
}

/* Information boxes */

.whattodo {
  width: 33em;
  padding: 1em;
  border: 1px solid #BFBAB0;
  background: #F0E5DB url(/static/skin/fieldset_gradient.jpg) repeat-x;
}

.whattodo a {
  color: #821122;
}

.whattodo a.buttonlike {
  color: #561420;
}

.whattodo a.buttonlike:hover, .whattodo a.buttonlike:active {
  color: #D4B493;
  text-decoration: none;
}

/* Pagination */

.pagination {
  padding-bottom: 0.5em;
  font-weight: bold;
  font-family: arial,helvetica,clean,sans-serif;
  width: 100%;
  text-align: right;
}

/* Attachments */

#msg_attachments {
  border-top: 1px solid #ccc;
}

#msg_attachments h2 {
  font-family: Arial,helvetica,clean,sans-serif;
  font-weight: bold;
  font-size: 100%;
  margin: 1em 0 0.5em 0.5em;
}

.attachment {
  width: 190px; 
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid #ccc;
  padding: 10px 0;
  background: #fafafa;
  overflow: hidden;
}

.attachment:hover {
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    .border-color: #000;
}

.thumbnail {
  width: 170px; 
  height: 155px;
}

button.remove_attachment {
  margin-left: 157px;
  margin-top: -5px; 
  padding: 1px; 
  float: left; 
  position: absolute;
}

/* Contacts */

div.contact_initial {
  border-bottom: 1px solid #ccc;
  font-size: 110%;
  position: relative;
  left: -10px;
  padding-left: 10px;
}

div.contact_note {
  background: #ffffdd;
  color: black;
  font-size: 90%;
  border: 1px solid #999;
  padding: 0.5em;
}

div#contact_initial_links {
  font-weight: bold;
  font-family: arial,helvetica,clean,sans-serif;
  margin: 0.5em 0;
  clear: both;
  width: 100%;
}

div#contact_initial_links em {
  font-style: normal;
  float: left;
  padding: 0.4em 0.4em 0 0;
}

div#contact_initial_links span {
  display: block;
  float: left;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  text-align: center;
}

div#contact_initial_links .disabled {
  color: #999;
  width: 1.75em;
  height: 1.5em;
  padding-top: 0.25em;
}

div#contact_initial_links a {
  color: #821122;
  width: 1.75em;
  height: 1.5em;
  padding-top: 0.25em;
  display: block;
  text-decoration: none;
}

div#contact_initial_links a:hover {
  background: url(/static/skin/header_gradient.jpg) repeat-y;
}

div#contact_initial_links span.contact_sel_all {
  width: 2.5em;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}

div#contact_initial_links span.contact_sel_all a {
  width: 2.5em;
}

table#contact_guesses label:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Tooltips */

#easyTooltip {
    padding: 10px;
    border: 1px solid #999;
    background: #ffffdd;
    color: #000;
    text-align: center;
}

.link_domain {
    padding: 0.5em 0;
    font-size: 110%;
    color: #555;
}

.link_domain b {
    color: #000;
}

/* Printing styles */

@media print {
  #hd, #ft, #sidebar {
    display: none;
  }
  
  #bd, #content {
    border: none;
    float: none;
    width: auto;
    padding: 0;
    margin: 1px;
  }

  button, #textisizer_cover {
    display: none;
  }
  
  #habla_window_div {
    display: none;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
  }
}

/* Notifications */

.notification {
  width: 33em;
  padding: 15px 15px 15px 55px;
  margin-bottom: 1em;
  font-family:arial,helvetica,clean,sans-serif;
  font-weight: bold;
  border: 1px solid #999; 
  background: #ffffdd;
}

.notification_c {
  background: #ffffdd url(/static/skin/notification_c.png) 15px center no-repeat;
}

.notification_i {
  background: #ffffdd url(/static/skin/notification_i.png) 15px center no-repeat;
}

.notification_w {
  background: #ffffdd url(/static/skin/notification_w.png) 15px center no-repeat;
}

.notification_t {
  background: #ffffdd url(/static/skin/notification_t.png) 15px center no-repeat;
}

/* Mail options */

#options .whattodo {
    height: 135px;
    width: 200px;
    float: none;
    position: relative;
}

#options .buttonlike {
    font-size: 130%;
    display: block;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

#options .buttonlike em {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

/* Pricing */
    
#pricing {
    border-spacing: 10px;
    border-collapse: separate;
}

#pricing tr td {
    vertical-align: top;
    background: #F0E5DB;
    border: 1px solid #BFBAB0;
    cursor: pointer;
    padding: 20px;
    width: 150px;
    text-align: center;
    line-height: 140%;
}

#pricing tr td:hover {
    background: #E9D8C8;
}

#pricing .price {
    font-size: 200%;
    line-height: 120%;
}

#pricing .saving {
    width: 64px;
    height: 50px;
    padding-top: 16px;
    background: url(/static/skin/saving.png) center no-repeat;
    color: #fff;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    font: bold 17px/17px arial, sans-serif;
    position: absolute;
    top: -30px;
    right: -30px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    writing-mode: lr-tb;
}


.mobile_only {
  display: none;
}

@media (max-width: 850px) {

  .mobile_only {
    display: inherit;
  }

  #hd {
    height: 80px;
  }

  #hd > img {
    height: 60px;
    width: auto;
    left: 20px;
  }

  #curr_user {
    display: none;
  }

  #tab_table, #tab_table tbody, #tab_table tr, #tab_table td {
    display: block;
  }

  #tab_table {
    top: 18px;
    right: 20px;
    bottom: auto;
    z-index: 100;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  }

  #tab_table td {
    display: none;
  }

  #tab_table td.tab a {
    background: #bbb;
  }

  #tab_table td#menu_button, #tab_table.open td {
    display: block;
  }

  #bd {
    margin: 0;
  }

  #bd, #bd > tbody, #bd > tbody > tr, #bd > tbody > tr > td,
  #join_table, #join_table > tbody, #join_table > tbody > tr, #join_table > tbody > tr > td,
  #options, #options > tbody, #options > tbody > tr, #options > tbody > tr > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #options > tbody > tr > td {
    padding: 0;
  }

  #options .whattodo {
    width: 100%;
    box-sizing: border-box;
  }

  #content {
    border: none;
  }

  #sidebar {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }

  #sidebar .box {
    display: block;
    width: 100%;
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
  }

  fieldset, textarea, .whattodo, .notification,
  form.wide fieldset div.form_field_div {
    width: auto;
  }

  .form_field_cover {
    display: block;
  }

  input#id_username {
    width: 90%;
  }

  #join_form input#id_email {
    width: 90%;
  }

  .contacts_table td:nth-child(2),
  #contact_guesses td:nth-child(3) {
    word-break: break-word;  
  }

  .contacts_table td:nth-child(3) {
    display: none;
  }

}



/* -- skin/css/rsm_website.css -- */


/* Website styles */

html.website {
  background: #821122 url(/static/skin/website/bg_gradient.gif) top left repeat-x;
}

body.website {
  background: transparent;
}

img {
    -ms-interpolation-mode:bicubic;
}

#website_main {
  background: #fff;
  border: 2px solid #bbb;  
  width: 900px;
  min-height: 600px;
  margin: 40px auto;
  margin-bottom: 15px;
  padding: 30px;
  text-align: left;
}

#logo {
  float: left;
}

#after_logo {
  height: 146px;
  width: 630px;
  float: right;
}

.tagline {
    font-size: 32px;
    margin: 1em 0 0.5em 0;
    color: #821122;
    text-shadow: 1px 1px 2px #999;
    white-space: nowrap;
    padding: 0;
    margin-top: 25px;    
    margin-right: 20px;
}

#nav {
  height: 44px;
  padding: 2px 0;
  background: url(/static/skin/website/nav_bg.png) top left repeat-x;
}

#nav a {
  font-size: 19px;
  letter-spacing: -1px;
  width: 100px;
  display: inline-block;
  padding: 7px 0;
  margin: 3px 0;
  text-align: center;
  text-decoration: none;
  color: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#nav a:hover {
  color: #fff;
  background: #9a3333;
  box-shadow: 1px 1px 2px #999;
}

#after_logo p {
  clear: both;
  float: right;
  margin: 1em 0 0 0;
  width: 482px;
  font-size: 17px;
  line-height: 120%;
  font-family: Tahoma, Arial, sans;
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #F0E5DB;
}

#after_logo p a {
  color: #821122;
}

#website_content {
  margin-top: 20px;
  position: relative;
}

#website_footer {
  color: #ccc;
  font-family: arial, sans-serif;
  text-align: center;
  padding-bottom: 10px;
}

#website_footer a {
  color: #aaa;
  text-decoration: none;
}

#website_footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

#website_footer #credits {
  margin-top: 30px;
  font-size: 13px;
}

/* Homepage */

h2.headline {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 0.5em;
}

.benefits {
  font-size: 19px;
  line-height: 150%;
  margin: 0 0 2em 1em;
  letter-spacing: -1px;
}

.benefits li {
  list-style: square;
  padding-left: 1em;
}

.suitable {
  line-height: 150%;
  margin-bottom: 1em;
  padding-top: 8px;
  padding-left: 80px;
  height: 64px;
}

.suitable em {
  letter-spacing: -1px;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
}

.icon_2 {
  background: url(/static/skin/website/icon_2.png) top left no-repeat;
}

.icon_5 {
  background: url(/static/skin/website/icon_5.png) top left no-repeat;
  margin-bottom: 2em;
}

.icon_6 {
  background: url(/static/skin/website/icon_6.png) top left no-repeat;
}

a.hp_button {
  font-size: 21px;
  font-weight: normal;
  font-family: Tahoma, Arial, sans;
  padding: 10px 20px;
  margin-right: 20px;
  cursor: pointer;
  border-width: 4px;
}

a.hp_button:active {
  border-width: 4px;
}

#home_testimonials {
  font-size: 15px; 
  line-height: 20px;
}

#home_testimonials td {
  padding: 0px 40px 0px 0px; 
  width: 270px;
}

#home_testimonials td:last-child {
  padding: 0;
}

#testimonials {
  position: absolute;
  width: 190px;
  height: 600px;
  top: 0px;
  right: 0px;
  padding-left: 10px;
  border-left: 1px dotted #999;
}

#testimonials .screenshot {
  background-color: #f5f5f5;
  padding: 4px;
  border: 1px solid #999;
}

#testimonials .screenshot:hover {
  background-color: #fff;
  border-color: #821122;
}

.bottom_cfa {
    clear: both;
    padding: 15px;
    font-family: 'Trebuchet MS',Arial,sans;
    font-size: 110%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1ea url(/static/skin/website/slider_bg.gif) top left repeat;
    border: 1px solid #d9d9d2;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    text-align: center;
}

.addthis_button {
    display: inline-block;
    font-family:arial,helvetica,clean,sans-serif;
}

.addthis_button:hover {
    color: #821122;
}

.addthis_button img {
    vertical-align: middle;
}

.flatpage {
    float: left;
    width: 670px;
    margin: 0 30px 30px 0;
}

.flatpageside {
    float: left;
    width: 200px;
}

.flatpage_faq h2 {
    padding-top: 1em;
    border-top: 1px dotted #aaa;
}

.flatpage_faq h2:first-child {
    padding-top: 0;
    border-top: none;
}

.screenshot {
    padding: 2px;
    border: 1px solid #ccc;
}

.checklist .screenshot {
    margin-top: 1em;
}

.checklist li {
    cursor: pointer;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px dashed #999;
    zoom: 1;
    .list-style: none; /* IE7 shows wrong numbering */ 
}

.checklist .checked {
    background: url(/static/resources/checked.png) right 5px no-repeat;
    color: #888;
}

.checklist .checked .screenshot {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

#share {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

#like {
    position: absolute;
    width: 90px;
    top: 30px;
    left: 25px;
}

#plusone {
    position: absolute;
    top: 30px;
    right: 40px;
}

#tryit {
    padding: 15px 18px 0 18px;
    font-size: 19px;
    line-height: 250%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1ea url(/static/skin/website/slider_bg.gif) top left repeat;
    border: 1px solid #d9d9d2;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    white-space: nowrap;
}

#tryit span {
    letter-spacing: -1px;
}

#slider_cover {
    position: relative; 
    margin-top: 10px;
    border: 1px solid #d9d9d2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1ea url(/static/skin/website/slider_bg.gif) top left repeat;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
}

#slider_cover h2 {
    text-align: center;
    margin: 20px 0 0 0;
}

#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}

#slider li { 
    width:898px;
    height:415px;
    overflow:hidden; 
}   

#prevBtn {
    display: none;
}

#nextBtn { 
    position:absolute;
    right:25px;
    bottom:30px;
    z-index:1000;
}   

#nextBtn a {
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 110%;
  font-weight: normal;
  padding: 0.1em 0.4em;
  color: #561420;
  background: #D4B493;
  border: 2px solid #D4B493;
  border-color: #efe4d8 #806c59 #806c59 #efe4d8;
  text-decoration: none;
}

#nextBtn a:active {
  border-color: #806c59 #efe4d8 #efe4d8 #806c59;
}

#nextBtn a:hover {
  color: #D4B493;
  background: #561420;
}

#slider li img, #slider li div {
    margin-top: 20px;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}
#slider li img {
    width: 544px;
    height: 372px;
    margin-left: 24px;
}
#slider li div {
    border: 1px solid #888;
    width: 260px;
    padding: 6px 10px;
    margin-left: 24px;
    background: #ffffdd;
}
#slider li p {
    font-family: arial, helvetica, sans-serif;
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 10px; 
    margin-left: 10px;
    text-indent: -10px;
}
#slider li h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: normal;
    color: #561420;
    margin-top: 0.5em;
}
#slider .screenshot {
    border: none;
    padding: 0;
}

#whatnext {
    height: 200px;
    width: 100%;
    clear: both;
    margin-top: 30px;
}

#whatnext1, #whatnext2, #whatnext3 {
    display: inline-block;
    float: left;
    margin-left: 30px;
    width: 242px;
    height: 150px;
    padding: 15px 18px;
    line-height: 150%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1ea url(/static/skin/website/slider_bg.gif) top left repeat;
    border: 1px solid #d9d9d2;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
}

#whatnext .hp_button {
    margin-right: 0px;
}

#whatnext h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
}

#whatnext ul {
    margin: 0 0 0 1em;
}

#whatnext li {
    margin-bottom: 0.5em;
}

#whatnext1 {
    margin-left: 0;
}

#whatnext2 h3 {
    margin-bottom: 30px;
}

#whatnext1 a, #whatnext3 a {
    color: #821122;
}

.flatpage_testimonials blockquote {
    margin: 30px 0 0 0;
    font-style: italic;
}

.flatpage_testimonials p {
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
    font-size: 13px;
    color: #555;
    text-align: right;
}

/* Blog */

#article-content h1 {
    border-bottom: 1px solid #BFBAB0;
}

.website_sidebar {
    width: 200px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 20px;
    border: 1px solid #BFBAB0;
    background: #F0E5DB url(/static/skin/fieldset_gradient.jpg) repeat-x;
}

.website_sidebar a {
    color: #561420;
    text-decoration: none;
}

.website_sidebar a:hover {
    color: #821122;
    text-decoration: underline;
}

.website_sidebar ul {
    margin: 10px 20px;
    font-size: 12px;
}

.article-list h3 {
    margin: 0;
}

.quiet {
    font-size: 14px;
    color: #666;
}

#article-meta {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #BFBAB0;
    font-size: 14px;
}

.tag-cloud-0 {
    font-size: 10px;
}

.tag-cloud-1 {
    font-size: 12px;
}

.tag-cloud-2 {
    font-size: 14px;
}

.tag-cloud-3 {
    font-size: 16px;
}

.tag-cloud-4 {
    font-size: 18px;
}

.tag-cloud-5 {
    font-size: 20px;
}

.tag-cloud-6 {
    font-size: 22px;
}

.tag-cloud-7 {
    font-size: 24px;
}


@media (max-width: 850px) {

  #logo {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 150px;
    height: auto;
  }

  #after_logo, #after_logo p {
    float: none;
    width: auto;
    height: auto;
  }

  #nav {
    height: auto;
    background: transparent;
    text-align: center;
  }

  #nav a {
    width: auto;
    padding: 7px 3%;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  .tagline {
    text-align: left !important;
    white-space: normal;
  }

  #website_main {
    width: 100%;
    margin-top: 0;
    border: none;
    box-sizing: border-box;
  }

  .flatpage, #website_content {
    width: 100% !important;
  }

  .flatpageside {
    display: none;
  }

  #home_top, #home_top tbody, #home_top tr, #home_top td {
    display: block;
  }

  #tryit {
    margin-top: 20px;
  }

  #slider_cover {
    background: transparent;
    border-radius: 0;
    border: none;
    border-top: 1px solid #d9d9d2;
    border-bottom: 1px solid #d9d9d2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #slider li {
    width: auto;
    height: auto;
  }

  #slider table, #slider table tbody, #slider table tr, #slider table td {
    display: block;
  }

  #slider li img, #slider li div {
    width: 100%;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
  }

  #home_testimonials, #home_testimonials tbody, #home_testimonials tr, #home_testimonials td {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  #whatnext {
    height: auto;
  }

  #whatnext1, #whatnext2, #whatnext3 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    float: none;
  }

}





