﻿
body
{
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Sans-Serif;
	color: white;
	background-image: url('../images/BackgroundTile.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-color:#403429;
}

img
{
	border-width: 0px;
	margin: 0;
	padding: 0;
}

.VAlign
{
	vertical-align: middle;
}

h1
{
	font-weight: bold;
	font-size: 1.0em;
	font-family: Arial;
	margin: 0;
	margin-bottom: 0.15em;
}

h2
{
	font-weight: bolder;
	font-size: 0.8em;
	font-family: Arial;
	margin: 0;
	margin-bottom: 0.15em;
}

hr
{
	color: #9b9085;
}

ul
{
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

p
{
	font-size: 0.75em;
}

.CenterContent
{
	text-align: center;
}

tr.VerticalSpace
{
	margin: 0;
	padding: 0;
	padding-bottom: 0.0em;
	font-size: 0.2em;
}

a:link, a:visited
{
	text-decoration: none;
	color: White;
}

a:hover, a:active
{
	text-decoration: underline;
	color: White;
}


.OuterTable
{
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	background-color: Transparent;
	width: 928px;
}

.OuterTable td tr
{
	border-collapse: collapse;
	background-color: Transparent;
	width: 100%;
}

td.ThreeColumnTable
{
	width: 300px;
}

td.PanelLogin
{
	text-align: right;
	width: 200px;
}

td.SocialPanel
{
	text-align: left;
}

table.InnerContentPanel
{
	border-collapse: collapse;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
	height: 100%;
}




.InnerContentPanel tr td
{
	height: 100%;
}




td.MainContentPanel
{
	vertical-align: top;
	padding: 0 !important;
	margin: 0;
}


/**********************
* Layout
**********************/
#LayoutTable
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
}

#contentPanel
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

.FullHeightContainer
{
	height: 100%;
	margin: 0;
	padding: 0;
}

.PanelLogin
{
	font-size: 0.65em;
	text-align: right;
}

#Panel1t
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}

table.ImageTable
{
	vertical-align: top;
	border-collapse: collapse;
	margin: 0;
	margin-bottom: 0.85em;
	padding: 0;
	width: 100%;
}

.HiImpactContent
{
	font-family: Georgia;
	font-style: italic;
	font-size: 1.5em;
	margin-top: 0.2em;
}

.ContactDetailsContent
{
	font-family: Georgia;
	font-style: italic;
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0;
}

.HiImpactContactDetailsContent
{
	font-family: Georgia;
	font-style: italic;
	font-size: 2.0em;
	margin-top: 0;
}

.PricingContent
{
	font-size: 0.9em !important;
	font-weight: bold;
}


/*****************************
* Messages
******************************/
.SuccessMessage
{
	color: Green;
}

.ValidationError
{
	color: Red;
}


/*****************************
* MENU
******************************/

/* For menu items */
.menu
{
	text-align: left;
	width: 100%;
	list-style-type: none;
	font-weight: bolder !important;
	padding: 0;
	margin: 0;
}

.menu ul
{
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
.menu li
{
	display: inline;
	border-left: solid 1px White;
	padding: 0 0.25em 0 0.25em;
}

.menu li.first
{
	display: inline;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.menu a, .menu a:visited
{
}

.menu a:hover
{
}


/*****************************
* Grid Views
******************************/

.StandardGridView
{
	border: solid 1px Navy;
	border-collapse: collapse;
	margin-top: 1em;
}

.StandardGridView tr td
{
	border-bottom: solid 1px Navy;
	border-right: solid 1px Navy;
	padding-left: 1em;
	padding-right: 1em;
}

.StandardGridView tr th
{
	border-bottom: solid 1px Navy;
	border-right: solid 1px Navy;
	padding-left: 1em;
	padding-right: 1em;
}

.AlternateRow
{
	background-color: #d6e9ff;
}

/******************************************************************************************/
/* Cms Administration */
/******************************************************************************************/
div.AdminBanner
{
	width: 100%;
	clear: both;
}


.AdminContentPaneSurround
{
	border: dashed 1px Navy;
	padding: 1em 1em 1em 1em;
}

.AdminContentPaneName
{
	color: Red;
}

.AdminOptionsTable
{
	border: solid 1px Navy;
	width: 100%;
	margin-bottom: 0.5em;
}

.AdminOptionsTable tr td
{
	padding: 0.5em 1em 0.5em 1em;
}

.AdminInsertModule tr td
{
	padding: 0em 0em 0em 0em;
}

.AdminInsertModule tr th
{
	text-align: left;
	font-weight: bold;
}

.AdminPreviewPage tr td
{
	padding: 0em 0em 0em 0em;
}

.AdminPreviewPage tr th
{
	text-align: left;
	font-weight: bold;
}

.AdminMovePageInMenu
{
	margin: 0 0 0 0;
	text-align: center;
}

.AdminMovePageInMenu tr td
{
	padding: 0 0 0 0;
}

table.DataEntry
{
	width: 100%;
}

table.DataEntry tr th
{
	width: 20%;
}

.ViewSampleTable
{
	font-size: 0.7em !important;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
}

.ViewSampleTable td
{
	background-color: #665544;
	padding-right: 1em;
}

.SpecialOffersContent h2
{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#BookingTable, #BookingTable select, #BookingTable input, #BookingTable tr td
{
	font-size: 0.9em !important;
}


.MapPage
{
	width: 960px;
}


#BookingTable td
{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.SpecialOffersContent
{
	padding: 0em 0.75em 0.25em 0.75em;
	height: 100%;
	overflow: visible;
}

.SpecialOffersContent
{
	font-size: 1em;
}

.LatestNews
{
	background-image: url(http://www.clumberparkhotel.com/CMS/Skins/ClumberSkin2/images/Panel2Gradient.png);
	background-repeat: repeat-y;
}
.LatestNews h1
{
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.LatestNews h2
{
	font-size: 0.9em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.LatestNews p
{
}
.SpecialOffersContent
{
	margin: 0;
}


.LatestNewsItem
{
	border-bottom: 1px dotted White;
}

#fb-root
{
	background-color: White;
}

.like-on-facebook
{
	background-color: White;
	padding: 0.2em 0.1em 0.1em 0.1em;
	margin-bottom: 1em;
	background-color: #dddddd;
	color: White;
}

.CopyrightSection
{
	padding-top: 0.5em;
}

.facebook-like
{
	padding-bottom: 1em;
}

.facebook-like-container
{
	padding: 0.2em 0.2em 0.2em 0.2em;
	width: 300px;
	background-color: White;
}

.HomepageNewsDate
{
	margin-bottom: 5px !important;
}

.HomepageNewsText
{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

