/*
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%;}

html, body {
  height: 100%;
}

div.clear {
  clear: both; 
}

* {
  font-family: helvetica, arial !important;
}

a {
  outline: none ;
}

html, body {
  margin: 0;
  padding: 0;
}

#login_box strong {
  font-weight: bold;
}

/* Layout */

#header, #bottom {margin:0; padding:0; width:100%;}

body, .header {
  background: url(/images/fs/page-background.png) repeat-x;
}

.header {
  height: 80px;
  padding: 0;
}

.header .right {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 10px;
  color: #fff;
  font-size: 14px;
}

.header .right a {
  margin-left: 10px;
  color: #fff;
}


#container {
  width: 970px;
  margin: 0 auto -80px auto;
  position: relative;
  height: 100%;
	padding: 0;
}
*:first-child+html #container {
  margin-bottom: 80px !important;
}


#spacer {
  height: 100px;
}

#bottom {
  float: left;
  clear: both;
  width: 100%;
  background: #3c3c3c;
}

#bottom .footer {
  display: block;
  position: relative;
  height: 100%;
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  background: url(/images/fs/footer-logo.png) 20px 0 no-repeat
}

.footer .footer-links {
  float: right;
  display: block;
  margin: 20px 0;
}

.footer .footer-links a {
  float: left;
  color: white;
  margin: 10px 20px;
  color: #888;
}

.footer-links a:hover {
  color: white;
}

.footer-links a.img {
  margin: 0;
  opacity: 0.5;
}

.footer-links a.img:hover {
  opacity: 1;
}

#lhs {
  width: 705px;
  display: block;
  float: left;
  clear: both;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
}

#lhs.no-border {
  border: none;
  width: 1000px;
}

#rhs {
  width: 200px;
  margin-left: 20px;
  float: left;
  display: block;
}
#rhs .panel {
  border: 1px solid #e3e3e3;
  display: block;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #666;
  background: #fcfff7 url(/images/fs/warning.png) no-repeat 8px 17px;
  padding: 15px 20px 10px 25px;
}
#rhs ul li a {
  padding: 10px 10px 10px 20px;
  color: #666;
  width: 190px;
  display: block;
  float: left;
  margin-left: -20px;
}

#rhs ul li a:hover, #rhs ul li a.active {
  background: #3c3c3c;
  color: white;
}


#upload_file_button {
  background: url(/images/fs/upload_a_file_button.png) no-repeat;
  font-size: 0;
  width: 119px;
}
.green.button.nopointer:hover {
  cursor: pointer !important;
}

#upload_file_button span, #new_folder_button span {
  display: none;
}

#upload_file_button:hover {
  background-position: 0 -38px;
}

#new_folder_button:hover {
  background-position: 0 -40px;
}

#new_folder_button {
  background: url(/images/fs/new_folder_button.png) no-repeat;
  font-size: 0;
  width: 94px;
  height: 28px;
 position: relative;
  top: -1.5px;
}

/* Text */

.header h1 a{
  display: block;
  height: 70px;
  margin: 0;
  /*background: url(/images/fs/header-logo.png) no-repeat top left;*/
  font-size: 0.1px;
}

.header h1 a {
  
}

.header h1 span {
  display: none;
}

.topNavigation .links {
  background: none;
  margin-top: 20px;
  height: 30px;
}

.topNavigation .links a {
  background: url(/images/fs/tab.png) 0 5px no-repeat;
  width:96px;
  height: 10px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
  height: 11px;
  display: block;
  padding: 15px 10px 10px;
  float: left;
}


.links .right {
	float: right;
}

.links .right .span {
	 padding: 10px 10px;
		
}

.links a img {
  display: none;
}

.topNavigation .links .activeLink,
.topNavigation .links a:hover {
  background-position: 0 0;
  padding-bottom: 11px;
}

#title {
  width: 80%;
  display: block;
  height: 30px;
  padding: 0 20px;
  margin: 30px 0;
  font-size: 18px;
  line-height: 2;
  color: #393939;
}

