
/* - NOTA BENE COLORS ------------------------------------------ */

a, a:link, a:visited, a:active {color: #7B7934;}
a:hover	{color: #545223;}

#PageContent p a, #PageContent p a:link, #PageContent p a:visited, #PageContent p a:active, 
#PageContent ul a, #PageContent ul a:link, #PageContent ul a:visited, #PageContent ul a:active  {color: #7B7934;border-bottom: 1px dotted #7B7934;}
#PageContent p a:hover, #PageContent ul a:hover		{color: #545223;border-bottom: 1px solid #7B7934;}

#PageContent, #PageContent h1,#PageContent h2,#PageContent p,#PageContent ul,#PageContent ol,#PageContent li {color: #7B7934; }

.PageHeaderNav a, .PageHeaderNav a:link, .PageHeaderNav a:visited { color: #545223; }
.PageHeaderNav li li { background:#545223;}
.PageHeaderNav li li li { background:#545223;}
.PageHeaderNav li ul li a, .PageHeaderNav li ul li a:link, .PageHeaderNav li ul li a:visited { color: #ffffff;}

.PageHeaderNav li:hover, .PageHeaderNav li.sfHover,
.PageHeaderNav a:focus, .PageHeaderNav a:hover, .PageHeaderNav a:active { background:#918F47;color:#ffffff;}


#SecondNav {background-color:#7B7934;}

#SecondNav a, #SecondNav a:link, #SecondNav a:visited	 {
	background-color:#7B7934;
	color:#fcfcfc;
}

#SecondNav a:hover	 {background-color:#918F47;
color: #ffffff;
}




/* - GENERIC TAGS ------------------------------------------ */

*
{
	margin: 0;
	padding: 0;
}

html
	{
		height: 99%;
	}


body
{
	height: 100%;
	background-color: #E7E7E7;
	background-image: url('../images/main/background_nb.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	text-align:center;
	
}


a, a:link, a:visited, a:active	{ 	text-decoration: none;	font-weight: bold;}
a:hover					{	text-decoration: none;	font-weight: bold;}


#center {
	text-align: center;
}
.emph {
	font-style: italic;
	font-weight: bolder;
}
.emph_more {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

hr { margin: 15px 10px 15px 10px; color:#d7d6b3;background-color:#d7d6b3;}


/* - MAIN PAGE CONTAINERS ------------------------------------- */


#Page {
	position: relative;
	min-height: 100% !important;
	width: 99.5%;
	z-index:1;
	font-size: 1px;
}

* html #Page
	{
		height: 99%;
	}


#PageHeader
{
	z-index:5;
	width: 99.9%;
	height: 30px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;

}


/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.PageHeaderNav, .PageHeaderNav * {
	margin:0;
	padding:0;
	list-style:none;
}
.PageHeaderNav {
	line-height:1.0;
}
.PageHeaderNav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.PageHeaderNav ul li,
.PageHeaderNav ul li a {
	width: 100%;
}
.PageHeaderNav li {
	float:left;
	position:relative;
	z-index:99;
}
.PageHeaderNav a {
	display:block;
}
.PageHeaderNav li:hover ul,
ul.PageHeaderNav li.sfHover ul {
	left:0px;
	top:30px;
}
.PageHeaderNav li:hover li ul,
.PageHeaderNav li.sfHover li ul {
	top:-999em;
}
.PageHeaderNav li li:hover ul,
ul.PageHeaderNav li li.sfHover ul {
	left:161px;
	top:0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** NAV STYLE ***/
.PageHeaderNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	text-align:left;
	margin-right:auto;
	margin-left: auto;
	width: 565px;
	margin-top:0px;
}
.PageHeaderNav li a {padding:7px;}
.PageHeaderNav li ul li {font-size: 14px;padding:5px;}
.PageHeaderNav li ul li a {font-size: 14px;padding:0px;}

.PageHeaderNav a, .PageHeaderNav a:visited {
	font-weight:normal;
	text-decoration:none;
	border-bottom: none;
}
.PageHeaderNav li:hover, .PageHeaderNav li.sfHover,
.PageHeaderNav a:focus, .PageHeaderNav a:hover, .PageHeaderNav a:active {
	font-weight:normal;
}

#PageContent {
	padding-bottom: 80px;
	min-height: 470px;
	height: auto;
}


#PageContent {
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}

#PageContent h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px;
}

#PageContent h2, #PageContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	margin-bottom: 0px;
	border: 0px;
}

#PageContent p, #PageContent table{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	line-height: 16px;	
}

#PageContent ul, #PageContent ol, #PageContent li {
	list-style-position: outside;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
	margin-right: 10px;	
}


