@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;
}
#homePageFlash {
width: 750px;
margin-left: auto;
margin-right: auto;
}
.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;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 1.4em;
margin-top: 3px;
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 ul 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;
}

#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;
	line-height: 1.3em;
}
h4 {
	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;
	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;
}
.style06em {
	font-size: 0.6em;
}
.style07em {
	font-size: 0.7em;
}
.style08em {
	font-size: 0.8em;
}
.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;
}
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;
}




.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 none;
	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: 1em;
	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;
 }
}

/* ********* 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: 0em;
}

.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: 3px 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;
}

.marginLR {
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: 100%;
line-height: 1.5em;
border-style: dashed;
border-width: 1px;
border-color: #668499;
}

.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%;
}
.specialNoteBox p {
margin-bottom: 3px !important;
}