#title em {
  font-weight: bold;
}

#title a {
  color: #72b914;
  font-size: 14px;
  margin-left: 10px;
}

p.help strong, p strong {
  font-weight: bold;
}

p.help {
  margin: 10px 0 20px 0;
  line-height: 1.5;
  width: 100%;
  float: left;
}

/* Table layout */

table.grid {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-collapse: collapse;
  width: 701px !important;
  display: table !important;
  float: left;
  display: block;
  margin-bottom: 80px;
}

table.grid * {
  font-size: 14px;
  color: #666;
  text-decoration: none !important;
}

table.grid {
  background: url(/images/fs/content-table-header.png) no-repeat;
}

table.grid tr.table-header {
  border-right: none;
}

table.grid tr.table-header th {
  font-weight: bold;
  padding: 10px 2px 10px 10px;
  background: transparent;
}

table.grid tr td{
  padding: 8px 8px;
  background: transparent;
}
table.grid tr.folder td {
  background: #fbfbfb;
}

table.grid tr.tfoot td{
  background: url(/images/fs/content-table-bottom.png) !important;
}

table.grid tr.tfoot td {
  text-align: right;
  line-height: 1.4;
  padding-right: 15px;
}

table.grid tr.even td, .content table tr.odd td {
  border-left: 1px solid #ddd;
}
td.last {
  border-right: 1px solid #ddd;
  padding-left: 7px !important;
}

td a.email {
  margin: 0 0 0 5px;
  position: relative;
  top: 5px;
}


/* Warning panels */

.panel a {
  font-size: 14px;
}
.panel h5 {
  color: #72b914;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  font-weight: bold;
}
.panel p {
  font-size: 14px;
  margin: 8px 0;
}
.panel.error {
  background-color: #ffeff1 !important;
}
.panel.error h5 {
  color: #ba202f;
}
.panel a {
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.title {
  font-size: 18px;
  color: #72b914;
  font-weight: bold;
  line-height: 2;
  clear: both;
}

.buttons {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  margin-top: 20px !important;
}

#breadcrumb {
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}

#breadcrumb a {
  color: #666;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #999;
  text-decoration: underline;
}

#breadcrumb a, #breadcrumb span {
  margin-left: -1px;
  line-height: 2.5;
  display: block;
  float: left;
  height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 2px 20px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-left: none;
  background: url(/images/fs/breadcrumb_link.png) top left no-repeat;
}

#breadcrumb span {
  margin-left: -2px;
}

#breadcrumb #home {
  display: block;
  width: auto !important;
  background: url(/images/fs/home_link2.png) 5px 5px no-repeat;
  padding: 0 0 0 30px;
  border: 1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 36px;
}

#breadcrumb #home span {
  padding-left: 30px;
  border: none;
  background: none;
  font-size: 14px;
  padding: 2px 20px;
  width: auto !important;
}

/* Buttons */

.button {
  display: block;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.2 !important;
  text-decoration: none;
  background: url(/images/fs/add-folder-button.png);
  width:59px;
  padding: 12px 0 0 10px;
  height: 26px;
  float: left;
  clear: none;
  color: #666;
  font-weight: bold;
  text-shadow: 1px solid #000 !important;
}

.button.green:hover {
  background-position: 0 -38px;
  cursor: pointer;
}

.green {
  background: url(/images/fs/green-button.png);
  color: white;
  padding: 12px 0 0 0;
  width: 140px;
  text-shadow: 1px solid #000 !important;
}
.green.disabled {
  cursor: default !important;
}
.green.disabled:hover {
  background-position: 0 0;
}

input.green {
  padding-bottom: 12px !important;
  height: 38px;
  text-shadow: 1px solid #000 !important;
  font-weight: bold;
  border: none;
}

/* Other input - cancel links */