#PageContentBox
{
	z-index:3;
	position: absolute;
	top: 46%;
	left: 50%;	
	width: 700px;
	height: 465px;
	margin-top: -230px;
	margin-left: -350px;
}

#PageFooter {
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 99.5%;
	height: 70px;
	text-align: left;	
	margin: 0px;
}


#FooterCopyrightCredit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	position: static;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#FooterCopyrightCredit a:link, #FooterCopyrightCredit a:visited
{
	text-decoration: none;
	border-bottom: none;
	color: #888;
}
#FooterCopyrightCredit a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #888;
}

#FooterLowerLogos1
{
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#FooterLowerLogos2
{
	float: right;
	margin: 0px 5px 0px 0px;	
	padding: 0px;
}

#FooterLowerLogos1 a, #FooterLowerLogos1 a:link, #FooterLowerLogos1 a:visited, #FooterLowerLogos1 a:hover, #FooterLowerLogos2 a, #FooterLowerLogos2 a:link, #FooterLowerLogos2 a:visited, #FooterLowerLogos2 a:hover {
	border-bottom: none;
}



/* - CONTENT  -------------------------------------	*/


#HomeWelcomeSP a, #HomeWelcomeNB a {
	border-bottom: none !important;
}


#PhotoGalleryArea
{position:absolute;top:0px;left:0px;width:335px;height:465px;z-index:25;}
#PhotoGallery {position:absolute;top:0px;left:0px;width:335px;height:465px;background-color:#fcfcfc;	overflow: hidden;}


#PhotoGalleryControls {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 20px;
	height: 25px !important;
	overflow: hidden;
	background-color: #545223;
}

#PhotoGalleryPrev, #PhotoGalleryPrev:link, #PhotoGalleryPrev:visited, #PhotoGalleryPrev:active,
#PhotoGalleryNext, #PhotoGalleryNext:link, #PhotoGalleryNext:visited, #PhotoGalleryNext:active {
	text-decoration: none;	font-weight: bold;color: #ffffff;
}

#PhotoGalleryPrev:hover, #PhotoGalleryNext:hover{
	text-decoration: none;	font-weight: bold;color: #ccc;
}
#PhotoGalleryTitle
{
	position: relative;
	top: -19px;
	left: -5px;
	width:300px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	display: block;
	float: right;
}


#Header {position:absolute;top:0px;left:335px;width:365px;height:100px;background-color:#fcfcfc;}
#SecondNav {position:absolute;top:100px;left:335px;width:365px;height:35px;
}

#SecondNav a, #SecondNav a:link, #SecondNav a:visited	 {display: block;margin:0px;height:25px;
	float: left;
	font-weight: normal;
	font-style: normal;
	padding: 10px 8px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
}

#SecondNav a:hover	 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
}

#Content {position:absolute;top:135px;left:335px;width:365px;height:330px;background-color:#fcfcfc;
	overflow: auto;
}

#NewsTicker {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	left: -20px;
}

#NewsTicker a,#NewsTicker a:link,#NewsTicker a:visited,#NewsTicker a:active,#NewsTicker a:hover  {
	font-weight: normal;
	font-style: normal;
}


.faqs p span {
	font-style: italic;
	font-weight: bolder;
}

#NewsBanner img
{
	margin: 0 !important;
	padding: 0 !important;
	width: 295px !important;
	height: 65px !important;
	border: none !important;
}

#NewsBanner, #NewsBanner:link, #NewsBanner:visited, #NewsBanner:hover, #NewsBanner:active {border-bottom: none !important;}


#PageTheNBexperience {
	width: 700px;
	height: 465px;
	background-image: url(images/nb_experience_bkg.jpg);
}

#nbExperienceBanner {
	position: absolute;
	z-index: 5000;
	top: 340px;
	left: 0px;
}

#Page2columns, #Page3columns {
	background-color: #fcfcfc;
	width: 700px;
	height: 465px;
}

#Page2columns img, #Page3columns img {margin: 10px;}

#Page2columns h1, #Page3columns h1 {
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0px;
	padding: 0px;
}

