﻿body
{
	margin:0px 0px 0px 0px;
	font-family:Arial, Verdana;
	font-size:12px;
	color: #808080;
	background-image:url(../images/bgd-1-px.png);
	background-repeat:repeat-x;
}

h1
{
	font-size:20px;
}

.LargeText1
{
	font-size:14px;
	font-weight:bold;
}

input[type="text"]
{
	border: solid 1px #808080;
	font-size:16px;
	color:#808080;
}

input[type="button"], input[type="submit"]
{
	border: solid 1px #DDD;
	background-color:#FFF;
	font-size:13px;
	color:#000;	
}

textarea
{
	border: solid 1px #808080;
	font-size:16px;
	color:#808080;
}

.LabelLarge
{
	font-size:16px;
	color:#808080;
}

ul, li	
{	
	margin:0;
	padding:0;
	list-style:none;
}

ul.horizontal li
{
	display:inline;
}

li.padded
{
	padding: 3px 0px 0px 0px;
}

TABLE.DataGridStyle TD
{
	border-bottom: 1px solid #808080;
}

TABLE.DataGridStyle TH
{
	font-size: 8pt;
	border-bottom: 1px solid #808080;
}

#CenterContainer
{
	width:930px;
	padding-left:5px;
	margin: 0px auto -1px auto;
	/*background: #F2F2F2;*/
	background-image:url(../images/center-bg.png);
	background-repeat:repeat-y;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color: #808080;
}

.logout:link, .logout:visited, .logout:hover, .logout:active
{
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

.profile, .profile:link, .profile:visited, .profile:hover, .profile:active
{
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

.ProfilePageLink:hover
{
	color:#000;
}

.ProfilePageDeactivateLink:link, .ProfilePageDeactivateLink:visited, .ProfilePageDeactivateLink:hover, .ProfilePageDeactivateLink:active
{
	color:#F00;
}

.ProfilePageDeactivateLink:hover
{
	color:#000;
}

.ProfilePageActivateLink:link, .ProfilePageActivateLink:visited, .ProfilePageActivateLink:hover, .ProfilePageActivateLink:active
{
	color:#64af40;
}

.ProfilePageActivateLink:hover
{
	color:#000;
}

.ProfilePageWebmasterDeactivate
{
	font-size:16px;
	color:#F00;
}

.ProfilePageContentListTitle
{
	font-weight:bold;
	font-size:14px;
}

.HeaderBanner
{
	position:relative;
	width:728px;
	height:90px;
	left:182px;
	top:17px;
}

.HeaderButtonsContainer
{
	position:relative;
	width:728px;
	top:17px;
	left:182px;
	color:#FFF;
	padding-top:5px;
}

.HeaderButtonsVillageLink
{
	color:#FFF;
	font-weight:bold;
}
.HeaderButtonsVillageLink:link, .HeaderButtonsVillageLink:visited, .HeaderButtonsVillageLink:active
{
	color:#FFF;
	text-decoration:none;
}
.HeaderButtonsVillageLink:hover
{
	cursor:pointer;
	color:#000;
}

.HeaderButtonBar
{
	background-image:url(../images/ukv-header-button-bar.png);
	background-repeat:no-repeat;
	width:915px;
	height:27px;
	margin-top:5px;
	padding-left:10px;
	padding-top:8px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

.HeaderMenubar
{
	width:925px;
	color:#0D6FB2;
	margin-top:5px;
	text-align:center;
}

.HeaderMenubarLink:link, .HeaderMenubarLink:visited, .HeaderMenubarLink:active
{
	text-decoration:none;
	color:#0D6FB2;
}
.HeaderMenubarLink:hover
{
	color:#000;
}

.Header
{
	background-image:url(../images/ukv-header-blue.jpg);
	background-repeat:no-repeat;
	width:925px;
	height:136px;
}

.HeaderNight
{
	background-image:url(../images/ukv-header-blue-night.jpg);
	background-repeat:no-repeat;
	width:925px;
	height:136px;
}

.Footer
{
	background-color:#A3C763;
	overflow:auto;
	width:925px;
	margin-top:10px;
	clear:both;
}

.FooterTitle
{
	margin:10px 0px 10px 10px;
	color:#FFF;
	font-size:12pt;
}

.FooterStatic
{
	background-image:url(../images/ukv-footer-static.jpg);
	background-repeat:repeat-y;
	width:925px;
	height:65px;
	color:#FFF;
	padding-top:5px;
	text-align:center;
}

.FooterStaticLink:link, .FooterStaticLink:visited, .FooterStaticLink:hover, .FooterStaticLink:active
{
	text-decoration:none;
	color:#FFF;
}

.FooterStaticLink:hover
{
	text-decoration:none;
	color:#000;
}

.FooterLinks
{
	background-image:url(../images/ukv-footer-links.gif);
	background-repeat:repeat-y;
	width:905px;
	margin-left:10px;
	margin-bottom:10px;
}

.FooterLinksContent
{
	width:885px;
	padding:10px 10px 10px 10px;
}

.FooterCopyright
{
	color:#FFF;
}

.FooterRecentVisitTitle
{
	font-size:14px;
	font-weight:bold;
}

.FooterRecentVisitLink:hover
{
	color:#000;
}

.Required
{
	font-size:8pt;
	color:#F00;
}
.RequiredExtended
{
	visibility:hidden;
	display:none;
}

/* General purpose padding/margin/overflow styles used throughout */

.OverflowAuto
{
	overflow:auto;
}

.Padding5pxAllSides
{
	padding: 5px 5px 5px 5px;
}

.Padding5pxTop
{
	padding-top: 5px;
}

.Padding5pxRight
{
	padding-right: 5px;
}

.Padding5pxBottom
{
	padding-bottom: 5px;
}

.Padding5pxLeft
{
	padding-left: 5px;
}

.Margin5pxAllSides
{
	margin: 5px 5px 5px 5px;
}

.Margin5pxTop
{
	margin-top: 5px;
}

.Margin10pxTop
{
	margin-top: 10px;
}

.Margin5pxRight
{
	margin-right: 5px;
}

.Margin5pxBottom
{
	margin-bottom: 5px;
}

.Margin5pxLeft
{
	margin-left: 5px;
}

.FloatLeft
{
	float:left;
}

.FloatNone
{
	float:none;
}

.Width50Perc
{
	width:50%;
}

.MyCalendar .ajax__calendar_container
{
    border:1px solid #646464;
    background-color: #F2F2F2;
    color:#000;
}

.MyCalendar .ajax__calendar_header
{
	background-color:#5fa0d2;
	color:#000;
}

.BlueSeparator
{
	border: solid 1px #0D6FB2;
}

.GeneralLink:link, .GeneralLink:visited, .GeneralLink:active
{
	text-decoration:none;
}

.GeneralLink:hover
{
	text-decoration:none;
	color:#000;
}

.CursorHand
{
	cursor:pointer;
}

.HoverMenu
{
	padding:5px 5px 5px 5px;
	background-color:#FFF;
	border:solid 1px #5fa0d2;
	display:none;
	visibility:hidden;
}

ul.MenuItems li
{
	padding: 3px 0px 0px 0px;
}

/* BookingBug Styles */

ul li.ExplanationText
{
	font-size:20px;
}

ul li a.BookingBugLink
{
	text-decoration:underline;
}
ul li a.BookingBugLink:hover
{
	color:#000;
	text-decoration:underline;
}
