/* This file will contain all the styles that were previously inline. */

.border-top-ccc {
    border-top: 1px solid #CCCCCC;
}
.iam-text {
	color: #999999;
	font-weight: bold;
}
.position-relative {
	position: relative;
}
.bottom-0 {
	bottom: 0;
}
.display-none {
	display: none;
}
body {
	background-color: #F7F7F7;
}
hr {
	color: #b7ddf2;
}
.footer-background {
	background-image: url(images/footerGrad.jpg);
}
.cell-padding-15 {
	padding: 15px;
}
.w-800 { width: 800px; }
.h-100 { height: 100px; }
.align-center { text-align: center; margin-left: auto; margin-right: auto; }
.w-140 { width: 140px; }
.w-600 { width: 600px; }
.w-15 { width: 15px; }
.w-100 { width: 100%; }
.w-50 { width: 50%; }
.align-right { text-align: right; }
.h-80 { height: 80px; }
.w-350 { width: 350px; }
.w-16 { width: 16px; }
.h-16 { height: 16px; }
img { border: 0; }
table { border-spacing: 0; border-collapse: collapse; }
#left-menu-container { padding: 0 !important; }