﻿/*---------------------*/
.point_main
{
    font-size:9pt;
    font-family:"Arial";
    font-weight:bold;
    color:black;
}

.point_descr
{
    font-size:8pt;
    font-family:"Arial";
    color:black;
}

.step_number
{
    color:Blue;
    font-size:13pt;
    font-weight:bold;
}
.font-blue_u
{
    color: Gray;
    font-size: 9pt;
}

table.tdRooms tr td
{
	border: solid 0px #0000ff;
}


table.tdPrices tr td
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: #274e89
}

.attraction
{
	FLOAT: left;
	WIDTH: 200px;
}
.attraction_container
{
	WIDTH: 420px;
	MARGIN-LEFT: 25px;
}

.our_color
{
	color: #274e89;
}


#stepswrapper
{
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    font-family: Arial;
    font-size: 12px;
    height: 100%;    
}


.bg_header
{
    background: url('images/bg_header.gif') repeat-x 0 0;
    color: White;
    font-weight: bold;
    height: 24px;
    vertical-align: middle;
    text-align: center
}

.bg_content
{
    padding: 10px 10px 10px 10px; 
    background-color: #f8fcff; 
    border: solid 1px #274e89;
    text-align: left
}

.bg_line
{
    background: url('images/bg_line.JPG') repeat-x 0 0;
}

.bg_left
{
    background: url('images/bg_left.png') repeat-y 0 0;
}
.bg_right
{
    background: url('images/bg_right.png') repeat-y 0 0;
}
.bg_left, .bg_right
{
    width: 100px;
}


.btn_base
{
	color: #ffffff;
	background: transparent url( '/App_Themes/DefaultLight/images/btn_blue_3.png' ) no-repeat scroll 100% 0;
	font-size: 13px;
    font-weight: normal; 
	cursor: pointer;
	height: 22px;
    font-family: Arial; 
    border: solid 1px White;
    text-align: center;
    vertical-align: baseline;
}