#Page2columns h1 span, #Page2columns h1 span a, #Page3columns h1 span, #Page3columns h1 span a
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#Page2columns h2, #Page3columns h2 {
	color: #ffffff;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top:15px;
	margin-bottom:10px;
}

#Page2columns p, #Page3columns p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
}

#Page2columns #c1box a img, #Page2columns #c2box a img,
#Page3columns #c1box a img, #Page3columns #c2box a img, #Page3columns #c3box a img {
	margin: 0px;
	padding: 0px;
	margin-right: 6px;
	margin-left: -2px;
	margin-top: 2px;
	width: 55px;
	height: 60px;
}


#Page2columns #c1label, #Page2columns #c2label,
#Page3columns #c1label, #Page3columns #c2label, #Page3columns #c3label  {
	font-size: 20px;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	top: 170px;
}

#Page2columns #c1label {left: 10px;}
#Page2columns #c2label {left: 355px;}
#Page3columns #c1label {left: 10px;}
#Page3columns #c2label {left: 240px;}
#Page3columns #c3label {left: 470px;}


#Page2columns #c1box, #Page2columns #c2box,
#Page3columns #c1box, #Page3columns #c2box, #Page3columns #c3box {
	font-size: 11px;
	position: absolute;
	overflow: auto;
	padding: 10px;
	height: 235px;
	top: 200px;
	background-color: #d7d6b3;
}

#Page2columns #c1box {left: 10px;width: 315px;}
#Page2columns #c2box {left: 355px;width: 315px;}
#Page3columns #c1box {left: 10px;width: 200px;}
#Page3columns #c2box {left: 240px;width: 200px;}
#Page3columns #c3box {left: 470px;width: 200px;}

#Page2columns #c1box {background-color: #C9C0B9;}
#Page2columns #c1label, #Page2columns #c1box p, #Page2columns #c1box a, #Page2columns #c1box a:link, #Page2columns #c1box a:visited, #Page2columns #c1box a:active 
{color: #795D48;}
#Page2columns #c1box a:hover	{color: #AE7D2F;}
#Page2columns #c1box p a, #Page2columns #c1box p a:link, #Page2columns #c1box p a:visited, #Page2columns #c1box p a:active,
#Page2columns #c1box ul a, #Page2columns #c1box ul a:link, #Page2columns #c1box ul a:visited, #Page2columns #c1box ul a:active {color: #634e3e;border-bottom: 1px dotted #634e3e;}
#Page2columns #c1box p a:hover, #Page2columns #c1box ul a:hover	{color: #AE7D2F;border-bottom: 1px solid #634e3e;}

#Page2columns #c2box {background-color: #d7d6b3;}
#Page2columns #c2label, #Page2columns #c2box p, #Page2columns #c2box a, #Page2columns #c2box a:link, #Page2columns #c2box a:visited, #Page2columns #c2box a:active 
{color: #7B7934;}
#Page2columns #c2box a:hover	{color: #545223;}
#Page2columns #c2box p a, #Page2columns #c2box p a:link, #Page2columns #c2box p a:visited, #Page2columns #c2box p a:active, 
#Page2columns #c2box ul a, #Page2columns #c2box ul a:link, #Page2columns #c2box ul a:visited, #Page2columns #c2box ul a:active  {color: #7B7934;border-bottom: 1px dotted #7B7934;}
#Page2columns #c2box p a:hover, #Page2columns #c2box ul a:hover		{color: #545223;border-bottom: 1px solid #7B7934;}

#Feedback
{
	background-image: url('../images/feedback_bkg.jpg') !important;
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 350px;
	height: 350px;
}
#Feedback #BoxHeader {left: 0px; background-color: transparent;}
#Feedback #BoxContent {left: 0px;top: 50px;height: 300px;background-color: transparent;}

#ContentCol1, #ContentCol2 {width:172px;}
#ContentCol1 {float:left;}
#ContentCol2 {float:right;}

#ContentCol1 a img, #ContentCol1 a:link img, #ContentCol1 a:visited img, #ContentCol1 a:hover img, #ContentCol1 a:active img, 
#ContentCol2 a img, #ContentCol2 a:link img, #ContentCol2 a:visited img, #ContentCol2 a:hover img, #ContentCol2 a:active img  {
	padding-right:6px;
	width: 55px;
	height: 60px;
}

#Content3Col div {width:114px; float:left;}

#Content3Col div p {margin: 0px 0px 0px 10px;}

#Content3Col div a img, #Content3Col div a:link img, #Content3Col div a:visited img, #Content3Col div a:hover img, #Content3Col div a:active img {
	padding-right:0px;
	width: 60px;
	height: 60px;
}

