html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Sans-Serif;
	height:100%;
	background-color: #C1DEFD;
}

a { outline: none; }

label {
    color: #336699;
}

img
{
    vertical-align: middle;
    border: 0px;
}
form
{
    padding: 0px;
    margin: 0px;
}
textarea
{
  font-family: Verdana, Sans-Serif;    
}
fieldset
{
    border: 2px solid #CFE6FE;
    margin: 0px;    
}
.fieldset-content{
    padding: 5px;
}
input[type=text], input[type=password] {
    width: 90%;
}

legend {
    padding: 5px;
    color: #336699;
    font-weight:bold;
}
legend img {
    margin-right:5px;
}
.button
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    padding: 1px;    
    font-family: Verdana, Sans-Serif;      
    outline: none;
}

#header {
    background-image: url(../images/headBg.png);
    height: 80px;
    vertical-align: middle;
    margin: 0px;
    padding-top: 2px;
}

#header #logo
{
    margin-left: 3px;
    margin-top: 3px;
    float:left;
}

#title {
    font-size: 24px;
    font-weight: bold;
    color: #F1F8FE;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    line-height: 70px;
    font-family: Arial, Sans-Serif;
    float: left;
}

#userBox {
    vertical-align: middle;
    text-align: right;
    width: 250px;
    font-size: 0.7em;
    color: #ffffff;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-weight: bold;
}
#userBox span {
    font-weight: normal;
    margin-left: 6px;
    margin-right: 4px;
}
#userBox a {
    color: #ffffff;
    text-decoration: none;
}

#footer
{
    text-align: center;
    padding: 5px;
    border-top: 2px solid #D8D8D8;
    font-size: 0.7em;
    background-image: url(../images/head_gradient_blue_light.jpg);
    background-repeat: repeat-x;
    color: #333333;
    border-top-color: #BFD5EA;
    background-color: #ffffff;
    margin-top: 20px;
}

#footer a
{
    text-decoration: none;
    color: #3366CC;
}

#footer p {
    margin: 12px;
    padding: 0px;
}



#loginBox
{
    vertical-align: middle;
    text-align: left;
    width: 200px;
    font-size: 0.7em;
    color: #ffffff;
}

#loginBox a
{
     color: #ffffff;
     font-weight: bold;
    text-decoration: none;
}

#toolbar-super
{
    padding: 0px;
    margin: 0px;
    height: 30px;
    background-image: url(../images/toolbarBackground_super.png);
    background-repeat: repeat-x;
}

#toolbar
{
    padding: 0px;
    margin: 0px;
    height: 30px;
    background-image: url(../images/toolbarBackground.png);
    background-repeat: repeat-x;
}

.toolbarButton
{
    border: 1px solid #66CCFF;
    margin-left: 5px;
    background-color: #FFFFFF;
    padding: 2px;
}

.toolbarButton:hover
{
    background-color: #FFFFCC;
}

.toolbarButton img
{
    margin-bottom: 3px;
}

.toolbarText
{
    color: #003399;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 5px;
    padding: 0;
}

#content
{
    width: 100%; 
    background-image: url(../images/contentBackground.png); 
    background-repeat: repeat-x;    
    background-color: #C1DEFD;
    padding-top: 40px;
    position: relative;
}

.content-wrapper {
    padding-bottom: 15px;
}

#content-twodiv {
    border: 0px solid gray;
    margin-top: 20px;
    position: relative;
    height: 1%;
    overflow: hidden;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 504px;
}

#map-cont {
	border: 0px solid red;
	width: 450px; 
	float:right;
	background-color: #F7F6F3;
	background-repeat: repeat-x;
	border-color: #336699;
	border-style: solid;
	border-width: 2px;
	position: relative;
}

.textbox
{
    border: 1px solid #B5B8C8;    
    background-image: url(../images/text-bg.gif); 
    background-repeat: repeat-x;    
    font-family: Verdana, Sans-Serif;      
}

.textboxWatermark
{
    border: 1px solid #B5B8C8;
    background-image: url(../images/text-bg.gif);
    background-repeat: repeat-x;
    font-family: Verdana, Sans-Serif;
    color: #BBBBBB;
}

.select
{ 
    border: 1px solid #B5B8C8;
    color: #162E45;    
    font-family: Verdana, Sans-Serif;  
    background-image: url(../images/text-bg.gif); 
    background-repeat: repeat-x;        
}


.autoCompletionListHighlightedItem
{
    border: 1px solid #CFE6FE;
    background-color: #D7EBFF;
    font-size: 1em;
    color: #000000;
}

.autoCompletionListItem
{
    font-size: 0.9em;
    color: #666666;
}

.failureNotification{
    font-size:0.9em;
    color:red;
}

.hint {
    font-size: 11px;
    color: #776677;
    font-style: italic;
}

#login {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

#login li.forgot-password {
    text-align: right;
    font-size: 10px;
}
#login li.forgot-password a {
    color: #336699;
}

.content-box {
    border-top: 2px solid #99CCFF;
    border-left: 2px solid #99CCFF;
    border-right: 2px solid #99CCFF;
    border-bottom: 2px solid #99CCFF;
    background: linear-gradient(#FAF9FA 5%,aliceblue 95%);
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    border-color: #336699;
    position: relative;
    width: 92%;
    padding: 10px 25px 30px;
}

.form-table {
    border-top: 2px solid #99CCFF;
    border-left: 2px solid #99CCFF;
    border-right: 2px solid #99CCFF;
    border-bottom: 2px solid #99CCFF;
    background-color: #F7F6F3;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-x;
    border-color: #336699;
    position: relative;
    text-align: right;
}

.form-table tr.form-table-header {
    text-align: center;
    padding: 4px;
    background-image: url(../images/toolbarBackground.png);
    background-repeat: repeat-x;
    color: #336699;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
}

.form-table tr.form-table-body td {
    padding: 15px;
    /*width: 280px;*/
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.form-table tr.form-table-body td ul {
    margin: 0px;
    padding: 0px;
}

.form-table tr.form-table-body td ul li {
    list-style-type: none;
    margin: 5px;
}

.form-table tr.form-table-footer td {
    text-align: right;
    padding: 10px;
    background-color: #336699;
    margin-top: 10px;
    width: 100%;
}

.form-table tr.form-table-body td table.inside-table td {
    padding: 5px;
}

#booking-datetimepicker table tr td {
    padding: 3px;
}

.search-panel {
    margin-bottom: 25px;
}

input.big-button {
    width: 185px;
    height: 50px;
    font-variant-caps: petite-caps;
    font-size: 16px;
}

input.action-button-green {
    background: linear-gradient(#A0EAA0, #0CCB0B);
    border: solid 2px #0CC80D;
}

input.action-button-green:active {
    background: linear-gradient(#0CCB0B,#A0EAA0);
}

input.action-button-red {
    background: linear-gradient(#E9A0A0, #BC2929);
    border: solid 2px #FF0000;
}
input.action-button-red:active {
    background: linear-gradient(#BC2929,#E9A0A0);
}


#two-sides-container {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border:none;
}

#two-sides-container #left-container {
    width:50%;
}