tbody {
	background-color:white;
	font-size: 11px;
}

table {
	border-width:1px 0px;
border-style:solid;
border-color: silver;
	width:100%;
color: #4d4d4d;
}

th{
	padding:4px;
	text-align: center;
	background-color: #e6e6e6;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
}

td {
	
	padding:4px;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
	text-align: center;
}
tr:hover {
	
	background-color: #ccebff;
}
td:last-child {
	border-width: 1px 0px 0px 0px;
}
th:last-child {
border:0;
}

.altrow {
	background-color: #f2f2f2;
}





.login {
	margin-top:16px;
	width: 400px;
}

.login form {
	width:100%;
}

#content .login a {
	text-decoration:none;
	display:block;
	width:auto;
}

#content .login a:hover {
background-color: white;
}

form div.submit {
	margin:1em 0px;
	padding:0;
}

input[type="submit"] {
	
}



.dashboardcolumn {
width: 50%;
float: left;
}



xdiv.box { 
	margin:0px;
	min-height:120px;
	display:inline-block;
	vertical-align:top;
	padding:15px 10px;
	width:320px;
	

}

/*
*+html div.box {

	display:inline;
}
*/
/* div.priority:hover,
div.currentjob:hover,
div.ranking:hover,
div.stats:hover 
*/

.box {
	background-color: #f6f6f6;
	border: 2px solid #f0f0f0;
	padding: 10px 10px 10px 10px;
	margin: 5px 20px 20px 0px;
}

.twitter img {
  border: none;
}

#tweets ul {
width:auto;
}

#tweets li {
  list-style:none;
}

.tweet {
  margin-top: 10px;
}

.tweet a {
  color: #555555 !important;
text-decoration: none !important;
}

.box h2 {
margin-top: 0px !important;

}

div.box .progressbar {
  margin-left: 0px !important;
  float: left;
}


fieldset {
margin-top:13px;

}

form legend {
	color: #1598ff;
}

.related{
padding: 20px 0px;
}

td.actions {
  width: 80px;
}

td.actions a {
display: block;
}

td.actions .inactive {
display:block;
}

