@charset "UTF-8";
/* Core styles for the page */

body {
   	margin: 0;
   	padding: 0;
   	font-size: 0.9em;
	background-color: #5F5F5F;
	color: #5b5b5b;
	font-size:13px;
    text-shadow: 0 1px 0 #efefef;
	padding-top:50px;
}

#container {
   	margin: 0 auto;
   	border: 1px solid #666666;
   	width: 940px; /* subtract 40px from banner width for padding */
   	background-size: 940px;
	background: #5f5f5f;
	box-shadow: 0 5px 8px rgba(100, 100, 100, 0.8);
	padding-top: 125px;
}
.container-fluid {
	width: 940px;
	margin:0 auto;
	padding:30px 0 10px 30px;
}

section {
   float: left;
   width: 555px;
   margin: 20px;
}

aside {
   font-size: 0.9em;
   width: 220px;
   float: left;
   margin: 20px 0px;
   border: 1px solid #666666;
   background: #EAECEE;
   padding: 20px;
}

aside ul {
   padding-left: 30px;
}


code {
   font-size: 0.9em;
}

a {
	color:#0e5974;
	text-decoration:underline;
}
a:hover {	
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    color: #41484A;
    text-shadow: 0 1px 0 #ffffff;
}

h1 {
	padding-top: 55px;
}



/* Member registration styles */
span.invalid {
   padding-left: 3px;
   color: red;
}

label {
   float: left;
   width: 15%;
   margin-left: 20px;
   margin-right: 0.5em;
   padding-top: 0.2em;
   text-align: right;
   font-weight: bold;
}

#register {
   float: left;
   margin-left: 85px;
}



/*
 * Header/footer
 */
 
.forgecontainer {
    background-color: #F2F2F2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 4px #000000;
	padding: 0 10px 20px 10px;
}

footer {
   	clear: both;
    color: #c1c1c1;
   	font-size: 0.85em;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	text-shadow:none;
	font-size:12px;
	text-align:center;
}
footer #footer-wrapper {
	margin:0 auto;
}
footer a {
	color:#bac9d1;
}
footer p {
	line-height:10px;	
}



/*
 * Navigation
 */
#navigation {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}

#navigation h3 {
	margin:0 0 10px 10px;
}
 
#navigation ul {
	padding: 1px;
	border-radius: 5px;
	text-align:left;
	margin-left: 0;
	background-color:#fff;
	box-shadow:0px 1px 3px #afafaf;
}

#navigation ul li {
	list-style: none;
}

#navigation a,
#navigation li.nav-header,
#navigation li.nav-header a {
	display: block;
	color: #867F10;
	font-weight:bold;
	padding: 3px;
	text-decoration: none;
	padding-left:10px;
}
#navigation li.nav-header {
	margin-top:5px;
}
#navigation a {
	padding-left: 15px;
	color: #444444;
}
#navigation li.nav-header a {
	margin-left:-10px;	
	margin-top:5px;
	color:#867F10;
}
#navigation li.nav-header a:hover {
	color:#6a640b;
}

#navigation a:hover,
#navigation a.current:hover {
	border-radius: 0px;
	background-color: #edecec;
	color: #0E5974;
	text-decoration: none;
}
#navigation a.current {
	border-radius: 0px;
	background-color: #DDDDDD;
	color: #0E5974;
	text-decoration: none;
}
#navigation a#homeLink {
	border: none;
}
#navigation a#homeLink:hover  {
	background-color:transparent;
	border: none;
	text-decoration: none;
}



/*
 * Content
 */
 
#content {
	margin-left: 230px;
	padding-left:10px;
}

#content .search {
	display: block;
	background-image: url('/restaurantguide-primefaces/resources/search.png');
	background-position: 30px 3px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 70px;
}

#content .search .buttons {
	text-align: left;
	padding-left: 25%;
}

#content table .label {
	width: 25%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#content table .component {
	width: 75%;
	text-align: left;
	vertical-align: top;
}

#content table .component input {
	width: 95%;	
}
#content table .component select{
	width: 96.6%	
}

#content table .component input[type="checkbox"], #content table .component .rf-cal-inp, #content table .component .rf-insl-inp, #content table .component .rf-insp-inp  {
	width: auto;
}

#content .boolean-false {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('/restaurantguide-primefaces/resources/false.png');
}

#content .boolean-true {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('/restaurantguide-primefaces/resources/true.png');
}

#content .data-table .boolean-true {
	margin: auto;
}

#content .data-table .boolean-false {
	margin: auto;
}

#content .error {
	color: red;
	font-size: 10pt;
}