a.cancel {
  line-height: 3;
  color: #ba202f;
  font-size: 12px;
  padding: 1px 2px;
  margin-left: 10px;
}
a.cancel:hover {
  background: #ba202f;
  color: white;
}

/* Forms */

.form_box {
  float: left;
  display: block;
  width: 100%;
  clear: both;
}
.form_box {
  font-size: 14px;
}

.form_box p {
  line-height: 1.6;
}
.form_box ul {
  margin: 10px 0 20px 0;
}
.form_box ul li {
  margin: 5px;
  list-style-type: disc;
  list-style-position: inside;
}


form label, p.help, form input.text {
  font-size: 14px;
}

label {
  float: left;
  height: 20px;
  padding: 10px 10px 0 0;
  margin-bottom: 20px;
  clear: left;
  width: 100px;
  font-family: Helvetica;
  color: #222;
}

form label.wide {
  width: 220px;
}
.form_actions.wide {
 margin-left: 230px;
}

form input.text {
  float: left;
  display: block;
  padding: 8px 4px 0px 8px;
  height: 20px;
  width: 300px !important;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

textarea.text {
  clear: right;
  float: left;
  display: block;
  padding: 6px 4px 0px 4px;
  height: 18px;
  width: 500px !important;
  height: 100px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#content form {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  display: block; 
}

.form_actions {
  display: block;
  float: left;
  clear: both;
  margin: 20px 0 20px 110px;
}

form input.username {
  float: left;
  width: 247px !important;
}

.folder_tree {
  width: 310px;
  float: left;
  border: 1px solid #dfdfdf;
}

.folder_tree ul  {
  margin: 0px 0 10px -20px;
}

.folder_tree ul ul {
  margin: 0 0 0 -20px;
}

.folder_tree ul li {
  line-height: 1;
  margin: 0 0 0 25px;
  padding: 5px 0 5px 8px;
  list-style-type: none;
}

.folder_tree ul li input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.folder_tree ul li.selected {
  /*border-left: 1px solid #dfdfdf;*/
}

.folder_tree ul li img {
  margin: 5px 2px 0 0;
  position: relative;
  top: 3px;
}


/* Notifications */


.flash {
  position: relative;
  display: block;
  clear: both;
  float: left;
  margin: 0 10px 20px 0px;
  padding: 10px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.flash .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.flash.error {
  color: #ba202f;
  background: #ffeff1;
  border: 1px solid #ff0000;
}

.flash.notice {
  color: #3a5910;
  background: #d6f2b1;
  border: 1px solid #3a5910;
}

/* Uploading page */

  /* Progress bar */

.progress_bar_background {
  width: 190px;
  margin: 0 0px;
  padding: 3px;
  padding-right: 5px;
  display: block;
  height: 21px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  position: relative;
}

.progress_bar_foreground {
  border: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #e6e6e6;
  height: 19px;
  padding: 0;
}

.progress_bar_foreground.green {
  background: #d4eab8;
  border-color: #d4eab8;
}

.progress_bar_background.error {
  border-color: #ba202f;
}
.progress_bar_background.error .progress_bar_foreground {
  background: #ba202f;
}

.progress_bar_foreground span {
  font-family: Georgia !important;
  font-style: italic;
  position: relative;
  left: 8px;
  position: absolute;
  color: #393939;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.progress_bar_background.error span {
  color: white;
}

.progress_bar_title {
  font-size: 12px;
  margin: 20px 10px 10px 0px;
  font-weight: bold;
  color: #393939;
}

  /* Grey box around uploading */

#upload_file {
  float: left;
  display: block;
  margin-bottom: 100px;
  margin:   20px 0 20px 220px;
  border: 5px solid #ccc;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;  
}

#upload_file .green.button::-moz-focus-inner { border: 0; }

#upload_file .green.button {
  outline-width: none;
  border: none;
  margin-top: 10px !important;
}

#upload_file p span {
  line-height: 3.5;
  padding: 0 10px;
}

