/*.top_box {
    background: black;
    height: 150px;
	width: 95%;
    color: white;
    -webkit-border-radius:5px 5px 5px 5px;
    -webkit-background-clip:padding-box;
    -moz-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    border: 1px solid #91f8ff;
    box-shadow: 3px 3px 2px #333;
    font:48px "trebuchet ms", arial, sans-serif;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 25px;
}

.top_title_box {
	font:28px "trebuchet ms", arial, sans-serif;
	text-align: center;
	font-weight: bold; 
	width: 100%; 
	height: 40px;
	background: url(images/bg5.jpg) repeat-x;
	color: white;
}
.top_subtitle_box {
	font:18px "trebuchet ms", arial, sans-serif;
	text-align: center;
	font-weight: bold; 
	width: 100%; 
	height: 20px;
	background: url(images/bg5.jpg) repeat-x;
	color: #fff;
}

.lower_title_box {
	font:18px "trebuchet ms", arial, sans-serif;
	text-align: center;
	font-weight: bold; 
	width: 100%; 
	height: 30px;
	background: url(images/bg5.jpg) repeat-x;
	color: white;
}
.lower_subtitle_box {
	font:14px "trebuchet ms", arial, sans-serif;
	text-align: center;
	font-weight: bold; 
	width: 100%; 
	height: 15px;
	background: url(images/bg5.jpg) repeat-x;
	color: #fff;
}

.lower_box {
    background: url(images/bg4.png) repeat-x;
    background: black repeat-x;
    width: 22%;
    height: 114px;
    color: white;
    -webkit-border-radius:5px 5px 5px 5px;
    -webkit-background-clip:padding-box;
    -moz-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    border: 1px solid #91f8ff;
    box-shadow: 3px 3px 2px #333;
    font:38px "trebuchet ms", arial, sans-serif;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 25px;
}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}