#content table .required {
	width: 1%;
	color: red;	
	padding-top: 7pt;
	padding-left: 4pt;
	font-size: 20pt;
	line-height: 8pt;
	font-weight: bold;
}

#content .data-table {
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 7px;
}

#content .data-table thead th {
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
}

#content .data-table thead th, #content .data-table tbody td, #content .data-table tfoot td {
	text-align: left;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .data-table tfoot td {
	padding-right: 4px;
}

#content .data-table tbody tr:nth-child(2n) {
	background-color: #eeeeee;
}

#content .data-table tbody tr:hover, #content .data-table tfoot tr:hover {
	background-color: #d2e8f2;
}

#content .data-table tbody tr a {
	display: block;
	color: #5b5b5b;
	text-decoration: none;
}

#content .remove-column {
	width: 1%;
	text-align: center;
}

#content .data-table .remove-button {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('/restaurantguide-primefaces/resources/remove.png');
}

#content .data-table-footer {
	width: 50%;
	margin-left: 50%;
	margin-top: 5px;
}

#content .data-table-footer select {
	width: 50%;
	/*height: 30px;*/
	vertical-align: middle;
	margin-right: 5px;
}

#content .data-table tfoot select {
	line-height: 30px;
	vertical-align: middle;
}

#content .add-button {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('/restaurantguide-primefaces/resources/add.png');
}

#content .buttons {
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

#content .button, #content .buttons a {
	text-decoration: none;
	margin-right: 5px;
}

#content .button:hover, #content .buttons a:hover {
	background-color: Navy;
}

#content .paginator {
	display: block;
	text-align: right;
	padding-bottom: 5px;
}

#content .paginator-content {
	margin-left: 5px;
	margin-right: 5px;
}

#content h1 {
	border-bottom: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -2px;
    padding-bottom: 10px;
	}
#content h2 {
	line-height:46px;
	padding-top:5px;
	border-top:1px solid #ccc;	
}
#content h2.success {
	line-height:46px;
	padding: 5px 0 20px 35px;
	border-top:1px solid #ccc;
	background: url(true.png) no-repeat 0px 15px transparent;
}
#content p {
	padding-left:25px;	
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	margin-bottom: 5px;
    margin-top: 5px;
}

	
/* Label */
.label {
	background-color:transparent;
	text-shadow:0 1px 0 #EFEFEF;
	color:#41484A;
}
label {
	font-weight:bold;		
}


#menu {
	width:auto;
	margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;	
	background: #CCC;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.13), 0 -1px 0 rgba(0, 0, 0, 0.01) inset;
}


.row-fluid h3 {
	text-shadow:0 1px 1px #fff;	
}
.row-fluid img {
	float:right;	
}
.row-fluid .carousel-inner img {
	float:none;	
}