#upload_file p {
  padding-bottom: 10px;
}

#uploading {
  display: block;
  float: left;
  width: 400px;
}

#uploading span {
  float: left;
  clear: none;
  display: block;
  height: 20px;
  line-height: 2;
  padding-right: 20px;
}

#uploading span#percents {
  position: relative;
  left: 10px;
  padding-right: 0;
  width: 0;
  color: white;
  font-style: italic;
  font-family: georgia;
}

#uploading #progress {
  float: left;
  clear: none;
  display: block;
  padding: 2px;
  margin-top: 0;
  border-color: #6db113;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#uploading #progressbar {
  background: #6db113;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#submit_upload {
  margin: 5px auto;
  float: none;
}

/* Account settings page */

.settings_box {
  float: left;
  display: block;
  width: 250px;
  padding-bottom: 20px;
}

/* Table for choosing accounts */

table.grid tr.choosable td,  table tr.choosable td *{
  color: #6db113;
}

.content table.grid tr.selected td {
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.content table.grid tr td.bold {
  color: #333;
  font-size: 18px !important;
  font-weight: bold;
}

.content table.grid tr.selected td.bold, .content table.grid tr.selected td.bold * {
  color: #999 !important;
}

.content table.grid tr.choosable td, .content table.grid tr.selected td{
  padding: 20px 15px !important;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

/* Editing user - username field */

span#username_prefix, span.text_like_an_input {
  float: left;
  display: block;
  line-height: 2.4;
  padding-right: 4px;
}
.field {
  float: left;
  display: block;
  padding-bottom: 20px;
}
span.text_like_an_input {
  font-size: inherit;
  color: #343434;
  font-size: 14px;
}

#facebox .popup{
  width: 900px;
}

#search_form {
  display: block;
  height: 50px;
  width: 100%;
}

#search_field {
  border: 1px solid #e3e3e3;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  font-size: 14px;
  padding: 6px 10px;
  width: 148px;
  height: 17px;
  border-right: none;
  display: block;
  float: left;
  color: #393939;
}

#search_button {
  border: 1px solid #e3e3e3;
  border-left: none;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  width: 30px;
  height: 31px;
  padding: 5px 0px;
  background: url(/images/fs/public/search.png) top left;
  text-size: 0px;
}

/* Send by email page */

.checkbox {
  margin: 0 10px;
}

p.break {
  display: block;
  float: left;
  padding-top: 20px;
}

#email_page_link {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}


* {
  font-family: helvetica, arial !important;
}

a {
  outline: none ;
}

html, body {
  margin: 0;
  padding: 0;
}

#header, #bottom {margin:0; padding:0; width:100%;}

/* Header */

.header {
  height: 80px;
  padding: 0;
}

/* Logo */

.header h1 {
  display: block;
  height: 70px;
  margin: 0;
  font-size: 0.1px;
}

.header h1 span {
  display: none;
}

/* Menu */

.header .right {
  position: absolute;
  top: 0;
  right: 30px;
  margin: 30px 10px;
  font-size: 14px;
}

#menu {
  margin: none;
  background: red;
}

.header .right #menu li{
  float: left;
}

.header .right #menu li a {
  margin-left: 10px;
  background: #1b1b1b;
  display: block;
  float: none;
  padding: 7px 6px 5px 6px;
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header .right #menu li a:hover, .header .right #menu li a.selected {
  background: #b3b3b3;
  color: #000;
}

li.space {
  width: 30px;
  display: block;
  height: 20px;
}


/* Panels */

.height.spacer {
  height: 500px;
  float: left;
}

.hpanel {
  width: 100%;
  float: left;
}

.hpanel .container {
  width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
}

#content-top {
  background: url(/images/fs/public/content-top-background.png) repeat-x;
}

#content-top.home {
  background: url(/images/fs/public/top.jpg) no-repeat;
  background-attachment: center;
  background-position: center 0;
}

#content-top .container {
  margin-top: 2px;
  padding-top: 40px;
  margin-bottom: 0;
}

