body
{
/*	font-family: 'Open Sans Condensed' !important;*/
	font-size: 13px;
}

body>div.container
{
		border-radius: 4px;

}

input, select
{
	background-color: rgba(255, 255, 255, 1) !important;
}

.btn-default
{
	background-color: rgba(255, 255, 255, 1) !important;
}

#options
{
	height: 490px;
}

#details
{
	height: 490px;
}

table tr
{
	cursor: pointer;
}

table th
{
	text-align: center;
}


table th:first-child
{
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

table td
{
	padding-left: 10px;
	padding-right: 10px;
}


.currency-column
{
	text-align:right;
}

#activityDetailsLayout
{
	padding-top:15px;
}

#optionDescription
{
	height: 150px;
}

#optionImagePane
{
	height: 150px;
	text-align: center;
}

#optionDetailsPane
{
	height: 150px;
}
#optionsTabHeader
{
	margin-top: 0px;
}

#activityOptionsTable .col2
{
	width: 300px;
	text-align: center;
}

#activityOptionsTable .col3
{
	width: 225px;
	text-align: center;
}

#activityOptionsTable tbody
{
	display: block;
	height: 140px;
	overflow-y: auto;
	width: 100%;
		
}
#activityOptionsTable thead tr
{
	display: block;
}

#imgOptionImage
{
	margin-top: 5px;
	height: 100px;
	width: 200px;
}

#removeImageGroup
{
	margin-right: 15px;
}

.container
{
	background-color: white;
}

.panel
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.panel-heading
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.panel-footer
{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#searchResults
{
	margin-top: 2em;
	margin-bottom: 2em;
}

tr.Default td
{
	font-weight: bold;
}

#vacationImgImage, #vacationImgBackgroundImage
{
	width: 800px;
	height: 150px;
	border: 0;
}

#vacationImageLayer, #vacationBackgroundImageLayer
{
	text-align: center;
	margin-bottom: 15px;
}

#aTabContent
{
	min-height: 199px;
}

#aoTabContent
{
	min-height: 185px;
}

a.disabled
{
	pointer-events: none;
	opacity: 0.4;	
}

.vacation-toolbar button
{
	font-size: smaller;
}