#transaction_options p {
  margin: 0px;
  line-height: 1.5em;
}

#transaction_type option.inactive {
  color: #aaa;
}

.prints-index .invoice, .prints-index .sms {
  text-align: right;
  margin: 10px;
}

.prints-index .invoice label, .prints-index .sms label{
  font-weight: bold;
}

.list-items td.price {
  text-align: right;
}

#login-box p.forgot {
  margin-top: 15px;
  text-align:right;
}


#choose-transaction-type .descriptions ul {
  margin: 0px;
  padding: 0px 0px 0px 30px;
}

#choose-transaction-type .descriptions ul li {
  list-style: none;
}

#choose-transaction-type .descriptions ul li .title {
  font-weight: bold;
}

#choose-transaction-type .descriptions ul li .description {
  margin-top: 0px;
}

#choose-transaction-type .descriptions {
  float: right;
  width: 400px;
}

#choose-transaction-type div.field_container span.even, #choose-transaction-type div.field_container span.odd {
  float: left;
}

html, body {
  margin:0;
  padding:0;
  height:100%;
  font-family: Arial, sans;
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}

#print_description {
  width: 356px;
}

.service_menu {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  color: #fff;
}

#service_menu {
  right: 0px;
}

#service_menu_left {
  left: 5px;
  padding-left: 5px;
}

.service_menu a {
  color: #fff;
  font-weight: bold;
}

a img {
  border: none;
}

body.blue a.sort:hover {
  text-decoration: none;
}

a.sort {
  display: block;
  padding-right: 15px;
  text-align: center;
  margin-right: 10px;
}

a.sort span {
}

a.sort.desc  {
  background: url('/images/sort-desc.gif') right center no-repeat;
}

a.sort.asc  {
  background: url('/images/sort-asc.gif') right center no-repeat;
}

a.sort.no-order {
  background: url('/images/no-order.gif') right center no-repeat;
}

th.order-price {
  width: 100px;
}

.sharing-index p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sharing-index span.add-to-prints {
  position: absolute;
  display: block;
  height: 19px;
  right: 0px;
  top: 6px;
}

.sharing-index .add-to-prints a {
  font-size: 13px;
  font-weight: bold;
}

a{
  color: #E7AB33;
  text-decoration: none;
}

#home-page a {
  color: #E7AB33;
}

body.pages-home #menu ul {
  border-bottom: 34px solid #899cba;
}

#home-page h2, .orange {
  color: #FFA800;
}

h2.orange {
margin-top: 20px;
line-height: 1.5em;
}

h3.message {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.ratings {
  width: 300px;
}

.ratings .average {
  clear: both;
  width: 300px;
}

.ratings .rate {
  width: 300px;
}

div.description, div.ratings {
  padding: 0 10px;
}

.description p {
  margin-top: 0;
}

.description h2 {
  margin-top: 15px;
}

table.list-items tr td.description {
  text-align: left;
}

table.list-items tr td p.title a {
  display: block; 
  width: 300px;
}

.home h2 {
  font-size: 17px;
  line-height: 1.5em;
}

.home #shared ul li {
  list-style-type: none;
  margin: 2px 0 10px 0;
}

.home #shared ul {
  padding: 15px 0 0 15px;
  margin: 0;
}

.home #shared ul li a {
  font-size: 15px;
  font-weight: bold;
}

.home #shared ul li p {
  font-size: 13px;
  margin: 0 0 0 5px;
  padding: 0;
}

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

h2.view-title {
  padding: 8px 0 8px 30px;
  margin: 10px 0 8px 0;
  color: #FFF;
  font-size: 19px;
  background-color: #899CBA;
}

h3.view-subtitle {
  padding: 0px 30px 0px 30px;
  margin: 15px 0 0px 0;
  color: #FFF;
  font-size: 16px;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  background-color: #6080A0;
  position: relative;
}

span.editable {
  text-decoration: underline;
  cursor: pointer;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
 head~body h3.view-subtitle { margin-bottom: 20px; } 
} 

h3.view-title {
  padding: 10px;
  font-size: 17px;
}

