/* BitDrop main css file - Aug 28 */
* {
    padding: 0px;
    margin: 0px;
}
html,body {
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    background-color: #e6e6e6;
}
hr {
	margin-bottom: 15px;
	margin-top: 15px;
	border-width: 0px;
	height: 1px;
	background-color: #cccccc;
}
ol {
    list-style-position: inside;
    list-style-type: none;
}
#box {
    width: 755px;
    font-size: 20px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    margin: 25px auto;
    -moz-box-shadow: 0px 1px 2px #888;
    -webkit-box-shadow: 0px 1px 2px #888;
    box-shadow: 0px 1px 2px #888;
}
h1 {
    margin-bottom: 5px;
    color: #333333;
    font-size: 38px;
}
h1 a {
	color: #4c4c4c;
	text-decoration: none;
}
h1 span { color: black }
#left {
    width: 310px;
    padding: 20px;
    float: left;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
}
#right {
    width: 310px;
    padding: 20px;
    float: left;
    
}
ol#steps li { margin-top: 22px }
ol#steps li span {
    padding: 3px;
    background-color: #e6e6e6;
}
.round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    display: block;
    background-color: #eeeeee;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.uis {
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
}
.uisg {
    background-color: #e7f6e2;
    color: #639733;
    border: 1px solid #76ad1f;
}
.uisr {
    background-color: #f9dfdc;
    color: #9b3943;
    border: 1px solid #b24149;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
thead tr .del { color: #dcdcdc }
table tbody tr td,
table tbody tr th,
table thead tr th {
    border-bottom: 1px #ebebeb solid;
    padding: 5px;
    text-align: left;
}
table tbody tr:hover { background: #f0f0f0 }
.del {
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}
tr:hover .del { color: #808080 }
tr:hover .del:hover { color: black }
tr:last-child { border: 0 }
tr:nth-child(even) { background: #f9f9f9 }
.editor {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    padding: 25px;
    margin: 20px;
    -moz-box-shadow: 0px 1px 2px #888;
    -webkit-box-shadow: 0px 1px 2px #888;
    box-shadow: 0px 1px 2px #888;
}
tfoot td {
    padding: 20px;
    font-size: 18px;
    text-align: center;
}
tfoot span {
    font-weight: bold;
    padding: 5px;
    background-color: #e6e6e6;
    color: #333333;
}
b {
	font-weight: bold;
}
.hash { color: #191919; }
#right span {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #ededed;
}
.editorfloat
{
	float: right;
}a.logout {
	font-size: 18px;
	color: #191919;
}
.green
{
    margin-left: 105px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2),inset 0px 1px 0px rgba(255,255,255,.6);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
    box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
    
    text-shadow: 0px 1px 0px rgba(255,255,255,.4);
    
    color: #4c6933;
    background:  #c1e594;
    background: -moz-linear-gradient( #c1e594, #9ac269);
    background: -webkit-linear-gradient( #c1e594, #9ac269);
    background: -o-linear-gradient( #c1e594, #9ac269);
    background: -ms-linear-gradient( #c1e594, #9ac269);
    background: linear-gradient( #c1e594, #9ac269);
    border: 1px solid #8abf5d;
}
.green:hover
{
    color: #677C47;
    background:  #D7ECB5;
    background: -moz-linear-gradient( #D7ECB5, #B9E07C);
    background: -webkit-linear-gradient( #D7ECB5, #B9E07C);
    background: -o-linear-gradient( #D7ECB5, #B9E07C);
    background: -ms-linear-gradient( #D7ECB5, #B9E07C);
    background: linear-gradient( #D7ECB5, #B9E07C);
}
.green:active
{
	position: relative;
	top: 1px;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2),inset 0px 1px 0px rgba(255,255,255,.6);
    -moz-box-shadow: 0 0px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
    -o-box-shadow: 0 0px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
    box-shadow: 0 0px 1px rgba(0,0,0,.2), inset 0 1px 0px rgba(255,255,255,.6);
}
#link
{
	text-align: center;
	margin-top: 25px;
}
iframe{
	display: none;
	overflow: hidden;
	border-width: 0px;
	width: 350px;
	height: 50px;
}

#progress_outline {
	margin-top: 15px;
	width: 350px;
	padding: 5px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#progress_bar {
	background-color: #e6e6e6;
	height: 30px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px 
}
#progress_done {
	height: 30px;
	background-color: #e7f6e2;
	width: 0px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px
}
#progress_done a {
	color: #191919;
}
#num {
	text-align: center;
	width: 350px;
	position: relative;
	color: #333333;
	padding-top: 3px;
}