body {
	background-color: #f4f5f6;
	height: 100%;
}
html * {
    font-family: Arial, Helvetica, Verdana;
}
a, a:active {
	outline: none !important;
	color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* reverse captcha */
#username {
	position: absolute;
	top: -500px;
	left: -3000px;
}


#loading {
	z-index: 10000;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	display: none;
}

#header {
	padding: 10px;
	height: 108px;
	background: #e6f0f7 url('/logo.png') 10px 10px no-repeat;
}

#citylaw, #citylaw a {
	height: 104px;
	width: 330px;
}

#citylaw {
	background: #eef4f9 url(http://www.nyls.edu/images/NYLS/centers/logos.png) -33px -117px no-repeat;
	float: right;
	border: 1px solid #fff;
}

#citylaw a {
	display: block;
}

#utility_links a {
	margin-right: 10px;
}

#utility_links {
	position: relative;
	float: left;
	top: 70px;
}

#login {
	margin: 0 auto;
	width: 310px;
	text-align: right; 
}

#actions ul, #current ul {
	margin: 0;
}

#actions li,
#current li {
	display: inline;
	float: left;
}

#actions li,
#current li,
.ui-dialog-titlebar-close,
button,
#files_list div  input.remove,
input[type="submit"],
#add_user,
#citylaw a {
	text-indent: -9999px;
}

#actions a,
#current a {
	height: 35px;
}

#actions li a:link, #actions li a:visited,
#current li a:link, #current li a:visited {
	display: block;
} 

a.rename img,
#actions li a,
#current li a,
.ui-dialog-titlebar-close,
button,
#files_list div  input.remove,
.SI-FILES-STYLIZED div#multiple_upload,
#entries .entry  img,
input[type="submit"],
#add_user {
	background-image: url('/sprite.png');
	width: 150px;
}

#login input[type="submit"] {
	background-position: 5px -341px;
	height: 30px;
	width: 100px;
}

#add_directory {
	background-position: 0 -10px;
}

#add_files {
	background-position: 0 -43px;
}

#delete {
	background-position: 0 -403px;
}

#up {
	background-position: 0 -117px;
}

#go_home {
	background-position: 0 -144px;
}

#add_user {
	display: block;
	background-position: 0 -275px;
	height: 30px;
	margin-bottom: 10px;
}

#entries {
	clear: both;
	padding: 20px;
}

#entries .entry {
	margin: 5px 0;
}

#entries .entry  img{
	width: 35px;
	height: 35px;
	border-width: 0;
	background-position: -203px -227px;
}

#entries .entry input{
	margin: 0 5px;
}

#entries .entry a:link, #entries .entry a:visited { 
	text-decoration: underline;
}

#entries .entry a:hover {
	text-decoration: none;
}

#empty {
	margin: 0 auto;
	padding: 2px;
	color: #f00;
	text-align: center;
}

div.field {
	margin: 10px 0;
}

div.field label { 
	display: block; 
	width: 100px; 
	float: left; 
	text-align: right; 
}

.create-button {
	background-position: 0 -278px;
	height: 35px;
	width: 130px;
}

.update-button {
	background-position: 0 -372px;
	height: 35px;
	width: 123px;
}

#edit_user_dialog {
	display: none;
}

/* -------------------- */
/* Dialog */
/* -------------------- */

.ui-dialog-container {
	background-color: #edeff1;
	border: 1px solid #000;
}

.ui-dialog-titlebar {
	background-color: #fff;
	height: 35px;
}

.ui-dialog-titlebar-close {
	cursor:default;
	height: 30px;
	position:absolute;
	right:7px;
	top:6px;
	width: 100px;
	background-position: 0 -185px;
}

.ui-dialog-title {
	color:#000;
	font-weight:bold;
	left:4px;
	margin-left:5px;
	position:relative;
	top:7px;
}

.ui-dialog-content,
.ui-dialog-buttonpane {
	margin: 1em;
}

input[type="submit"], button {
	height: 35px;
	margin-right: 10px;
	border: 1px solid #000;
}

