body {font-size: 16px;}
.note p, .page-loading, .panel .panel-body {
    font-size: 16px;
}
.page-content {
    background-color: #eef1f5;
}
.portlet>.portlet-title>.nav-tabs>li>a {
    padding: 9px 10px;
}
hr, p {
    margin: 0px 0;
}
.page-sidebar-menu {
    padding-top: 0px !important;
}
.page-top {
    letter-spacing: -1px;
}
.portlet>.portlet-title>.nav-tabs {
    float: left;
}
.uploadpic {
    color: #00416B;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: none;
    float:right;
}
.style-linkbackground {
	background-color:#05436C;
	color:white;
}
a.class2 {
	color: #fff;
}
a.class2:link {
	text-decoration: none;
	color: #fff;
}
a.class2:visited {
	text-decoration: none;
	color: #fff;
}
a.class2:hover {
	text-decoration: underline;
	color: #fff;
}
a.class2:active {
	text-decoration: none;
	color: #fff;
}
a.class2 {
	font-family: Verdana;
	color: #fff;
	line-height: 12px;
}
#spaninfo {
	display:none;
}
.camwide {
	max-width:10px;
	border:0px;
}
.smfonts {
	font-family: Verdana;
	font-style: normal;
	font-size: 7pt;
	line-height:10px;
}
.style-cattext {
	font-family: Verdana;
	font-size: 9pt;
	color: black;
}
.style-cattext8 {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}
.contact-body {
	margin-top: 10px;
	background-image: url(../img/contact-form.png);
	background-repeat: repeat;
	background-size: cover;
	overflow: hidden;
	padding: 10px;
}


/* ***Footer 
==================================================*/
.scroll-to-top {
	color: #607D8B;
}
.cdp-footer {
	background-color: #0E253C;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: white;
}
.cdp-footer:before {
	content: '';
	width: 100%;
	height: 15px;
	background-image: url(../img/pattern-footer-2.png);
	background-size: 59px 15px;
	background-position: left top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 0;
}
.header-pagename {
    color: #AFD9EE;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}
h1 {
    font-size: 26px;
}
.page-top {
    float: left;
    color: white;
    padding: 0px 0px 0px 35px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-header-fixed .page-container {
    margin-top: 0px;
}
.page-header.navbar {
    background-color: #00264d;
    min-height: 40px;
    height:auto;
}
.navbar {
	border-radius: 0px;
}
.page-bar {
    color: #00416B;
    font-size: 14px;
    text-shadow: none;
    border-bottom: 2px solid #1A8E8C;
    background-color: #E1F0FF;
    margin-bottom: 0px;
    border-radius: 0px;
}
.page-bar .page-breadcrumb {
    padding: 4px;
}
.page-bar .page-breadcrumb > li > a, .page-bar .page-breadcrumb > li > span {
    color: #00416B;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: none;
}
.slide-out-div {
	padding: 5px;
	width: 225px;
	height: 350px;
	background: #ff5252;
	z-index: 100;
	border-radius: 4px;
	filter: alpha(opacity=100); /* internet explorer */;
	-khtml-opacity: 1.00; /* khtml, old safari */;
	-moz-opacity: 1.00; /* mozilla, netscape */;
	opacity: 1.00;           /* fx, safari, opera */
}
.close-btn {
    float: right;
    margin: 10px 13px;
}
.close-btn button {
    background: 0 0;
    border: none;
    color: #fff;
    outline: 0;
    -webkit-transition: .45s;
    transition: .45s;
}

/*------------------------------------*\
    5. second theme input
\*------------------------------------*/

.off-canvas-social-links ul {
    list-style: none;
    padding: 0;
    margin: 40px 30px 0;
}
.off-canvas-social-links li {
    display: inline-block;
    margin: 0 2px 10px;
}
.off-canvas-social-links li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    -webkit-transition: .25s;
    transition: .25s;
    width: 35px;
    display: block;
}
.off-canvas-social-links li a:hover {
    color: #ff5252;
    border: 1px solid #fff;
    background: #fff;
}

/*------------------------------------*\
    5. BACK TO TOP BUTTON
\*------------------------------------*/
.back-to-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 28px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .25s;
    transition: .25s;
}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.back-to-top a {
    display: block;
    border: 1px solid #ff5252;
    color: #ff5252;
}
.back-to-top i.fa {
    padding: 12px 12px;
    font-size: 25px;
    -webkit-transition: .25s;
    transition: .25s;
}
.back-to-top.white a {
    border-color: #fff;
    color: #fff;
}
.back-to-top.white i.fa:hover {
    color: #ff5252;
    background-color: #fff;
}
.back-to-top i.fa:hover {
    color: #fff;
    background: #ff5252;
}
/*------------------------------------*\
    21. COPYRIGHT
\*------------------------------------*/
#copyright {
    background-color: #0E253C;
    padding: 0px 0 20px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.social-links ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 4px;
}
.social-links li {
    display: inline-block;
    margin: 0 2px;
}
#copyright .social-links li a {
    display: block;
    min-width: 40px;
    padding: 8px 0;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
			transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}
