/*-- Import CSS --*/
@import "css/admin.css";
@import "css/menu.css";

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eaeaec;
}

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.bg_main	{ background: url(images/bg_main.jpg) center top no-repeat; }
.bg_circle	{ background: url(images/bg_circles.jpg) left top no-repeat; height:547px; padding:32px 21px; }
.bg_circle2	{ background: url(images/bg_circles2.jpg) left top no-repeat; height:547px; padding:32px 21px; }
.logoarea	{ padding:0 0 118px 0; width:150px; }
.rooms		{ background:url(images/rooms.png) left top no-repeat; height:135px; }
.bg_footer	{ background: url(images/bg_footer.gif) left top repeat-x; height:100px; }


/*-- textfield --*/
.textfield {
	background-color: #FFFFFF;
	border-top: 2px solid #646464;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #646464;
	width: 442px;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #171717;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Search Button                                          */
/*========================================================*/

/*-- SearchButton --*/
.SearchButton {
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/


/* text_grey--*/
.text_grey, A.text_grey, A.text_grey:link, A.text_grey:visited, A.text_grey:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4E4E4E;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.text_grey:hover {
	text-decoration: underline;
}


/* text_black --*/
.text_black, A.text_black, A.text_black:link, A.text_black:visited, A.text_black:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.text_black:hover {
	text-decoration: underline;
}



/* text_white --*/
.text_white, A.text_white, A.text_white:link, A.text_white:visited, A.text_white:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.text_white:hover {
	text-decoration: underline;
}


/* text_blue --*/
.text_blue, A.text_blue, A.text_blue:link, A.text_blue:visited, A.text_blue:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #90C3DA;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.text_blue:hover {
	text-decoration: underline;
}


/* footertext_grey--*/
.footertext_grey, A.footertext_grey, A.footertext_grey:link, A.footertext_grey:visited, A.footertext_grey:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #4E4E4E;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.footertext_grey:hover {
	text-decoration: underline;
}
/* footertext2_grey--*/
.footertext2_grey, A.footertext2_grey, A.footertext2_grey:link, A.footertext2_grey:visited, A.footertext2_grey:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	text-decoration: none;
}
a.footertext2_grey:hover {
	text-decoration: underline;
}



.readmore1, a.readmore1  {
	FONT-WEIGHT:bold;
	FONT-SIZE: 11px;
	COLOR: #25817d;
	FONT-FAMILY: "Arial", Verdana, Tahoma;
	text-decoration: underline;
	line-height:1.5;
	background:url(../images/bullet.gif) left 5px no-repeat;
	padding:0 0 0 15px;
}
a.readmore1:hover {
	text-decoration: underline;
	background:url(../images/bullet.gif) left 5px no-repeat;
}

.readmore2, a.readmore2  {
	FONT-WEIGHT:normal;
	FONT-SIZE: 11px;
	COLOR: #30ade7;
	FONT-FAMILY: "Arial", Verdana, Tahoma;
	text-decoration: underline;
	line-height:1.5;
}
a.readmore2:hover {
	text-decoration: underline;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:normal;
}
a.H1:hover {
	text-decoration: underline;
}


.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #4E4E4E;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:normal;
}
a.H2:hover {
	text-decoration: underline;
}


.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #90C3DA;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:normal;
}
a.H3:hover {
	text-decoration: underline;
}


.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	COLOR: #FFFFFF;
	font-family: "Arial", Verdana, Tahoma;
	text-decoration: none;
	line-height:normal;
}
a.H4:hover {
	text-decoration: underline;
}


.H5, A.H5, A.H5:link, A.H5:visited, A.H5:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 36px;
	COLOR: #FFFFFF;
	font-family: "Arial", Verdana, Tahoma;
	text-decoration: none;
	line-height:normal;
}
a.H5:hover {
	text-decoration: underline;
}


.H6, A.H6, A.H6:link, A.H6:visited, A.H6:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #135ba1;
	font-family: "Myriad", Trebuchet MS, Century Gothic, Arial;
	text-decoration: none;
	line-height:normal;
}
a.H6:hover {
	text-decoration: underline;
}


.H7, A.H7, A.H7:link, A.H7:visited, A.H7:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 24px;
	COLOR: #135ba1;
	font-family: "Arial", Verdana, Tahoma;
	text-decoration: none;
	line-height:normal;
}
a.H7:hover {
	text-decoration: underline;
}


/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.pad_left  { padding:0 0 0 35px; }
.pad_right { padding:0 35px 0 0; }

.gallery_pane { padding:35px 0 0 30px; }


/*------------------------  End  -------------------------*/


.tableform { padding:5px; }
.tableform td { padding:5px; }

.formtable { padding:5px 5px 5px 5px; width:300px; }
.formtable td { padding:5px 5px 5px 5px; }



















