html {
  height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "lucida console", sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
  height: 100%;
}

th
{
	text-align: left;
}

a
{
	text-decoration: none;
 	color: #0000a0;
    margin: 0px;
}

table
{
	border-collapse: collapse;
}

td
{
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
}

pre
{
	font-family: "Courier New", Courier, monospace;
}

button
{
  margin-top: 0;
}

/* Tabbar
----------------------------------*/
#title
{
	font-size: 32px;
	float: left;
	position: relative;
	padding-right: 30px;
	color: #e0e0e0;
	font-family: Times, serif;
}

#tabbar
{
	border-top: 4px solid #d20000;
	height: 35px;
	color: #000000;
	border-bottom:  1px solid #505050;
	padding-left: 30px;
	background: url('../img/navigation.png') repeat-x;
}

.tab
{
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	position: relative;
	top: 10px;
	background-color: #202020;
	border-top: solid 1px #505050;
	border-left: solid 1px #505050;
	border-right: solid 1px #505050;
}

.tab a
{
	text-decoration: none;
	color: #ffffff;
}

.tab:hover, .tab.selected
{
	background-color: #ffffff;
}

.tab:hover a, .tab.selected a
{
	color: #000000;
}

/* Toolbar
----------------------------------*/

#toolbar
{
  height: 40px;
  background: url('../img/toolbar.png') repeat-x;
  padding-left: 10px;
  position: relative;
  border-bottom: solid 1px #d7d6d6;
  /* width: 100%; */
  clear: both;
}

#toolbar ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#toolbar li
{
  margin-top: 3px;
  padding-right: 4px;
  list-style-type: none;
  float: left;
}

.ui-progressbar
{
  margin-top: 0;
  width: 300px;
}

.ui-progressbar-value
{
  background-image: url(../img/progressbar.gif);
}

.progresstext
{
  height: 0;
  color: gray;
  font-weight: bold;
  position: relative;
  left: 10px;
  top: -22px;
  z-index: 1;
}

.progresshelp {
  position: relative;
  left: 280px;
  top: -22px;
  cursor: help;
  display: none;
}

#about_dialog p {
  margin-top: 10px;
}

#about_dialog p a {
  text-decoration: underline;
}

a {
  cursor: pointer;
}


button.action {
  padding: 1px !important;
}
div.actions .ui-button-text {
  margin-left: 4px !important;
}

.ui-button-icon-primary {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-left: 3px;
}

#content {
  background: #f7f7f7;
  float: left;
  min-width: 300px;
  width: calc(100% - 20px);
  height: calc(100% - 110px);
  padding: 10px 10px;
}

#help {
  float: right;
  width: 150px;
  background: white;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #DBDBDB;
}

#show-help {
  display: none;
  float:right;
  padding: 5px;
}

div#newproject {
    margin-top: 0px;
}

.wrapper-header {
    font-size: 15px;
    font-weight:bold;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #e8e8ff;
}

.wrapper {
    border: 1px solid #DBDBDB;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