html {
  background: #545454 url('/images/layout/grey-gradient.jpg') repeat-y center;
}

.zero-joiner {
  display: block;
  width: 0px;
}

#document_tag_list {
  width: 400px;
}

#documents-to-add {
  margin-top: 20px;
}

#confirmation {
  padding: 10px;
}

#confirmation a {
  display: block;
  text-decoration: underline;
  color: #818284;
}

#confirmation .confirm {
  float: left;
  margin-left: 50px;
}

#confirmation .reject {
  float: right;
  margin-right: 50px;
}

.clear {
  clear: both;
}

#binding-options {
  display: none;
}

#toggle-more-print-options, #toggle-binding-options {
  display: block;
  margin-left: 180px;
  outline: none;
  text-decoration: none;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background:#FFF;
  width: 800px;
  margin: 0 auto;
}

#header {
  background-color: #899CBA;
  height: 120px;
  margin: 0 auto 1px auto;
  padding: 1px 0;
  position: relative;
}

#header a span {
  display: none;
}

#header-box {
  width: 306px; 
  height: 51px;
  padding: 8px 15px;
  position: relative; 
  background: url('/images/layout/header-box.jpg') no-repeat;
  float: right;
  margin-top: 10px;
  margin-right: 62px;
}

.search input[type=text]{
  width: 140px;
  border: 1px solid #999;
    
}


#header .box .search p {
  margin: 0px;
  padding: 0px;
}

.search .show, .search .form, .search .form span{
  float: left;
}

.search .show, .search .form {
  padding-right: 5px;
  display: block;
}

.search .form {

}

#header-box h3 {
  color: #ffa800;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 25px;
  display: block;
  background: url('/images/layout/files-x-small.jpg') no-repeat;
}

#header-box a {
  font-weight: bold;
  color: #ffa800;
  font-size: 15px;
}

#header-box a:hover {
  text-decoration: underline;
}

#login-box {
  position: relative;
  min-height: 4px;
  height:auto !important;
  height: 4px;
  background: #FFF url('/images/layout/login-box-bottom.jpg') repeat-x center bottom;
  padding-bottom: 1px;
}

html > body #login-box {
  padding-bottom: 0px
}

#login-tab {
  background: #FFF url('/images/layout/login-tab-bottom.jpg') repeat-x center bottom;
  width: 340px;
  height: 27px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  position:relative;
  padding-top: 5px;
  margin-left: 380px;
}

#login-buttons {
  color: #ffa800;
}

#login-tab .corner3 {
  padding-top: 3px;
}

#login-tab .corner4 {
  padding-top: 3px;
}

#login-buttons a {
  color: #ffa800;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

#login-buttons a:hover {
  text-decoration: underline;
}

#login-box .container {
  width: 610px;
  margin: 0 auto;
  display: none;
}

#login-box .container .inner {
  padding-top: 25px;
  padding-bottom: 18px;
}

#login-box .container .login, #login-box .container h2, #login-box .container .or, #login-box .container .signup {
  color: #000;
  font-size: 13px;
  line-height: 1.5em;
}

#login-box .container h2 {
  font-size: 16px;
}

#login-box .container .or {
  font-size: 16px;
  font-weight: bold;
}

#login-box .container p {
  margin: 4px 0px 4px 0px;
}

/* 9 - 2.64*/

.corner1 {
  left: 0;
  top: 0;
  position: absolute;
}

.corner2 {
  right: 0;
  top: 0;
  position: absolute;  
}

.corner3 {
  right: 0;
  bottom: 0;
  position: absolute;  
}

.corner4 {
  left: 0;
  bottom: 0;
  position: absolute;  
}

#logo a{
  left: 19px;
  top: 26px;
  position: absolute;
  width: 167px;
  height: 28px;
  display: block;
}

#logo a {
  background: url('/images/layout/logo.jpg') no-repeat;
}
  
a.logo span {
  display: none;
}

div.login, div.signup, div.or {
  padding: 10px 20px 20px 20px;
  color: #FFF;
  float: left;
}

div.login input[type=text], div.login input[type=password] {
  width: 182px;
  border: 1px solid #545454;
}

