html, body {
    background: #222;
    margin: 0;
    padding: 0;
    height: 100%;
  }


form, object {
    margin:0;
    padding:0;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.right { float:right !important; display: block; }

input, textarea {
    background: #4B4B4B;
    width: 200px;
    height: 15px;
    font: normal 11px/15px tahoma, verdana, arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 10px 0px 5px;
    border: 0px;
    margin: 2px 0px 2px 0px;
    float:left;
}

img.submit {
	cursor: pointer;
	cursor: hand;
	margin: 0 5px 0 5px;
}

input.submit {
	width: auto;
	font-weight: bold;
	float: right;
}

input.checkbox {
	width: auto;
	padding: 0;
	margin: 0;
	background: #222;
}


fieldset {
    border:0;
    margin:0;
    padding:0;
  }


textarea {
    overflow: hidden;
    height: 100px;
  }


select, option {
    background: #4B4B4B;
    border: 0px;
    margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	font: normal 11px/15px tahoma, verdana, arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
select {
    width: 214px;
}

label {
    display: block;
    float: left;
    width: 120px;
    clear: both;
    margin: 2px 0px 2px 0px;
  }


.clear {
    line-height: 5px;
    height: 5px;
    clear: both;
    width: 100%;
    display: block;
  }


.main {
    background: #000 url(../img/main.gif) left top no-repeat;
    width: 740px;
    overflow:hidden;
    margin: auto;
    padding: 190px 30px 30px 30px;
  }

.footer {
   font: normal 11px/15px tahoma, verdana, arial, sans-serif;
   color: #aaa;
   display: block;
   width: 740px;
   margin: auto;
   text-align: center;
}

.footer a {
	text-decoration: none;
}

.container {
    padding: 20px 20px 20px 20px;
    background: #333;
    font: normal 11px/15px tahoma, verdana, arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
  }


h1 {
    font: bold 20px/30px "Arial Narrow", Arial, "Arial Rounded MT Bold", "Arial Black";
    color: #fff;
    font-variant: small-caps;
    padding: 0;
    margin: 0px 0px 20px 0px;
  }


.menu a {
    color: #ccc;
    text-decoration: none;
    padding: 2px 20px 2px 20px;
    margin: 0px 2px 0px 0px;
    display: block;
    background: #444;
    float: left;
  }


.menu a:hover {
    color: #fff;
    background: #555;
  }


.tbHeader {
    font-weight : bold;
  }


.tbRow {
    background-color : #333;
    cursor : inherit;
  }


.tbRow:hover {
    background: #444;
	cursor: pointer;
	cursor: hand;
}

.formUser, .fileSend {
	padding: 20px;
	background: #222;	
}

.imgBut {
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
}

.addUser {
	background:#222;
	padding:20px;
	margin-bottom: 20px;
}


/* size info bar */
.sizeinfo {
	display: block;
	width: 220px; 
	height: 20px;
	float: right;
	font-size: 9px;
	padding: 8px 0px 0px 0px;
	text-align: right;
}
.sizeinfo table {
	float: left;
	margin: 1px 2px 0px 0px;
}
.sizeinfo td.bar {
	width: 175px;
	height: 10px;
	background: #222;
	padding: 0px 1px 1px 1px;
}

.sizeinfo td.progress {
	background: #999;
	height: 10px;
}


.loader
{
	width: 100%;
	height: 24px;
	display: block;
	background: transparent url(../img/loader.gif) center center no-repeat;
}

#addFileCnt,.filter {
	padding: 0 0 20px 0;
}





/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #bbb;
	background-color: #333;
	border: 1px solid #333;
}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #333;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #555;
	border: 1px solid #555;
	color: #F58735;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #555;
	border: 1px solid #555;
	cursor: pointer;
	color: #F58735;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: #555;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #fff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #555;
	font-weight: bold;
	padding: 0px;
	border:0;
}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	display: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #555;
	border:0;
	font-weight: bold;
	}

