body, html {
	height: 100%;
	min-height: 100%;
}

body {
	background: #f4f4f4 url(/img/bg.gif);
	color: #555;
}

div#loader {
	position: fixed;
	background: #fff;
	color: #666;
	width: 150px;
	top: 0px;
	left: 50%;
	margin-left: -75px;
	z-index: 20000;
	border: 0px solid #eee;
	border-top: 0px;
	padding: 5px;
	font-size: 14px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	display: none;
	box-shadow: 0px 0px 1px #888;
}

h2 {
	color: #007FC7;
	margin-bottom: 25px;
	font-size: 26px;
}

h3 {
	color: #000;
}

h4 {
	color: #677082;
}

label {
	color: #7a7b7f;
}

button.btn img {
	float: left;
	margin-top: 2px;
}

/*** LAYOUT ****/

div#container {
	min-height: 100%;
}

div#header {
	height: 70px;
	background: #232E3D;
	box-shadow: 0 0 4px #666;
	margin-bottom: 20px;
}

div#header div#logo a {
	top: 25px;
	left: 20px;
	position: absolute;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
}

div#content {
	padding-bottom: 40px;
}

div#footer {
	margin: 0;
	text-align: center;
	position: relative;
	clear:both;
	margin-top: -40px;
	height: 20px;
	padding: 10px 0;
	color: #aaa;
	width: 100%;
}

/**** LEFT MENU ****/

li.menu_heading {
	background: #667994;
	border-radius: 4px 4px 0 0;
}

li.menu_heading h4 {
	margin: 0;
	padding: 7px 10px;
	text-transform: Capitalize;
	cursor: pointer;
	color: #fff;
}

/*** OTHER ***/

.green { color: #91cc3a; }
.red { color: #cc3a3a; }
.blue { color: #66abcb; }

div#toolbox { 
	margin-bottom: 15px;
}

div.checkbox-fill {
	background: #d2d3d5;
	display: inline-block;
	padding: 3px 8px;
	margin: 2px;
	border-radius: 4px;
	text-align: center;
	min-width: 60px;
}

div.checkbox-fill input[type="checkbox"] {
	margin-top: 2px;
}

.pagination ul > li > a,
.pagination ul > li > span {
	height: 30px;
}

.pagination ul > li > a .icon {
	margin-top: 6px;
}