body {color: #000}

.error {color: red}
.info {color: blue}

.rlr_orange_text {
	color: #ed7d31;
}
.rlr_blue_text {
	color: #4472c4;
}
.rlr_green_text {
	color: #70ad47;
}


.rlr_orange2_text {
	color: #ed7e30;
}
.rlr_blue2_text {
	color: #1f4e79;
}
.rlr_green2_text {
	color: #6fad47;
}
.rlr_gray2_text {
	color: #7f7f7f;
}

.step_interactive_hilight {
	font-family: sans-serif;
	color: purple;
}

.step_customizable_hilight {
	font-family: sans-serif;
	color: green;
}

.step_modular_hilight {
	font-family: sans-serif;
	color: #1f4e79;
}

.step_affordable_hilight {
	font-family: sans-serif;
	color: blue;
}

.nav_image {
	  background: url("/javax.faces.resource/Old-Books-Top.jpg.xhtml?ln=images") no-repeat center center; 
	  background-size: 100% 100%;	
}

.home_image {
	  background: url("/javax.faces.resource/Old-Books2.jpg.xhtml?ln=images") no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	
	  background-color: #b9d5e1;
}

.error_triangle {
	background-image: url("/javax.faces.resource/red_warn.gif.xhtml?ln=images");
	background-repeat: no-repeat;
	color: #333;
	font-size: 13px;
	padding-left: 20px;
	font-style: italic;
}

.modal-header {
	background-color: #2e88cd;
	color:white;
}

.navbar-nav > li > .dropdown-menu {
    margin: -6px 4px 4px;
}

.explore-text {
	font-family: Century Gothic, Questrial;
} 

.footer-text {
	font-family: Century Gothic, Questrial;
} 

.dropdown-menu > li > a {
	font-family: Century Gothic, Questrial;
} 

.navbar-toggle {
	background-color: white;
}


.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    border: 1px solid white;
    margin: 5px;
    padding: 7px;
    font-weight: bold;
    font-family: Century Gothic, Questrial;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background-color: rgba(0,0,0, 0.2);
	color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    font-weight: bold;
    background-color: white;
    font-family: Century Gothic, Questrial;
    background-color: rgba(0,0,0, 0.2)
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #333;
    font-weight: bold;
    background-color: white;
    font-family: Century Gothic, Questrial;
    border: 1px solid white;
}
 
hr {
	border-top: 1px solid #222222;
	height: 1px;
}

iframe.resize { 
	display: block;
	width: 100%;
	height: 100%;
}

.formcontent {
	font-family: georgia,serif;
	font-size: 16px;
}

.formcontent label {
	display: inline;	
}

.disabled-text {
	color: #777777;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.activesub {
	font-weight: bold;
}

.chapter-title {
	font-family: georgia,times,serif;
	font-size: 30px;
	background-position: center;
}

.no-border {border: none !important;}

.padding-4 {padding: 4px;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: inherit;
    border-color: inherit;
    border-image: inherit;
    border-radius: inherit;
    border-style: inherit;
    border-width: inherit;
    box-shadow: inherit;
    color: inherit;
    cursor: pointer;
    text-shadow: inherit;
}

.ui-datatable {
	
}

.ui-datatable table {
	table-layout: auto;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
	border-style: none;
}

.ui-growl-item {
	background-color: #ffffcc;
}

.ui-fileupload {
	border: 1px solid #cccccc;
}
.ui-fileupload-buttonbar {
	background-color: #e8e8e8;
}
.ui-fileupload-buttonbar .ui-fileupload-upload {
	background-color: #42aeff;
	color: white;
	border: solid;
}
.ui-fileupload-buttonbar .ui-fileupload-choose {
	background-color: #42aeff;
	color: white;
	border: solid;
}

.ui-fileupload-buttonbar .ui-state-disabled {
	background-color: #cccccc;
	color: white;
	border: solid;
}

.ui-progressbar {
	border: solid 1px #cccccc;
}

.ui-progressbar-value {
	background-color: #42aeff;
}