body {
	background-color:#000;
	font-size:12px;
	font-family:arial;
	font-color:#fff;
}

.tabs {
	display:none;
}
	
td, th{
	border:2px solid white;
	color:white;	
	padding:2px;
	margin:0;
}	

tr {
	background-color:#444;	
	cursor:default;
}

.tabs thead tr{
	background-color:#f58400;	
}

.tabs tbody tr:hover  {
	background-color:#0078a3;	
}

table {
	color:#fff;	
}

.tabs table {
	font-size:12px;
}

div.ui-selectmenu-open {
	position: absolute;
	z-index: 65535;
}			

#pr_starthour, #pr_startmin {
	width:20px;
	font-size:12px;
}

.error {
	display:none;
	font-size:14px;
	font-weight:bold;				
	margin-top:5px;
}

#error_login {
	width:278px;
}

#error_newuser {
	width:330px;
}

#error_newclient {
	width:338px;
}

#error_newproject {	
	width:288px;
}

#error_newstep {	
	width:350px;
}

.file_list {
	font-size:12px;
}

.file_list .ui-button-text {
	font-size:10px;
}

.file_list .ui-button {
	width:35px;
	padding:2px;
}

.no_table {
	width:100%;
}

.no_table td {
	border:none;
	margin:0;
}

input, select {
	width:175px;
	margin:0px;
}

textarea {
	width:175px;
	height:100px;
    resize: none;		
}

.step_help {
	font-size:12px;
}

.hidden {
	display:none;
}

#confirm_msg {
	margin-top:30px;
	font-size:20px;
}

.header {
	border:1px solid white;
	height:50px;
	border-radius:5px;
	color:#fff;
}

.ui-tabs .ui-state-disabled { 
    display: none; /* disabled tabs don't show up */ 
} 

.changes {
	color:#aaa;
	height:400px;
	overflow:auto;	
}

.ajax-file-upload {
  padding:5px;
  background-color:#0078a3;
  border-bottom:1px solid #427BAB;
  border-right:1px solid #427BAB;  
  border-radius:5px;
  float:left;
  color:#FFF;
  font-weight:bold;  
}

.ajax-upload-dragdrop {
  border:2px dashed #f58400; 
  padding:5px;
  width:150px;
  overflow:hidden;
  
  font-size:12px;
  float:left;
}

.ajax-upload-dragdrop span {
  margin-left:10px;
  position:relative;
  top:5px;
  color:#fff; 
  font-weight:bold;
  
}

.ajax-file-upload-progress {
  border:1px solid #427BAB;
  background-color:#64B9E4;
  height:5px;
  
  float:left;  
}

.ajax-file-upload-filename {
  display:none;
}


#steps input:not(.ui-button), #steps textarea {
	width:300px;
}

#steps td:nth-child(odd) {
	width:200px;
}

.tabpage-table {
	max-height:800px;
	overflow-y:auto;
}

.center {
	text-align:center;
}
.paginate_button  {
	padding-left:3px;
	padding-right:3px;
}

.paginate_button:hover  {
	background-color:0078a3;
	cursor:pointer;
}

.paginate_button.current  {
	background-color:#f58400;
	font-weight:bold;	
}