﻿body {
}

a:link
{
	text-decoration: none;
	color: #555555;
}

a:visited
{
	text-decoration: none;
	color: #555555;
}

a:active
{
	text-decoration: none;
	color: #555555;
}

a:hover
{
	text-decoration: underline;
	color: #555555;
}

.text
{
	border-width:1;
	border-style: solid;
}

.button-reservation-cotrol
{
	border-width:1;
	border-style: solid;
	background-color:#E0E0E2;
	color: #555555;
}

.label-reservation-cotrol
{
	font-size: x-small;
	vertical-align: middle;
	color: #555555;
}

.table-cell-reservation-cotrol
{
	font-size: small;
	border-top: #CAC8C7 1px solid;
	border-right: #CAC8C7 1px solid;
	border-left: #CAC8C7 1px solid;
	border-bottom: #CAC8C7 1px solid;
	color: #555555;
	text-align: left;
}

.body-scroll-gray
{
	scrollbar-face-color: white;
	scrollbar-shadow-color: #E6E6E8;
	scrollbar-highlight-color:#E6E6E8;
	scrollbar-3dlight-color: #E6E6E8;
	scrollbar-darkshadow-color: #E6E6E8;
	scrollbar-track-color: #E6E6E8;
	scrollbar-arrow-color: #E6E6E8;
}

.borders-gray
{
	border-top: #CAC8C7 1px solid;
	border-right: #CAC8C7 1px solid;
	border-left: #CAC8C7 1px solid;
	border-bottom: #CAC8C7 1px solid;
}

.div-text
{
	scrollbar-face-color: white;
	scrollbar-shadow-color: #E6E6E8;
	scrollbar-highlight-color:#E6E6E8;
	scrollbar-3dlight-color: #E6E6E8;
	scrollbar-darkshadow-color: #E6E6E8;
	scrollbar-track-color: #E6E6E8;
	scrollbar-arrow-color: #E6E6E8;
	overflow: auto;
	border-top: #E6E6E8 1px solid;
	border-right: #E6E6E8 1px solid;
	border-left: #E6E6E8 1px solid;
	border-bottom: #E6E6E8 1px solid;
	color: #555555;
	text-align: left;
	border-width: 2px;
}

.black-text
{
	color: #555555;
}