#middle-content {
  background: #fff url(/images/fs/public/middle-content.png) repeat-x;
  margin: 0;
  display: block;
  width: 100%;
  padding: 40px 0;
  margin: 0;
}


/* Errors */


#errorExplanation,
#error {
  color: #ba202f;
  margin: 0 10px 30px 10px;
  padding: 10px 20px;
  background: #ffeff1;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#errorExplanation {
  float: left;
  background: #ffeff1;
  padding: 20px 20px 10px 20px;
  margin: 10px 10px 30px 0;
}

#errorExplanation ul li {
  padding: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

#errorExplanation h2 {
  color: #ba202f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}



/* Layouts */

.column {
  float: left;
}
.column.left {
  width: 440px;
}

.column.left .boxes {
  background: white url(/images/fs/public/quad-bg.png) repeat-x;
  background-position: bottom left;
}

.column.right {
  margin-left: 40px;
  width: 500px;
}




/* Text */

h2 {
  font-size: 40px;
}

h2#tagline {
  display: block;
  width: 420px !important;
  height: 120px;
  margin: 0;
  font-size: 40px;
}

h2#tagline span {
  padding: 0 0 10px 0;
}

.tagline p {
  font-size: 14px;
  font-weight: bold;
  line-height: 5;
  width: 400px;
}

#content-top p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  width: 400px;
}

span.hidden {
  display: none;
}

/* Green buttons */

.button {
  display: block;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1 !important;
  font-weight: strong;
  text-decoration: none;
  background: url(/images/fs/add-folder-button.png);
  width:59px;
  padding: 12px 0 0 10px;
  height: 26px;
  float: left;
  clear: none;
  color: #666;
}

.green {
  background: url(/images/fs/green-button.png);
  color: white;
  padding: 12px 0 0 0;
  width: 140px;
}
input.green {
  padding-bottom: 12px !important;
  height: 38px;
  text-shadow: #666 -1px -1px;
  font-weight: bold;
  border: none;
}


p.help a {
  color: #72b914;
}

html {
  background: #404040;
  font-family: Helvetica, Arial, verdana;
}

body {
  margin: 100px auto 0 auto;
  width: 600px;
  height: auto;
  background: white;
  border: 10px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#header {
  background: #212121;
  text-align: center;
}

#middle h1 {
  font-size: 18px;
  font-weight: bold;
}

#middle {
  background: #f9f9f9;
  line-height: 3;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#middle strong {
  font-weight: bold;
}

#footer {
  padding: 10px 20px 10px;
  background: #f3f3f3 url(/images/fs/download-footer-background.png) repeat-x;
  position: relative;
  height: 80px;
}

#footer .right {
  text-align: right;
  color: #666;
  position: absolute;
  bottom: 30px;
  right: 20px !important;
}

#footer .right a {
  color: inherit;
}

a {
  color: #72B914;
}
a:hover {
  color: #72b914;
}

a.button {
  display: block;
  margin: 20px auto;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: strong;
  text-decoration: none;
  background: url(/images/fs/add-folder-button.png);
  width:59px;
  padding: 12px 0 0 10px;
  height: 26px;
  clear: none;
  color: #666 ;
}

a.green {
  background: url(/images/fs/green-button.png);
  color: white;
  padding: 12px 0 0 0;
  width: 140px;
}


.form_actions {
  float: none;
  padding-top: 10px;
}

#login_form {
  text-align: left;
  padding: 0 30px;
}
#login_form h1 {
  color: #72b914;
  margin: 0;
  line-height: 3 !important;
  margin-bottom: 10px;
}

#login_form label, #login_form input {
  float: left;
}
#login_form label {
  line-height: 1;
}

#confirmation {
  color: #3a5910;
  background: #d6f2b1;
  border: 1px solid #3a5910;
  padding: 0 10px;
  margin: 0 0 20px 0;
  text-align: center;
}