div.signup input[type=text], div.signup input[type=password] {
  width: 262px;
  border: 1px solid #545454;
}

div.login {
  width: 184px;
}

div.signup {
  width: 264px;
}

div.or {
  margin-top: 90px;
  font-size: 26px;
}

div.login h2{
  color: #FFF;
}

div.login input[type="submit"], div.signup input[type="submit"]{
  padding: 5px 10px;
  float: right;
}

.grey {
  color: #818284;
}

#content {
  padding: 1px 0;
  min-height: 285px;
  height:auto !important;
  height: 285px;
  margin: 0 auto;
  position: relative;
}

#content.home {
  /*min-height: 200px;
  height: auto !important;
  height: 200px;*/
  /*background: url('/images/layout/content-bottom.jpg') no-repeat bottom;*/
  /*background-color: #acbbd2;*/
  padding: 15px;
  padding-top: 295px;
  margin: 0 auto;
}


body.sessions div.main#content {
  background-color: #acbbd2;
  padding: 15px;
  border-top: 1px solid #FFF;
}

body.sessions #container {
  background-color: #acbbd2;
}

body.sessions #footer {
  border-top: 1px solid #FFF;
}

#content .arrow1, #content .arrow2 {
  background: url('/images/layout/arrow.jpg') no-repeat;
  width: 85px;
  height: 94px;
  position: absolute;
  top: 94px;
  z-index: 2;
}

#steps {
  width: 800px;
  height: 275px;
  background-color: #acbbd2;
  position: absolute;
  left: 0;
  top: 0;
}

#content .left, #content .middle, #content .right {
  background: url('/images/layout/rect.jpg') no-repeat;
  width: 238px;
  height: 232px;
  position: absolute;
  top: 22px;
}

#content .arrow1 {
  left: 226px;
}

#content .arrow2 {
  left: 485px;
}

#content .left {
  left: 25px;
}

#content .middle {
  left: 284px;
}

#content .right {
  left: 543px;
}

span.step {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  left: 14px;
  bottom: 14px;
}

#content .left a, #content .middle a, #content .right a {
  display: block;
  width: 203px;
  height: 201px;
  padding: 15px 15px 10px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

#content .left a {
  
  background: url('/images/layout/files.jpg') no-repeat center center;
}

#content .middle a{
  background: url('/images/layout/printer.jpg') no-repeat center center;
}

#content .right a{
  background: url('/images/layout/printer2.jpg') no-repeat center center;
}

#menu {

}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#menu ul li {
  float: left;
  display: block;
  margin: 0 10px;
}

#menu ul li a {
  float: left;
  text-decoration: none;
  padding: 15px 0px 10px 40px;
  display: block;
  color: #818284;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a#add-files {
  background: url('/images/layout/files-small.jpg') no-repeat left center;
}

#menu ul li a#show-files {
  background: url('/images/layout/documents-small.jpg') no-repeat left center;
}

#menu ul li a#show-prints {
  background: url('/images/layout/printer-small.jpg') no-repeat left center;
}

#menu ul li a#users {
  background: url('/images/layout/users-small.jpg') no-repeat left center;
}

#menu ul li a#shared-documents {
  background: url('/images/layout/shared-small.jpg') no-repeat left center;
}

#menu ul li a#orders, #menu ul li a {
  background: url('/images/layout/link.jpg') no-repeat left center;
}

#content-container {
  padding-bottom: 90px;
  margin-top: 1px;
  /*padding-top: 31px;*/
  /*background: url('/images/layout/title.jpg') no-repeat top;*/
}

.view-content, .new-document {
  padding: 0 20px 20px;
  position: relative;
}

#price-container {
  z-index: 20;
  position: fixed;
  top: 0px;
  right: 10px;
  width: 175px;
  height: 20px;
  padding: 5px;
  border: 2px solid #7997c0;
  background-color: #d1d9e4;
  font-weight: bold;
}

#preview-container {
  z-index: 20;
  position: fixed;
  top: 35px;
  right: 10px;
  width: 175px;
  height: 175px;
  padding: 5px;
  border: 2px solid #7997c0;
  background-color: #ffffff;
  font-weight: bold;
}

