@charset "utf-8";
/* CSS Document for Hotel Website, Developed by DON Alabee, alabee2g@yahoo.com*/


body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;

}


.big
{
	font-size:24px;
	font-weight:bold;
	line-height:35px;

}

a:hover
{
	color:#000;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

a:active
{
	/*font-weight: bold;*/
	color: #fff;
	text-decoration: underline;
	font-size:14px;
	font-weight:bold;
}

a:visited
{

	font-weight: bold;
	/*color: #C96300;*/
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

a
{
	color: yellow; 
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}


.bwhite
{
	font-weight:bold;
	color:#FFFFFF;
}


/*For textfields*/
.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	BORDER-RIGHT: #64a9d5 1px solid;
	BORDER-TOP: #64a9d5 1px solid;
	BORDER-LEFT: #64a9d5 1px solid;
	BORDER-BOTTOM: #64a9d5 1px solid;
	color: #000066;
	padding-left:2px;
	background-color: #ffffff;
}

/*For buttons*/
.buttons {
	background-color: #64a9d5;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-weight:bold;
	border:0px solid #0b77ad;
	padding-left:5px; 
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}


.formitems
{
	font-weight:bold;
	padding-left:4px;
}

.reservtable
{
	border:solid 1px #3690c5;
}

.header
{
	font-size:14px;
	font-weight:bold;
	background-color:#3690c5;
	color:#FFFFFF;
	padding:10px;
}


.padding
{
	padding:4px;
}

.notice
{
	color:#FF0000;
	font-weight:bold;
}

.thanks
{
	font-size:30px;
	font-weight:bold;
	color:#000033;
	text-align:center;
	line-height:30px;
}


.thanksent
{
	font-size:36px;
	color:#006699;
	text-align:center;
	line-height:45px;
}


.reservtitles
{
	font-size:16px;
	font-weight:bold;
}