#MenuTable {
	text-align: left;
	width: 310px;
	margin:10px;
}

#MenuTable tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ShowHideArea {margin-top: 5px !important;width: 325px;}
.ShowHideArea a.ShowHideToggle {font-size: 14px;}
.ShowHideArea span.ShowHideBox
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px;
	background-color: #d7d6b3 ;
	font-style: normal;
}

.ShowHideArea a.ShowHideToggle, .ShowHideArea a.ShowHideToggle:link, .ShowHideArea a.ShowHideToggle:visited, .ShowHideArea a.ShowHideToggle:active
{color: #d7d6b3;border-bottom: 1px dotted #d7d6b3;}
.ShowHideArea a.ShowHideToggle:hover	{color: #545223;border-bottom: 1px solid #545223;}

#SiteMapLinks li
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}


/* - BOX STYLES FOR FANCYBOX CONTENT ------------------------------------------- */

#BoxLeftColumn {
	position: absolute; 
	top: 0px; 
	left: 0px;
	overflow: hidden;
	background: #ccc;
	width: 250px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}
#BoxLeftColumn p img {
	padding-left: 10px;
}
#BoxLeftColumn p a {
	border-bottom: none !important;
}
#BoxLeftColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	font-style: italic;
	font-weight: bold;
}
#BoxHeader {
	position: absolute; 
	top: 0px; 
	left: 250px;
	background: #fcfcfc;
	width: 350px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#BoxHeader h2{font-size: 20px;line-height: 20px;}
#BoxHeader h2 span{font-size: 15px;line-height: 15px;}
#BoxContent {
	position: absolute; 
	top: 75px; 
	left: 250px;
	background: #fcfcfc;
	overflow: auto;
	width: 350px;
	height: 375px;
	padding: 0px;
	margin: 0px;
}
#BoxContent p {
	margin-bottom: 15px;
	}
	

/* - FORM STYLES ------------------------------------------- */

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	width: 300px;
}
form div label {
	display: block;
	float: left;
	width: 75px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	position: relative;
	top: -5px
}
form div {
  clear: left;
  display: block;
  width: 300px;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}
form div input, form div select, form div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
	background-color: #d7d6b3;
}
form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d6b3;
	margin: 0px 0px 0px 90px;
	padding: 0px 5px 5px 5px;
	width: 193px;
}
form div fieldset legend {
	font-size: 100%;
	color: #545223;
	padding: 0px 3px 0px 9px;
}
form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 150px;
  text-align: left;
}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 5px;
  width: 170px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
}
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}
form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}
form div small {
  display: block;
  margin: 0px 0px 5px 90px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
form div.submit {
  width: 214px;
  padding: 0px 0px 0px 90px;
}
form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #545223;
  color: #ffffff;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}
form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0px 0px 0px 5px;
}

/* date picker style ---------------------------------------------------------------------- */

/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger
{
	margin: -1px 2px 2px 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #545223;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #d7d6b3 !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/* - OPEN TABLE FORM STYLES ---------------------------------------------------------------------------------- */


#OpenTableForm .formfield {
	background-color: #d7d6b3;
}
#OpenTableForm .formTitle {
	font-family:arial; color:#545223; font-size:10px;
}

#OpenTableForm #submit {
	background-color:#545223;color:#ffffff;
}

	
/* $WEFT -- Created by: Xavier Ramirez (xavier@graphicallycorrect.ca) on 22/06/2008 -- 
@font-face {
	font-family: 'Avenir LT Std 55 Roman';
	font-style:  normal;
	font-weight: normal;
	src: url('fonts/AVENIRL0.eot');
}

@font-face {
	font-family: 'Avenir LT Std 55 Roman';
	font-style:  normal;
	font-weight: normal;
	src: url('fonts/AvenirLTStdRoman.otf');
}

@font-face {
	font-family: 'Avenir LT Std 55 Roman';
	font-style:  normal;
	font-weight: normal;
	src: url('fonts/AvenirLTStdRoman.ttf');
}*/