#copyright .social-links li a:hover {
    color: #fff;
    border: 1px solid #ff5252;
    background: #ff5252;
}
#copyright p:before {
    content: " ";
    background: #fff;
    width: 300px;
    height: 1px;
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
a.copyright-link {
    color: #ff5252;
    font-weight: 700;
}
/*------------------------------------*\
    16. COUTNER
\*------------------------------------*/
#counter {
    padding: 20px 0 25px;
    color: #fff;
    background-color: #162B40;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align:center;
    border-radius: 8px;
}
#counter i.fa {
    color: #ff5252;
    font-size: 40px;
    vertical-align: bottom;
    margin-bottom: 12px;
}
.counter-number {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}
.counter-text {
    display: block;
}
.counter-text {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
/*------------------------------------*\
    4. OFF-CANVAS MENU
\*------------------------------------*/
#off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    margin-left: -240px;
    background-color: #ff5252;
    z-index: 100;
    -webkit-transition: margin 400ms;
    transition: margin 400ms;
    padding-bottom: 30px;
    overflow-y: auto;
}
#off-canvas-menu.menu-open {
    margin-left: 0;
}
.off-canvas-menu-logo {
    margin-top: 60px;
}
.off-canvas-menu-logo img {
    width: 100px;
    display: block;
    margin: 0 auto;
}
.close-btn {
    float: right;
    margin: 10px 13px;
}
.close-btn button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    outline: 0;
    -webkit-transition: .45s;
    transition: .45s;
}
.close-btn button:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#off-canvas-menu .nav {
    margin-top: 20px;
    text-align: center;
}
#off-canvas-menu .nav li a {
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 130px;
    margin: 0 auto;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: #fff;
}
#off-canvas-menu .nav li a:before {
    content: " ";
    background: #ff5252;
    position: absolute;
    height: 1px;
    bottom: -1px;
    right: 50%;
    left: 50%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#off-canvas-menu .nav li a:hover:before {
    left: 0;
    right: 0;
}

#off-canvas-menu .dropdown-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: #cc5252;
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .25s;
    transition: .25s;
}
#off-canvas-menu .dropdown-menu li a {
    padding: 12px 0;
}
#off-canvas-menu .nav li.open .dropdown-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    height: auto;
    padding-bottom: 10px;
}
#off-canvas-menu .nav li a i.fa-plus {
    margin-left: 10px;
    font-size: 10px;
}
#off-canvas-menu .nav li.open a i.fa-plus:before {
    content: "\f068";
}
.off-canvas-social-links ul {
    list-style: none;
    padding: 0;
    margin: 40px 30px 0;
}
.off-canvas-social-links li {
    display: inline-block;
    margin: 0 2px 10px;
}
.off-canvas-social-links li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    -webkit-transition: .25s;
    transition: .25s;
    width: 35px;
    display: block;
}
.off-canvas-social-links li a:hover {
    color: #ff5252;
    border: 1px solid #fff;
    background: #fff;
}
.menu-toggle-btn button {
    background: transparent;
    border: none;
    left: 0px;
    color: #ff5252;
    font-size: 26px;
    padding-left: 0;
    outline: 0;
    position: fixed;
    z-index: 50;
}
.menu-toggle-btn .tooltip-inner {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff5252;
}
.menu-toggle-btn .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff5252;
}
.menu-toggle-btn .tooltip.bottom {
    margin-top: 0;
    margin-left: -3px;
}
/*------------------------------------*\
    9. ABOUT
\*------------------------------------*/
#about {
    padding: 0;
    position: relative;
    background-color: #162B40;
}
#about .row {
    position: relative;
}
.about-video {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background: url('../img/about-photos/about-video.jpg') no-repeat center center scroll;
    background-size: cover;
}
.about-video a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 14px 24px 14px 35px;
    font-size: 52px;
    line-height: 60px;
    background-color: rgba(48,48,48,0.75);
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.about-video a:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid rgba(48,48,48,0.75);
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
}
.about-video a:hover,
.about-video a:focus {
    background-color: #ff5252;
}
.about-video a:hover:before,
.about-video a:focus:before {
    border-color: #ff5252;
}
.about-description {
    padding: 75px 80px 100px;
}