.ok-button {
	width: 78px;
	background-position: 0 -211px;
}

.cancel-button {
	width: 108px;
	background-position: 0 -242px;	
}

#errors, #user_errors {
	border: 1px solid #f00;
	padding: 3px;
	background-color: #fdebf8;
}

.error_list li {
	list-style-type: none;
	font-size: 10px;
}

#upload_files_dialog {
	padding: 10px 0 0 20px;
}

/* -------------------- */
/* Files */
/* -------------------- */

#files_list {
	margin: 5px auto;
	width: 360px;
	border: 1px solid #000;
	padding:5px;
	background-color:#fff;
	font-size:x-small;
}

#files_list div  input.remove {
	margin-left: 5px;
	width: 21px;
	height: 21px;
	background-position: -157px -93px;
	border-width: 0;
	background-color: #fff;
}




/* -------------------- */
/* File dialog */
/* -------------------- */
.SI-FILES-STYLIZED div#multiple_upload
{
	width: 104px;
	height: 27px;
	background-position: 5px -315px;	

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED div#multiple_upload input.upload
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* -------------------- */
/* jTPS grid */
/* -------------------- */

.jTPS {
	font-size: 12px;
}

.jTPS tbody tr td a {
	margin: 0 4px;
}

.jTPS tbody tr:hover {
	background: #eee;
}

/* -------------------- */
/* File extensions */
/* -------------------- */

/* -------- First Column --------- */
.js {
	background-position: -203px -14px !important;
}

.vbs {
	background-position: -203px -49px !important;
}

.pdf {
	background-position: -203px -86px !important;
}

.txt {
	background-position: -203px -122px !important;
}

.real, .rm {
	background-position: -203px -263px !important;
}

.txt {
	background-position: -203px -122px !important;
}

.chm {
	background-position: -203px -157px !important;
}

.mdf, .db, .accdb {
	background-position: -203px -192px !important;
}

.ppt, .pptx {
	background-position: -203px -297px !important;
}

.avi {
	background-position: -203px -332px !important;
}

/* -------- Second Column --------- */
.mpg {
	background-position: -238px -14px !important;
}

.wmv {
	background-position: -238px -49px !important;
}

.ini {
	background-position: -238px -86px !important;
}

.mp3 {
	background-position: -238px -122px !important;
}

.wav, .ogg {
	background-position: -238px -157px !important;
}

.mov, .qt {
	background-position: -238px -192px !important;
}

.wma {
	background-position: -238px -227px !important;
}

.xls, .xlsx {
	background-position: -238px -263px !important;
}

.dll {
	background-position: -238px -297px !important;
}

.htm, .html {
	background-position: -238px -332px !important;
}

/* -------- Third Column --------- */


.xml {
	background-position: -272px -14px !important;
}

.doc, .docx {
	background-position: -272px -49px !important;
}

.xsl {
	background-position: -272px -86px !important;
}

.rtf {
	background-position: -272px -122px !important;
}

.aac {
	background-position: -272px -157px !important;
}

.css {
	background-position: -272px -192px !important;
}

.jpg, .jpeg {
	background-position: -272px -227px !important;
}

.gif {
	background-position: -272px -263px !important;
}

.png {
	background-position: -272px -297px !important;
}

.bmp {
	background-position: -272px -332px !important;
}

/* -------- Fourth Column --------- */

.dir {
	background-position: -306px -14px !important;
}

#failed {
	border: 1px solid red;
	margin: 15px 0;
	padding: 5px;
	text-align: center;
}

#entries .entry a {
	margin-left: 10px;
}

#entries .entry a.rename img {
	width: 20px;
	height: 20px;
	background-position: -157px -120px;
}

#forgot_password_container {
	margin: 10px 0;
}

#password_sent,
#password_not_sent {
	display: none;
	border: 1px solid #0f0;
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	font-size: 11px;
}

#password_not_sent {
	border-color: #f00;
}

.clippy {
	/*display: none;*/
}

