﻿body {
	background-image: url(/assets/img/noisy_grid.png);
}
	
.bplace {
	margin-bottom: 5px;	
}	

.progress {
    width: 315px;
}

#upload-form {
	margin-left: 12px;
}

#uploadOutput {
	margin-left: 12px;
}

#logo > img {
	margin-top: 12px;
}

#banner > img {
	margin-top: 32px;
	margin-left: 22px;
}

.links > div > div {
	margin-bottom: 2px;
}

.logo-title2 {
	margin-left: 10px;
}

.logo-title {
	margin-left: 10px;
	margin-bottom: 20px;
}

.hidden {
	display: none;
}

#selectedFiles {

}

.link {
	width: 98%;
}

.add-on {
	width: 70px !important;
}

#list {
	margin: 0 auto;
	margin-top: 20px;
	width: 940px;
	text-align: left;

}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color: white;
	background-color: #3B52A3;
}

a {
color: #3B52A3;
text-decoration: none;
}

.btn-primary {
	background-color: #34488e;
	background-image: -ms-linear-gradient(top, #3B52A3, #34488e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3B52A3), to(#34488e));
	background-image: -webkit-linear-gradient(top, #3B52A3, #34488e);
	background-image: -o-linear-gradient(top, #3B52A3, #34488e);
	background-image: -moz-linear-gradient(top, #3B52A3, #34488e);
	background-image: linear-gradient(top, #3B52A3, #34488e);
	background-repeat: repeat-x;
	border-color: #34488e #34488e #003580;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3B52A3', endColorstr='#34488e', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #34488e;
	*background-color: #34488e;
}



.btn-success {
	background-color: #5BB75B;
	background-image: -ms-linear-gradient(top, #4aa33b, #418e34);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4aa33b), to(#418e34));
	background-image: -webkit-linear-gradient(top, #4aa33b, #418e34);
	background-image: -o-linear-gradient(top, #4aa33b, #418e34);
	background-image: -moz-linear-gradient(top, #4aa33b, #418e34);
	background-image: linear-gradient(top, #4aa33b, #418e34);
	background-repeat: repeat-x; 
	border-color: #418e34 #418e34 #387038;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4aa33b', endColorstr='#418e34', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #418e34;
	*background-color: #418e34;
}


.page {
	text-align: center;

}

.toppos {
	margin-top: 20px;
}

.image {
	 text-align: center;
}

#fullsized {
	    
}

hr {
  margin: 3px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}
