/*
Design by mRova Solutions
http://www.mrova.com
Released for free under a Creative Commons Attribution 2.5 License
*/
/*********** General ******************/
#header{
	border-bottom:6px solid #B4CDCD; /* Set to desired color of bar under header */
	-webkit-box-shadow: 0px 1px 5px 2px #222;
	-moz-box-shadow: 0px 1px 5px 2px #222;
	box-shadow: 0px 1px 5px 2px #222;
}
.p-normal {
    font-size: 16px; /* Play with font size of the text */
	font-weight: normal;
}
.p-bold {
    font-size: 16px; /* Play with font size of the text */
	font-weight: bold;
}
.p-bold-sp {
    font-size: 15px; /* Play with font size of the text */
	font-weight: bold;
	word-spacing: 7px;
}
.p-table-header {
    font-size: 14px; /* Play with font size of the text */
	font-weight: bold;
}
.ui-btn-inner { 
  white-space: normal !important;
}
.ui-btn-text {
    font-size: 16px; /* Play with font size of the text */
	font-weight: normal;
}
.ui-bar-b hi{
    background-color: #013A6F;
}
.fluid-img{width:90%;}
.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }

.copyright {
text-align: center;
font-size: 11px;
}
.center-wrapper {
    text-align: center;
    margin:0 auto;
    margin-left:auto;
    margin-right:auto;
    align:center;
    text-align:center;
}
.header-img{
max-width: 100%;
width: 100%;
height: auto;
}
.border-bottom{
border-bottom:groove #B4CDCD;
}
.border-bottom-yellow{
border-bottom:groove #FFF8DC;
}
.border-bottom-thick{
border-bottom:thick groove #B4CDCD;
}
.border-right{
border-right:groove #CCC;
}
.vert-cen{
vertical-align: middle;
}
.vert-bottom{
margin-top:auto;
margin-bottom:auto;
}
#parent-table-header {
	display: table;
	border-bottom:thick groove #B4CDCD;
}
#child-table-header {
    display: table-cell;
	display: inline-block;
    vertical-align: middle;
}
#content-table-header {
    font-size: 14px; /* Play with font size of the text */
	font-weight: bold;
}
