/* ==========================================
    CSS STYLES FOR The Gulls Bed & Breakfast
   ==========================================
   Skin design by Syncrony (Pty) Ltd
   www.syncrony.com
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #0F0B58;
	background-attachment: fixed;
	background-image: url(/Portals/39/Skins/theGullsII/images/waterMark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	text-align: center;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 7.5pt;
    color: #0F0B58;
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited  {

    text-decoration:    none;
    color:white;
}

A.SelectedTab:active, A.SelectedTab:hover  {
    text-decoration:    underline;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 7.5pt;
    color: white;
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}


A.OtherTabs:active, A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}

#footer A.OtherTabs:link, #footer A.OtherTabs:visited {
    text-decoration:    none;
    color:#0F0B58;
}


#footer A.OtherTabs:active, #footer A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#0F0B58;
}


/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    bold;
	color: White;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: White;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: White;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1B1537;
}

.NormalRed
{
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	text-decoration:    none;
	color: #E1F2F7;
	background-color: #0F0B58;
	border: 1px solid #E1F2F7;

}

A.CommandButton:active, A.CommandButton:hover   {
	text-decoration:    none;
	color: #FFFFFF;
	background-color: #0C0942;
	border: 1px solid #FFFFFF;
}

/* GENERIC */
H1  {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 5px;
}

H2  {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

H3  {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #FFFFFF;
}

H4  {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: #FFFFFF;
}

H5, DT  {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #FFFFFF;
}

H6  {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

TD {
	font-size:11px;
	color:#FFFFFF;
}

TFOOT, THEAD    {
	background-color: #44ADE4;
}

TH  {
    vertical-align: baseline;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
	color: #1B1537;
}

A:link, A:visited  {
    text-decoration:    underline;
    color:  #CDE9F8;
}


A:active, A:hover   {
    text-decoration:    underline;
    color:  #F3FBFE;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #FFFFFF;
	width: 500px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:23px;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #0F0B58; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #333333 0px solid;
	height:23px;
}
.MainMenu_RootItem, .MainMenu_RootItem td {
	font-size: 9pt;
	color: #0F0B58;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	text-align: center; 
	width: 20px; 
	height: 23px;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=3) ;
	border: 5px solid #FFFFFF;
}

.MainMenu_MenuBreak {
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FFFFFF 1px solid;  
	border-right: #404040 0px solid; 
	background-color: #0F0B58; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #DDEFF7; 
	cursor: hand; 
	color: #0F0B58; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height:23px;
}
.MainMenu_RootItemSel, .MainMenu_RootItemSel td {
	font-size: 9pt; 
	color: #0F0B58; 
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
#menubar {
	text-align: left;
	background-color: #FFFFFF;
	width:765px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container {
	background-attachment: scroll;
	background-image: url(/Portals/39/Skins/theGullsII/images/containerBak.jpg);
	background-repeat: no-repeat;
	background-position: 0px 190px;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #FFFFFF;
	background-color: #1B1537;
}
#header {
	background-attachment: scroll;
	background-image: url(/Portals/39/Skins/theGullsII/images/headBak.jpg);
	background-repeat: no-repeat;
	background-position: 490px 0px;
	height: 190px;
	text-align: left;
	clear: both;
	width: 100%;
}
#logo {
	height: 190px;
	width: 490px;
}
#loginbox {
	float: right;
	color: #FFFFFF;
}
#hostTermsPriv {
	float: right;
}
#footer {
	background-color: #FFFFFF;
	text-align: left;
}
#panes {
	clear: both;
}
#date {
	float: right;
	display: block;
	height: 23px;
}
#Table2 {
}
#dotnetnuke {
	display: none;
}
.gridAlt {
	background-color: #29448B;
}

