body {
  font-family: 'Lucida Grande',sans-serif;
  font-size: 13px;
  color: #333333;
  background: #E6E6E6;
  line-height: 1.5;
}

/*For Drag/Drop*/

body, html {
  height: 100%;
}

a img {
  border: none;
}

a {
  color: #0063DC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  font-size:12px;
  line-height:18px;
}

input.fake, textarea.fake {
  background:none; 
  display:inline; 
  border:none; 
  margin:0;
  text-indent:0;
}

hr {
  border: 1px solid #E4E4E4;
}

table {
  min-width: 400px;
  margin: 3px 0;
}

table tr td, 
table tr th {
  padding: 6px 12px;
}

table tr th {
  padding: 2px 0;
}

.right {
  text-align: right;
}

.error {
  color: #EF3B39;
  margin: 0.5em 0;
}

.wrapper {
  width: 788px;
  margin: auto;
}

#header {
  background: #1E2225;
  height: 50px;
  overflow: hidden;
}

#menu {
  list-style: none;
  float: right;
  margin: 15px 0 0;
  display: block;
}

#menu li {
  display: block;
  float: left;
  line-height: 20px;
  margin: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Myriad Pro",Arial,"Sans Serif";
  text-transform: uppercase;
}

#menu li a {
  color: #CCCCCC;
  text-decoration: none;
}

#menu li a:hover {
  background: transparent;
  color: #fff;
}

#title {
  font-family: "Lucida Grande",Calibri,arial,helvetica,sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  float: left;
}

#title a {
  color: #fff;
}

#title a:hover {
  text-decoration: none;
}

#main {
  padding: 0 2em;
  margin-top: 2em;
  background: #F3F3F3;
  border:10px solid #F3F3F3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -webkit-box-shadow: 0 0 20px #ccc;
  color: #333333;
}

#main.over {
  border:10px solid #333333;
}

#instructions {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  color: #CCCCCC;
}

#instructions li {
  margin-bottom: 1.8em;
}

#instructions li p {
  font-weight:bold;
  margin:0 0 0.5em;
  padding:0;
}

#instructions h2 {
  font-size: 25px;
}

#instructions li, 
#instructions li .fake {
  -webkit-transition: color 0.8s linear;
}

#instructions li a {
  color: #CCCCCC;
}

#instructions li.active a {
  color: #0063DC;
}

#instructions li.active,
#instructions li.active .fake {
  color: #333333;
/*  color: #999999;*/
}

#instructions .fake {
  font-size: 20px;
  color: #ccc;
}

#instructions #link {
  width: 313px;
  margin-right: 10px;
}

#assets,
#remoteAssets {
  margin-bottom: 1em;
}

#assets .items, 
#remoteAssets .items {
  background: #fff;
  border: 1px solid #ccc;
}

#assets .item, 
#remoteAssets .item {
  padding: 5px;
  border-top: 1px solid #E4E4E4;
}

#assets .item:first-child, 
#remoteAssets .item:first-child {
  border: 0;
}

#assets .item .actions,
#remoteAssets .item .actions {
  text-align: right;
}

#footer {
  font-size: 10px;
  margin: 0.8em;
  color: #bbb;
  text-align: center;
}

#footer a {
  color: #bbb;
}

#footer a:hover {
  text-decoration: underline;
}

.flash-update {
  display: none;
}