/*******************************************************************************
  Mostly hacks :)
*******************************************************************************/

#account_details dt, #account_details dd {
  padding: 5px;
  font-size: 11px;
}

#account_details dt {
  float: left;
  width: 100px;
}

#account_details dd {
  padding-left: 100px;
  border-bottom: 1px solid #e8e8e8;
}

#companies td, #projects td, #categories td {
  padding: 5px;
  vertical-align: middle;
}

#companies td a, #projects td a, #categories td a {
  color: #950000;
}

#companies td.options,
#projects td.options,
#categories td.options,
#project_list th.import_all {
  width: 80px;
  text-align: center;
  padding-left: 0px;
  line-height: 230%;
}

#companies td.options a,
#projects td.options a,
#categories td.options a,
#project_list th.import_all a {
  color: #666;
  font-size: 9px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 100%;
}

a.button_add {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#F3F2E2;
	border:1px solid #DEDAAF;
	color:#333333;
}

a.button_add:hover {
  background-color: #ddd;
}

#companies td.options a.button_add,
#projects td.options a.button_add,
#categories td.options a.button_add,
#project_list th.import_all a.button_add {
  background-image: none;
  padding: 3px 3px;
  float: none;
  text-decoration: none;
  color: #333;
  line-height: 100%;
}

#companies_list td, #bc_project_list td, #categories_list td {
  vertical-align: middle;
}

.common_table {
	border-top:none !important;
	margin-top:13px;
}

/*******************************************************************************
  Submit user roles hack :)
*******************************************************************************/

#companies td.details {
  padding-right : 200px;
}

#companies td.details .ctrlHolder {
  margin: 5px 0;
}

#companies td.details #isAdmin {
  margin-left: 146px;
}

#companies td.details #canSeePrivate {
  margin-left: 29px;
}

#companies td.details #cannotSeePrivate {
  margin-left: 11px;
}

/*******************************************************************************
  General
*******************************************************************************/

p.details {
	color: #999999;
}

p.all_done {
	display: none;
	text-align: center;
	color: green;
	padding: 16px 0;
	font-size: 15px;
}