.about-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.about-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}
.skill-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 26px;
}
.skill-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
}

.about-description h2 {
    text-transform: uppercase;
    color: #fff;
}
.about-description p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.about-description a {
    font-size: 18px;
    -webkit-transition: .25s;
    transition: .25s;
    color: #ff5252;
}
.about-description a:hover {
    color: #fff;
}
.about-progress-bars {
}
.about-progress-bars h2 {
    font-size: 24px;
    font-weight: 700;
}
.about-progress-bars h3 {
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
.about-progress {
    background-color: #e9e9e9;
    border-radius: 0;
    height: 5px;
    overflow: visible;
    margin-bottom: 10px;
}
.about-progress:last-child {
    margin-bottom: 0;
}
.about-progress .progress-bar {
    background-color: #ff5252;
    position: relative;
}
.about-progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -20px;
    width: 31px;
    height: 20px;
    background: #ff5252;
}
/*------------------------------------*\
    23. ABOUT PAGE
\*------------------------------------*/
#aboutPage {
    padding: 100px 0 85px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.about-page-description p {
    color: #757575;
    font-size: 13px;
    line-height: 25px;
    word-spacing: 1px;
}
.about-page-description blockquote {
    font-style: italic;
    color: #ff5252;
    border-color: #ff5252;
    margin: 30px 0;
}
.about-page-description li {
    color: #ff5252;
}

.about-page-image {
    padding-left: 0;
    margin-bottom: 20px;
}
.about-page-image img {
    border: 8px solid #eee;
}

#team.about-page-team {
    padding-bottom: 70px;
    background-color: #f9f9f9;
}
.about-page-team-members .owl-controls {
    position: absolute;
    top: -84px;
    right: 5px;
    left: auto;
    bottom: auto;
    width: auto;
}
.about-page-team-members .owl-prev, .about-page-team-members .owl-next {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.about-page-team-members .owl-prev i.fa, .about-page-team-members .owl-next i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
    transition: .25s;
}
.about-page-team-members .owl-prev i.fa:hover, .about-page-team-members .owl-next i.fa:hover {
    color: #fff;
    background: #ff5252;
}

.about-page-skill-title {
    text-transform: uppercase;
    color: #303030;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.about-page-skill-title:after {
    content: " ";
    background: #303030;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
}

.about-page-progress-bars h3 {
    color: #303030;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
/*------------------------------------*\
    10. SERVICES
\*------------------------------------*/
#services {
    padding: 75px 0 90px;
    background-color: #fff;
}
.services-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 50px;
    font-size: 26px;
}
.services-title:before {
    content: " ";
    background: #303030;
    width: 57px;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.service-description h3 {
    margin-top: 0;
}
.services-image img {
    border: 8px solid #eee;
}
.services-nav {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
}
.services-nav li {
    width: 45px;
    height: 45px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.services-nav li a {
    width: 100%;
    height: 100%;
    border: 1px solid #ff5252;
    display: block;
}
.services-nav .tooltip-inner {
    max-width: none;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff5252;
    white-space: nowrap;
}
.services-nav .tooltip.right .tooltip-arrow {
    border-right-color: #ff5252;
}
.services-nav i.fa {
    color: #303030;
    display: block;
    padding: 15px;
}
.services-nav i.fa:hover {
    color: #fff;
    background: #ff5252;
}
.service-description p {
    color: #757575;
    font-size: 13px;
    line-height: 25px;
    word-spacing: 1px;
}
.service-description a.read-more {
    color: #ff5252;
}
.service-description a.read-more:hover {
    color: #303030;
}

/*------------------------------------*\
    26. SERVICES PAGE
\*------------------------------------*/
.service-page-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #0E253C;
}
.service-description h3 {
    margin-top: 0;
}
.services-image img {
    border: 8px solid #eee;
}
.service-description p {
    color: #757575;
    font-size: 13px;
    line-height: 25px;
    word-spacing: 1px;
}
hr {
    border-top: 1px solid #0E253C;
}/*------------------------------------*\
    12. TESTIMONIAL
\*------------------------------------*/
#testimonial {
    padding: 75px 0 85px;
    color: #fff;
    background-size: cover;
    position: relative;
}
#testimonial:before {
    content: " ";
    position: absolute;
    background-color: rgba(3,19,24,0.5);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