#footer {
  background-color: #899CBA;
  position:absolute;
  bottom: 0px;
  text-align: center;
  color: #FFF;
  width: 770px;
  padding: 15px;
  z-index: 10;
}

#footer a {
  font-weight: bold;
  text-decoration: underline;
  color: #FFF;
}

#credits {
  background: #FFF url('/images/layout/logo2.jpg') no-repeat center center;
  margin: 0 auto;
  text-align: center;
  width: 800px;
  height: 40px;
  position: absolute;
  bottom: 0;
}

table.list-items {
  border-spacing: 0 1px;
  width: 762px;
  margin: 10px auto;
  color: #FFF;
  border-collapse: collapse;
}

table.list-items a {
  text-decoration: none;
}

table.list-items a:hover {
  text-decoration: underline;
}

tr.table-title {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 21px;
  background-color: #ffa701;
}

table.list-items tr {
  line-height: 1.5em;

}

table.list-items tr td {
  padding: 5px 8px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

table.list-items tr.odd, #comments ul li.odd {
  background-color: #899CBA;
}

#container table.list-items tr.disabled {
  background-color: #ababab;
}

#container table.list-items .set-pages-count {
  color: #a00000;
  text-decoration: underline;
}
#container .pages-count-form p span.prints-edit-submit {
  margin-top: -5px;
}
#container .pages-count-form p span.last {
  width: 250px;
  margin-left: 10px;
  float: left;
}

table.list-items tr.even, #comments ul li.even  {
  background-color: #6080A0;
}

table.list-items tr.even-last td.first {
  background: #6080A0 url('/images/layout/tr-dark-left.jpg') no-repeat bottom left;
}

table.list-items tr.even-last td.last {
  background: #6080A0 url('/images/layout/tr-dark-right.jpg') no-repeat bottom right;
}

table.list-items tr.odd-last td.first {
  background: #899CBA url('/images/layout/tr-bright-left.jpg') no-repeat bottom left;
}

table.list-items tr.odd-last td.last {
  background: #899CBA url('/images/layout/tr-bright-right.jpg') no-repeat bottom right;
}

#content table.list-items tr a{
  color: #FFF;
}

table.list-items tr th, table.list-items tr td {
  border-right: 1px solid white;
}



table.list-items tr th {
  border-bottom: 1px solid #fff;
}

table.list-items tr th.first {
  background: #ffa701 url('/images/layout/table-top-left.jpg') no-repeat top left;
}

table.list-items tr th.last {
  background: #ffa701 url('/images/layout/table-top-right.jpg') no-repeat top right;
}

table.list-items td.radio, th.radio {
  width: 40px;
}

tr.sum {
  background-color: #ffa701;
  font-weight: bold;
}

#progress {
  margin: 8px;
  width: 220px;
  height: 19px;
}

#progressbar {
  background: url('/images/ajax-loader.gif') no-repeat;
  width: 0px;
  height: 19px;
}

#notice {
  color: #02910D;
  font-size: 18px;
  background: #EDFDD7;
  border-bottom: 1px solid #077C10;
  border-top: 1px solid #077C10;
  padding: 6px 30px;
}

#error {
  border-bottom: 1px solid #cf0000;
  border-top: 1px solid #cf0000;
  background-color: #f8c3c3;
  color: #b70000;
  padding: 6px 30px;
  font-size: 18px;
}

.filter {
  height: 34px;
}

.filter ul {
  list-style: none;
  width: 100%;
  height: 34px;
  padding: 0;
  margin: 10px 0 0 0;
}


.filter ul li {
  float: left;
  background-color: #818285;
  display: inline;
  margin-right: 1px;
}

.filter ul li.first {
  background: #818285 url('/images/layout/button-grey-left.jpg') no-repeat left;
}

.filter ul li.last {
  background: #818285 url('/images/layout/button-grey-right.jpg') no-repeat right;
}

.filter ul li.selected {
  background-color: #899cba;
}

.filter ul li.first-selected {
  background: #899cba url('/images/layout/button-blue-left.jpg') no-repeat left;
}

