html
{
	/* Required to fix page shift */
	overflow-y: scroll;
}
.Color1
{
	background-color: #886600;
}
.Color2
{
	background-color: #ddd3aa;
}
.Color3
{
	background-color: #ffffcc;
}
body
{
	background-color: #ddd3aa;
}
.bottomTop
{
	border-top: solid 1px #886600;
	border-bottom: solid 1px #886600;
}
.bottomLine
{
	border-bottom: solid 1px #886600;
}
.border
{
	border: solid 1px #886600;
}
.borderLeft
{
	border-left: solid 1px #886600;
}
.borderRight
{
	border-right: solid 1px #886600;
}
.button
{
	background-color: #886600;
}
.Verse
{
	color: #cc6633;
}
#SlideBox
{
	color: #886600;
	background-color: #ffffcc;
	border: solid 1px #ddd3aa;
}
#SlideBox #Close
{
	border: solid 1px #ddd3aa;
}
table.TamilTextBorder
{
	border: solid 1px #ddd3aa;
}
table.TamilTextBorder td
{
	border-bottom: solid 1px #ddd3aa;
}

/* Start :- Fun Facts */
#funFacts
{
	width: 139px;
	height: 128px;
	float: right;
	border: 1px dashed #886600;
	background-color: #ffffcc;
	padding: 10px 0px 10px 10px;
}
#funFacts a
{
	font-size: 13px;
}
#funFacts a:hover
{
	color: #886600;
	font-size: 14px;
}
/* End :- Fun Facts */

/* Start :- Accordion */
.accordionHeader1
{
	border: 1px solid #ffffcc;
	color: white;
	background-color: #886600;
	padding: 2px;
	padding-left: 10px;
	margin-top: 2px;
	cursor: pointer;
	border-bottom: none;
}
.accordionHeaderSelected1
{
	border: 1px solid #886600;
	color: #886600;
	background-color: #ddd3aa;
	padding: 2px;
	padding-left: 10px;
	margin-top: 2px;
	cursor: pointer;
	border-bottom: none;
}
.accordionContent1
{
	border: 1px dashed #886600;
	background-color: #ffffcc;
	padding: 2px;
}
/* End :- Accordion */

#footerBreak
{
	position: relative;
	clear: both;
	text-align: center;
	padding: 2px 0px 5px 0px;
	background-color: #ddd3aa;
}

#popup
{
	background-color: #886600;
}

#pageBreak
{
	position: relative;
	clear: both;
	text-align: center;
	padding: 2px 0px 5px 0px;
	background-color: #ddd3aa;
}

/* Start :- Rounded corner images */
.tl
{
	background: url(images/tl.png);
	background-repeat: no-repeat;
}
.tr
{
	background: url(images/tr.png);
	background-repeat: no-repeat;
}

.br
{
	background: url(images/br.png);
	background-repeat: no-repeat;
}

.bl
{
	background: url(images/bl.png);
	background-repeat: no-repeat;
}

.br1
{
	background: url(images/br.png);
	background-repeat: no-repeat;
}

.bl1
{
	background: url(images/bl.png);
	background-repeat: no-repeat;
}
/* End :- Rounded corner images */