/******************** CLASSES ****************************/
.bodyBg { 
        background: url('../images/light-grey-reverse.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.paddedcontainer{
	padding:10px;
}
.titlebox{
/* 	background-color: #1BA1E2; */
	padding:10px;
}
.tbold{
	font-weight:bold;
}
.twhite{
	color:#ffffff;
}
.bcontainer{
/*  	background-color: #000000; 	 */
}

/************************* IDS **************************/

#displayBox{
	padding-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:10px;
}