#tubular-container, #tubular-shield {
    z-index: -999 !important;
}

.testimonial-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.testimonial-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}
#testimonial .panel-default {
    padding: 0 0;
    border: none;
    border-radius: 0;
}
#testimonial .panel-heading {
    padding: 0 0;
}
#testimonial .panel-heading a {
    color: #303030;
    padding: 10px 15px;
    display: block;
}
#testimonial .panel-heading a.collapsed {
    color: #fff;
    background: #ff5252;
}
#testimonial .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}
.panel-title i.fa {
    float: right;
}
#testimonial .panel-body {
    color: #303030;
}
/*------------------------------------*\
    DIVIDERS
\*------------------------------------*/

.line-title-left {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
}
.line-title-left span {
	padding-right: 10px;
	background-color: #ffffff;
}
.line-title-middle {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
}
.line-title-middle span {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
}
.line-title-right {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
}
.line-title-right span {
	padding-left: 10px;
	background-color: #ffffff;
}
.divider-title {
	background-image: url('../img/divider-title.png');
}
.divider-title1 {
	background-image: url('../img/divider-title1.png');
}
.divider-title2 {
	background-image: url('../img/divider-title2.png');
}
.divider-title3 {
	background-image: url('../img/divider-title3.png');
}
.divider-top {
	background-image: url('../img/divider-top.png');
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	background-position: bottom center;
}
.divider-bottom {
	background-image: url('../img/divider-bottom.png');
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	background-position: top center;
	margin-bottom: 10px;
}
/* Cruiseline Page */
.mix-filter li:hover, .mix-filter li.active {
	background: #e44f00;
	color: #fff;
}
.mix-grid .mix .mix-details {
	background: #e44f00;
}
.mix-grid .mix a.mix-link, .mix-grid .mix a.mix-preview {
	background: #DB3A1B;
}
.mix-filter {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.mix-filter li {
	color: #555;
	cursor: pointer;
	padding: 6px 15px;
	margin-right: 2px;
	margin-bottom: 5px;
	background: #eee;
	display: inline-block;
}
.mix-filter li:hover, .mix-filter li.active {
	color: #fff;
	background: #e44f00;
}
.mix-grid .mix {
	opacity: 0;
	display: none;
}
.mix-grid .mix {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.mix-grid .mix .mix-inner {
	position: relative;
	width: 100%;
	max-width: 300px;
}
.mix-grid .mix .mix-details {
	color: #fff;
	width: 100%;
	height: 100%;
	bottom: -100%;
	text-align: center;
	position: absolute;
	background: rgba(228,79,0,1);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix:hover .mix-details {
	bottom: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix .mix-details h4 {
	color: #fff;
	margin-top: 0px;
	padding: 0 10px;
}
.mix-grid .mix .mix-details p {
	padding: 0 30px;
}
.mix-grid .mix .mix-details i {
	color: #fff;
	font-size: 14px;
}
.mix-grid .mix a.mix-link, .mix-grid .mix a.mix-preview {
	color: #555;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	position: absolute;
	padding: 10px 15px;
	background: #DB3A1B;
}
.mix-grid .mix a.mix-preview {
	left: 50%;
	margin-left: 5px;
}
.mix-grid .mix a.mix-link {
	right: 50%;
	margin-right: 5px;
}
.mix-grid .mix a.mix-link:hover, .mix-grid .mix a.mix-preview:hover {
	color: #fff;
	padding: 9px 14px;
	text-decoration: none;
	border: solid 1px #eee;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) {
.mix-grid .mix.col-md-6.col-sm-6 .mix-details {
	height: 50%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.mix-grid .mix a.mix-link, .mix-grid .mix a.mix-preview {
	margin-top: 5px;
}
}
.mt-element-ribbon .ribbon-content {
	padding: 5px;
}
.bg-grey-steel {
	height: 160px;
}
.sorttext {
	COLOR: #000000;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.style-linkbackground {
	background-color: #05436C;
}
.style-table-sort-head {
	background-color: #E1F0FF;
}
.header-pagename {
	color: #AFD9EE;
}
.even {
	background: #FAF0E6;
}
.odd {
	background: #FFFFFF;
}
.subTitle {
    font-size: 12px;
    margin: 2px 2px 15px 2px;
    text-transform: uppercase;
    color: grey;
}
