/* @override 
	http://localhost:8888/clients/css/screen.css
	http://www.myshell.it/reserved/css/screen.css
*/

/* Reset CSS Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font: 0.8em/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.file-list a {
  text-decoration: none;
  color: #FF9933;
  height: 22px;
  line-height: 24px;
  padding: 2px 4px;
}

div.file-list a:hover {
  color: #FFF;
  background-color: #FF9933;
}

div#header {
  border-bottom: 4px solid #999;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #CCC;
  background-color: #000;
}

div.wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto

;
  /*overflow:hidden;*/
	position: relative;
}

/*#header h1 {
	text-transform: uppercase;
	color: #ff9933;
	line-height: 30px;
	font-size: 25px;
}*/

#header h1 {
  text-indent: -9999px;
  background: url(../images/general/logo.jpg) no-repeat;
  width: 190px;
  height: 86px;
}

#header h2 {
  color: #ff9933;
  font-size: 12px;
  line-height: 20px;
}

div#log-out {
  float: right;
}

div#log-out p a {
  color: #CCC;
  text-decoration: none;
}

div#log-out p a:hover {
  color: #EEE !important;
}

div#content {
  padding: 10px 20px 20px;
}

p.smaller {
  font-size: 0.7em;
  color: #666;
}

div#footer {
  border-top: 1px dashed #FF9933;
  margin-bottom: 30px;
}

div#footer p {
  font-size: 0.65em;
  line-height: 1.5em;
  padding-top: 5px;
}

div.float-fixer {
  clear: both;
}

h2.category {
  float: right;
  padding-top: 10px;
  padding-right: 14px;
  margin-top: 22px;
  font-size: 11px;
}

div.file-list {
  background: url(../images/bg/file-list.jpg) no-repeat right 22px;
  margin-bottom: 35px;
  min-height: 100px;
}

div.head {
  float: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

div.head p {
  font-weight: bold;
  font-size: 0.9em;
  color: #999;
}

div.file {
  float: left;
  clear: left;
  margin-bottom: 5px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 4px;
}

div.file-icon {
  float: left;
  width: 50px;
  height: 22px;
  display: block;
}

div.file-upload-date {
  float: left;
  width: 140px;
  height: 22px;
  display: block;
}

div.file-name {
  overflow: hidden;
  float: left;
  width: 250px;
  height: 22px;
  display: block;
}

div.file-dimension {
  float: left;
  width: 100px;
  height: 22px;
  display: block;
  margin-left: 10px;
}

div.file-options {
  float: left;
  height: 22px;
  display: block;
  width: 130px;
}

div.file-downloads {
  float: left;
  width: 120px;
  height: 22px;
  display: block;
}

div.form-label {
  float: left;
  width: 150px;
  height: 24px;
  clear: left;
}

small {
  font-size: 0.8em;
  color: #666
}

div.form-field {
  float: left;
  width: 250px;
  height: 24px;
  clear: right;
}

div.file p {
  line-height: 22px;
  font-size: 0.75em;
}

img {
  display: block;
}

/* LOG-IN PAGE */

div#error-box {
  width: 470px;
  margin: -10px auto 5px;
  background: url(../images/bg/error-box.jpg) center bottom;
}

div#error-box p {
  text-align: center;
  font-size: 0.9em;
  line-height: 2em;
  color: #333;
}

input.error {
  border-color: #ff9999 !important;
}

div#log-box {
  width: 480px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/bg/log-box.jpg) no-repeat;
}

div#logo {
  padding-top: 20px;
  width: 190px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

div#form-box {
  padding-top: 30px;
}

div#form-box label {
  color: #CCC !important;
}

div.field, div.button {
  float: left;
  clear: left;
  padding-left: 55px;
  padding-right: 55px;
  width: 370px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

div.field label {
  float: left;
  margin-bottom: 4px;
  color: #333;
  font-size: 0.9em;
}

div.field input {
  clear: left;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  height: 23px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-image: url(../images/bg/input.jpg);
}

div.button {
  text-align: right;
}

input#submit {
  width: 120px;
  height: 30px;
  text-indent: -9999px;
  border-style: none;
  background: url(../images/bg/button.jpg) no-repeat left top;
  cursor: pointer;
}

input#submit:hover {
  background-position: left bottom;
}

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

div.sub {
  width: 80%;
  overflow: auto;
}

div.sub>div {
 

}

ul.secondary-links {
  margin-bottom: 20px;
  clear: both;
  display: block;
  border-bottom: 1px solid #ccc;
  height: 22px;
}

ul.secondary-links li {
  float: left;
  margin-right: 10px;
}

ul.secondary-links a {
  background: #F0A031;
  background: #eee;
  padding: 3px 10px;
  border: 1px solid #ccc;
  height: 15px;
  color: #444;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  float: left;
}

ul.secondary-links a.sel {
  background: #fff;
  border-bottom: 1px solid #fff;
}

ul.secondary-links a:hover {
  color: #222;
}

a.operations {
  color: #FF9933;
  line-height: 22px;
  padding: 2px;
  text-decoration: none;
}

.notify {
  border: 1px solid #DDDDDD;
  clear: both;
  margin: 0 14%;
  opacity: 0.9;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 70%;
  top: -29px;
}

.ok {
  background: #eaf5d7;
  border-color: #cee6a4;
}

.err {
  background: #f3e3e3;
  border-color: #e6a4a4;
}

input[type=text] {
  width: 90%;
  border: 1px solid #ccc;
  height: 18px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: arial;
  background-image: url(../images/bg/input.jpg);
}

input[type=submit] {
  width: auto;
  border: 1px solid #aaa;
  height: auto;
  padding: 0 8px;
  margin: 0;
  font-size: 12px;
  background-image: #aaa url(../images/bg/input.jpg);
}

input.editor_field {
  width: 130px;
  margin-right: 3px;
}

.editor_cancel_link {
  text-decoration: none;
  color: #323232;
  padding: 2px;
  font-size: 0.8em
}

/* table view // start here				*/

/* edit time: 2010-03-17 19:49:11 		*/

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

table.tablist {
  width: 800px;
}

.tablist th {
  color: #999999;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.tablist td {
  vertical-align: middle;
  padding: 4px 0;
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}

th.file-icon {
  width: 50px
}

th.file-name {
  width: 250px;
  cursor: pointer
}

th.file-dimension {
  width: 100px;
  cursor: pointer
}

th.file-upload-date {
  width: 140px;
  cursor: pointer
}

th.file-downloads {
  width: 120px
}

th.file-options {
  width: 140px
}

th.sortdesc {
  text-decoration: underline;
  background: url(../images/down.gif) no-repeat 90% 60% !important;
  color: #4f4f4f !important;
}

th.sortasc {
  text-decoration: underline;
  background: url(../images/up.gif) no-repeat 90% 60% !important;
  color: #4f4f4f !important;
}

h2.category {
  margin-top: 28px;
}

div.file-list {
  background-position: right 28px;
}

/* END									*/

/* edit time: 2010-03-17 19:49:11 		*/

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