body {
  	/*background-color: #201C1C;*/
  	color: white;
	border-color: #929ba6;
	/*background: #a7b2be url(../img/fabric.png);
	background: url(../img/fabric.png), -webkit-gradient(linear, left top, left bottom, from(#5d656e), to(#a7b2be)) repeat-x, #a7b2be;
	background: url(../img/fabric.png), -webkit-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
	background: url(../img/fabric.png), -moz-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
	background: url(../img/fabric.png), -ms-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
	background: url(../img/fabric.png), -o-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
	background: url(../img/fabric.png), linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;*/
	background-color: lightsteelblue;
	/*width: 90%;*/
}
.with-mid-padding {
   	padding: 10px;
}
.with-small-padding {
	padding: 5px;
}
.content-box {
	margin: 10px;
	width: 336px;
	height: 261px;
	float: left;
}
.content-header {
	background-image: url(../img/scratches.png),-webkit-linear-gradient(top,#aaa,#f2f2f2 25%,#fff 38%,#c5c5c5 63%,#f7f7f7 87%,#aaa);
	height: 35px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4c4c4c;
}
.content-body {
	height: 226px;
	overflow: overlay;
}
.content-body-header {
	padding: 5px;
	width: 190px;
}
.content-body-content {
	font-weight: normal !important;
}
.small-content-box {
	margin-bottom: 10px;
	margin-left: 15px;
	width: 336px;
	height: 126px;
	float: left;
}
.large-content-box {
	margin: 10px;
	height: 36px;
	float: left;
}
.box-bordered {
	-webkit-box-shadow: 4px 4px 2px #000000;
	-moz-box-shadow: 4px 4px 2px #000000;
	box-shadow: 4px 4px 2px #000000;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.bg-orange {
	background-color: #F29500;
}
.bg-grey {
	background-image: -webkit-linear-gradient(top,#5d656e,#a7b2be),none;
	background-image: -moz-linear-gradient(top,#5d656e,#a7b2be),none;
	background-image: -ms-linear-gradient(top,#5d656e,#a7b2be),none;
	background-image: -o-linear-gradient(top,#5d656e,#a7b2be),none;
	background-image: linear-gradient(top,#5d656e,#a7b2be),none;
}
.text-black {
	color: black;
}
.text-silver {
	color: silver;
}
.text-green {
	color: #35aa47;
}
.text-red {
	color: #D91E18;
}
.select-chosen {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.div-content-font {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.bootstrap-dialog-message {
	color: black;
}