﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: black;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}


a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 
{    
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0px 0;    
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.stagetitle
{
    font-size: 1.5em; 
    font-weight: bold;
    padding-bottom:2px;
}

.stagesubtitle
{
    font-size: 1.3em; 
    color:black;        
}

.stagepackagetitle
{
    font-size: 1.3em; 
    padding-top:4px;
    color:black;        
    padding-left:10px;
    
}

#nav table {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

#nav table td {
    padding: 0px;
    width:80px;
    border: solid 0px #e8eef4;
    vertical-align: top;
    text-align:center;
}

#nav table td a {
    color: #696969;
    text-decoration: none;
}
    


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {

	position:relative;	
	margin:0 auto;
	width:960px;
    
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}


header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    position: relative;
    padding: 10px 10px 10px 10px;        
    background-color: #fff;
    margin-bottom: 30px;
    /*border-radius: 4px 0 0 0;*/
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    min-height:504px;
    min-width:504px;
}


footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 1em;
    color: #444;
}

input[type="text"], 
input[type="email"], 
input[type="password"] {
    border-radius:2px;     
    border: solid 1px #ccc;     
    padding:0.4em;     
    background-color: #f5f5f5;     
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2); 
}



select {
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 1em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
    padding: 0px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
    vertical-align: top;
}

table th {
        text-align: left;
}

/* header TABLE
----------------------------------------------------------*/

#header table tr td {
	font-size: small;
	color: #000;
}

#header table {
    padding: 0px;
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

#header table td {
    padding: 0px;
    border: solid 0px #e8eef4;
    font-family: Verdana, Geneva, sans-serif;        
    line-height: 1em;
    vertical-align:middle;
}

#header #phone {
    padding: 0px;    
    font-family: Century Gothic;
    font-size: 1.4em;
    font-weight:bold;
}

#header #hrs {
    padding: 0px;    
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8em;
    font-weight:bold;
}



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;    
}

.boldme {
    font-weight:bold;
}


.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.textbigger
{
    font-size: 1.2em;
    font-weight:bold;
}

.shrinkwrap {
	position:relative;
	margin:0 auto;
	width:960px;
	}

ul#PackageListing {
    
    padding: 5px 5px 8px 25px;
    position: relative;
    margin: 0;    
}
		
ul#PackageListing li {    
    font-weight: normal;
    text-decoration: none;
    line-height: 1.2em;
}


/* Package table
----------------------------------------------------------*/

.packagetable {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

.packagetable td {
    padding: 5px;
    border: solid 1px #e8eef4;
}


.packagecell
{
    vertical-align:top;
    line-height: 1.4em;
}

.textbigger
{
    font-size: 1.2em;
    font-weight:bold;
}



div.styled      
{
    overflow:hidden; /* this hides the select's drop button */    
    padding:0;     
    margin:0;     
    background: white url(formelements-select.png) no-repeat bottom right;     /* this is the new drop button, in image form */    
    width:12em; 
    border-radius:2px;     
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);     
    border: solid 1px #ccc; 
    } 

div.styled select      
{
    width:115% /* this percentage effectively extends the drop down button out of view */;     
    background-color:transparent /* this hides the select's background making any styling visible from the div */;     
    background-image:none;     
    -webkit-appearance: none /* this is required for Webkit browsers */;     
    border:none;     
    box-shadow:none;     
    padding:0.3em 0.5em; /* padding should be added to the select, not the div */
    } 


span.styled select      
{
    width:115% /* this percentage effectively extends the drop down button out of view */;     
    background-color:transparent /* this hides the select's background making any styling visible from the div */;     
    background-image:none;     
    -webkit-appearance: none /* this is required for Webkit browsers */;     
    border:none;     
    box-shadow:none;     
    padding:0.3em 0.5em; /* padding should be added to the select, not the div */
    } 


/* =============================================================================
   UserBar - Shown when Logged in.
   ========================================================================== */
body.logged-in
{
    background-position: center top;
    padding: 73px 0 0;
}
#user-bar
{
    background-color: rgba(255, 255, 255, 0.35);
    position: fixed;
    z-index: 999;
    top: 0;
    width: 520px;
    box-shadow: 0 0 8px #7C6943;
}
#user-bar .shrinkwrap
{
    
    background-color: wheat;
    height: 73px;
    font-family: sans-serif;
    color: #573c0e;
    font-size: 12px;
}
#user-bar .welcome
{
    font-size: 16px;
    color: #a2473f;
    font-weight: bold;
    position: relative;
    left: 20px;
}
#user-bar .details
{
    border: solid 0px #e8eef4;
    position: absolute;
    left: 20px;    
    top: 1px;
    width: 800px;
    height: 45px;
}

#user-bar .details td
{
    height: 18px;
    padding:2px;
    font-size:1.1em;
    font-weight:bold;
}

#user-bar .welcome span
{
    font-size: 10px;
    color: #573c0e;
    font-weight: normal;
}
#user-bar .menu
{
    position: absolute;
    right: 20px;
    text-align: right;
    top: 12px;
    width: 20%;
}
#user-bar .menu li
{
    display: inline-block;
    position: relative;
}
#user-bar .menu li:first-child
{
    margin-right: 20px;
}
#user-bar .menu li:last-child
{
    margin-left: 20px;
}
#user-bar .menu li a
{
    color: #573c0e;
    float: left;
    margin-left: .35em;
    background-color: #DED5C4;
    background-color: rgba(151, 118, 61, .3);
    padding: 0.4em 0.75em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#user-bar .menu li a.button
{
    top: 0;
}


ul#bookinddetails {       
    line-height:1.4em; 
    padding-top:5px; 
    padding-left:25px;           
    
}

ul#bookinddetails li {
    font-size: .9em;
    font-weight: bold;
    list-style:disc;
    color: red;
    
}


.speciallink a:link {
    color: red;
    font-weight:bold;
    text-decoration: underline;
}

.speciallink a:visited {
    color: red;
    font-weight:bold;

}

.speciallink a:hover {
    color: red;
    font-weight:bold;    
    text-decoration: none;
}


.speciallink a:active {
    color: red;
    font-weight:bold;
}

.detailsV2Error  {
    font-size:1.1em;
    color: red;
    font-weight:bold;
}



 
.linkbutt {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 13px;
   font-weight: bold;
   font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
   text-decoration: none !important;
   vertical-align: middle;
   }
 .linkbutt:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .linkbutt:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }



     #loading
    {
        display:none;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
        z-index:1000;
    }
  
    #loadingcontent
    {
        display:table;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }
  
    #loadingspinner
    {
        display: table-cell;
        vertical-align:middle;
        width: 100%;
        text-align: center;
        font-size:larger;
        padding-top:80px;
    }



