﻿body
{
	margin-top: 0px;
	text-align: center;
}
.lableFont
{
    font-size: 9pt;
    font-family: Candara;
    text-decoration: none;
    font-weight: bold;
}
.messageFont
{
	font-size: 9pt; font-family: Candara;
}
.TermConFont
{
	font-size: 9pt;
	font-family: 'Candara';
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
.TermConFont:hover
{
	font-size: 9pt;
	font-family: 'Candara';
	text-decoration: none;
	font-weight: bold;
	color: Gray;
}
.mail_link
{
	font-size: 9pt;
	font-family: 'Candara';
	text-decoration: underline;
	color: blue;
}
.mail_link:hover
{
	font-size: 9pt;
	font-family: 'Candara';
	text-decoration: underline;
	color: darkslateblue;
}
.master_hotel_header
{
	font-size: 9.5pt;
	font-family: Candara;
	text-decoration: none;
	font-weight: bold;
}
.master_hotel_info
{
	font-size: 9pt;
	font-family: Candara;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.cmds
{
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}
.cmds:hover
{
	border-bottom: #750b02 1px solid;
	border-left: #750b02 1px solid;
	border-top: #750b02 1px solid;
	border-right: #750b02 1px solid;
}
.grd_cmds
{
	color: black;
	text-decoration: underline;
}
.grd_cmds:hover
{
	color: #750b02;
	text-decoration: underline;
}
INPUT
{
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}
INPUT:hover
{
	border-bottom: #750b02 1px solid;
	border-left: #750b02 1px solid;
	border-top: #750b02 1px solid;
	border-right: #750b02 1px solid;
}
INPUT:focus
{
	border-bottom: #750b02 1px solid;
	border-left: #750b02 1px solid;
	border-top: #750b02 1px solid;
	border-right: #750b02 1px solid;
}