﻿/*************calendar*******/
	/* The following classes are for the popup calendar that appears on contact us and reservation forms. You will want to set font color and size, as well as background color once you have decided on a color palette that matches your site. Please not there are dropdown styles that will need to be set including a dropdown over/hover style to set. See the descriptions of what part of the popup calendar each style sets as described above each style. Also note there are images that will need to be customized in color that are not set in css, but created and put in the /images/ folder. They are as listed: calendar.gif, close.gif, drop1.gif, drop2.gif, left1.gif and left2.gif
 */	
	/* Default attributes of table container for entire POPUP calendar */
	
.table-style {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #e4e2c9;
	font-family:  arial; 
	font-size: 11px;
	
	}
	/* Default attributes of DIV containing table container for entire popup calendar.
	 * You probably don't want to alter this style.
	 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	}

	/* Default attributes used in popup calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: Arial; 
	font-size: 11px;
	color: #ffffff;
	}

	/* Default attributes used in popup calendar title background.*/
.title-background-style {
	background-color: #10425d;
	}

	/* Normal appearance of controls in popup calendar title. */
	/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	}

	/* Moused-over (selected) appearance of controls in popup calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
	}

	/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	background-color: #e4e2c9;
	border-color: #cccccc;
	color: Black;
	cursor: default;
	}

	/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #10425d;
	cursor: hand;
	color:#ffffff;
	}

	/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #e4e2c9;
	}

	/* Default attributes of popup calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #e4e2c9;
	font-family: arial, verdana; 
	font-size: 11px;
	}
.body-style a:link,.body-style a:hover,.body-style a:visited {
	color:#10425d;
	font-style:normal;
	font-family:Verdana, Arial,sans-serif;
	}
	/* Attributes of current day in popup calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}

	/* Attributes of end-of-week days (Sundays) in popup calendar body. */
.end-of-weekday-style {
	color: #10425d;
	text-decoration: none;
	}

	/* Attributes of all other days in popup calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	}

	/* Attributes of border around selected day in popup calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #10425d;
	font-weight: bold;
	}

	/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
	}

	/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 2px;
	color: white;
	background-color: #10425d;
	text-align: center;
	text-decoration: none;
	}
.today-style a:link,.today-style a:hover,.today-style a:visited {
	color:#ffffff;
	font-style:normal;
	font-family:Arial;
	}
	
	/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #2f2118; 
	padding: 0px;
	}


.TimeDropDown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    color: #000;	
	}
/* DateSelector ends*/




/* ARTICLE BEGIN */

.ArticleTitle 
{
	font-size: 14px; font-family: Verdana;
}

A.ArticleTitle:link { color: #10425d; }
A.ArticleTitle:visited { color: #10425d; }
A.ArticleTitle:hover { color: #10425d; }

.ArticleAuthor
{
	font-size: 11px; font-family: Verdana; color: #666666;
}

.ArticleDate
{
	font-size: 11px; font-family: Verdana;
}

.ArticleAbstract
{
	font-size: 11px; font-family: Verdana;
}

/* ARTICLE END */


/* GALLERY */
.NavigationCurrentPage:Link { font-size:12px; font-weight:bold; text-decoration:none; }
.NavigationNormal:Link { font-size:11px; font-weight:normal; text-decoration:none; }


/* EVENTS  BEGIN */
.CalendarText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.CalendarLink:Link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: blue;
}
.CalendarLink:Hover
{
	COLOR: #FF0000;TEXT-DECORATION: underline;
}

.EventTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}
/* EVENTS END */

/* PAGE BACKGROUND */

/* background color for the content part of the pages */
/*
Body
{
    background-color: white;
    font-family:Verdana;
    font-size:11px;
    margin: 0px;
}
*/
Table, TD, Select, Input, P, Textarea
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    
}

Table a:link{color: #10425d;}

.BorderAll 
{
	border: 0px SOLID #cccccc;
}

.BorderTopLeft
{
	border-top: 1px SOLID #E0E0E0; border-right: 1px SOLID #E0E0E0;
}

.BorderTop
{
	border-top: 1px SOLID #E0E0E0;
}

.BorderBottom
{
	border-bottom: 1px SOLID #E0E0E0;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.EventTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}


/* MODULE-SPECIFIC */




/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
    text-decoration:underline;
    background-color: #e4cfb0;
    border: 1px SOLID #CCCCCC;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.FootNotes
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:Fuchsia;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Fuchsia;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Fuchsia;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}


/*************end calendar*******/

/******** Ajax control toolkit Calendar *********/
.MyCalendar{
    color: red;
}
.MyCalendar table{
    background:none;
    color: red;
    border:0px;
}
.MyCalendar td{
    color: red;
    background:none;
    border:0px;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    width:183px;
    color: red;
}
.MyCalendar .ajax__calendar_body
{
	width: 183px;	
	height:150px;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: Red;
    font-weight:bold;
}


.ajax__calendar_months
{
	visibility: hidden;	
}

.ajax__calendar_years
{
	visibility:hidden;	
}



