/* //// default styles */

/* //////////// basic tag styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #4B4C5F;
	


}
#search_tbl
{
	width: 130px;
	text-align: center;
}

#search_tbl td
{
	font-size: 11px;
	text-align: center;
}
#search_tbl select
{
	font-size: 11px;
	width: 120px;
	ma rgin-bottom: 3px;
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

td, th, iframe {
	text-align:justify;
	font-size: 12px;
}

hr {
	color: #C1CCDA;
	height: 1px;
	width: 100%;	
}


h3 {
	color: #D90000;
	margin-bottom: 0px;
}

h4 {
	color: #D90000;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: #4B4C5F;
}

/* //////////// links */

a:link{
	color: #CB2228;
	text-decoration: underline;
	/*color: #544BAF;*/
}

a:hover {
	text-decoration: none;
}

a:active {
}


a:visited {
	color: #CB2228;
	/*color: #544BAF;*/
}



/* //////////// navigation styles */

.menu-main {
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
}

.menu-main a{

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu-main a:hover{
	text-decoration: underline;
}

.menu-main a:visited{
	color: #FFFFFF;
}


.text-link {
	color: #CB2228;
	text-decoration: underline;
}

.text-link a{
	color: #CB2228;
	text-decoration: underline;
	
}

.text-link a:hover {
	text-decoration: none;
	cursor: hand;
}
/* //////////// table styles */
.table-field-name {
	padding: 5px;
	font-size: 12px;
	background-color: #F0F2F5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;

}
.table-field-name-fax2 {
	padding: 3px;
	font-size: 13px;
	background-color: #F0F2F5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;

}

.table-field-name-error {
	padding: 3px;
	font-size: 12px;
	background-color: #F7F8FA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	color: #FF0000;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: 3px;

}

.table-field-content {
	padding: 5px;
	font-size: 12px;
	background-color: #F7F8FA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.table-field-content-fax2 {
	padding: 3px;
	font-size: 13px;
	background-color: #F7F8FA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.table-field-details {
}

.table-field-header {
}


/* //////////// generic table styles */

.g-table  {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}


.g-table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}


/* //////////// form styles */

.textfield-stretch {
	width: 98%;
}

.field-stretch {
	width: 100%;
}


.button {
	background-color: #7D808E;
	color: #FFFFFF;
	font-weight: bold;
}

.button-stretch {
	width: 100%;
	background-color: #7D808E;
	color: #FFFFFF;
	font-weight: bold;
}
.button-stretch2
{
	background: white;
	font-weight: bolder;
	font-size: 11px;
	width: 120px;
	margin-bottom: 10px;
	cursor: hand;
}


/* //////////// site map styles */

.sitemap-0 {
}

.sitemap-1 {
}

.sitemap-2 {
}

.sitemap-3 {
}



/* //////////// message styles */

.message-error {
	font-weight: bold;
	color: #FF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
}
.message-positive {
	font-weight: bold;
	/*color: #FFFFFF;*/
	color: black;
	/*background-color: #7D808E;*/
	padding: 20px;
	text-align: center;
}


/* //////////// misc styles */

.path {
}

.pagename {
}


.copyright {
	font-size: 10px;
}
.copyright a {
	color: #4B4C5F;
	font-weight: normal;
}

.tothetop {
	font-size: 10px;
}

/* //////////// other styles */

form
{
	padding: 0px;
	margin: 0px;
}


.form-search-headers {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-weight: bold;
}

.text-quick-search-header {
	font-weight: bold;
	color: #CB2228;
}

.devider-horizontal {
	font-size: 1px;
	background-image:  url("../graphics/devider_horizontal.gif");
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
}

.devider-horizontal-dots {
	font-size: 1px;
	background-image:  url("../graphics/devider_horizontal_dots.gif");
	background-repeat: repeat-x;
	height: 12px;
}

.row-devider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4EDF8;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;

}

.addittional {
	padding:5px;
	border:1px solid #C1CCDA;
	background:#F7F8F9;
}

.rates_addittional {
	padding:5px;
	border:2px solid black;
	background:#F7F8F9;
}

.stars {
	font-size: 20px;
	font-weight: bold;
}

.details {
	font-size: 12px;
}

.details a {
	color: #4B4C5F;
	text-decoration:none;
}

.details a:hover {
	color: #4B4C5F;
	text-decoration:none;
}

.devider-vertical-dots {
	font-size: 1px;
	background-image:  url("../site/graphics/devider_vertical_dots.gif");
	background-repeat: repeat-y;
	width: 12px;
}

.paragraph {
	font-weight: bold;
}

h5.hotel-name {
	font-weight: bold;
	font-size: 15px;
	text-decoration:none;
	color: #4B4C5F;
	padding:0px;
	margin:0px;
}


.image_thumb {
	border: 3px solid #F7F8F9;
}

.right {
	text-align:right;
}
.block-info-tr{
	color: red;
	font-size: 12pt;
	font-weight: bold;
	}
.center{
	text-align: center;
	}
h4.hotel_search {
	color: #CB2228; 
	font-size: 11px; 
	font-weight: bold;
	
	}
span.hotel_search
{
	color: #CB2228; 
	font-size: 11px; 
	font-weight: bold;
}
#hiof
{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4EDF8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4EDF8;
	background-color: #F7F8F9;
	height: 25px;
}
.add-hotel-desc-cell
{
	width: 150px;
	font-size: 11px;
}
.add-hotel-desc-cell-error
{
	width: 150px;
	font-size: 11px;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: 3px;
}
.add-hotel-input
{
	background-color: #ffffa0;
	width: 200px;	
}
.lp1
{
	vertical-align: middle;
	border-bottom: solid 1px #e0e0e0;
	color: #2E3092;
	font-size:12px;
	padding-left: 3px; 
	font-weight: bold; 
	height: 20px;
}
.lp2
{
	vertical-align: middle;
	border-bottom: solid 1px #e0e0e0;
	color: black;
	font-size:11px;
	padding-left: 3px; 
	height: 20px;
}
.lp3
{
	text-decoration: none;
	color: black;
}
.no_underline
{
	text-decoration: none;
}
.show_detail
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-align: center;
	background-color: #F7F8FA;
	border: solid 1px #FFFFFF;
}
.tour_detail
{
	width: 500px;
	text-align: justify;
	
}

.blacklink:link{
	text-decoration: none;
	color: black;
}

.blacklink:hover {

	color: #2E3092;
	text-decoration: underline;
	
}

.blacklink:active {
	text-decoration: none;
	color: black;
}


.blacklink:visited {
	text-decoration: none;
	color: black;
}
.navi
{
font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
font-size: 12px;
color: blue;
}

#LeftPanelCell
{
    position: relative;
}
#AngelTreeBox
{
    position: absolute;
    background-color: white;
    border: solid 1px white;
    width: 260px;
    height: 25px !important;
    height: 29px;
}
#AngelTreeBox a
{
    color: #2626FF;
    text-decoration: none;
}
#AngelTreeBox img
{
    border: 0px;
    float: left;
    margin-right: 6px;
    
}
#AngelTreeBox span
{
    padding-top: 7px;
    display: block;
}