.filter ul li.last-selected {
  background: #899cba url('/images/layout/button-blue-right.jpg') no-repeat right;
}

.filter ul li a{
  list-style: none;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  display: block;
  float: left;
}

.view-content:after, #content:after, .login form p:after, #menu ul:after, #menu ul li:after, .search .form:after, p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.view-content form.standard p.field, form.standard-form p.field, .view-content form.standard div.field_container {
  clear: both;
  margin: 15px 0 0;
  padding: 20px 1px 1px 1px;
  border-top: 1px solid #CCC;
}

form.standard-form p.normal {
  border: none;
  margin: 15px 5px 0px 5px;
  padding: 0px 5px;
}

.view-content form.standard label, form.standard-form label {
  display: block;
  width: 200px;
  float: left;
  text-align: right;
  font-weight: bold;
}

body.prints label.inner {
  display: inline;
  width: auto;
  float: none;
  text-align: left;
  font-weight: normal;
}

.view-content form.standard p.field  span.odd, form.standard-form p.field span.odd,
.view-content form.standard p.field  span.even, form.standard-form p.field span.even {
  display: block;
  width: 550px;
  float: right;
}

 .view-content form.standard p:after, form.standard-form p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.view-content form.standard textarea, form.standard-form textarea {
  width: 400px;
  height: 140px;
}

span.submit{
  float: right;
}

span.button {
  background: url('/images/layout/button-orange-right.jpg') no-repeat right;
  padding-right: 7px;
  cursor: pointer;
  width: auto;
  height: 35px;
  float: right;
}

.view-content form.standard p.field span.submit {
  width: auto;
  display: inline;
  margin-right: 130px;
}

.view-content form.standard p.field span.prints-edit-submit {
  margin-right: 190px;
}

span.button input, span.button a {
  height: 35px;
  background: url('/images/layout/button-orange-left.jpg') no-repeat left;
  line-height: 35px;
  padding: 0px 1px 0 10px;
  border: 0px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  overflow:visible;
  width: auto;  
}

.view-content form.standard span.submit input{
  float: right;
}

.new-document form p.field {
  padding: 20px 1px 1px 200px;
  border-top: 1px solid #CCC;
  clear: both;
  margin: 15px 0 0;
}

#document_uploaded_data_wrap {
  width: 100%;
}

 #document_uploaded_data_wrap_labels {
  display: inline;
  float: right;
  padding: 0px 20px 20px 0;
  width: 350px;
  margin-top: -20px;
  min-height: 30px;
}

#document_uploaded_data_wrap_labels h4 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
}

#document_uploaded_data_wrap_labels .file_to_upload_container {
  position: relative;
}

#document_uploaded_data_wrap_labels .file_to_upload_container a {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 15px;
}


#document_uploaded_data_wrap_labels .file_to_upload_container .file {
  width: 400px;
  padding-left: 60px;
  float: none;
}


/***************** SAFARI *****************/

@media screen and (-webkit-min-device-pixel-ratio:0){
body .add_documents_button {
  margin-right: 174px !important;
}
}

/****************************************/

.print {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.print-buttons {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  margin: 10px 0;
  height: 20px;
}

.print-buttons input {
  float: left;
}

#add-comment input[type=submit] {
  margin-left: 560px;
}

#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments ul li {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0 15px;
  margin: 8px 0;
}

#comments ul li p, #comments ul li a {
  color: #FFF;
}

#comments ul li a {
  text-decoration: underline;
}

#comments .tools a {
  font-weight: bold;
}

#comments .tools {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 300px;
  height: 30px;
  text-align: right;
}

#comments h3 {
  padding: 10px 0;
}

#comments table.list-items tr td div.inner {
  position: relative;
}

#comments table.list-items tr th, #comments table.list-items tr td {
  border-right: none;
  text-align: left;
}

#comments table.list-items tr th {
  padding-left: 10px;
}


#shared {
  width: 480px;
}

#tag-cloud {
  float: right;
  width: 260px;
  margin-top: 10px;
}


div#tags {
  margin: 1px 0;
  line-height: 1.8em;
  padding: 10px;
  background-color: #89A0C0;
  position: relative;
}

