@charset "iso-8859-1";

body
{
	margin: 0px;
	padding: 0px;
	background-color: #C6C7C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0C3F76; /*color of font*/
}

/* *** MAIN LAYOUT CONTAINER *** */
#pagewidth
{
	width: 750px;
	background: #C6C7C8 url(../2-images/1-General/0-faux-columns-back.jpg) repeat-y 50%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#pagewidthSS
{
	background-color: #EBF7FF;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
#pagewidthSSwithHeader
{
	background-color: #EBF7FF;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#homePageFlash
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#HomeHeader
{
	background-color: #EBF7FF;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}



.altContent
{
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* *** HEADER STYLE *** */
#header
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	position: relative;
	height: 42px;
	width: 749px;
	background-color: #E0F8FC;
	background-image: url(http://www.barsanadham.org/2-images/header/rotator.php);
	background-repeat: no-repeat;
}

/* *** LEFT COLUMN STYLES *** */
#leftcol
{
	width: 141px;
	float: left;
	position: relative;
	left: 2px;
	top: 0px;
}

#leftcol p
{
	margin: 5px;
	padding: .5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0C3F76;
	line-height: 1.2em;
	font-size: small;
}

/* *** MAIN COLUMN STYLES *** */
#maincol
{
	float: right;
	position: relative;
	width: 606px;
}

#maincol p
{
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.4em;
	margin-top: 23px;
	margin-bottom: 15px;
}

#maincol p.quote
{
	margin: 0px;
}

#maincol blockquote
{
	margin-right: 15px;
	margin-left: 15px;
	padding: 0;
}

#maincol blockquote p.quotedFrom
{
	text-align: right;
	font-style: italic;
	color: #80BBDB;
	font-weight: 400;
	font-size: .9em;
}

/* Big Quotes using typographer's quotes. Must use as span around start and end quotes */
.bigQuotesStart
{
	float: left;
	height: 40px;
	margin-top: -19px;
	padding-top: 21px;
	margin-bottom: -35px;
	font-size: 3em;
	color: #A0D1EF;
	font-weight: bold;
	margin-left: -11px;
}

.bigQuotesEnd
{
	padding: 0px;
	margin: 0px;
	height: .8em;
	font-size: 3em;
	color: #A0D1EF;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 0em;
	position: relative;
	top: -7px;
}

/* end big quotes using typographer's quotes */


/* Big Quotes using images. Must use blockquote and p together for effect */
#maincol blockquote.bigQuotes
{
	margin-right: 21px;
	margin-left: 11px;
	background: transparent url(../2-images/1-General/quoright.gif) no-repeat;
	background-position: right bottom;
}

#maincol blockquote p.bigQuotes
{
	padding: 6px 21px 0px 32px;
	background: transparent url(../2-images/1-General/quoleft.gif) no-repeat;
	background-position: left top;
}

/* end big quotes using images */


/* *** FOOTER STYLES *** */
#footer
{
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	border-color: #000000;
	background-color: #C6C7C8;
	clear: both;
	width: 751px;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0C3F76;
}

#footer ul
{
	padding: 0;
	width: 724px;
	margin: .7em 0 .7em 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	list-style-type: none;
}

#footer li
{
	background-position: left;
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
	background-image: url('../2-images/1-General/bullet-dkblue2.gif');
	background-repeat: no-repeat;
}

#footer li.first
{
	background-image: none !important;
}

#ss
{
	margin: 0 auto;
	width: 110px;
	height: 200px;
	display: block;
}

#oneCenteredColumn
{
	margin: 0 auto 0 auto;
	width: 600px;
	text-align: left;
}

#oneCenteredColumn.fourHundred
{
	width: 400px;
	margin-top: 7px;
}

#oneCenteredColumn.fiveFifty
{
	width: 550px;
}

#oneCenteredColumn p
{
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 400;
}

#oneCenteredColumn li
{
	padding-right: 15px;
	padding-left: 15px;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* End hide from IE-mac */




/***************************** STYLES *************************************/



/* *** LINKS *** */
/* suggested by http://dbaron.org/css/1999/09/links */
:link
{
	text-decoration: none;
	color: #407DC1;
	font-weight: bold;
}

:visited
{
	text-decoration: none;
	color: #407DC1;
	font-weight: bold;
}

:visited:hover
{
	text-decoration: underline;
	color: #0C3F76;
	font-weight: bold;
}

:link:hover
{
	text-decoration: underline;
	color: #0C3F76;
	font-weight: bold;
}

:visited:active
{
	text-decoration: none;
	color: #008080;
	font-weight: bold;
}

:link:active
{
	text-decoration: none;
	color: #008080;
	font-weight: bold;
}

/* Make image link borders to match ie & ff-- Must add .imgLink to <a href> that is around the image */
.imgLink img
{
	border: 1px;
	border-style: solid;
	border-color: #407DC1;
}

.imgLink:hover img
{
	border-width: 1px;
	border-style: solid;
	border-color: #0C3F76;
}

.imgLink:hover
{
	color: #0C3F76; /* small hack for IE ;) */
}

/* end image link hacks */



/* *** HEADINGS *** */

h1
{   /* used for page titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.2em 0 -.2em 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFB300;
	font-size: 1.4em;
	line-height: 0em;
}

h1.HindiFont
{
	font-family: "Devanagari MT", "Akshar Unicode", CDAC-GISTSurekh, Mangal;
	font-size: 1.5em;
}

h2
{	   /* used for article titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.1em 0 0 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFB300;
	font-size: 1.3em;
	text-align: center;
}

h3
{   /* used for article subtitles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #0C3F76;
	font-style: italic;
	text-align: center;
	font-size: 1.1em !important;
	line-height: 1.3em !important;
}

h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.4em 0 0 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFB300;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
}

h5
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.3em 0 0 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #0C3F76;
	font-size: 1.1em;
}

h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.75em 0 0.2em 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFB300;
	font-size: 1.05em;
	font-style: italic;
}



/* *** end HEADERS *** */


/* *** ALT MENUS *** */
#flashcontent-menu ul
{
	margin: 0;
	padding: 11px 0 0 0;
	list-style-type: none;
}

#flashcontent-menu ul a
{
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #CCCCCC;
	display: block;
	width: 90%;
	line-height: 1.5em;
	text-indent: 7px;
	background-color: #EAF6FF;
	margin-left: 6px;
	margin-right: 1px;
	font-size: .7em;
}

#flashcontent-menu ul a.first
{
	border-width: 1px 1px 1px 1px;
}

#flashcontent-menu ul :hover
{
	background-color: white;
	text-decoration: none;
	color: #0C3F76;
}

#flashcontent-menu li
{
	margin: 0;
	display: inline;
}

/* *** end alt menus *** */


/* *** BUTTON LINKS *** */
.buttonLinks ul
{
	margin: 0;
	padding: 11px 0 0 0;
	list-style-type: none;
}

.buttonLinks ul a
{
	margin: 0px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #407DC1;
	display: block;
	width: 198px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	font-size: .75em;
}

.buttonLinks ul a.first
{
	border-width: 1px 1px 1px 1px;
}

.buttonLinks ul :hover
{
	background-color: #407DC1;
	text-decoration: none;
	color: #FFFFFF;
}

.buttonLinks li
{
	margin: 0;
	display: inline;
}

/* *** end button links *** */


/* *** SUB MENUS *** */
.menuSub ul
{
	margin: 0 0 0 0;
	padding: 0 15px 17px 15px;
	width: 551px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	list-style-type: none;
	float: left;
}

.menuSub ul li
{
	margin: 0 0 .2em 0;
	padding: 0 3px 0 11px;
	float: left;
	white-space: nowrap;
	background-image: url('../2-images/1-General/gold-line.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.menuSub li.first
{
	padding-left: 0px;
	background-image: none;
}

.menuSub li.menuSubCurrent
{
	color: #0C3F76;
	font-weight: bold;
}

/* *** end SUB MENUS *** */
ul
{
	padding: 0px;
	margin: 0px 15px 0px 15px;
}

li
{
	margin-left: 24px;
	margin-top: .4em;
}

b
{
	font-weight: bold;
}

strong
{
	font-weight: bold;
}

.indent
{
	text-indent: 1.5em;
	text-align: left;
}

/* delete this after FIX */
.submenuDark
{
	color: #0C3F76;
	font-weight: bold;
}

.textAlignLeft
{
	text-align: left;
}

.textAlignRight
{
	text-align: right;
}

.textAlignCenter
{
	text-align: center;
}

.textSmaller
{
	font-size: smaller;
}

.textItalicized
{
	font-style: italic;
}

.textLighter
{
	font-weight: lighter !important;
}

.style06em
{
	font-size: 0.6em;
}

.style07em
{
	font-size: 0.7em;
}

.style08em
{
	font-size: 0.8em;
}

.style09em
{
	font-size: 0.9em;
}

.style12em
{
	font-size: 1.2em;
}

.style14em
{
	font-size: 1.4em;
}

p.HindiFont
{
	font-family: "Devanagari MT", CDAC-GISTSurekh, Mangal;
	font-size: 1.05em;
}

.HindiFont
{
	font-family: "Devanagari MT", CDAC-GISTSurekh, Mangal;
	font-size: 1.05em;
}

.getFlashHighlight
{
	background-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
	border-color: #FF0000;
	text-align: left;
	padding-left: 5px;
}

.redBold
{
	color: #FF0000;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
}

.centerContainer50
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.centerContainer75
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.centerContainer90
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.centerContainer100
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

ul.listRose
{
	margin: 0px 15px 0px 15px;
	list-style-type: none;
	background-color: transparent;
	font-weight: bold;
}

ul.listRose li
{
	background-position: 0px 1px;
	margin: 1em 0 0.2em 0;
	background-image: url(../2-images/1-General/1.rose-bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 27px;
	padding-top: 0px;
}

ul.listBlueGoldBullet
{
	margin: 0px 15px 0px 15px;
	list-style-type: none;
	background-color: transparent;
}

ul.listBlueGoldBullet li
{
	background-position: 0px 1px;
	margin: 1em 0 0.2em 0;
	background-image: url(http://www.barsanadham.org/2-images/1-General/blue-gold-deco.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 34px;
	padding-top: 0px;
}

ul.listArrow
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 2px;
}

ul.listArrow li
{
	margin: 0px;
	list-style-type: none;
	background-image: url(http://www.barsanadham.org/2-images/1-General/ParamsData.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 21px;
	padding-top: 0px;
	font-size: .8em;
	line-height: 1.6em;
}

ul.listPhone
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 2px;
}

ul.listPhone li
{
	margin: 0px;
	list-style-type: none;
	background-image: url(http://www.barsanadham.org/2-images/1-General/phoneTinyBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 21px;
	padding-top: 0px;
	font-size: .8em;
	line-height: 1.6em;
}

.imgFloatLeft
{
	float: left;
	margin-right: 10px;
	display: block;
}

.imgFloatRight
{
	float: right;
	margin-left: 8px;
	display: block;
}

.imagBorderNone
{
	border-width: 0px;
}

.imgHindi
{
	border-width: 0px;
	vertical-align: text-top;
}

.hrGeneral
{
	margin: 0px 0px 0px 15px;
}

/*use when there's no article title*/
.firstParagraph
{
	padding: 1em 0 0 0;
}

.floatThreeLeft
{
	float: left;
	width: 33%;
	margin-top: 0.5em;
}

.floatTwoLeft
{
	float: left;
	width: 50%;
	right: auto;
	left: auto;
}

.floatRightWithMargins
{
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.floatLeftWithMargins
{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.cursorPointer
{
	cursor: pointer;
}

/* *** CSS "Tables" *** */
DIV.base-layer
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #407DC1 none;
	color: #000000;
	margin: 0.5em 15px 0.5em 15px;
	padding: 0;
	text-align: center;
	width: auto;
}

DIV.table-row
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid none none none;
	background: #FFFFFF;
	color: #0C3F76;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

/* 2 cells side by side */
DIV.left-container2
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

DIV.right-container2
{
	border-width: 0px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

/* 3 cells side by side - can adjust % to make diff widths */
DIV.left-container1of3
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}

DIV.left-container2of3
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}

DIV.left-container3of3
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}

/* Watch out for this DIV... it keeps the container from collapseing */
DIV.space-line
{
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

/* Some rules for captions, headers and running text */
h5.table-caption
{
	/*	background: #407DC1;*/
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 0em 0;
	padding: 0.3em;
	text-align: center;
	width: auto;
}

p.text
{
	margin: 0;
	padding: 0.3em 0.3em 0 0.3em;
	font-style: normal;
	font-size: 0.9em;
	text-align: left;
	text-indent: 0;
	width: auto;
}

/* ******* End of CSS "Tables" ****** */


/* ******* printer styles ******** */
@media print {
/* Copyright: permission granted for online viewing only. 
Please honor our copyright and do not print out these pages */
body
{
	display: none;
}
}
/* ******* END printer styles ******** */


/* ********* Addded on auto *********** */
.textLarger
{
	font-size: larger;
	line-height: 1.5em;
}

.textAllCaps
{
	text-transform: uppercase;
}

.HindiFontBold
{
	font-family: "Devanagari MT", CDAC-GISTSurekh, Mangal;
	font-size: 1.05em;
	font-weight: 600;
}

.backToTop
{
	font-size: .7em;
	text-align: right;
}

.textPlain
{
	font-style: normal;
}

.headingBlockHighlight
{
	color: #FFFFFF;
	text-align: center;
	background-color: #407DC1;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #000000;
	padding: .2em;
	width: 100%;
}

.outlineMe
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

.noBottomMargin
{
	margin-bottom: 0 !important;
}

.tvSched
{
	list-style-type: none;
	font-size: large;
	font-weight: bold;
	margin: 0 15px 0 -7px;
	padding: 0;
	line-height: 1.1em;
}

.tvSchedLev1
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	list-style-type: none;
	padding: 0em 0 .3em 0;
	margin: 0;
	line-height: 1em;
	color: #FFB300;
}

.tvSchedLev2
{
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #0C3F76;
	margin-bottom: 0.6em;
	margin-top: 0px;
}

.picColumnLeft
{
	float: left;
	width: 120px;
}

.picColumnRight
{
	float: right;
	width: 120px;
}

.textColumn
{
	float: left;
	width: 356px;
}

.listSimple
{
	line-height: 1.2em;
	padding-top: .4em;
	padding-bottom: .8em;
}

.listSimple li
{
	margin-top: 0;
}

.wingding
{
	font-family: Wingdings;
	font-weight: bold;
}

.floatLeftSimple
{
	float: left;
}

.floatRightSimple
{
	float: right;
}

/* use .imgForText with image to hide text and show stylized text image */
.imgForText
{
	text-indent: -5000px;
	text-align: center;
}

.imgForFacilities
{
	background-position: center;
	background-image: url(../2-images/facilities/facilities-title.gif);
	background-repeat: no-repeat;
	width: 364px;
	height: 63px;
}
/* end imgForText section */


.clearBoth
{
	clear: both;
}

.festivalDate
{
	font-size: large;
	font-weight: 600;
	color: #FFB300;
}

.festivalTime
{
	font-size: medium;
	font-weight: 600;
	font-style: italic;
	color: #FFB300;
}

.hrForH2
{
	position: relative;
	width: 423px;
	height: 1px;
	padding: 0;
	left: 15px;
	display: block;
}

.dropCap
{
	padding: 0px 3px 3px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: .8em;
	float: left;
	font-weight: bold;
	font-style: normal;
}

.dropCap2
{
	border-style: solid;
	border-width: 1px;
	border-color: #0C3F76;
	margin: 0px 3px -3px 3px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: .8em;
	float: left;
	font-weight: bold;
	background-image: url(../2-images/1-General/border-bak3.gif);
	text-align: center;
	font-style: normal;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

.noPadding
{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.noBorder
{
	border-width: 0 0 0 0 !important;
}

.marginsTopBottom15
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.marginLR31px
{
	margin-right: 31px;
	margin-left: 31px;
}

.flashImgAltContent
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #FBFEFF;
	padding: 4px;
	margin: 4px;
	display: block;
	height: 97%;
	line-height: 1.5em;
	border-style: dashed;
	border-width: 1px;
	border-color: #668499;
	overflow: hidden;
}

.textSmallCaps
{
	font-weight: bold;
	font-variant: small-caps;
}

.sectionRightFloat
{
	float: right;
	text-align: center;
	width: 202px;
	margin: 1.3em 15px 0px 15px;
}

.centerAndPadded
{
	padding-top: 5px;
	text-align: center;
}

.imgCaption
{
	font-size: small;
	font-style: italic;
	text-align: center;
}

.dropCapSmaller
{
	padding: 0px 0px 1px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: .67em;
	float: left;
	font-weight: bold;
	font-style: normal;
}

.specialNoteBox
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #FBFEFF;
	padding: 5px 0 5px 0;
	margin: 1em auto 1em auto;
	display: block;
	height: 100%;
	border-style: dashed;
	border-width: 1px;
	border-color: #668499;
	width: 65%;
}

/*used on a calendar page. created by david june 6th 2007 2:02 pm*/
.specialNoteBox2-david
{
	background-color: #FBFEFF;
	padding: 5px 0 5px 0;
	height: 100%;
	border-style: dashed;
	border-width: 1px;
	border-color: #668499;
	width: 25%;
}

.specialNoteBox p
{
	margin-bottom: 3px !important;
}

.eventDescription
{
	font-size: 0.9em;
}

.insetBlock
{
	margin-left: 7px;
	padding-top: .4em;
	padding-bottom: .8em;
	line-height: 1.2em;
}

.marginLR15px
{
	margin-right: 15px;
	margin-left: 15px;
}

.marginR15px
{
	margin-right: 15px;
}

.dvdSalesInsert
{
	font-size: .8em;
	line-height: 1.2em !important;
	text-align: center;
	background-color: #FBFEFF;
	border: 1px dashed #407DC1;
	padding: 5px;
	margin: 5px 15px 5px 8px;
	width: 33%;
	float: right;
}

.dvdSalesInsert p
{
	margin: 0 !important;
	padding: 0 !important;
	text-align: justify;
}

.cartButton
{
	float: right;
	border-width: 0;
	margin-left: 10px;
	height: 31px;
	width: 76px;
	margin-top: 2px;
}

.paddingLR15px
{
	padding-right: 15px;
	padding-left: 15px;
}

dl
{
	padding: 0;
	margin: 0 0 0 31px;
	font-weight: bold;
	text-transform: uppercase;
}

.moveUp25px
{
	position: relative;
	top: -25px;
}

.footerGrey
{
	background-color: #C6C7C8;
	clear: both;
	width: 751px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.style16em
{
	font-size: 1.6em;
}

.H1-alt
{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #FFB300;
}

.sup
{
	font-size: .6em;
	vertical-align: super;
}

.tableBorder
{
	border: medium ridge #A4CBEC;
}

.formMinimal
{
	border-style: 0;
	vertical-align: middle;
	border-width: 0px;
}

.textBlack
{
	color: #000000;
}

.lineThrough
{
	text-decoration: line-through;
}

.abbr
{
	text-decoration: none;
	border-width: 0px;
}
.outlineMeTrans {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #000000;
}

.NB
{   /* used for tiltle on NB page */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	color: #0C3F76;
	font-size: 1.1em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0px;
}

.NB-font
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	list-style-type: none;
	color: #0C3F76;
	margin-top: 0 em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.NB-stroke
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* *** accomodations *** */
.accomodation-table1
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	background-color: #99b0c1;
	padding: 4;
	width: 95%;
	border: 1px solid #000000;
}

.accomodation-table3
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	background-color: #ffb300;
	padding: 4;
	width: 95%;
	border: 1px solid #000000;
}

.accomodation-table2
{
	background-color: #ffffff;
	padding: 4;
	width: 100%;
	width: 95%;
	border: 1px solid #000000;
}

.accomodations-thumbnail
{
	height: 94px;
	width: 125px;
	border: 1px solid #99b0c1;
}

.accomodations-thumbnail2
{
	height: 48px;
	width: 65px;
	border: 1px solid #99b0c1;
}

/* 40% Opacity */
a.nzwh-opacity-40 img {
  height: 48px;
  width: 65px;
  filter:alpha(opacity=40); 
  -moz-opacity: 0.40; 
  opacity: 0.40;
  background: #EBF7FF;
  border: 1px solid #99b0c1;
  }
a.nzwh-opacity-40:hover img {
  height: 48px;
  width: 65px;
   filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
  background: #EBF7FF;
  border: 1px solid #99b0c1;
  }

.accomodations-preview
{
	height: 525px;
	width: 700px;
	border: 2px solid #99b0c1;
	background-position: center;
}
.accomodations-pagewidth
{
	background-color: #EBF7FF;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


