@charset "UTF-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container {
width:980px;
position:relative;
left:50%;
margin:0 0 0 -490px;
}

#header {
width:980px;
height:100px;
background-image:url(/images/header_bg.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#navigation {
width:490px;
height:30px;
margin:0;
padding:0;
text-align:right;
color:#274b78;
float:right;
clear:both;
}

#navigation_lb{
float:left;
width:22px;
height:30px;
background-image:url(/images/nav_bg_leftborder.gif);
background-repeat:no-repeat;	
}

#navigation_rb{
float:right;
height:30px;
width:468px;
background-image:url(/images/nav_bg_body.gif);
background-repeat:repeat;	
}

#navigation p{
margin:0;
padding:0;
font-size:12px;
line-height:18px;
}

#navigation a {
text-decoration:none;
color:#274b78;
}

#content {
width:980px;
clear:both;
margin:0px 0 20px 0;
}

#left_content {
width:219px;
margin:0 0 0 21px;
float:left;
}

#right_content {
width:700px;
margin:0 20px 0 20px;
float:right;
}

#footer {
clear:both;
margin:0;
padding:0 0 0 12px;
width:980px;
height:35px;
background-image:url(/images/footer_bg.gif);
background-repeat:no-repeat;
line-height:16px;
color:#274b78;
}

h1 {
font-family:Trebuchet MS, Arial;
font-size:24px;
color:#274b78;
}

h3 {
font-family:Trebuchet MS, Arial;
font-size:14px;
color:#274b78;
}

a {
color:#274b78;
font-weight:bold;
}

form {
margin:0px 0px 0 0;
}

input.red {
background-image:url(/images/button.gif);
background-repeat:no-repeat;
font-weight: bold;
font-size: 12px;
color: white;
border:0;
}

.button_search {
background-image:url(/images/search.gif);
background-repeat:no-repeat;
font-weight: bold;
font-size: 12px;
margin:0 0 0 8px;
padding:0 0 0 14px;
text-align:left;
width:101px;
height:30px;
color: white;
border:0;
}
td{
padding:2px;
}
.button{
border: 1px solid #666666;
width:auto;
}

.button_roomcancel{
border: 0px;
background:#FFFFFF;
color:#FF3300;
width:auto;
}

.button_green{
border: 1px solid #666666;
background:#00FF00;
width:auto;
}

.button_red{
border: 1px solid #666666;
background:#FF3300;
width:auto;
