/* sabretooth: server-side import: reset */

/* Style Reset */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
ul { list-style-type: none; }

/* End Style Reset */

/* end of import: reset */
/* sabretooth: server-side import: media */

p.fmTotalPagesDisplay,
div.fmNavigator { float: right; width: 15%; display: inline; text-align: right; clear: right; }


div.fmMediaList { float: left; width: 100%; display: block; clear: left }
    div.fmMediaList div.fmMediaByTime,
    div.fmMediaList div.fmMediaByHits,
    div.fmMediaList div.fmMediaByFileType,
    div.fmMediaList div.fmMediaByModStatus { width: 100%; overflow: hidden; }
      div.fmMediaList div.fmMediaItem { float: left; width: 120px; display: inline; height: 140px; overflow: hidden; }
    div.fmMediaList form { clear: left; }
    div.fmMediaList h3 { margin-bottom: 1em; border-bottom: 6px solid #eeeeee; }
    div.fmMediaList h4 { font-weight: bold; }


/* individual thumbnails */
span.fmMediaThumb {
  float: left;
  display:block;
  text-align: center;
  padding: 5px;
}

/* thumbnail captions */
span.fmMediaThumb h4 {
  width: 90px;
  font-size: smaller;
  text-align: center;
  height: 10px;
  whitespace: no-wrap;
}
/* end of import: media */

/* sabretooth: server-side import: editProfile */

.navigator a, .navigator .inactive { font-weight: bold; padding-right: 2px; }
.totalpagesdisplay { font-style: italic; padding-top: 2px; }

div.fmEditProfile label { float: left; width: 15%; display: inline; text-align: right; }
div.fmEditProfile input,
div.fmEditProfile select,
div.fmEditProfile textarea { margin-left: 10px; }


/* end of import: editProfile */

/* sabretooth: server-side import: login */

div.fmLoginForm label { display: block; }
div.fmLoginForm input { margin-bottom: 0.5em; width: 14em; }

div.fmLoginForm .fmSignUpLink { font-weight: bold; color: #3ab65d; background: #eeeeee; padding: 3px; border: 1px solid #cccddd; }
div.fmLoginForm .fmSignUpLink:hover { font-weight: bold; color: #4cc86f; background: #f1f1f1; }
/* end of import: login */
/* sabretooth: server-side import: lostPassword */

div.fmLostPassword input { margin-left: 5px; }
div.fmLostPassword .fmReminder { padding-bottom: 3em; }
/* end of import: lostPassword */
/* sabretooth: server-side import: register */

div.fmRegister input { width: 14em; }
div.fmRegister label, .fmRegister .fmSubmitBtn { display: block; margin-top: 1em; }
div.fmRegister .fmSubmitBtn { clear: both; width: 7.4em; }

div.fmRegister form { text-align: center; margin-top: 2em; }
  div.fmRegister fieldset { text-align: left; margin: 0 auto; width: 70%; }
    div.fmRegister .fmRegisterRequired { float: left; width: 50%; }
      div.fmRegister .fmRegisterRequired img { margin-left: 3px; }
    div.fmRegister .fmRegisterOptional { float: right; width: 49%; }

/* end of import: register */


body { text-align: center; font: 14px arial,sans-serif; color: #ffffff; background: #36393b  }
a { color: #738999; text-decoration: none; }
a:hover { color: #93a9c9 }
h2 { font-size: 34px; font-weight: bold; clear: both; }
h3 { font-size: 21px; font-weight: bold; font-style: italic; margin-top: 0.5em; clear: both; }
p { padding: 0.5em 0; line-height: 1.5em; }
input, textarea { border: 2px solid #cccddd; font: inherit; }
input.fmSubmitBtn { background: #36393b; color: #eeeeee; font-family: inherit; font-size: 14px; }
p.fmReminder { color: #a0a0a0; padding-top: 0; font-size: 12px; }
p.fmStatusMessage { padding-left: 1em; color: #2a7f5d; font-weight: bold; background: #ffffd0; border-top: 1px solid #ffff71; border-bottom: 1px solid #ffff71; margin-bottom: 20px; }

div.fmWrapper { text-align: left; color: #36393b;}
div.fmHeader { height: 140px; color: #f6f6f6; border-bottom: 2px solid #cccddd; background: url(http://assets.dev.filemobile.com/11/fmlogo.gif) left 109px no-repeat; }
  p.fmUserInfo { padding: 20px; color: #ffff88; }
div.fmNav { background: #eeeeee; padding: 10px 0 16px; border-bottom: 2px solid #dddeee; }
  div.fmNav ul { margin-left: 30px; }
    div.fmNav ul li { display: inline; font-weight: bold; padding-right: 14px; }
      div.fmNav ul li a { color: #738999; border-bottom: 3px solid #cccddd; }
      div.fmNav ul li a:hover { color: #93a9c9; border-bottom: 3px solid #dddeee; }
div.fmMain { background: #ffffff; width: 100%; overflow: auto; border-bottom: 2px solid #eeeeee; }
div.fmSidebar1 { }
  ul.fmSubNav { padding: 30px 20px; list-style: square; color: #dddeee; }
    ul.fmSubNav li { margin-bottom: 0.2em; }
      ul.fmSubNav li a { color: #738999; }
      ul.fmSubNav li a:hover { color: #93a9c9; }
div.fmSideabr2 {}
div.fmContent { padding: 30px 30px 70px; border-left: 3px dotted #dddeee; height: 100%; overflow: hidden; color: #56595b }
div.fmFooter { color: #ffffff; padding: 20px; border-top: 2px solid #cccddd; }

div.fmNavigator { font-weight: bold; }