html, body {
	height: 100%; /* needed for container min-height */
}

body {
	color: #4D4D4D;

	background: #4D4D4D; /* url("../img/bg4.gif") repeat;*/
}

a {
	color: #4D4D4D;
}

a:hover {
	text-decoration: none;
}


#trailimageid{

}
#mainbox {
	width: 1150px;
	/*height: 100%;*/
	/*min-height: 850px;*/
}

#loginform {
	margin: 10%;
	color: white;
}

.footer {
	margin-top: 40px;
	width: 96%;
	margin-left: 2%;
}

.footer a {
	color: white;
	float: right;;
}

.footer hr {
	margin: 0;
	padding: 0;
}

.table {
	background-color: white;

}

.infoalert {
	float: right !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border: 1px solid white !important;
	height: 10px !important;
	line-height: 10px !important;
	margin-top: 4px !important;
}

body #infoModal {

	width: 750px;
	/*must be half of the width, minus scrollbar on the left (30px)*/
	margin: -345px 0 0 -375px;
}

.bankDetail .icon-check, .bankDetail .icon-check-empty {
	float: left;
	padding-right: 4px;
}

.saveform {
	display: none;
}

.control-group {
	margin-bottom: 10px !important;
}

.cenalink {
	cursor: pointer;
}

.grid-gridForm .mapdata {
	font-size: 10px;
	margin-left: 5px;
	display: block;
	float: left;
	line-height: 10px
}
.grid-gridForm .icon-2x {
	float:left;
}
.grid-gridForm .prices {
	font-size: 11px;
}
.grid-gridForm .htmonost {
	font-size: 11px;
}
.grid-gridForm .primaryprice {
	font-size: 12px;
	font-weight: bold;
}
.grid-gridForm .notes {
	font-size: 11px;
	border: 2px solid rgba(255, 0, 0, 0.44);
	width: auto;
	min-height: 80px;
	padding: 1px 3px;
	margin-top: 10px;
}

.stavlink .btn{
	min-width: 80px;
	font-size: 16px;
	font-weight: bold;
}

.main-content{
	background-color: white;
	padding: 10px;

}