div#tags a{
  color: #fff;
  text-decoration: none;
}
    
div#tags a:hover{
  text-decoration: underline;
}

body.pages-home #shared {
  width: 500px;
}

body.sharing-index #shared table.list-items td.first {
  text-align: left;
  padding-right: 0px;
}

body.sharing-index table.list-items td.first div.container {
  position: relative;
  padding-top: 5px;
}

body.sharing-index #shared table.list-items td, body.sharing-index #shared table.list-items th {
  border-right: none;
}

body.sharing-index #shared table.list-items td {
  padding-top: 0px;
}

body.sharing-index #shared table.list-items td.last {
  width: 5px;
  padding: 0px;
}

body.sharing-index #shared table p {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.sharing-index #shared table p.description a.more{
  font-size: 0.9em;
}

#shared table.list-items{
  width: 100%;
}

#shared table.list-items tr.table-title{
  background: #FFA701;
}

#shared table.list-items tr.table-title th.first, #tag-cloud h3 span.first{
  background: #FFA701 url('/images/layout/table-top-left.jpg') no-repeat top left;
}

#shared table.list-items tr.table-title th.last, #tag-cloud h3 span.last{
  background: #FFA701 url('/images/layout/table-top-right.jpg') no-repeat top right;
}

#tag-cloud h3 span.first, #tag-cloud h3 span.last{
  display: block;
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  padding-left: 10px;
}

/*.view-content form label {
  display: block;
  width: 702px;
  height: 28px;
  line-height: 28px;
  padding: 0 30px;
  color: #FFF;
  font-weight: bold;
  background: url('/images/layout/blue-white-background.jpg') repeat-y;
}

.view-content form span {
  display: block;
  width: 702px;
  padding: 10px 30px 0;
}*/
label.fieldWithErrors {
  color: #dd1111;
  font-weight: bold;
}

textarea.fieldWithErrors, input.fieldWithErrors, select.fieldWithErrors {
  border: 2px solid  #dd1111;
}

.title .fieldWithErrors {
  float: left;
  display: inline;
}
 
span.field-with-errors, span.fieldWithErrors {
  border: 2px solid red;
  padding: 1px 0;
  display: table
}

span.field-with-errors input {
  border: 2px solid red;
}

.popup .license {
  width: 600px;
  height: 400px;
  overflow: auto;
}

.spinner {
  width: 18px;
  margin-left: 5px;
  margin-bottom: -3px;

}

#facebox .popup .actions {
  border-top:1px solid #DDDDDD;
  padding:0.5em 1.5em;
  font-size: 0.8em;
}

#facebox .popup .content .inner {
  padding: 1.5em;
  width: 500px;
}

#facebox .popup form.standard-form .inner {
  padding: 0 0 1.5em 0 ;
  width: 510px;
}

#facebox .popup form.standard-form label {
  width: 60px;
}

#facebox .popup form.standard-form  p.field > span {
  width: 440px;
}



/* VALIDATION ERRORS */

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  margin-left: 20px;
  margin-top: 20px;
}
 
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
 
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
 
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


.pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 1em; }
  .pagination a, .pagination span {
    padding: .2em .3em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: bold;
    background: transparent url(/images/apple-circle.gif) no-repeat 50% 50%; }
  .pagination a {
    text-decoration: none;
    color: black; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }

.css1 {font-size: 1.0em;}
.css2 {font-size: 1.2em;}
.css3 {font-size: 1.4em;}
.css4 {font-size: 1.6em;}
.css5 {font-size: 1.8em;}
.css6 {font-size: 2.0em;}
#cant_share_documents a {
  color: #a00000;
}

#disabled_documents, #cant_share_documents {
  border: 2px solid #899CBA;
  padding: 15px;
  background-color: #bbcddd;
  margin-bottom: 15px;
}
#disabled_documents ul {
  margin: 0px;
  padding: 10px;
}
#disabled_documents ul li {
  list-style-type: none;
}

#disabled_documents ul li input.text {
  width: 60px;
}

