/* DATA SPRINGS Inc. - DYNAMIC FORMS STYLE SHEET */
.DynamicForms_Maintable {
width: 100%;
padding: 2px;
font-size: 11px;
}
.DynamicForms_Label
{color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;}
.DynamicForms_Link
{
}
.DynamicForms_RequiredField
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Compare
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_RegularExpression
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Textbox
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_NormalTextbox
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_ComboBox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Dropdownlist
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Captcha
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_RadioButton
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Listbox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_RichText
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Checkbox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_Country
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_CheckBoxList
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
}
.DynamicForms_DisabledCheckBoxList
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_DisabledTextBox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_DisabledListBox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_DisabledRadioButton
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_DisabledCountry
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_DisabledRichTextbox
{color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=65);
height: 18px;
background-color: #efefef;
}
.DynamicForms_FieldError
{background-color: #CC3333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
filter:alpha(opacity=65);
height: 18px;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}





/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
.ControlPanel {
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:hover    {
}
A.SelectedTab:active   {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:hover    {
}
A.OtherTabs:active   {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:hover    {
}
A.CommandButton:active   {
}
/* button style for standard HTML buttons */
.StandardButton     {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:hover {
}
A:active    {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
OL UL LI   {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* Login Styles */
.LoginPanel{
}
.LoginTabGroup{
}
.LoginTab {
}
.LoginTabSelected{
}
.LoginTabHover{
}
.LoginContainerGroup{
}
.LoginContainer{
}
.style2 {font-size: 11px}
.content {
font-family: Arial;
font-size: 12px;
color: #000000;
}
/*<!--[if gte IE 5.5]>
<![if lt IE 7]>
<style type="text/css">
#alImg1 img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
#alImg1 { display: inline-block; }
#alImg1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.buyguanacasteland.com/images/gcc-logo.png'); }
</style>
<![endif]>
<![endif]-->*/
a {text-decoration:none; color:#0033CC;}
a:hover {text-decoration:underline; color:#0033CC;}
a.leftnavlink {vertical-align:text-bottom;line-height:19px;color:#1E2C6D;font-size:10px;font-family:Verdana;}
.border {background-color:#D1CEBE;}
.error {font-family:verdana,sans-serif;font-size:11px;color:#ff0000;text-decoration:none;font-weight:bold;}
.font {font-family:arial;font-size:11px;}
.font:link {font-family:arial;font-size:11px;color:#0000cc;}
.font:visited {font-family:arial;font-size:11px;color:#0000cc;}
.fontLink {font-family:arial;font-size:11px;color:#0033CC;}
.fontLink:link {font-family:arial;font-size:11px;color:#0033CC;}
.fontLink:visited {font-family:arial;font-size:11px;color:#0033CC;}
.fontBlack {font-family:arial;font-size:10px;color:#000000;}
.fontBold {font-family:arial;font-size:11px;font-weight:bold;}
.fontBold:link {font-family:arial;font-size:11px;color:#0000cc;font-weight:bold;}
.fontBold:visited {font-family:arial;font-size:11px;color:#0000cc;font-weight:bold;}
.fontSmall {font-family:arial;font-size:10px;}
.fontSmallBold {font-family:verdana,sans-serif;font-size:10px;font-weight:bold;}
.framebg {background-color:#EBE9DC;}
.glance {font-family:verdana,sans-serif;font-size:11px;color:#666666;}
.glance:link {font-family:verdana,sans-serif;font-size:11px;color:#666666;}
.glance:hover {font-family:verdana,sans-serif;font-size:11px;color:#072e7b;}
.grey {font-family:verdana,sans-serif;font-size:11px;color:#666666;text-decoration:none;}
.greyBold {font-family:verdana,sans-serif;font-size:11px;color:#6e6d69;font-weight:bold;}
.inpt {font-family:verdana,sans-serif;font-size:10px;background-color:#EEF2F5;}
.mainbodybg {background-color:#FFFFFF;}
table.bgCellNews {background-color:#EBE9DC;}
tr.bgRowResultsHeader {background-color:#E7EAF1;}
tr.bgRowResultsOdd {background-color:#EBE9DC;}
.navitemroll {background-color:#54A8D0;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitem {background-color:#DEE6EF;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
a.navitem {background-color:#DEE6EF;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
a.navitem:hover {background-color:#54A8D0;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;} 
a.navitem:visited: {background-color:#DEE6EF;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;} 
.mainbodybg {background-color:#FFFFFF;}
.border {background-color:#D1CEBE;}
.navitemcursor:hand;roll {cursor:hand;background-color:#54A8D0;vertical-align: text-bottom;  line-height:19px;color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitem {background-color:#DEE6EF;vertical-align: text-bottom; line-height:19px; color:#373A3D;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitemrollglobal {cursor:hand;background-color:#54A8D0;vertical-align: text-bottom; line-height:19px; color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitemglobal {cursor:hand;background-color:#DEE6EF;vertical-align: text-bottom;  line-height:19px;color:#373A3D;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitemrolltert {cursor:hand;background-color:#54A8D0;vertical-align: text-bottom; line-height:19px; color:#ffffff;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.navitemtert {cursor:hand;background-color:#EAE8DC;vertical-align: text-bottom; line-height:19px;color:#46442D;font-family:Verdana;font-size:9px;text-transform:uppercase;text-decoration:none;}
.fontWhite {font-family:arial;font-size:10px;color:#ffffff;}
.fontWhiteBold {font-family:arial;font-size:11px;color:#ffffff;font-weight:bold;}
.disclaimer {font-family:arial;font-size:10px;color:#999999;}
.aictop {font-family:verdana,sans-serif;font-size:10px;color:#CCCCCC;}
.aicdisc {font-family:verdana,sans-serif;font-size:10px;color:#000000;}
.aicsubhead {font-family:verdana,sans-serif;font-size:11px;color:#96928A; font-weight: bold;}
.featureSubTitle {font-family:verdana,sans-serif;font-size:11px;color:#597893;font-weight:bold;}
.fontgreyBold {font-family:verdana,sans-serif;font-size:11px;color:#666666; font-weight: bold;}
.summaryTitle {font-family:verdana,sans-serif;font-size:16px;color:#607aad}
.title {font-family:verdana,sans-serif;font-size:11px;color:#000000;font-weight:bold;}
.incentivesSubTitle {font-family:verdana,sans-serif;font-size:11px;color:#EB8700;font-weight:bold;}
.offersTrimName {font-family:verdana,sans-serif;font-size:12px;color:#0081AA;font-weight:bold;}
.offersVehicle {font-family:verdana,sans-serif;font-size:14px;color:#597791;font-weight:bold;}
.fontSuperSmall {font-family:verdana,sans-serif;font-size:9px;}
.whiteTitle {font-family:arial;font-size:9px;color:#ffffff;font-weight:bolder;}
a.offersSmallLink:link {font-family:verdana,sans-serif;font-size:9px; text-decoration:underline; color:#0000CC;}
a.offersSmallLink:hover {font-family:verdana,sans-serif;font-size:9px; text-decoration:underline; color:#0000CC;}
a.offersSmallLink:visited {font-family:verdana,sans-serif;font-size:9px; text-decoration:none; color:#0000CC;}
a.closepopup:link {font-family:verdana,sans-serif;font-size:11px;  text-decoration:underline; color:#000000;font-weight:bolder;}
a.closepopup:hover {font-family:verdana,sans-serif;font-size:11px;   text-decoration:underline; color:#000000;font-weight:bolder;}
a.closepopup:visited {font-family:verdana,sans-serif;font-size:11px;  text-decoration:none; color:#000000; font-weight:bolder;}
td.bgcompareselect {background-color:#E3E1D4;}
a.specHeader {color:#0033CC;font-family:Verdana;font-size:11px;text-decoration:underline;}
a.specHeader:hover {color:#0033CC;font-family:Verdana;font-size:11px;text-decoration:underline;} 
a.specHeader:visited: {color:#0033CC;font-family:Verdana;font-size:11px;text-decoration:underline;} 
.globalbody {background: url(../../assets/images/nav/global/striped_background_1pixel.gif) repeat-x;}
.globaltable {background-color:#ffffff;}
<style TYPE="text/css">
IMG
{
BORDER-RIGHT: 0px;
BORDER-TOP: 0px;
BORDER-LEFT: 0px;
BORDER-BOTTOM: 0px
}
BODY
{
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: arial,helvetica,verdana,sans-serif;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../Guanacaste-Country-Club/bg.jpg);
background-repeat: repeat;
background-color: #333300;
}
TABLE
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: arial,helvetica,verdana,sans-serif
}
TR
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: arial,helvetica,verdana,sans-serif
}
TD
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: arial,helvetica,verdana,sans-serif
}
/*
A:link
{
COLOR: #0000ff;
TEXT-DECORATION: underline
}
A:visited
{
COLOR: #0000ff;
TEXT-DECORATION: underline
}
*/
A:hover
{
COLOR: #0000ff;
TEXT-DECORATION: underline
}
.search_content
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.fv_header
{
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: Verdana, Arial, sans-serif
}
.fv_bold
{
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #000000;
FONT-FAMILY: Verdana, sans-serif
}
.fv_content
{
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, sans-serif
}
.fv_page_link
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: blue;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.fv_dealername
{
FONT-WEIGHT: bolder;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.fv_errCode
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
COLOR: #ffffff;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.fv_errDescription
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
COLOR: #cc0000;
FONT-FAMILY: Verdana, Arial, sans-serif
}
.fv_foot
{
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: verdana, sans-serif
}
A.foot:link
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: verdana,sans-serif;
TEXT-DECORATION: none
}
A.foot:hover
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: verdana,sans-serif;
TEXT-DECORATION: underline
}
A.foot:visited
{
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: verdana,sans-serif;
TEXT-DECORATION: none
}
.fv_ctk_content
{
FONT-SIZE: 10px;
FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif
}
.fv_ctk_italic
{
FONT-SIZE: 11px;
FONT-STYLE: italic;
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.fv_ctk_title
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY: Helvetica, Verdana, Arial, sans-serif
}
.fv_ctk_event
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.fv_ctk_page_link
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: blue;
FONT-FAMILY: Helvetica, Verdana, Arial, sans-serif
}
.fv_Title
{
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif
}
.logo
{
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.driving_direction
{
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.driving_start
{
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.driving_content
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.red
{
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #cc3300;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.app
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: #333333;
LINE-HEIGHT: 2.6em;
FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
LETTER-SPACING: 0em;
BACKGROUND-COLOR: #cccccc
}
.back
{
FONT-SIZE: 0.7em;
WIDTH: 5em;
COLOR: #ffffff;
FONT-FAMILY: verdana, helvetica, arial;
BACKGROUND-COLOR: #cc3300
}
.privacy
{
FONT-SIZE: 10px;
COLOR: #8c8c8c;
FONT-FAMILY: Arial;
TEXT-DECORATION: none
}
.footer
{
FONT-SIZE: 10px;
COLOR: #666666
}
</style>
