/* CSS Document */

/*main body*/
body
{	padding: 0;
	margin: 0;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.borderbg
{
	background-image:url(orngline.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.borderbottombg
{
	background-image:url(sep1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}

.bordertopbg
{
	background-image:url(sep2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}

.Contentbg
{
	background-image:url(Contentbg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.SubNavPaneCss
{
	padding-top: 2px;
}

.TopPaneCss
{
	padding-top: 7px;
}

.TopMiddlePaneCss
{
	background-image:url(newlestterbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 5px;
}

.MiddlePaneCss
{
	padding-top: 7px;
	padding-bottom: 7px;
}

.bottombg
{
	background-image:url(wave_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.HomeContentPaneCss
{
	padding-top: 7px;
	padding-bottom: 7px;
}

.bottomborderbg
{
	background-image:url(bottomborderbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

.TitlePaneCss
{
	padding-top: 24px;
}

.oneline_reservations
{
	background-image:url(oneline_reservations.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.email_exclusives
{
	background-image:url(newlestterbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.ContactBg
{
	background-image:url(contactbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.leftseparate
{
	background-image:url(leftseparate.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.LeftTopPaneCss
{
	padding-left: 12px;
}

.LeftBottomPaneCss
{
	padding-left: 12px;
	padding-top: 8px;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color:#ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    font-weight: bold;
	color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: #000000;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Geneva, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
	padding-right: 5px;
}

.SubHead2    {
    font-family:Arial;
    font-size:  13px;
    font-weight: bold;
    color: #FFFFFF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Arial;
    font-size:  12px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-style:solid;
	border-width: 1px;
	border-color: #666666;
}

.NormalTextBox2
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	border-style:solid;
	border-width: 1px;
	border-color: #f2f4f4;
	height: 26px;
	vertical-align: middle;
	outline: none;
}

.NormalTextBox3
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	border-style:solid;
	border-width: 1px;
	border-color: #f2f4f4;
	outline: none;
}

.NormalRed
{
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;font-size: 11px; font-weight: normal;
}

/* GENERIC */
p {
	line-height: 15px;
}

H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #333;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight:    bold;
    color: #03b1ee;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

TFOOT, THEAD    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	color:#000;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #ffb015;
}

.box {
	margin-top: 35px;
	margin-right: 10px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL
{
}

UL LI   {
	list-style-type:    disc;
	text-decoration: none;
}

UL LI A:Link, UL LI A:visited, UL LI A:active  {
	list-style-type:    disc;
	text-decoration: none;
}

UL LI A:Hover {
	list-style-type:    disc;
	text-decoration: none;
}

UL LI LI    {
    list-style-type:    circle;
	text-decoration: none;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL
{
	margin-top: -4px;
	margin-bottom: -6px;
}

OL LI   {
    list-style-type: decimal;
	margin-left: -16px;
	_margin-left: -13px;
	line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #aca899;
    height:1px;
    text-align:left;
}

.Privacy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

A.Privacy:link, A.Privacy:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

A.Privacy:active, A.Privacy:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	margin: 3px;
}

textarea {
	margin: 3px;
}

select {
	margin: 3px;
}

.navlink
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.navlink:link, .navlink:visited
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform:lowercase;
}

.navlink:hover, .navlink:active
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
	text-transform:lowercase;
}

.FormCss
{
	background-color: #fed480;
}

.homepageCss
{
	background-image:url(homeimg3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 40px;
	padding-right: 80px;
}

.homepageCss2
{
	border: solid 1px #589442;
}