.well {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

p.logo {
	display:block;
	padding:8px;
	float:right;
	margin-top:120px;
	padding-right:20px;
}



/* Navbar */
.navbar {
	margin:0 auto;
}
.navbar-inner {
	border-radius: 0px;
	box-shadow: none;
}
.navbar .nav > li > a {
	font-size:14px;	
	color:#b5b5b5;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a.current {
	color:#8ebf3a;
}
.navbar .brand {
	font-weight:bold;
	text-shadow:0 1px 0 #000;
	text-decoration:none;
}
.navbar-inner {
  	background-image: -moz-linear-gradient(top, #083847, #04202E);
  	background-image: -ms-linear-gradient(top, #083847, #04202E);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#083847), to(#04202E));
  	background-image: -webkit-linear-gradient(top, #083847, #04202E);
  	background-image: -o-linear-gradient(top, #083847, #04202E);
  	background-image: linear-gradient(top, #083847, #04202E);
	background-image: -moz-linear-gradient(center top , #083847, #04202E);
	border-top:2px solid #000000;
}

.navbar-fixed-top .brand {
	color:#FFF;	
}




/* Carousel */
.carousel-control {
	border:none;
}
.carousel-caption {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.70);
	padding:10px 15px;
}
.carousel-caption h4, .carousel-caption p {
	color:#fff;
	margin-top:10px;
}
.carousel-caption h4 {
	color: #ce4240;
    font-size: 26px;
    text-shadow: 0 2px 2px #000;
	font-family: 'Rokkitt', serif;
	font-weight:normal;
}
.carousel-caption p {
	width:510px;
	float:left;	
	color:#fff;
	font-weight:bold;
}
.carousel-caption .btn btn-danger {
	float:right;	
}



/* Selection */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	outline:thin solid #09F;
}



/* Buttons */
.btn:focus, a:focus {
	border:0;	
	outline:none;
}
select:focus {
	border:1px solid #CCC;	
}
button::-moz-focus-inner {
  	border: 0;
}


.btn-primary {
  	background-color: Navy;/* dk gold */
  	*background-color: #817B10;
  	background-image: -ms-linear-gradient(top, #000080, #979026);/* light gold, med gold */
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000080), to(#979026));
  	background-image: -webkit-linear-gradient(top, #000080, #979026);
  	background-image: -o-linear-gradient(top, #000080, #979026);
  	background-image: -moz-linear-gradient(top, #000080, #979026);
  	background-image: linear-gradient(top, #000080, #979026);
  	background-repeat: repeat-x;
  	border-color: #979026 #979026 #7C7301;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#000080', endColorstr='#979026', GradientType=0);
  	filter: progid :dximagetransform.microsoft.gradient (enabled =false );

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	padding: 8px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px rgba(137, 137, 137, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(137, 137, 137, 0.8);
	box-shadow: 0px 1px 3px rgba(137, 137, 137, 0.8);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  	background-color: #979026;
  	*background-color: #979026;
}

.btn-primary:active,
.btn-primary.active {
  	background-color: #979026 \9;
}
	

a.btn-primary:active { 
	font-weight:bold;
	color:#fff!important;
	background: #817B10;
	padding:8px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
a.btn-danger:hover,
a.btn-primary:hover {
	font-weight:bold;
	color:#fff!important;
	background:#817B10;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}



/* Input */
input, textarea, select, .uneditable-input {
}


/* Table */
#ticketSummaryView {
	padding:0px 0px 25px 0;
}
.table-bordered tr {
	font-size:13px;
	color:#666;	
}
.table-bordered th {
	font-size:13px;
	color:#333;	
	background-color:#edf4ea;
}
h2.page-header {
	border-bottom:1px solid #757575;
}
.page-header {
	border-bottom:1px solid #DDDCDC;
	margin:10px 0 18px 0;	
}
h4.page-header {
	font-size: 16px;
}
.line-height-21 {
	line-height: 21px;
	font-weight: bold;
	font-size: 13px;
}

div[id$='j_idt17_header'] {
    height: 18px;
}
div[id$='j_idt18_header'] {
    height: 18px;
}
div[id$='j_idt19_header'] {
    height: 18px;
}
div[id$='j_idt20_header'] {
    height: 18px;
}
div[id$='j_idt21_header'] {
    height: 18px;
}
div[id$='j_idt22_header'] {
    height: 18px;
}
div[id$='j_idt23_header'] {
    height: 18px;
}
div[id$='j_idt24_header'] {
    height: 18px;
}
div[id$='j_idt25_header'] {
    height: 18px;
}
div[id$='j_idt26_header'] {
    height: 18px;
}
div[id$='j_idt27_header'] {
    height: 18px;
}
div[id$='j_idt28_header'] {
    height: 18px;
}
div[id$='j_idt29_header'] {
    height: 18px;
}
div[id$='j_idt30_header'] {
    height: 18px;
}
div[id$='j_idt31_header'] {
    height: 18px;
}
div[id$='j_idt32_header'] {
    width: 95.3%;
    height: 18px;
}
div[id$='j_idt33_header'] {
    height: 18px;
}
div[id$='j_idt34_header'] {
    height: 18px;
}
div[id$='j_idt35_header'] {
    height: 18px;
}
div[id$='j_idt36_header'] {
    height: 18px;
}
div[id$='j_idt37_header'] {
    height: 18px;
}
div[id$='j_idt38_header'] {
    height: 18px;
}
div[id$='j_idt39_header'] {
    height: 18px;
}
div[id$='j_idt40_header'] {
    height: 18px;
}
div[id$='j_idt41_header'] {
    height: 18px;
}
div[id$='j_idt42_header'] {
    height: 18px;
}
div[id$='j_idt43_header'] {
    height: 18px;
}
div[id$='j_idt44_header'] {
    height: 18px;
}
div[id$='j_idt45_header'] {
    height: 18px;
}
div[id$='j_idt46_header'] {
    height: 18px;
}
div[id$='j_idt47_header'] {
    height: 18px;
}
div[id$='j_idt48_header'] {
    height: 18px;
}
div[id$='j_idt49_header'] {
    height: 18px;
}
div[id$='j_idt50_header'] {
    height: 18px;
}
div[id$='j_idt51_header'] {
    height: 18px;
}
div[id$='j_idt52_header'] {
    height: 18px;
}
div[id$='j_idt53_header'] {
    height: 18px;
}
div[id$='j_idt54_header'] {
    height: 18px;
}
div[id$='j_idt55_header'] {
    height: 18px;
}
div[id$='j_idt56_header'] {
    height: 18px;
}
div[id$='j_idt57_header'] {
    height: 18px;
}
div[id$='j_idt58_header'] {
    height: 18px;
}
div[id$='j_idt59_header'] {
    height: 18px;
}
div[id$='j_idt60_header'] {
    height: 18px;
}
div[id$='j_idt61_header'] {
    height: 18px;
}
div[id$='j_idt62_header'] {
    height: 18px;
}
div[id$='j_idt63_header'] {
    height: 18px;
}
div[id$='j_idt64_header'] {
    height: 18px;
}
div[id$='j_idt65_header'] {
    height: 18px;
}
div[id$='j_idt66_header'] {
    height: 18px;
}
div[id$='j_idt67_header'] {
    height: 18px;
}
div[id$='j_idt68_header'] {
    height: 18px;
}
div[id$='j_idt69_header'] {
    height: 18px;
}
div[id$='j_idt70_header'] {
    height: 18px;
}
div[id$='j_idt71_header'] {
    height: 18px;
}
div[id$='j_idt72_header'] {
    height: 18px;
}
div[id$='j_idt73_header'] {
    height: 18px;
}
div[id$='j_idt74_header'] {
    height: 18px;
}
div[id$='j_idt75_header'] {
    height: 18px;
}
div[id$='j_idt76_header'] {
    height: 18px;
}
div[id$='j_idt77_header'] {
    height: 18px;
}
div[id$='j_idt78_header'] {
    height: 18px;
}
div[id$='j_idt79_header'] {
    height: 18px;
}
div[id$='j_idt80_header'] {
    height: 18px;
}
div[id$='j_idt81_header'] {
    height: 18px;
}
div[id$='j_idt82_header'] {
    height: 18px;
}
div[id$='j_idt83_header'] {
    height: 18px;
}
div[id$='j_idt84_header'] {
    height: 18px;
}
div[id$='j_idt85_header'] {
    height: 18px;
}
div[id$='j_idt86_header'] {
    height: 18px;
}
div[id$='j_idt87_header'] {
    height: 18px;
}
div[id$='j_idt88_header'] {
    height: 18px;
}
div[id$='j_idt89_header'] {
    height: 18px;
}
div[id$='j_idt90_header'] {
    height: 18px;
}
div[id$='j_idt91_header'] {
    height: 18px;
}
div[id$='j_idt92_header'] {
    height: 18px;
}
div[id$='j_idt93_header'] {
    height: 18px;
}
div[id$='j_idt94_header'] {
    height: 18px;
}
div[id$='j_idt95_header'] {
    height: 18px;
}
div[id$='j_idt96_header'] {
    height: 18px;
}
div[id$='j_idt97_header'] {
    height: 18px;
}
div[id$='j_idt98_header'] {
    height: 18px;
}
div[id$='j_idt99_header'] {
    height: 18px;
}
div[id$='j_idt100_header'] {
    height: 18px;
}
div[id$='j_idt101_header'] {
    height: 18px;
}
div[id$='j_idt102_header'] {
    height: 18px;
}
div[id$='j_idt103_header'] {
    height: 18px;
}
div[id$='j_idt104_header'] {
    height: 18px;
}
div[id$='j_idt105_header'] {
    height: 18px;
}
div[id$='j_idt106_header'] {
    height: 18px;
}
div[id$='j_idt107_header'] {
    height: 18px;
}
div[id$='j_idt108_header'] {
    height: 18px;
}
div[id$='j_idt109_header'] {
    height: 18px;
}
div[id$='j_idt110_header'] {
    height: 18px;
}
div[id$='j_idt111_header'] {
    height: 18px;
}
div[id$='j_idt112_header'] {
    height: 18px;
}
div[id$='j_idt113_header'] {
    height: 18px;
}
div[id$='j_idt114_header'] {
    height: 18px;
}
div[id$='j_idt115_header'] {
    height: 18px;
}
div[id$='j_idt116_header'] {
    height: 18px;
}
div[id$='j_idt117_header'] {
    height: 18px;
}
div[id$='j_idt118_header'] {
    height: 18px;
}
div[id$='j_idt119_header'] {
    height: 18px;
}
div[id$='j_idt120_header'] {
    height: 18px;
}
div[id$='j_idt121_header'] {
    height: 18px;
}