#disabled_documents input[type=submit] {
  display: block;
  margin-top: 10px;
}

body .add_documents_button {
  margin-right: 147px;
}

#add_documents_container {
  width: 100%;
}

#available_formats_container {
  width: 100%;
  min-height: 200px;
  padding-top: 35px;
}

#available_formats_container .format-info .icon {
  width: 64px;
  height: 64px;
  float: left;
  display: inline;
}

#available_formats_container li.doc .icon {  background-image: url('/images/icons/doc64.png'); }
#available_formats_container li.docx .icon {  background-image: url('/images/icons/docx64.png'); }
#available_formats_container li.dwg .icon {  background-image: url('/images/icons/dwg64.png'); }
#available_formats_container li.pdf .icon {  background-image: url('/images/icons/pdf64.png'); }
#available_formats_container li.odt .icon {  background-image: url('/images/icons/odt64.png'); }

#available_formats_container .format-info .content {
  width: 280px;
  float: left;
  display: inline;
  padding-left: 10px;
}

#available_formats_container .format-info {
  width: 380px;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  display: inline;
}
#available_formats_container h3 {
  line-height: 1.5em;
  padding-bottom: 10px;
}

#document_uploaded_data_container label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
#document_uploaded_data_container .add-warning {
  float: left;
  width: 350px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.2em;
}

#available_formats_container .format-info .icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}


/* This file skins dialog */

.blue .ui-dialog,
.blue.ui-dialog {
	background-color: #e6f7d4;
}

.blue .ui-dialog .ui-dialog-titlebar,
.blue.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background: #ff9900 url(i/dialog-title.gif) repeat-x;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

.blue .ui-draggable .ui-dialog-titlebar,
.blue.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.blue .ui-draggable-disabled .ui-dialog-titlebar,
.blue.ui-draggable-disabled .ui-dialog-titlebar {
	cursor: default;
}

.blue .ui-dialog .ui-dialog-titlebar-close,
.blue.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(i/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.blue .ui-dialog .ui-dialog-titlebar-close span,
.blue.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.blue .ui-dialog .ui-dialog-titlebar-close-hover,
.blue.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}

.blue .ui-dialog .ui-dialog-title,
.blue.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.blue .ui-dialog .ui-dialog-content,
.blue.ui-dialog .ui-dialog-content {
	margin: 0.5em 1.2em 2.2em 1.2em;
}

.blue .ui-dialog .ui-dialog-buttonpane,
.blue.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.blue .ui-dialog .ui-dialog-buttonpane button,
.blue.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.blue .ui-dialog .ui-resizable-n,
.blue.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }

.blue .ui-dialog .ui-resizable-s,
.blue.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }

.blue .ui-dialog .ui-resizable-e,
.blue.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }

.blue .ui-dialog .ui-resizable-w,
.blue.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }

.blue .ui-dialog .ui-resizable-se,
.blue.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }

.blue .ui-dialog .ui-resizable-sw,
.blue.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }

.blue .ui-dialog .ui-resizable-nw,
.blue.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }

.blue .ui-dialog .ui-resizable-ne,
.blue.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }


#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  /*margin: 0;*/
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


.document_thumbnails {
  width: 150px;
  height: 180px;
  overflow: hidden;
  border: 1px solid #FFA701;
  padding: 10px;
  position: relative;
}

.document_thumbnails .container {
  width: 150px;
  height: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.document_thumbnails .prev, .document_thumbnails .next {
  font-size: 30px;
  position: absolute;
  bottom: 5px;
  display: block;
  width: 20px;
  height: 30px;
  line-height: 30px;
}

.document_thumbnails .info {
  position: absolute;
  display: block;
  bottom: 2px;
  width: 64px;
  font-size: 16px;
  font-weight: bold;
  margin-left: -32px;
  text-align: center;
  line-height: 30px;
  left: 50%;
}

.document_thumbnails .next {text-align: right; right: 35px;}

.document_thumbnails .prev {left: 35px;}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url(/images/rating/delete.gif) no-repeat 0 -16px}
div.star,div.star a{background:url(/images/rating/star.gif) no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px;border:1 solid #FF0000}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
